Hugo Locurcio
a0501c8738
Document exporting/compiling for the iOS simulator not currently being supported
...
Once the issue is resolved, it could support Compatibility but not
Forward+/Mobile due to these renderers requiring a feature the iOS
simulator doesn't support (image cube arrays).
2025-09-27 00:58:17 +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
245bdd5e83
Add documentation on using the Engine compilation configuration editor
2025-09-15 09:38:43 +02:00
Max Hilbrunner
6a4cc03a35
Merge pull request #11263 from Calinou/custom-modules-in-cpp-remove-dynamic-linking
...
Remove outdated/broken shared library section in Custom modules in C++
2025-09-14 05:28:20 +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
Hugo Locurcio
fe23e577a5
Document applying updates on MSVC in Compiling for Windows
...
This is sometimes required to fix compilation errors.
2025-09-14 02:56:49 +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