Commit Graph

10869 Commits

Author SHA1 Message Date
Godot Organization
ac9799ea2d classref: Sync with current master branch (d7382aa) 2025-09-20 03:22:45 +00:00
Lukas Tenbrink
e6bcdd2f44 Fix rendering diagram link in Internal rendering architecture (#11307) 2025-09-18 16:55:03 +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
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
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
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
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
Max Hilbrunner
3548fa4136 Merge pull request #11276 from Ivorforce/intro-engine-details
Update "Contributing" section description in introduction.rst to "Engine details"
2025-09-11 22:27:17 +02:00
Lukas Tenbrink
faa2eb7951 Update "Contributing" section description in introduction.rst to "Engine details". 2025-09-11 22:19:01 +02:00
Max Hilbrunner
222dc4feb5 Merge pull request #11274 from Ivorforce/contributing-links-2
Update contributing links to contributing.godotengine.org.
2025-09-11 20:44:22 +02:00
Lukas Tenbrink
f875de93e5 Update contributing links to contributing.godotengine.org. 2025-09-11 19:22:27 +02:00
Max Hilbrunner
f7ddd0eec0 Merge pull request #11188 from Ivorforce/migrate-contributing-docs
Migrate contributing contents to a separate documentation site.
2025-09-11 18:11:48 +02:00
Lukas Tenbrink
0855668721 Migrate contributing contents to a separate documentation site. 2025-09-11 17:59:08 +02:00
Hugo Locurcio
52a8e988c6 Document baking lightmaps on Android in Using Lightmap global illumination
This is supported since 4.5.
2025-09-11 16:35:26 +02:00
Max Hilbrunner
f250d8067e Merge pull request #11268 from Calinou/first-2d-game-group-reminder
Add a reminder on how to group nodes in the editor in Creating the enemy
2025-09-11 09:58:02 +02:00
Hugo Locurcio
57a1b319b0 Mention Default Theme Scale project setting in Multiple Resolutions
- Update advice on hiDPI support for 4.4 and later.
2025-09-11 01:36:57 +02:00
Hugo Locurcio
a0d4ac92ee Add a Troubleshooting section to Exporting for the Web
This describes how to unregister the service worker, which is useful
to avoid caching issues, especially when using one-click deploy.
2025-09-10 23:53:47 +02:00
Matthew
bdeab147cd Merge pull request #11243 from Calinou/controllers-gamepads-joysticks-sdl3
Update Controllers, gamepads and joysticks for SDL 3
2025-09-09 21:36:07 -04:00
Hugo Locurcio
373d1641ca Add a reminder on how to group nodes in the editor in Creating the enemy 2025-09-09 23:52:50 +02:00
Max Hilbrunner
ab1ec59eec Update Troubleshooting physics issues for Godot 4.5 (#11252)
- Mention Jolt Physics in cases where it improves stability and performance.
- Mention TileMapLayer physics chunking.
2025-09-08 17:27:12 +02:00
Rageking8
2df068f087 Add some button roles (#11257)
* Add some `button` roles
2025-09-07 12:55:33 -04:00
Matthew
3c0401ee8c Merge pull request #11251 from godotengine/dependabot/pip/sphinxext-opengraph-0.13.0
Bump sphinxext-opengraph from 0.12.0 to 0.13.0
2025-09-07 12:48:17 -04:00