Commit Graph

3659 Commits

Author SHA1 Message Date
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
69e1d87816 c_sharp_differences.rst: clarify System.IO.Path note 2024-02-10 02:02:29 -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
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 Wesemann
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
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
Max Hilbrunner
62d5d6cddb Merge pull request #8852 from 31/dev/31/singleton-cs
singletons_autoload.rst: add C# example similar to "Global Variable"
2024-02-05 00:17:22 +01:00
smix8
4fd70a00a8 Fix script error in NavigationMesh example
Fixes script error in NavigationMesh example.
2024-02-05 00:08:29 +01:00
Max Hilbrunner
47ee23344e Merge pull request #8886 from skyace65/VelocityChange
Replace set_velocity with velocity property
2024-02-04 22:26:23 +01:00
Max Hilbrunner
c309afb14d Merge pull request #8856 from skyace65/NavLinkClarity
Clarify what Navlink does and does not do
2024-02-04 22:26:03 +01:00
Max Hilbrunner
1ad861801c Merge pull request #8887 from skyace65/BakePolygon
Add instruction to bake navigation BakePolygon
2024-02-04 22:25:22 +01:00
Max Hilbrunner
840b629c3e Merge pull request #8894 from 31/dev/31/variant-ref
Link to C# Variant-compatible section directly
2024-02-04 22:19:32 +01:00
Max Hilbrunner
664b739aaa Merge pull request #8878 from 31/dev/31/variant-obj
c_sharp_variant.rst: add more examples, fix explicit vs. implicit
2024-02-04 22:18:35 +01:00
skyace65
f3364fb21e Replace set_velocity with velocity property 2024-02-04 15:44:56 -05:00
skyace65
3e734afb43 Remove outdated references to other tutorial 2024-02-04 12:09:23 -05:00
Matthew
6ac586bc55 Merge pull request #8885 from Calinou/resolution-scaling-fix-mipmap-bias-formula
Fix missing texture mipmap bias formula in Resolution scaling
2024-02-04 11:40:52 -05:00
Matthew
f94b73a4db Merge pull request #8895 from 31/dev/31/packed-order
c_sharp_collections.rst: copy variant page's Packed{TYPE}Array order
2024-02-04 11:00:00 -05:00
31
d203e8b4e5 c_sharp_collections.rst: copy variant page's Packed{TYPE}Array order 2024-02-03 20:10:20 -08:00
31
8b94fc9501 Link to C# Variant-compatible section directly 2024-02-03 19:54:47 -08:00
31
d41f09fce6 More directly describe .Obj boxing 2024-02-03 18:59:34 -08:00
31
c2e68a8dbe Apply suggestions from code review
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2024-02-03 17:17:17 -08:00
31
2f94e1fd5c Changes and fixes from review 2024-02-03 01:13:47 -08:00
Max Hilbrunner
9018173eca Merge pull request #8876 from BWPanda/patch-1
Update Android SDK command line instructions
2024-02-03 06:45:50 +01:00
skyace65
9a8e29fc41 Add instruction to bake navigation BakePolygon 2024-02-02 20:34:48 -05:00
Matthew
c18df6d401 Merge pull request #8879 from 31/dev/31/my-typos
Fix C# typos: capitalize method name, use public property names
2024-02-02 20:25:49 -05:00
Hugo Locurcio
8307505c29 Fix missing texture mipmap bias formula in Resolution scaling 2024-02-02 22:07:52 +01:00
Synkied
07a83a91f9 Update process_material_properties.rst 2024-02-02 20:39:53 +01:00
31
ec757a3839 Fix C# typos: capitalize method name, use public property names 2024-02-02 01:07:54 -08:00
31
4c39a88a42 c_sharp_variant.rst: add more examples, fix explicit vs. implicit 2024-02-02 00:40:24 -08:00
Matthew
6a6f786c7a Merge pull request #8870 from scotmcp/patch-2
Correcting link to class Reference
2024-02-01 21:46:12 -05:00
Peter Anderson
f67103add6 Update exporting_for_android.rst 2024-02-02 02:08:18 +00:00
Max Hilbrunner
dd84a8623e Merge pull request #8859 from 31/dev/31/backing-export-behavior
c_sharp_exports.rst: add complex getter/setter note
2024-02-01 22:47:58 +01:00
Yevhen Babiichuk (DustDFG)
6c7b0917bb Update gui_using_fonts.rst
Add link to *open-source* alternative of BMFont editor
2024-02-01 20:16:38 +02:00
scotmcp
0fc05ae44e Update tutorials/scripting/gdscript/gdscript_basics.rst
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2024-01-31 15:31:11 -05:00
scotmcp
83bd5dddc3 Fixed Type description from resource to GDScript 2024-01-31 18:59:27 +01:00
scotmcp
330f58f208 Correcting reference link
line 2016 references Class, should reference Resource
2024-01-31 18:59:27 +01:00
Max Hilbrunner
07cb95add3 Merge pull request #8853 from 31/dev/31/clean-export-cs
c_sharp_exports.rst: fix private naming style; minor grammar
2024-01-30 10:56:03 +01:00
Max Hilbrunner
8334647b5a Merge pull request #8815 from 31/dev/31/signal-connect
Add C# signal automatic disconnection info
2024-01-30 10:49:07 +01:00
31
cfa455efaf c_sharp_exports.rst: add complex getter/setter note 2024-01-29 23:40:29 -08:00