Commit Graph
26 Commits
Author SHA1 Message Date
Lukas Tenbrink aa22c323ff Add a section to godot-cpp explaining core types and where to find their documentation. 2025-11-07 11:34:14 +01:00
Lukas Tenbrink a2908488d5 Update the Object class engine details page. 2025-11-05 15:30:07 +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
Lukas Tenbrink 776d815a27 Refresh core_types.rst to remove outdated and redundant information. 2025-11-05 14:14:29 +01:00
Lukas Tenbrink 9a4756d6d1 Recommend building just compile_commands.json in the CLion documentation. 2025-10-17 11:12:55 +02: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
Lukas Tenbrink 2d9c2365d4 Fix redirects in safari, by moving the redirect js script into the 404 page instead of checking if we're on 404 via the API. 2025-10-04 11:33:41 +02:00
Lukas Tenbrink 8ba30f1504 Add redirects to redirects.csv after contributing content was migrated (#11315) 2025-09-30 18:31:38 +02:00
Lukas Tenbrink 56555c7c3b Edit "Core types" descriptions of Pair (mention KeyValue), RBMap (discourage its use), Span (make it's clear it's low level API), and String (clarify UTF-32 motivation). 2025-09-23 12:41:41 +02:00
Lukas Tenbrink e6bcdd2f44 Fix rendering diagram link in Internal rendering architecture (#11307) 2025-09-18 16:55:03 +02:00
Lukas Tenbrink cab0c1cb9e Link to GDExtension articles from the Godot introduction. 2025-09-12 15:24:58 +02:00
Lukas Tenbrink faa2eb7951 Update "Contributing" section description in introduction.rst to "Engine details". 2025-09-11 22:19:01 +02:00
Lukas Tenbrink f875de93e5 Update contributing links to contributing.godotengine.org. 2025-09-11 19:22:27 +02:00
Lukas Tenbrink 0855668721 Migrate contributing contents to a separate documentation site. 2025-09-11 17:59:08 +02:00
Lukas Tenbrink 757d1f7d01 Add "Build System" section to godot-cpp docs (SCons and CMake). 2025-09-09 16:24:01 +02:00
Lukas Tenbrink bc71be5988 Update descriptions of AHashMap and HashMap. Recommend AHashMap over HashMap by default. 2025-07-24 10:18:54 +02:00
Lukas Tenbrink 347f84b9ae Link to Why not STL? section in FAQ from core engine containers. 2025-07-23 10:09:02 +02:00
Lukas Tenbrink a42067fa95 Remove VMap from c++ data types. 2025-05-28 12:22:28 +02:00
Lukas Tenbrink ab7f0455b3 Add new FixedVector type to the types table. 2025-05-01 20:59:22 +02:00
Lukas Tenbrink 9fb7efde19 Add notes to Dictionary, HashMap and Array.
Add a link to Godot's container types to relevant FAQ entry.
2025-05-01 14:29:03 +02: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
3ed0339c87 Add a gdextension online documentation guide. (#9966)
* Add a gdextension online documentation guide.

---------

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
Co-authored-by: Patrick Exner (FlameLizard) <patrick.exner1@web.de>
2024-10-08 16:56:39 +02:00
Lukas Tenbrink 252b2fd47e Fix kbd description in gdextension docs system. 2024-09-26 22:27:09 +02:00
Ivorius d85e844a94 Refer to NativeScript 1.1 as 'new' rather than 'upcoming' in the GDNative cpp example 2021-12-29 13:51:12 +01:00
Ivorius 1741bbd35e Remove references to 'godot-headers' from gdnative cpp example 2021-12-29 13:44:02 +01:00