Commit Graph
3696 Commits
Author SHA1 Message Date
Matthew 6a19c12a25 Merge pull request #8839 from timeeeee/master
Remove incorrect "we won't use the index array"
2024-02-22 19:06:51 -05:00
Alireza Zamani b7b875722a Update spatial_shader.rst 2024-02-22 23:55:06 +03:30
Alireza Zamani c66e62337d docs: typo in spatial_shader.rst
Not 100% sure if this is a typo, but looks like one. Thank you.
2024-02-22 22:44:37 +03:30
Max Hilbrunner ef9d5adcf4 Merge pull request #8830 from caimantilla/patch-2
Inspector plugin tutorial: update PackedScene.instance() ref
2024-02-22 17:15:08 +01:00
Fabio Alessandrelli 712aa0c345 [Web] Expand "Interacting with Javascript"
Document the new (preferred) interface.

Add a small section about downloading files to the user device.
2024-02-21 11:45:33 +01:00
skyace65 a5e7c54f48 Document onion skinning, autoplay on load and
remove a reference to Godot 3
2024-02-20 21:49:19 -05:00
Max Hilbrunner 8cf168e73d Merge pull request #8921 from paddy-exe/remove-references-vertex-particles-shader
Remove reference of ``vertex`` in particle shaders
2024-02-20 07:04:02 +01:00
Max Hilbrunner d293c2ba49 Merge pull request #8938 from clayjohn/MAIN_CAM_INV_VIEW_MATRIX
Add description for MAIN_CAM_INV_VIEW_MATRIX to spatial shader doc page
2024-02-20 07:03:10 +01:00
Max Hilbrunner 3f6be8be5a Merge pull request #8996 from skyace65/SkeletonClarification
Clarify instructions for creating rest pose
2024-02-20 04:54:03 +01:00
Matthew 5ae1b4085a Merge pull request #8837 from jpaugh/jp/clarify-viewport-vs-window
multiple_resolutions.rst: Clear up confusing terms window and viewport
2024-02-19 21:36:03 -05:00
skyace65 981cd6a83c Clarify instructions for creating rest pose 2024-02-19 21:12:16 -05:00
Max Hilbrunner 8a73974465 Merge pull request #8943 from skyace65/LightmapImages
Update images for lightmap page
2024-02-19 12:20:56 +01:00
Max Hilbrunner 70b3d3e96f Merge pull request #8989 from paulloz/dotnet/diagnostics
[C#] Update diagnostic titles
2024-02-19 12:20:28 +01:00
Max Hilbrunner 8db4fdd88d Merge pull request #8976 from smix8/nav_examples01
Update some navigation code examples
2024-02-19 12:20:03 +01:00
Max Hilbrunner 1d1f7967ba Merge pull request #8973 from raulsntos/dotnet/GD0003
C#: Add documentation for diagnostic GD0003
2024-02-19 12:18:45 +01:00
Max Hilbrunner d55ae9920b Merge pull request #8972 from dalexeev/gds-update-deprecated-experimental
GDScript: Update deprecated/experimental docs
2024-02-19 12:17:00 +01:00
Paul Joannon ead7049407 Update C# diagnostic titles
- GD0101
- GD0105
- GD0106
- GD0302
- GD0401
- GD0402
2024-02-18 16:50:43 +01:00
Matthew 3898c7ec8b Merge pull request #8951 from emre0altan/Clarify-suffix-usage-when-importing-resources-with-ResourceImporterScene
Node type customization warning updated to explain suffix options #8950
2024-02-16 17:29:08 -05:00
emre0altan e41af096e5 warning updated to explain suffix options #8950 2024-02-16 17:12:03 +00:00
Danil Alexeev 200c91b679 GDScript: Update deprecated/experimental docs 2024-02-16 12:00:18 +03:00
Arpit Srivastava 3f350a40c4 Add note on enabling driver input in recording_with_microphone.rst to allow mic recording (#8960)
* Make enable input instruction clearer in recording_with_microphone.rst
2024-02-15 21:21:06 -05:00
Matthew 5baacbbea6 Merge pull request #8971 from 0WN463/master
Correct dictionary re-allocation from "quadratic" to "exponential"
2024-02-15 17:59:12 -05:00
smix8 cac53e5d15 Update some navigation code examples
Updates some navigation code examples.
2024-02-15 21:49:42 +01:00
Raul Santos 9051c5225e C#: Add documentation for diagnostic GD0003 2024-02-15 19:44:49 +01:00
0WN463 76e76e2a25 Update data_preferences.rst
Correct dictionary re-allocation from "quadratic" to "exponential"
2024-02-15 23:58:28 +08:00
smix8 bb3d8dc185 Mention passing side assumption of RVO avoidance
Mentions passing side assumption of RVO avoidance.
2024-02-15 07:09:01 +01:00
Matthew ec3e094bf9 Merge pull request #8923 from 31/dev/31/cs-global
Clarify C# GlobalClass exported node behavior
2024-02-14 20:09:56 -05:00
Matthew 050f8f456e Merge pull request #8940 from 31/dev/31/cs-pascal
Clarify and add to C# API general differences
2024-02-14 20:05:21 -05:00
Matthew 316ba4b0b1 Merge pull request #8917 from morganwesemann/navigation-debug-mesh-documentation
Add documentation for when navigation debug mesh will show
2024-02-12 21:46:57 -05:00
Matthew bbd09577ba Merge pull request #8941 from 31/dev/31/cs-path-note
c_sharp_differences.rst: clarify System.IO.Path note
2024-02-12 18:56:56 -05:00
31 131f30e83e Clarify and add to C# API general differences 2024-02-12 14:13:31 -08:00
skyace65 b7dc0575c2 Update images for lightmap page 2024-02-10 11:17:24 -05:00
31 69e1d87816 c_sharp_differences.rst: clarify System.IO.Path note 2024-02-10 02:02:29 -08:00
clayjohn ba670f53b7 Add description for MAIN_CAM_INV_VIEW_MATRIX to spatial shader doc page 2024-02-09 17:51:59 -08:00
A Thousand Ships e1a4b1139f Merge pull request #8934 from skyace65/AnimationTrackClarify
Clarify which track is being talked about
2024-02-09 21:07:01 +01:00
A Thousand Ships 72a61e83f5 Merge pull request #8935 from skyace65/DebugGodot3
Remove Godot 3 reference from profiler page
2024-02-09 21:06:40 +01:00
skyace65 328da800dd Remove Godot 3 reference from profiler page 2024-02-08 22:24:31 -05:00
skyace65 b526390c20 Clarify which track is being talked about 2024-02-08 21:41:38 -05:00
31 868d48d6c3 Clarify C# GlobalClass exported node behavior 2024-02-08 11:33:16 -08:00
i'DLisT fecc91f4b2 Update to newer CustomMinimumSize API 2024-02-08 23:20:19 +08:00
Max Hilbrunner 5c926b5180 Merge pull request #8900 from skyace65/Autoload
Remove duplicate information in autoload page
2024-02-08 15:06:09 +01:00
Morgan Wesemann 5d5e44e895 Simplify based on clarifications 2024-02-07 22:44:46 -05:00
Morgan WesemannandA Thousand Ships 1781f7bda0 Update tutorials/navigation/navigation_debug_tools.rst
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2024-02-07 10:20:24 -05:00
Patrick Exner db0c9bb046 Remove reference of `vertex` in particle shaders 2024-02-07 14:41:11 +01:00
Danil Alexeev 46e69f0d1e GDScript: Document is not operator 2024-02-07 13:25:33 +03:00
Morgan Wesemann 495718f553 Add documentation for when navigation debug mesh will show 2024-02-06 22:52:52 -05:00
Max Hilbrunner a9f5cc75f1 Merge pull request #8875 from dustdfg/patch-1
Update gui_using_fonts.rst
2024-02-06 17:15:38 +01:00
skyace65 7f662be73a Remove duplicate information in autoload page 2024-02-05 21:50:03 -05:00
skyace65 63a2c55cab Add info on finding script templates folder 2024-02-05 21:44:03 -05:00
Vojtěch Struhár 48d47e3594 Typo fix 2024-02-05 22:50:39 +01:00