Commit Graph

508 Commits

Author SHA1 Message Date
Max Hilbrunner
79f5cf126f Merge pull request #9044 from skyace65/TemplatesDefault
Remove incorrect information on script templates

(cherry picked from commit b16813eae2)
2024-05-07 15:15:03 +02:00
Max Hilbrunner
cd1c84df28 Merge pull request #8910 from skyace65/ScriptTemplates
Add info on finding script templates folder

(cherry picked from commit 45bb210434)
2024-05-07 15:15:03 +02:00
Max Hilbrunner
30a3264e8e Merge pull request #9176 from BSChad/patch-1
Fix outdated _CLASS_ script template description.

(cherry picked from commit 208bd8f46e)
2024-05-07 12:57:36 +02:00
Max Hilbrunner
7ba4e49e8d Merge pull request #9052 from skyace65/ChangeManually
Remove confusing sentence for changing scenes

(cherry picked from commit 944128625c)
2024-05-07 12:56:00 +02:00
Max Hilbrunner
842c3ce233 Merge pull request #9027 from TylerPelaez/patch-1
Replace Reference usage with RefCounted in Resources Tutorial

(cherry picked from commit fce8f25905)
2024-05-07 12:54:50 +02:00
A Thousand Ships
1a79bfb9e5 Merge pull request #8935 from skyace65/DebugGodot3
Remove Godot 3 reference from profiler page

(cherry picked from commit 72a61e83f5)
2024-05-07 12:53:35 +02:00
Max Hilbrunner
afecefa307 Merge pull request #8900 from skyace65/Autoload
Remove duplicate information in autoload page

(cherry picked from commit 5c926b5180)
2024-05-07 12:53:15 +02:00
Michael Smith
1ef005b81b Updated GDExtension to most recent version.
The `git submodule -b` had `4.1` as the branch to use. 

I updated these to `4.2` for a more recent build.
2024-04-03 19:31:32 -04:00
Max Hilbrunner
9e69ab8456 Merge pull request #8826 from mhilbrunner/remove-outdated-extension
Remove reference to outdated VS extension for C#
2024-01-25 10:26:03 +01:00
Max Hilbrunner
ae127b0802 Merge pull request #7507 from dalexeev/gds-var-init-order
GDScript: Document variable initialization order
2024-01-25 10:25:39 +01:00
Quentin Quaadgras
8a1d8d8d18 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-25 10:14:36 +01:00
Matthew
72100d77d4 Merge pull request #8809 from BWPanda/patch-1
Re-word 'Comment spacing' note in gdscript_styleguide.rst
2024-01-25 10:13:57 +01:00
Matthew
cceb8ac6e2 Merge pull request #8774 from 31/patch-1
Update c_sharp_differences.rst ToSignal example
2024-01-25 10:13:04 +01:00
Max Hilbrunner
525328c0c3 Merge pull request #8748 from Calinou/doc-importing-images-svg-text
Document importing SVG images with text
2024-01-25 10:11:05 +01:00
Max Hilbrunner
42035c7796 Merge pull request #8730 from Marenz/patch-1
Lambdas need an explicit `return`
2024-01-25 10:10:18 +01:00
Max Hilbrunner
2b3bc6d530 Merge pull request #8654 from AdriaandeJongh/patch-3
Added section on common unsafe operations and their safe counterparts
2024-01-25 10:10:12 +01:00
Matthew
dcf4361b1a Merge pull request #8687 from PgBiel/patch-1
Update link to Rust GDExtension bindings
2024-01-25 09:56:38 +01:00
Max Hilbrunner
1b5a1a2f59 Merge pull request #8615 from TheYellowArchitect/patch-13
Slight polish at enum example
2024-01-25 09:53:54 +01:00
Paul Joannon
9cd4943b31 Change the note about disconnecting C# signals 2024-01-25 09:44:33 +01:00
Hugo Locurcio
0f36f060c9 Update documentation changelog for 4.2 2024-01-25 09:44:05 +01:00
Phlegmlee
5951d5850d Removed duplicate line.
The line below is redundant, it exits on line 141 - 142 and therefore isn't needed on 159.

 ## The description of a constant.
    const GRAVITY = 9.8
