Commit Graph
3618 Commits
Author SHA1 Message Date
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
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
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
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
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 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
Max Hilbrunner 515d22d2b4 Merge pull request #8828 from skyace65/OccluderHint
Document occluder import hint
2024-01-25 07:34:07 +01:00
skyace65 fe0ec6b624 Document occluder import hint 2024-01-24 20:50:41 -05:00
skyace65 f774b155d2 Update note the renderer to use for XR projects 2024-01-24 18:19:22 -05:00
Max Hilbrunner 65370838c2 Merge pull request #8826 from mhilbrunner/remove-outdated-extension
Remove reference to outdated VS extension for C#
2024-01-24 20:02:53 +01:00
Max Hilbrunner 8a22a6d5a0 Merge pull request #7507 from dalexeev/gds-var-init-order
GDScript: Document variable initialization order
2024-01-24 19:58:35 +01:00
Max Hilbrunner a191e57604 Remove reference to outdated VS extension for C# 2024-01-24 19:55:20 +01:00
Adam Scott 349b3e8f04 Add Seaven Studio to third-party support list
- Changed the contact link to the Godot Foundation
2024-01-24 13:27:21 -05:00
c6abcbae94 Update thread_safe_apis.rst to mention don't call certain rendering functions on other threads (#8749)
* Update thread_safe_apis.rst to mention don't call certain rendering functions on other threads

---------

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2024-01-24 11:25:36 +01:00
Max Hilbrunner 39346c8453 Merge pull request #8818 from jsjtxietian/patch-5
Update spatial_shader.rst to delete outdated light shader usage
2024-01-24 09:32:30 +01:00
Matthew c143d9791e Merge pull request #8820 from hsandt/fix-android-sdk-command-line-tools-uri-fragment
Exporting for Android: fix hyperlink URI fragment (Android command line tools)
2024-01-23 17:54:56 -05:00
Quentin QuaadgrasandRaul Santos 7e194152d5 Add Go to the list of community maintained GDExtension bindings. (#8808)
* Add Go to the list of community maintained bindings.

---------

Co-authored-by: Raul Santos <raulsntos@gmail.com>
2024-01-23 18:20:15 +01:00
Max Hilbrunner 1e604f4e4e Merge pull request #8738 from jsjtxietian/patch-3
Mention light appearance difference between with or without shadow in compatibility
2024-01-23 18:19:35 +01:00
hsandt fd943214c8 Exporting for Android: fix URI fragment in hyperlink to Android SDK command line tools
Closes #8819
2024-01-23 16:03:18 +01:00
谢天 6177568e15 Update spatial_shader.rst to delete outdated light shader usage 2024-01-23 10:44:11 +08:00
skyace65 aeea150288 Fix sub-section title style 2024-01-22 21:27:41 -05:00
Matthew 9d5fc908d3 Merge pull request #8809 from BWPanda/patch-1
Re-word 'Comment spacing' note in gdscript_styleguide.rst
2024-01-22 19:49:36 -05:00
Matthew 829619ecf8 Merge pull request #8812 from 31/dev/31/signal-connect
Elaborate on C# Connect/Disconnect
2024-01-22 18:34:06 -05:00
Matthew d847e2711e Merge pull request #8759 from BastiaanOlij/a_better_xr_start_script
Add a chapter to the XR manual that improves the startup script.
2024-01-22 18:30:15 -05:00
Matthew 4f1feac343 Merge pull request #8773 from hakro/explain-export-buttons
Explain what the different buttons do in the Export menu
2024-01-22 18:10:36 -05:00
31 6a6cdf94eb Remove issue ref; try "This means" 2024-01-22 02:26:19 -08:00
848591cefd Apply suggestions from code review
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Co-authored-by: Paul Joannon <437025+paulloz@users.noreply.github.com>
2024-01-22 04:11:07 -06:00
31 04b42dc143 Elaborate on C# Connect/Disconnect 2024-01-22 01:43:52 -08:00
Peter Anderson ab98451bc8 Re-word 'Comment spacing' note in gdscript_styleguide.rst 2024-01-22 05:14:52 +00:00
Halston Sellentin 06dba85541 improve comma placement 2024-01-20 14:00:03 -08:00
Bastiaan Olij 32584e5a2e Add a chapter to the XR manual that improves the startup script for OpenXR 2024-01-18 11:28:19 +11:00
31 7b588dca1f Update c_sharp_differences.rst ToSignal example 2024-01-15 10:26:16 -06:00
Hakim dcff5826ad Explain what the different buttons do in the Export menu 2024-01-15 15:05:48 +01:00
Max Hilbrunner 946fc5281f Merge pull request #8694 from seadylan/patch-1
Fixed unordered list markup in "Converting GLSL to Godot shaders"
2024-01-15 02:04:18 +01:00