Commit Graph

10869 Commits

Author SHA1 Message Date
smix8
201a250a72 Add 4.5 upgrade Navigation notes
Adds 4.5 upgrade Navigation notes.
2025-10-02 15:54:07 +02:00
peachey2k2
9a7a77fef9 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-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
6eea82fa7d 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-10-02 15:54:07 +02:00
Hugo Locurcio
67d9f09a10 Fix license text using syntax highlighting in Complying with licenses
This is a plain text block, so it shouldn't use syntax highlighting.
2025-10-02 15:54:07 +02:00
Scott DePouw
54f949bf34 Update upgrading_to_godot_4.5.rst
Fix a typo.
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
Aaron Franke
87e3c8f416 Add note about "Naming Version" in 3D model importers
(cherry picked from commit 4688ffc1a6)
2025-09-15 09:36:52 +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
8411020054 Fix code block highlighting in Logging
Some blocks were using syntax highlighting when they shouldn't.

(cherry picked from commit 3b11c2f5ab)
2025-09-15 09:36:23 +02:00
Hugo Locurcio
b458814995 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.

(cherry picked from commit 7b98025f2e)
2025-09-15 09:35:52 +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
Ste
afb929b74f expands the pygments lexer to cover GDScript 2 better
(cherry picked from commit 5ebeb22bd0)
2025-09-15 09:35:02 +02:00
Max Hilbrunner
e10d6ac079 Merge pull request #11287 from mhilbrunner/update-4.5
Update 4.4 to 4.5
2025-09-13 08:30:14 +02:00
Max Hilbrunner
9874cad4d0 Update 4.4 to 4.5 2025-09-13 08:25:04 +02:00
Max Hilbrunner
612faf14e2 Merge pull request #11285 from mhilbrunner/update-rtd-version
Update RTD version
2025-09-13 06:50:09 +02:00
Max Hilbrunner
54621ec435 Update RTD version 2025-09-13 06:47:53 +02:00
Max Hilbrunner
8c57fc9e9d Merge branch 'stable' into 4.5 2025-09-13 04:46:04 +02:00
Max Hilbrunner
df3f9766e5 Merge pull request #11281 from mhilbrunner/4.5
Create 4.5 branch
2025-09-13 04:41:07 +02:00
Max Hilbrunner
df7d8ddf64 Create 4.5 branch 2025-09-13 04:25:03 +02: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
Matthew
833ebf43fb Merge pull request #11261 from godotengine/classref/sync-3c7f9b9
classref: Sync with current master branch (3c7f9b9)
2025-09-07 12:46:45 -04:00
Godot Organization
82d51489bf classref: Sync with current master branch (3c7f9b9) 2025-09-06 03:22:32 +00:00
Rageking8
4404daf6f3 Fix mismatched backticks in "2D navigation overview" (#11254)
* Fix mismatched backticks in "2D navigation overview"

* Add `button` role for "Bake NavigationPolygon" in "2D navigation overview"

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>

---------

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2025-09-04 18:58:16 +02:00