Commit Graph

10985 Commits

Author SHA1 Message Date
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
Max Hilbrunner
3a683db32b Merge pull request #11292 from Calinou/upgrading-to-godot-4.5-resource-duplicate
Document `Resource.duplicate(true)` behavior change in Upgrading to Godot 4.5
2025-09-22 17:20:02 +02:00
Max Hilbrunner
d1afbafd17 Merge pull request #11294 from Calinou/upgrading-to-godot-4.5-tilemaplayer-physics-chunking
Document TileMapLayer physics chunking caveats in Upgrading to Godot 4.5
2025-09-22 17:19:29 +02:00
Max Hilbrunner
bc2e347f50 Merge pull request #11302 from Calinou/gdscript-static-typing-global-scope-methods
Document global scope methods in Static typing in GDScript
2025-09-22 17:19:05 +02:00
Max Hilbrunner
717e5802aa Merge pull request #11309 from Calinou/shaders-style-guide-auto-format
Document automatic formatting with clang-format in Shaders style guide
2025-09-22 17:04:30 +02:00
Max Hilbrunner
4ff1c17ece Merge pull request #11311 from smix8/upgrade4.5
Add 4.5 upgrade Navigation notes
2025-09-22 16:59:28 +02:00
peachey2k2
e8e6a57c2b GDExtension: Fix typo in "GDExtension documentation system" (#11310)
* GDExtension: Fix typo in "GDExtension documentation system"

* Apply suggestions from code review

---------

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2025-09-20 09:40:28 -04:00
smix8
9d281b035b Add 4.5 upgrade Navigation notes
Adds 4.5 upgrade Navigation notes.
2025-09-19 22:31:30 +02:00
Hugo Locurcio
3406f57f23 Document automatic formatting with clang-format in Shaders style guide 2025-09-19 17:00:32 +02:00
Mikael Hermansson
b9ca08304f Mention importance of thread-safety in Logger example 2025-09-18 17:40:08 +02:00
Lukas Tenbrink
e6bcdd2f44 Fix rendering diagram link in Internal rendering architecture (#11307) 2025-09-18 16:55:03 +02:00
Hugo Locurcio
4d0ac0d1e4 Document Resource.duplicate(true) behavior change in Upgrading to Godot 4.5
This also adds a missing comma in various upgrade guides.
2025-09-18 16:45:25 +02:00
Max Hilbrunner
828d299928 Merge pull request #11301 from Calinou/upgrading-to-godot-4.5-projectsettings-usage
Mention new warnings for `ProjectSettings.add_property_info()` in Upgrading to Godot 4.5
2025-09-18 15:26:20 +02:00
Max Hilbrunner
277812489e Merge pull request #11303 from Calinou/complying-with-licenses-fix-highlighting
Fix license text using syntax highlighting in Complying with licenses
2025-09-18 15:24:34 +02:00
Max Hilbrunner
146ea539e1 Merge pull request #11297 from sdepouw/patch-1
Update upgrading_to_godot_4.5.rst
2025-09-18 15:22:01 +02:00
Hugo Locurcio
c15a3515cd Fix license text using syntax highlighting in Complying with licenses
This is a plain text block, so it shouldn't use syntax highlighting.
2025-09-18 01:15:36 +02:00
Hugo Locurcio
f3fd393817 Document global scope methods in Static typing in GDScript 2025-09-18 00:43:48 +02:00
Hugo Locurcio
7d28b535d5 Mention new warnings for ProjectSettings.add_property_info() in Upgrading to Godot 4.5
The behavior is the same as before, but it now prints a warning
whereas it previously ignored the `usage` key silently.
2025-09-17 18:51:12 +02:00
Scott DePouw
0e125e02b7 Update upgrading_to_godot_4.5.rst
Fix a typo.
2025-09-16 20:10:41 -04:00
Hugo Locurcio
d8ec75b547 Document TileMapLayer physics chunking caveats in Upgrading to Godot 4.5 2025-09-16 16:23:15 +02:00
HolonProduction
aca360c215 Don't list JSONRPC changes as binary compatible 2025-09-16 10:45:05 +02:00
Rémi Verschelde
e958d866b8 Merge pull request #11222 from Calinou/add-engine-compilation-configuration-editor
Add documentation on using the Engine compilation configuration editor
2025-09-15 09:42:11 +02:00
Hugo Locurcio
245bdd5e83 Add documentation on using the Engine compilation configuration editor 2025-09-15 09:38:43 +02:00
Rémi Verschelde
3fc530cf03 Merge pull request #11283 from aaronfranke/3d-import-naming-version
Add note about "Naming Version" in 3D model importers
2025-09-15 09:36:45 +02:00
Max Hilbrunner
99ac80db5b Merge pull request #11290 from Calinou/logging-fix-code-block-highlighting
Fix code block highlighting in Logging
2025-09-15 07:58:20 +02:00
Hugo Locurcio
3b11c2f5ab Fix code block highlighting in Logging
Some blocks were using syntax highlighting when they shouldn't.
2025-09-14 22:46:50 +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
Max Hilbrunner
8ad6d1ced0 Merge pull request #11266 from Calinou/add-logging
Add logging documentation
2025-09-14 05:27:16 +02:00
Max Hilbrunner
de39e42f7f Merge pull request #11250 from Calinou/compiling-for-windows-msvc-updates
Document applying updates on MSVC in Compiling for Windows
2025-09-14 05:24:30 +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
Hugo Locurcio
7b98025f2e Add logging documentation
This also covers how to create custom loggers.

- Remove notice on Windows 10 requirement for `print_rich()` in Output panel,
  since Godot requires Windows 10 as of 4.5.
2025-09-14 02:51:27 +02:00
Ste
3a50eec76b read classes from file when lexing 2025-09-13 21:22:51 +02:00
Max Hilbrunner
435dea06cf Merge pull request #11217 from Qubus0/better-pygments-gdscript
Improve the pygments lexer to cover GDScript 2 better
2025-09-13 17:46:01 +02:00
Max Hilbrunner
7a0f3e8129 Merge pull request #11284 from mhilbrunner/master
Bump version
2025-09-13 05:52:49 +02:00
Max Hilbrunner
3cc1b0d979 Bump version 2025-09-13 05:48:55 +02:00
Aaron Franke
4688ffc1a6 Add note about "Naming Version" in 3D model importers 2025-09-12 20:27:16 -07:00
Max Hilbrunner
055170e136 Merge pull request #11280 from godotengine/classref/sync-bfa330d
classref: Sync with current master branch (bfa330d)
2025-09-13 04:14:59 +02:00
Godot Organization
c8db5ec6e0 classref: Sync with current master branch (bfa330d) 2025-09-13 02:14:19 +00:00
Max Hilbrunner
052b4d4019 Merge pull request #11142 from beicause/patch-1
Improve descriptions of `LocalVector`, recommend it when appropriate
2025-09-13 04:07:01 +02:00
Max Hilbrunner
bbb393cfc7 Merge pull request #11201 from stuckupfool/patch-1
Update shading_language.rst
2025-09-13 04:06:19 +02:00
Max Hilbrunner
b90e1afa75 Merge pull request #11223 from raulsntos/breaking_changes_4.5
Add "Upgrading from Godot 4.4 to Godot 4.5" page
2025-09-13 04:02:00 +02:00
Max Hilbrunner
6303d25a65 Merge pull request #11270 from Calinou/exporting-for-web-troubleshooting
Add a Troubleshooting section to Exporting for the Web
2025-09-13 03:58:25 +02:00
Max Hilbrunner
829920ce40 Merge pull request #11272 from Calinou/multiple-resolutions-default-theme-scale
Mention Default Theme Scale project setting in Multiple Resolutions
2025-09-13 03:57:16 +02:00
Raul Santos
01e331e28a Add "Upgrading from Godot 4.4 to Godot 4.5" page 2025-09-13 02:40:34 +02:00
Max Hilbrunner
a4288e5eea Merge pull request #11279 from Ivorforce/gdextension-links-intro
Link to GDExtension articles from the Godot introduction.
2025-09-12 20:54:48 +02:00
Lukas Tenbrink
cab0c1cb9e Link to GDExtension articles from the Godot introduction. 2025-09-12 15:24:58 +02:00
Matthew
f9463e04fc Merge pull request #11273 from Calinou/using-lightmap-gi-android-baking
Document baking lightmaps on Android in Using Lightmap global illumination
2025-09-12 06:59:26 -04:00
Luo Zhihao
4502192cc5 Improve descriptions of LocalVector, recommend it when appropriate 2025-09-12 16:44:02 +08:00