Hugo Locurcio
112652f813
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-10-02 15:54:07 +02:00
Hugo Locurcio
b79a9f0875
Fix TypedArray source link in Core types
...
- Link PackedArray to `variant.h`, as this is where its typedefs are located.
2025-10-02 15:54:07 +02:00
Lukas Tenbrink
e263b576d9
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-10-02 15:54:07 +02:00
Lukas Tenbrink
b7ab18ba0f
Fix rendering diagram link in Internal rendering architecture ( #11307 )
2025-10-02 15:54:07 +02:00
Hugo Locurcio
417bf9eb48
Add documentation on using the Engine compilation configuration editor
...
(cherry picked from commit 697eabd14d24e8f3fd7d1b25578d63e0112f4c16)
2025-09-15 09:42:30 +02:00
Hugo Locurcio
e2b54fffee
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.
(cherry picked from commit 160aa371c6 )
2025-09-15 09:36:23 +02:00
Hugo Locurcio
1fc4b37e37
Document applying updates on MSVC in Compiling for Windows
...
This is sometimes required to fix compilation errors.
(cherry picked from commit fe23e577a5 )
2025-09-15 09:35:26 +02:00
Max Hilbrunner
9874cad4d0
Update 4.4 to 4.5
2025-09-13 08:25:04 +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