Commit Graph

12 Commits

Author SHA1 Message Date
HRQ-99 29c379a258 Added a link to ProperyHints on GDExtension-Cpp example 2026-03-20 10:18:41 -07:00
Hugo Locurcio 4825a77b16 Fix output folder path in GDExtension C++ example 2026-02-13 23:17:39 +01:00
Patrick Exner (FlameLizard) 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 <96648715+AThousandShips@users.noreply.github.com>

---------

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2026-01-23 14:07:39 +01:00
Colin O'Rourke 7b4ca19da4 Add Register Class clarifying note. 2026-01-08 11:45:50 -08:00
Lukas Tenbrink 5072a892d7 Fix GitHub Actions workflow link in documentation 2025-12-22 17:50:17 +01:00
Lukas Tenbrink c46a399eab Update SConstruct and .gdextension file of the godot-cpp example with newest conventions.
# Conflicts:
#	tutorials/scripting/cpp/gdextension_cpp_example.rst
2025-11-05 15:26:00 +01:00
Hugo Locurcio 9420053a95 Document relative paths in .gdextension files being supported
- Mention support for comments in `.gdextension` files.
- List recommended import options for GDExtension icons.
2025-11-04 18:34:50 +01:00
Lukas Tenbrink bf1841e7d1 Remove mentions of mobile platforms from godot-cpp "Getting started" document. 2025-10-13 00:38:54 +02:00
Lukas Tenbrink 88604e597b Move godot-cpp custom bindings information to the 'build system' instructions from the intro doc, because most people won't need it for their first project. 2025-10-05 13:30:33 +02:00
A Thousand Ships 92cd36b50e Various grammar and spelling fixes 2025-06-23 16:37:26 +02:00
David Snopek a7815c997e Stop referring to GDExtension as experimental 2025-05-02 10:49:34 -05:00
Lukas Tenbrink 028abe15d1 Split C++ (godot-cpp) and GDExtension system info into separate categories, children of Scripting. 2025-04-24 21:59:02 +02:00