Commit Graph

9298 Commits

Author SHA1 Message Date
Jade
f195efe208 Add Arm Performance Tools to suggested performance tools list. 2024-09-02 14:48:08 +01:00
Max Hilbrunner
2d792b4aa8 Merge pull request #9872 from AThousandShips/enum_doc_improve
[GDScript] Clarify initialization of enum values
2024-09-02 00:00:12 +02:00
Matthew
9dbc6f8253 Merge pull request #9844 from choidavid4/master
Added screenshot to first_2d_game/player_scene for clarity
2024-09-01 15:21:14 -04:00
Matthew
09b3b00cee Merge pull request #9870 from Lukas-Fletcher/patch-7
Update TileMap node with Layer postfix in using_tilemaps.rst
2024-09-01 14:46:16 -04:00
Matthew
85cc4bf8c3 Merge pull request #9879 from Elzair/patch-1
Changed Autoload to Globals -> Autoload in Getting Started
2024-09-01 14:42:57 -04:00
Matthew
9461358f72 Merge pull request #9877 from bobby-the-epic/patch-1
Add missing comma in navigation_using_navigationobstacles.rst
2024-09-01 14:37:02 -04:00
Matthew
2c80b1d0dd Merge pull request #9869 from Lukas-Fletcher/patch-6
Fix PascalCasing in using_tilemaps.rst
2024-09-01 14:36:09 -04:00
Matthew
ff5a7fca77 Merge pull request #9875 from gachipan/patch-2
Remove confusing end of sentence from the_profiler.rst documentation
2024-09-01 14:29:46 -04:00
Philip Woods
e9ef898fed Changed Autoload to Globals -> Autoload
Since the Autoload tab is under Globals, I updated the documentation to reflect its new position.
2024-09-01 10:47:38 -04:00
bobby-the-epic
9c3fcbed55 Add missing comma
Added a comma to clarify the subject of the sentence.
2024-08-31 16:57:40 -05:00
gachipan
a2c22b4a3f Remove confusing end of sentence from the_profiler.rst documentation
Cut off the end of a sentence that doesn't make sense:

"You can also start profiling at any time before or during gameplay, depending on if you want."

