Commit Graph
3275 Commits
Author SHA1 Message Date
Max Hilbrunner 70ac3fc69b Merge pull request #8037 from fearn-e/characterbody2d-tutorial-cs-typo
C# code example bug in CharacterBody2D tutorial
2023-10-06 13:23:01 +02:00
Max Hilbrunner 8cf2fbaed4 Merge pull request #7825 from Hugo-Trentesaux/master-1
Update singletons_autoload.rst
2023-10-06 13:14:31 +02:00
nicolas-scarrciandA Thousand Ships c1a9c4dc73 Clarify class keyword usage (#7741)
* Clarify class keyword usage

* Added reference link for class_name as well

---------

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2023-10-06 13:04:08 +02:00
Max Hilbrunner 95869e42ff Merge pull request #8153 from Repiteo/space-to-tab-v2
Automatically convert spaces to tabs in CodeBlocks
2023-10-06 12:50:53 +02:00
Max Hilbrunner 17f0da6a53 Merge pull request #8130 from dalexeev/gds-update-static-typing
Update "Static typing in GDScript" page
2023-10-06 12:44:47 +02:00
Danil Alexeev 9eb7aa3f59 Update "Static typing in GDScript" page 2023-10-06 12:49:26 +03:00
Matthew 5d47cecebb Merge pull request #7830 from aaronfranke/split-importing-3d-scenes
Split the "Importing 3D scenes" article into multiple pages
2023-10-05 23:02:19 -04:00
Thaddeus Crews acf09b8551 Automatically convert spaces to tabs in codeblocks
• Adds codeblock css rule for tab-size
• Only applies to GDScript/C++
• Fix some inconsistent cpp codeblock filters
2023-10-05 19:04:26 -05:00
Max Hilbrunner 97c0af67aa Merge pull request #8082 from bteixeira/patch-2
Update gdscript_format_string.rst
2023-10-06 01:44:51 +02:00
Max Hilbrunner 6aa52a1d61 Merge pull request #8156 from Calinou/multiple-resolutions-mipmaps-link
Link to Importing images' Mipmaps section in Multiple resolutions
2023-10-06 01:31:19 +02:00
Hugo Locurcio 663dfe0d65 Clarify hiding lights doesn't disable baking in Using LightmapGI 2023-10-05 22:31:10 +02:00
Danil Alexeev 6ad7f78001 GDScript: Update match patterns and literal docs 2023-10-05 19:18:05 +03:00
Matthew 8fe3a6ae0c Merge pull request #8091 from Leggy7/master
📄Fix internationalizing games outdated setting path
2023-10-04 18:18:23 -04:00
Hugo Locurcio 6ac2d17ea6 Link to Importing images' Mipmaps section in Multiple resolutions 2023-10-05 00:12:41 +02:00
Max Hilbrunner 49ac573d24 Merge pull request #8094 from dalexeev/gds-add-match-pattern-guard-info
GDScript: Document `match` pattern guards
2023-10-04 18:57:54 +02:00
Max Hilbrunner 793baa1a88 Merge pull request #8118 from skyace65/RemoveNote2
Remove outdated trimesh note
2023-10-04 00:06:52 +02:00
Max Hilbrunner 20a6f9ea14 Merge pull request #8069 from kb173/master
Add instructions on sky shader optimization
2023-10-03 23:57:21 +02:00
Max Hilbrunner 44136776a9 Merge pull request #8142 from YuriSizov/csharp-support-update
Update the state of C#/.NET support as of 4.2
2023-10-03 23:55:33 +02:00
Raul Santos 4266830497 Update C# differences for 4.2 2023-10-03 18:08:18 +02:00
Yuri Sizov ac728e8dd2 Update the state of C#/.NET support as of 4.2 2023-10-03 18:03:52 +02:00
Luca aad0c41492 Update internationalizing_games.rst
fixed locale path on project settings

Delete tutorials/i18n/img/locale_test.png

Add files via upload

updated image in webp format
2023-10-03 10:50:36 +02:00
skyace65 1ae0eff971 Fix Build issue 2023-10-02 21:19:42 -04:00
Max Hilbrunner 19546c8acb Merge pull request #7997 from toafloast/tryingtofixthis
Update ray casting tutorial.
2023-10-02 11:01:00 +02:00
Hex-4andA Thousand Ships 37a96ba407 Close #7690 (add info for shader hints and default values) (#8117)
* add comment for default values

* Add a line telling where the default value goes

---------

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2023-10-02 10:57:16 +02:00
Max Hilbrunner b03034bcb0 Merge pull request #8124 from nightpool/patch-2
Remove outdated Firefox Linux warning
2023-10-02 10:56:08 +02:00
Matthew 2edd9014a3 Merge pull request #8101 from jwd83/patch-1
Update trails.rst
2023-10-02 10:52:07 +02:00
nightpool 016673690d Remove outdated Firefox Linux warning
The linked tracking bug has been closed since Firefox 94 which reached stable Nov 2, 2021, since the new WebRender backend improved the benchmarks
2023-10-01 17:05:26 -05:00
Aaron Franke 7d9ab84ac1 Split the "Importing 3D scenes" article into multiple pages 2023-10-01 13:11:36 -05:00
Aaron Franke 3407328860 Fix typos: "modelling" -> "modeling" 2023-10-01 12:52:25 -05:00
skyace65 e48656f335 Remove outdated trimesh note 2023-10-01 13:04:59 -04:00
Matthew 1ea4111adb Merge pull request #8088 from kinami-imai/patch-1
Document looping support
2023-09-29 18:26:19 -04:00
今井きなみ acf453aa98 Document looping support
Since https://github.com/godotengine/godot/pull/77857 is merged and will be released in 4.2, it would be great to update the documentation.
2023-09-29 21:18:28 +02:00
Danil Alexeev da3f1a1275 GDScript: Document match pattern guards 2023-09-29 14:28:44 +03:00
TheBlckbird 4175ccd451 Add Swift to what_is_gdextension.rst 2023-09-29 08:56:29 +02:00
Bruno Teixeira ebb36dc876 Update gdscript_format_string.rst
Added missing documentation for `%v` string formatting for vectors.
2023-09-28 15:11:37 +02:00
LandscapeLab Office d1fc885543 Add instructions on sky shader optimization 2023-09-27 14:16:05 +02:00
Rémi Verschelde adbab1482c Merge pull request #6979 from JohanAR/shaderpp_concat
Add concatenation to shader preprocessor
2023-09-27 10:51:36 +02:00
Rémi Verschelde b35060eca0 Merge pull request #8059 from Calinou/decal-reflection-probe-cluster-limits
Document Forward+ limitations with decal and reflection probe rendering
2023-09-27 08:47:51 +02:00
Hugo Locurcio 72e6c2943f Document Forward+ limitations with decal and reflection probe rendering
This is already present in the 3D lights and shadows documentation.
2023-09-27 03:05:39 +02:00
Max Hilbrunner a766184cf1 Merge pull request #8015 from thygrrr/shader-example-lighting-fix
Update spatial_shader.rst
2023-09-27 03:04:25 +02:00
Elnar Dakeshov 4b6e15d3b3 Update style guide (#8038)
Used get instead of set.
2023-09-27 03:03:08 +02:00
Ershn 7cc59d314c Remove doc of a missing feature of the tilemap select tool
Right clicking with the tilemap select tool doesn't remove the
selection so remove the documentation about it.
Document the behavior of the Delete key.
2023-09-26 21:09:41 +09:00
Max Hilbrunner ce50017064 Merge pull request #8028 from ershn/improve_the_navigation_docs_wording
Improve the navigation documentation wording
2023-09-25 18:30:01 +02:00
Ershn fa132e9f2d Improve the navigation documentation wording
Improve the navigation documentation wording and fix some typos.
2023-09-25 22:43:23 +09:00
fearn-e 10f00f1176 Fix csharp bug in tutorial code 2023-09-25 02:24:08 +01:00
Ershn b3615711ff Make some clarifications/fixes in the C# docs 2023-09-25 09:14:16 +09:00
Max Hilbrunner 9fcd93eda2 Merge pull request #7990 from profande/patch-2
Correct mouse_and_input_coordinates.rst
2023-09-25 00:44:22 +02:00
0fe7ff833e Fixed typos in several doc files (#8002)
* Fixed typos in
- c_sharp_differences.rst
- debugger_panel.rst
- gdextension_cpp_example.rst
- gui_using_fonts.rst
- openxr_hand_tracking.rst
- overview_of_debugging_tools.rst
- setting_up_xr.rst
- shading_language.rst
- the_profiler.rst
- your_second_3d_shader.rst

* Update tutorials/shaders/shader_reference/shading_language.rst

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>

* PR Feedback

---------

Co-authored-by: Luna <2650849-Lunalicious@users.noreply.gitlab.com>
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2023-09-25 00:41:33 +02:00
Max Hilbrunner f778048468 Merge pull request #8014 from curious-broccoli/code-editor
Fix sentence in tutorial code in the editor
2023-09-24 23:36:53 +02:00
Max Hilbrunner b2bed984bd Merge pull request #8021 from jynus/mathf_asinh
C#: Document new `Asinh`, `Acosh` and `Atanh` functions in Mathf
2023-09-24 23:33:56 +02:00