921 Commits
Author SHA1 Message Date
Max HilbrunnerandGitHub 4d71200ac9 Merge pull request #12080 from AtomicAntt/add-class-doc-comments
Add class_name to documentation comments examples
2026-06-24 13:45:02 +02:00
skyace65 3eb52d4a9a Replace references to the asset library 2026-06-20 07:10:46 -04:00
AtomicAntt fc23106b0a Add class to documentation comments examples 2026-06-19 21:33:03 -07:00
Max HilbrunnerandGitHub 8783c9b751 Document creating linked Vector properties in GDScript exports (#11872) 2026-05-20 03:58:48 +02:00
HolonProduction 0a2a2f275d Clarify, that only GDScript enums are dictionaries 2026-05-17 10:43:48 +02:00
MatthewandGitHub 57679328af Merge pull request #11410 from Muller-Castro/await-signal-args
Add `await` signal args example
2026-05-14 21:01:46 -04:00
Valentin MARIEandGitHub 861d9a02ad Fix variable declaration for sprite2d in _ready() 2026-05-10 15:26:51 +02:00
Daniyar AlkulovandGitHub 2c7ccc9cd6 clarify that debugger/profiler_target_fps editor setting controls target frametime value. (#11963)
* clarify that debugger/profiler_target_fps editor setting controls target frametime value.

Signed-off-by: Daniyar Alkulov <[email protected]>
2026-05-06 20:01:12 -04:00
ThePlayerRoloandGitHub 6d9f368c62 Fix typo in gdextension_docs_system.rst 2026-05-02 17:27:08 -04:00
Max HilbrunnerandGitHub cff44a7b8f Merge pull request #11934 from andyprice/abstract_class_fix
GDScript reference: Fix inconsistency in an abstract class example
2026-04-20 17:06:43 +02:00
Hugo Locurcio 3d66d4640b Replace mentions of the default icon.png with icon.svg
Godot 4.0 and later creates `icon.svg` instead of `icon.png` in new
projects.
2026-04-19 23:42:56 +02:00
Andrew PriceandDanil Alexeev d31eac96fb GDScript reference: Fix inconsistency in an abstract class example
Co-authored-by: Danil Alexeev <[email protected]>
2026-04-19 21:59:26 +01:00
Max HilbrunnerandGitHub bf6d7fe0ef Merge pull request #11929 from Calinou/gdscript-warning-system-names
Document finding warning names in GDScript warning system
2026-04-16 13:12:36 +02:00
Hugo Locurcio 07a5316846 Document creating linked Vector properties in GDScript exports 2026-04-15 17:28:12 +02:00
Hugo Locurcio ee5e3143df Document finding warning names in GDScript warning system 2026-04-15 17:21:45 +02:00
Lukas TenbrinkandGitHub 9b87e0148a Move GDExtension section to engine_details/engine_api. (#11652) 2026-04-15 12:40:47 +02:00
Max HilbrunnerandGitHub 796156c9fb Improve custom iterator tutorial (#11901) 2026-04-13 00:27:05 +02:00
MatthewandGitHub 2a800c12be Merge pull request #11889 from Calinou/remove-gdscript-grammar
Remove outdated GDScript grammar page
2026-04-04 10:16:33 -04:00
aurpine 309b94c727 Improve custom iterator tutorial 2026-04-03 12:46:10 -04:00
Max HilbrunnerandGitHub 705b9610a4 Merge pull request #11893 from peterbozso/logging-debug
Improve the discoverability of print_debug()
2026-04-02 21:56:30 +02:00
Hugo Locurcio 4f864edfdb Use official casing for the macOS platform name 2026-04-01 00:19:38 +02:00
Hugo Locurcio cb1066e2f7 Remove outdated GDScript grammar page
This page has been outdated for years, and updating it
is proving difficult given how GDScript is currently designed.
2026-03-31 23:52:15 +02:00
Péter Bozsó 81a33177db Improve the discoverability of print_debug() 2026-03-31 07:26:49 +02:00
Nícolas Iensen c903f92459 Remove references to Node dock 2026-03-29 08:38:45 +00:00
HRQ-99 29c379a258 Added a link to ProperyHints on GDExtension-Cpp example 2026-03-20 10:18:41 -07:00
Max HilbrunnerandGitHub a76c684eaf Merge pull request #11844 from Calinou/group-input-naming-convention
Document naming conventions for groups and input actions
2026-03-17 07:24:51 +01:00
Hugo Locurcio 8236543979 Fix dictionary static typing for loop code sample in Static typing in GDScript 2026-03-17 01:13:00 +01:00
Hugo Locurcio e017856bc3 Document naming conventions for groups and input actions 2026-03-12 23:14:21 +01:00
Muller-Castro a9d4597bf6 Update Shared Libraries URL 2026-03-11 12:53:06 -03:00
Hugo Locurcio f6e6d21351 Document exporting input actions in GDScript exports
This also adds documentation for `prefer_slider` in `@export_range`.
2026-03-10 02:03:13 +01:00
Adriaan de Jongh 4e59395004 explain that @export loads resources when script instances are loaded 2026-02-27 10:03:46 +01:00
Fupicat 402bd9b380 Change Groups tutorial to match new user interface. 2026-02-17 13:17:00 -03:00
Max HilbrunnerandGitHub 1a5399c754 Merge pull request #11755 from Calinou/gdextension-output-folder
Fix output folder path in GDExtension C++ example
2026-02-15 09:46:18 +01:00
Hugo Locurcio 4825a77b16 Fix output folder path in GDExtension C++ example 2026-02-13 23:17:39 +01:00
Ishan ChhatbarandGitHub 98773a8990 Merge pull request #11708 from ic-coder123/file-deletion-docs
Added documentation for file deletion
2026-02-04 03:01:12 +01:00
WraithGladeandGitHub f0d6c52ab0 Fixed minor typo: missing subject noun ("the script").
This sentence was missing the proper subject of the verb and was slightly grammatically off.
2026-01-25 13:57:38 -05:00
18aed7f3ac Rename demo to project for GDExtension docs (#11658)
* Rename demo to project for GDExtension docs

Renames demo to project based on consensus in the GDExtension meeting to
convey that GDExtensions and by extension the godot-cpp-template can be
used to both write addons but also game code

* Update tutorials/scripting/cpp/gdextension_cpp_example.rst

Co-authored-by: A Thousand Ships <[email protected]>

---------

Co-authored-by: Max Hilbrunner <[email protected]>
Co-authored-by: A Thousand Ships <[email protected]>
2026-01-23 14:07:39 +01:00
PhlegmandGitHub 78d655b41b Merge pull request #11356 from Phlegmlee/patch-2
Update gdscript_exports.rst - Add info on how to create property descriptions
2026-01-22 11:07:46 +01:00
Max HilbrunnerandGitHub 84b2b12786 Merge pull request #11569 from Cyberhead21/change-scenes-manually
Document functions used for changing scenes manually
2026-01-22 10:54:23 +01:00
Max HilbrunnerandGitHub d0a111048d Merge pull request #11319 from Ivorforce/simplify-godot-cpp-class-ref
Simplify the "Adding documentation" article for godot-cpp, and de-duplicate format information.
2026-01-22 10:02:29 +01:00
Lukas Tenbrink 2d4cccbc84 Simplify the "Adding documentation" article for godot-cpp, and de-duplicate information. 2026-01-21 13:11:30 +01:00
Max HilbrunnerandGitHub 6222cd617d Merge pull request #11070 from dalexeev/gds-update-annotation-desc-and-guidelines
GDScript: Update annotation description and development guidelines
2026-01-18 14:33:27 +01:00
Max HilbrunnerandGitHub 4e7fd3f3f2 Merge pull request #11473 from stan220/patch-1
Add Java/Kotlin to the list of other language bindings
2026-01-18 04:45:22 +01:00
Max HilbrunnerandGitHub f82cb0bb2a Merge pull request #11589 from dsnopek/gdextension-interface-json2
Update `gdextension_interface.json` docs for change to functions without return values
2026-01-10 01:14:25 +01:00
Max HilbrunnerandGitHub 5ab0a695f9 Merge pull request #11578 from ColinSORourke/GDExt_Registers
Clarify GDExtension GDRegister types in C++ Tutorial
2026-01-10 01:10:35 +01:00
Colin O'Rourke 7b4ca19da4 Add Register Class clarifying note. 2026-01-08 11:45:50 -08:00
David Snopek 91c1e5c289 Update gdextension_interface.json docs for change to functions without return values 2026-01-08 13:15:23 -06:00
Rémi VerscheldeandGitHub 8b56c6dfce Merge pull request #11551 from dsnopek/gdextension-interface-json
Add documentation page about `gdextension_interface.json`
2026-01-08 17:55:27 +01:00
David Snopek 221e0edc46 Add documentation page about gdextension_interface.json 2026-01-08 06:22:14 -06:00
Cyberhead21 db6dc3b36c Document functions used for changing scenes manually 2025-12-29 00:40:18 +01:00