2024-01-25 09:43:34 +01:00
TheYellowArchitect
ee4eae3208 Added enum iteration example 2024-01-25 09:38:49 +01:00
Max Hilbrunner
45051e178b Merge pull request #8505 from pseidemann/patch-2
add missing override modifier for _process()
2023-11-25 19:27:08 +01:00
Matthew
daf78ddf52 Merge pull request #8165 from ershn/rework_pause_menu_example
Reworked the pause menu example in pausing_games.rst
2023-11-24 12:54:44 -05:00
RegalMedia
940f51dd96 Typo fixed in Same-scene limitation section of scene_unique_nodes.rst
Replaced `Blade` with `Sword` in Same-scene limitation section to remain consistent with screenshot example
2023-11-22 10:17:06 -06:00
pseidemann
067170fb8b add missing override modifier for _process() 2023-11-19 15:31:44 +01:00
Max Hilbrunner
7f97b671f9 Merge pull request #7889 from akien-mga/drop-uwp
Remove UWP mentions as the platform port was removed in 4.2
2023-11-18 12:30:25 +01:00
Hugo Locurcio
59cfbbbd82 Add notice about GDExtension being experimental in What is GDExtension? 2023-11-17 15:28:45 +01:00
oujionghong
c925bcd76f Fixing guide example on 2 indent levels for continuation lines
The original example seems to be using 3 tabs for indentation, but the description said 2 should be used.
2023-11-17 10:16:32 +08:00
Rémi Verschelde
ee401703f0 Remove UWP mentions as the platform port was removed in 4.2 2023-11-16 13:03:31 +01:00
Max Hilbrunner
31063027c8 Merge pull request #7579 from dalexeev/gds-setter-getter-doc
GDScript: Clarify setter/getter documentation
2023-11-11 02:26:01 +01:00
Max Hilbrunner
85fc55a922 Merge pull request #8250 from rarysson/update-warning-system
Update GDScript warning system to use `@warning_ignore`
2023-11-10 22:33:44 +01:00
Max Hilbrunner
9e6534f539 Merge pull request #8440 from tetrapod00/patch-2
c_sharp_exports.rst: use uint for layers; update casing to C# convention
2023-11-10 22:25:40 +01:00
Yuri Sizov
cd92be066d Update references to private class methods across the docs 2023-11-10 16:06:36 +01:00
Rarysson Guilherme
49133c0e5c Update GDScript warning system to use @warning_ignore 2023-11-10 11:33:27 -03:00
Ershn
fc7a41fc48 Rework the pause menu example in pausing_games.rst 2023-11-10 17:31:24 +09:00
tetrapod
5e16b58e79 Use uint for layers in c_sharp_exports.rst 2023-11-09 13:38:08 -08:00
Michael Gundlach
042c415e25 Correct the description of "tree order" (#8294)
* Update scene_tree.rst

Correct the description of "tree order".

The discussion conflated _ready()'s unusual traversal order (post-order traversal) with the usual "tree order" (preorder traversal) for most operations.  It seemed to imply that _ready and most other notifications were received in identical orders.

---------

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2023-11-09 15:48:53 +01:00
Max Hilbrunner
8541b60e08 Merge pull request #8429 from ToasterBiome/patch-2
Clarifies that Lua-style dictionary keys must be string literals in the GD Reference
2023-11-09 12:35:06 +01:00
Steven Le Boëdec
12de91fe08 Improve grammar in Overridable functions (#8193) 2023-11-09 11:43:22 +01:00
hdubbs
d6da7be302 Fix vector value in bullet example in Instancing with signals (#8203) 2023-11-09 11:26:28 +01:00
Byemoh
46c743ae37 Update gdscript_basics.rst 2023-11-08 18:44:05 -06:00
Matthew
d2c5133674 Merge pull request #8136 from Hex-4/fix-scripting-advanced-settings
fix #8076, update image and remove note in GDScript warning system docs
2023-11-08 18:30:14 -05:00
Max Hilbrunner
353fa84c9f Merge pull request #8409 from Calinou/improve-gdextension-docs
Improve GDExtension documentation
2023-11-08 07:36:52 +01:00
Max Hilbrunner
ed5b87415c Merge pull request #8401 from Calinou/gdscript-code-regions
Document support for code folding regions in GDScript reference
2023-11-08 07:34:45 +01:00
Hex-4
eabd668cb7 fix #8076, update note in gdscript warning system settings page 2023-11-07 23:35:02 +00:00
Hugo Locurcio
c15da78587 Fix unused image due to bad syntax in Custom performance monitors
Comment syntax was used instead of figure syntax.
2023-11-07 17:44:55 +01:00
Hugo Locurcio
8f963d91e8 Improve GDExtension documentation
- Mention additional language bindings that support 4.x (already listed
  on the FAQ and List of features pages).
- Document compatibility issues with double-precision builds.
- Remove `-j4` flag from example as SCons uses most CPU cores
  automatically by default in godot-cpp now.
2023-11-07 14:42:44 +01:00
Hugo Locurcio
54331c3c8f Document support for code folding regions in GDScript reference 2023-11-06 22:49:28 +01:00
Zacrain
5110c2dda8 Fix GDExample C++ signal connect example and add explanation (#8381)
* Fix signal connect example, add explanation

* Update tutorials/scripting/gdextension/gdextension_cpp_example.rst

Co-authored-by: David Snopek <dsnopek@gmail.com>

* Update tutorials/scripting/gdextension/gdextension_cpp_example.rst

---------

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
Co-authored-by: David Snopek <dsnopek@gmail.com>
2023-11-03 02:24:20 +01:00