15 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
Max Hilbrunner 4541167e72 Merge pull request #11439 from Ivorforce/core-types-refresher
Refresh core_types.rst to remove outdated and redundant information.
2025-11-06 06:52:25 +01:00
Max Hilbrunner 5a7b642907 Merge pull request #11438 from Ivorforce/object-semantics
Update the Object class engine details page.
2025-11-06 06:33:59 +01:00
Lukas Tenbrink a2908488d5 Update the Object class engine details page. 2025-11-05 15:30:07 +01:00
Matteo Goggi dde5f8336a Merge pull request #11425 from teomat/patch-1
Fix clickable image link in 2d_coordinate_systems.rst
2025-11-05 14:55:17 +01:00
Paperomo c1e142615d Merge pull request #11339 from Paperomo/update-common_engine_methods_and_macros.rst
Update common_engine_methods_and_macros.rst
2025-11-05 14:49:44 +01:00
Lukas Tenbrink 776d815a27 Refresh core_types.rst to remove outdated and redundant information. 2025-11-05 14:14:29 +01:00
ef817d5ddf Update object_class.rst , updating connect()'s code sample and relevant explanation (#11341)
* Update object_class.rst

should be updated and working

* Update object_class.rst

typos

* Apply suggestions from code review

---------

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2025-10-09 13:37:02 +02:00
Max Hilbrunner ef607c2b1b Merge pull request #11237 from Calinou/core-types-fix-typed-array-link
Fix TypedArray source link in Core types
2025-09-24 13:24:51 +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
Hugo Locurcio 470f11211b Fix TypedArray source link in Core types
- Link PackedArray to `variant.h`, as this is where its typedefs are located.
2025-09-14 03:12:12 +02:00
Hugo Locurcio 160aa371c6 Remove outdated/broken shared library section in Custom modules in C++
- Replace Mono example with GridMap in the introduction, as Mono/.NET is
  not enabled by default in non-C# builds.
- Recommend GDExtension in the beginning, as it's more suited for most
  use cases that involve C++ as of September 2025.
2025-09-14 03:11:55 +02:00
Luo Zhihao 4502192cc5 Improve descriptions of LocalVector, recommend it when appropriate 2025-09-12 16:44:02 +08:00
Lukas Tenbrink 0855668721 Migrate contributing contents to a separate documentation site. 2025-09-11 17:59:08 +02:00