Commit Graph

4975 Commits

Author SHA1 Message Date
notroid5
cf795af4f8 Update static_typing.rst
Fixed missing new line
2025-10-08 11:39:42 +02:00
Max Hilbrunner
0747a890c5 Merge pull request #10919 from Ivorforce/godot-cpp-build-system
Add "Build System" section to godot-cpp docs.
2025-10-02 16:11:31 +02:00
Max Hilbrunner
7014bd71bc Merge pull request #11291 from HolonProduction/jsonrpc-compat
Don't list JSONRPC changes as binary compatible
2025-10-02 14:48:26 +02:00
Max Hilbrunner
bc88ade318 Merge pull request #11325 from proffesionalusrnm/master
Added Text Editor Shortcuts Documentation for Selection
2025-10-01 18:14:55 +02:00
Anish Mishra
7168e25f4e Update android_in_app_purchases.rst 2025-09-28 21:24:19 +05:30
proffesionalusrnm
006ddd501d Merge branch 'godotengine:master' into master 2025-09-26 18:03:46 -06:00
proffesionalusrnm
459f21fb99 Update default_key_mapping.rst
Added text selection short keys for select up, down, and next occurrence
2025-09-26 18:01:40 -06:00
Max Hilbrunner
3521a55f51 Merge pull request #11299 from mihe/logger-thread-safety
Mention importance of thread-safety in `Logger` example
2025-09-27 02:00:10 +02:00
Max Hilbrunner
6371bd2367 Merge pull request #11324 from Calinou/exporting-compiling-for-ios-no-simulator
Document exporting/compiling for the iOS simulator not currently being supported
2025-09-27 01:59:43 +02:00
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
042c802255 Merge pull request #11322 from PHATASS-Studios/patch-1
Fix inspector_dock.rst - Show inspector menu route was wrong
2025-09-27 00:46:43 +02:00
Ted Gignac
4a8e23586a Add details on the shader's eye position built-ins
Changed descriptions for CAMERA_POSITION_WORLD and EYE_OFFSET to benefit XR developers.
I decided to make this pull request because my dad spent a while trying to get the eye positions correct, eventually finding  that CAMERA_POSITION_WORLD is the same for both eyes, and later that the EYE_OFFSET is not in world space.
My dad and I were almost led to believe that the perspective artifacts we saw with our custom shader were due to an optimization in the headset, and that we would have to work around it in our game, but it has since been fixed.
2025-09-26 10:56:03 -04:00
PHATASS Studios
e0488beebd Fix inspector_dock.rst - Show inspector menu route was wrong
When you follow the "Editor > Editor Settings" route an Editor Settings panel opens - without any Editor Docks sub-panel.

This had me stumped at first while following the documentation.

A menu path that actually triggers the Show Inspector function is:
"Editor > Editor Docks > Inspector"

I propose updating the menu path for clarity.
2025-09-26 07:18:25 +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
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
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
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
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
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
Aaron Franke
4688ffc1a6 Add note about "Naming Version" in 3D model importers 2025-09-12 20:27:16 -07: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
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
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
Lukas Tenbrink
757d1f7d01 Add "Build System" section to godot-cpp docs (SCons and CMake). 2025-09-09 16:24:01 +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
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
Hugo Locurcio
9497fb3128 Update Troubleshooting physics issues for Godot 4.5
- Mention Jolt Physics in cases where it improves stability and performance.
- Mention TileMapLayer physics chunking.
2025-09-01 23:45:59 +02:00
Hugo Locurcio
0b0625ca9d Update Controllers, gamepads and joysticks for SDL 3
- Mention SDL 3 is now used for input on desktop platforms.
- Mention that mobile/web platforms may have less reliable controller
  support as they don't use SDL yet, but it's planned.
2025-09-01 19:13:47 +02:00
Hugo Locurcio
967f758b9c Update instructions for resolution scaling in Multiple resolutions
The previously described approach was tailored for Godot 3.x, back
when built-in 3D resolution scaling support didn't exist.

Now that resolution scaling works in all rendering methods, it's better
to use it instead.
2025-08-30 23:38:19 +02:00