It seems like removing the "depending on if you want." improves clarity of the documentation.
2024-08-31 13:51:54 -07:00
A Thousand Ships
0686612e82 [GDScript] Clarify initialization of enum values 2024-08-31 14:41:33 +02:00
Lukas Fletcher
5db212083b Update TileMap node with Layer postfix in using_tilemaps.rst 2024-08-31 11:04:18 +02:00
Lukas Fletcher
e86ffe97e2 Fix PascalCasing in using_tilemaps.rst 2024-08-31 10:43:27 +02:00
Max Hilbrunner
87812dcce7 Merge pull request #9867 from godotengine/classref/sync-61598c5
classref: Sync with current master branch (61598c5)
2024-08-31 06:21:30 +02:00
Godot Organization
c2cd63bf4e classref: Sync with current master branch (61598c5) 2024-08-31 03:20:27 +00:00
Max Hilbrunner
a4d82aefc9 Merge pull request #9864 from Calinou/decals-fix-demo-link
Fix decals demo link in Using decals
2024-08-31 03:40:48 +02:00
Hugo Locurcio
f54bb92faa Fix decals demo link in Using decals 2024-08-31 03:31:23 +02:00
Matthew
19e57bb051 Merge pull request #9854 from AThousandShips/adv_gui_doc_improve
[Contributing] Improve list of classes disabled by `disable_advanced_gui`
2024-08-30 20:06:58 -04:00
Fabio Alessandrelli
7698f624e8 Update SSL/TLS networking tutorial (#9847)
* Update SSL/TLS networking tutorial

Swap TLS and SSL mentions (TLS is now the most widely accepted term).

Clarify that Godot now uses the trusted certifcates from the operating
system by default, and only uses the Mozilla CA bundle as a fallback.

Remove outdated export filter reference (certificates are recognized as
resources).

Warn about self-signed certificates still validating domain name when
set in project settings (and reference TLSOptions for custom behavior).

Add reference to Crypto.generate_self_signed_certificate and provide
further reference about the OpenSSL documentation.

---------

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2024-08-29 21:39:57 +02:00
Max Hilbrunner
ff66473d3d Merge pull request #9787 from tetrapod00/gdscript-when
Document GDScript "when" and clarify pattern guard docs
2024-08-29 21:38:01 +02:00
Max Hilbrunner
4010ab4aff Merge pull request #9829 from Calinou/particles-no-physics-interpolation
Document physics interpolation not being supported in 2D particles yet
2024-08-29 21:35:30 +02:00
Matthew
7f8387ea18 Merge pull request #9855 from Lukas-Fletcher/patch-5
Fix typo in using_tilesets.rst
2024-08-28 22:33:42 -04:00
Lukas Fletcher
b7b2b52c17 Update misspelled word in using_tilesets.rst 2024-08-28 18:55:45 +02:00
A Thousand Ships
d459bb9129 Merge pull request #9833 from ShawnHardern/update-csharp-docs
Add missing C# code examples to documentation
2024-08-28 16:31:08 +02:00
A Thousand Ships
728eb341fa [Contributing] Improve list of classes disabled by disable_advanced_gui 2024-08-28 15:20:16 +02:00
yesfish
586a2fd3a9 Improve next_pass documentation in Standard Material 3D (#9762) 2024-08-28 13:29:17 +02:00
Shawn Hardern
e09439a4e0 Add missing C# code examples to documentation
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2024-08-27 11:14:49 +01:00
David Choi
164f7e37ad Added screenshot to first_2d_game/player_scene for clarity 2024-08-26 22:41:49 -03:00
Max Hilbrunner
7628f87f49 Merge pull request #9811 from Piralein/spellcheck
Fix codespell path and spelling errors
2024-08-27 00:34:36 +02:00
tetrapod00
443d5e9be5 Add documentation for GDScript when statement 2024-08-26 09:39:41 -07:00
Hana - Piralein
82292025d9 Update codespell path and fix spelling errors 2024-08-26 07:50:50 +02:00
Matthew
f7d90c9dba Merge pull request #9836 from Lukas-Fletcher/patch-3
Update animations text in data_preferences.rst
2024-08-25 17:59:21 -04:00
Lukas Fletcher
118408e68d Update animations text in data_preferences.rst
Fix grammar in one sentence
Add reference to mentioned node
2024-08-25 18:28:39 +02:00
Matthew
1508be40c2 Merge pull request #9827 from Lukas-Fletcher/patch-1
Remove article before plural noun in autoloads_versus_internal_nodes.rst
2024-08-24 23:43:39 -04:00
Hugo Locurcio
1cb5f0a0b6 Document physics interpolation not being supported in 2D particles yet 2024-08-25 00:51:02 +02:00
Lukas Fletcher
37e549eb3f remove article before plural noun from autoloads_versus_internal_nodes.rst autoloads_versus_internal_nodes.rst
remove 'a' from "share a variables"
2024-08-24 20:21:01 +02:00
A Thousand Ships
6b1bd26c12 Merge pull request #9817 from ShawnHardern/update-playing-videos-csharp
Add C# example to Playing videos
2024-08-24 14:10:30 +02:00
Shawn Hardern
2a252ae70b Add C# examples to Playing videos
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2024-08-24 11:23:31 +01:00
Max Hilbrunner
c9667d9a63 Merge pull request #9823 from godotengine/classref/sync-e3550cb
classref: Sync with current master branch (e3550cb)
2024-08-24 06:23:45 +02:00
Godot Organization
e0628f0a0d classref: Sync with current master branch (e3550cb) 2024-08-24 03:20:24 +00:00
Max Hilbrunner
d56905c94e Merge pull request #9819 from AThousandShips/proposal_instruction
Add link to `godot-proposals` in the issue template
2024-08-24 02:45:57 +02:00
Matthew
88d2383eb1 Merge pull request #9804 from ShawnHardern/update-viewports-examples-csharp
Add C# examples to Using Viewports documentation
2024-08-23 19:28:08 -04:00
A Thousand Ships
c0d608cba1 Merge pull request #9816 from ShawnHardern/update-creating-movies-csharp
Add C# example to Creating movies
2024-08-23 19:42:02 +02:00
A Thousand Ships
20f5a2752f Merge pull request #9820 from ShawnHardern/update-background-loading-csharp
Add C# examples to Background loading
2024-08-23 19:39:02 +02:00
Shawn Hardern
64753216d2 Add C# examples to Creating movies
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2024-08-23 18:30:33 +01:00
Shawn Hardern
93fa10d590 Add C# examples to Background loading
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2024-08-23 18:28:49 +01:00
A Thousand Ships
f3bf2cad8f Merge pull request #9798 from ShawnHardern/update-high-level-multiplayer-csharp
Add C# examples to High-level Multiplayer documentation
2024-08-23 19:24:21 +02:00
Shawn Hardern
c4a17abb6b Add C# examples to High-level Multiplayer documentation
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2024-08-23 18:17:50 +01:00
A Thousand Ships
b685a63a8d Merge pull request #9810 from ShawnHardern/update-CPU-optimization-csharp
Add C# example to CPU optimization
2024-08-23 19:02:54 +02:00