Commit Graph
3646 Commits
Author SHA1 Message Date
Danil Alexeev 46e69f0d1e GDScript: Document is not operator 2024-02-07 13:25:33 +03: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 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
31andA Thousand Ships 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
scotmcpandA Thousand Ships 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
31 b3b15a6076 c_sharp_exports.rst: more consistent public style; minor grammar 2024-01-29 23:37:50 -08:00
Matthew 0cb17c02b1 Merge pull request #8861 from 31/dev/31/export-code-comments
c_sharp_exports.rst: move code comments to text
2024-01-29 20:40:03 -05:00
Matthew 654ee26ffe Merge pull request #8860 from 31/dev/31/export-node-res-useful
c_sharp_exports.rst: clarify why exporting nodes/resources is useful
2024-01-29 19:16:41 -05:00
31 7c344c528f Simplify node/resource export in "Basic use" 2024-01-29 10:08:39 -08:00
31 23d9944e56 c_sharp_exports.rst: move code comments to text 2024-01-28 23:22:58 -08:00
31 65085d9330 c_sharp_exports.rst: clarify why exporting nodes/resources is useful 2024-01-28 22:58:25 -08:00
skyace65 2874b79807 Clarify what Navlink does and does not do 2024-01-28 18:41:36 -05:00
Max Hilbrunner 30a95a3c8a Merge pull request #8829 from Calinou/one-click-deploy-web-access-remote
Document accessing web one-click deploy from remote devices
2024-01-28 10:54:54 +01:00
31 a4e958c0e0 singletons_autoload.rst: add C# example similar to "Global Variable" 2024-01-27 21:08:32 -08:00
31 52414e8581 Add C# signal automatic disconnection info 2024-01-27 20:53:02 -08:00
31 1388882b3e Update external_editor.rst: point out C# instructions 2024-01-27 15:04:27 -08:00
Hugo Locurcio 1f8046d7e8 Document accessing web one-click deploy from remote devices 2024-01-27 19:17:14 +01:00
AnOpenSauceDev 67b17958ca Fix multiple typos related to Particle Systems (#8845)
* Fix typo: Ammount -> Amount

* Fix typos in `properties.rst`

Changed "Ammount" to "Amount", and "Radio" to "Ratio".
2024-01-27 13:13:48 -05:00