Yufeng Ying
a50fc5acd8
Change ClassDB::get_class_list and related stuff.
2025-09-16 15:00:33 +08:00
kobewi
a3cb0bd2a3
Improve editor language selector
2025-09-16 01:11:42 +02:00
BlueCube3310
ebdf57fbf1
Optimize data flushing for FileAccessCompressed and FileAccessEncrypted
2025-09-16 00:19:19 +02:00
Allen Pestaluky
46e40969a2
Replace the term "color space" with "color encoding". Add additional detail to Color class description. State clearly that Color is expected to use the nonlinear sRGB transfer function.
2025-09-15 18:11:53 -04:00
Rémi Verschelde
6d8aa8582f
Linux: Allow unbundling libjpeg-turbo to use system package
2025-09-15 23:52:48 +02:00
Thaddeus Crews
99a39ce6ea
Merge pull request #110539 from dsnopek/godot-cpp-branch-45
...
Update `GODOT_CPP_BRANCH` after Godot v4.5-stable release
2025-09-15 16:48:20 -05:00
David Snopek
2967267fba
Update GODOT_CPP_BRANCH after Godot v4.5-stable release
2025-09-15 16:41:57 -05:00
Thaddeus Crews
76dfc53dee
Ensure docs point to "latest"
2025-09-15 15:55:06 -05:00
Thaddeus Crews
c2141e0aa5
Bump version to 4.6-dev
2025-09-15 15:50:22 -05:00
David Snopek
d0a0d8b798
GDExtension: Update warning about gdextension_special_compat_hashes.cpp to prevent confusion
2025-09-15 14:02:56 -05:00
aaronp64
4c3f2be16d
Avoid repeated _copy_on_write() calls in Array::resize()
...
Updated Array::resize() to call ptrw() once before looping to initialize typed array elements, instead of accessing each through .write[].
2025-09-15 14:03:21 -04:00
DeeJayLSP
af5a81faf8
Add one padding frame to QOA buffer for short streams
2025-09-15 10:27:36 -03:00
Rémi Verschelde
876b290332
Bump version to 4.5-stable \o/
...
See the release page for details: https://godotengine.org/releases/4.5/
2025-09-15 03:30:02 +02:00
Rémi Verschelde
9779966c14
Add changelog for Godot 4.5
2025-09-15 03:25:34 +02:00
Marcel Offermans
7d09e4a428
Fixes #110519 by removing the 'Depth buffer' option that is not present in the back-end.
2025-09-14 21:04:05 +02:00
Michael Alexsander
06b155a18c
Improve look of some buttons inside the inspector
2025-09-14 12:29:55 -03:00
Serhii Snitsaruk
476b901247
Prevent JNI Variant conversion stack overflow
2025-09-14 12:51:59 +02:00
Rémi Verschelde
2b832e9974
i18n: Sync translations with Weblate
2025-09-14 12:09:21 +02:00
Jorrit Rouwe
1daf9893ec
Fixed bug in ManifoldBetweenTwoFaces
...
Fixed bug in ManifoldBetweenTwoFaces which would not find the correct manifold in case face 1 had 3 or more vertices and face 2 only 2. E.g. for a box resting the long edge of a cylinder this would mean that only a single contact point was found instead of 2 (the other way around would work fine).
Fixes godotengine/godot#110479
2025-09-14 11:01:00 +02:00
Hugo Locurcio
204e310914
Tweak draw command label names for consistency
...
- Use Title Case for all labels, and add hyphens where relevant.
- Mention Roughness in SSR Filter's label name, as it's only enabled
when the SSR roughness quality is not set to Disabled.
2025-09-14 01:23:47 +02:00
aidcoope
e3a6abd871
Fix typo in control node _make_custom_tooltip description.
2025-09-13 16:58:49 -04:00
Pāvels Nadtočajevs
77dd83efbf
[macOS] Remove old embedded window joystick init code.
2025-09-13 17:56:16 +03:00
Pāvels Nadtočajevs
906aff5331
Fix iOS/visionOS export plugin crash on exit.
2025-09-13 11:22:40 +03:00
Clay John
bfa330dd5d
Merge pull request #110463 from kojurohan42/build-id-append-for-crashlytics
...
added build id link flag for firebase crashlytics support for android
2025-09-12 16:17:09 -04:00
Fredia Huya-Kouadio
35c87ae0ca
Add quest3s to the list of supported devices
2025-09-12 11:38:02 -07:00
kojurohan42
b1ed9ffca7
added build id link flag for firebase crashlytics support
2025-09-12 23:31:16 +05:45
Thaddeus Crews
ee87ee8332
Merge pull request #110399 from beicause/fix-animation-tree-store-libraries
...
AnimationTree: Fix `libraries` is stored
2025-09-12 09:16:27 -05:00
Thaddeus Crews
2ac43adf62
Merge pull request #110430 from Ivorforce/contributing-links-2
...
Update links to the contributing section of the docs to the appropriate new sections.
2025-09-12 09:16:16 -05:00
emild
13c2b28cd6
remove incorrect single window mode inverted hint
2025-09-12 10:25:47 +02:00
Lukas Tenbrink
4c0026b053
Update links to the contributing section of the docs to the appropriate new sections.
2025-09-12 01:04:14 +02:00
Frank Becker
aa8acd1a04
Don't reset color if the previous token is a number ending with a dot.
2025-09-11 11:40:15 -07:00
Thaddeus Crews
9b50ea8ade
Merge pull request #110398 from syntaxerror247/status-bar-regression-fix
...
Fix status bar visibility issue after keyboard hides on Android
2025-09-11 11:38:18 -05:00
Thaddeus Crews
eccdb8f624
Merge pull request #110357 from Calinou/doc-webxrinterface-fix-xrreferencespacetype-url
...
Fix MDN link for XRReferenceSpaceType in WebXRInterface class documentation
2025-09-11 11:38:18 -05:00
Thaddeus Crews
f9b98b5faa
Merge pull request #110236 from Calinou/doc-canvasitem-draw-local
...
Document CanvasItem `draw_*()` methods using local coordinate space
2025-09-11 11:38:17 -05:00
Thaddeus Crews
43395e2bd5
Merge pull request #110018 from Ivorforce/contributing-links
...
Update class reference contribution link.
2025-09-11 11:38:16 -05:00
Roman Goldman
6379874180
Fix Basis.determinant() doc: uniform scale determinant is scale^3, not scale^2
...
Corrected a documentation mistake in Basis.determinant(). For a uniform scale basis, the determinant is scale^3, not scale^2.
2025-09-11 18:45:02 +03:00
Hugo Locurcio
9317c8eb23
Document the interaction between Light3D cull mask and GI/volumetric fog
2025-09-11 17:05:44 +02:00
Hugo Locurcio
1c62ba40b7
Disable unsupported SSR, SSS, DoF on transparent viewports
...
For technical reasons, transparent viewports cannot support
screen-space reflections, subsurface scattering and depth of field.
Previously, enabling any of these would turn transparent viewports
invisible.
2025-09-11 14:59:07 +02:00
Artemy Fedotov
8d137bcd29
Fix favorite folders that are outside of the project being displayed in FileSystemDock's file list
2025-09-11 16:44:40 +04:00
Haoyu Qiu
d61d70e8b9
Fix Open Editor Data/Settings Folder menu in self-contained mode
2025-09-11 19:39:58 +08:00
Artemy Fedotov
4e3a39a2e8
Fix crash due to null pointer dereference when moving/renaming folders in FileSystemDock
2025-09-11 15:31:32 +04:00
Bastiaan Olij
748f35ccb8
Fix fixed size flag on StandardMaterial3D when rendering in stereo
2025-09-11 20:53:19 +10:00
Haoyu Qiu
cadd08da9e
Set language encoding flag when using Pack Project as ZIP
2025-09-11 16:44:09 +08:00
Pāvels Nadtočajevs
75bbe3a0bc
Shader Editor: Show "File" menu when no shaders are opened.
2025-09-11 09:47:16 +03:00
Luo Zhihao
adbd78af91
AnimationTree: Fix libraries is stored
2025-09-11 09:41:22 +08:00
Anish Mishra
775dfc5114
Fix status bar visibility issue after keyboard hides on Android
2025-09-11 07:08:32 +05:30
Vinnie Gray
47756c9689
Fix vertical alignment of Inspector category titles
2025-09-11 08:35:22 +12:00
Lukas Tenbrink
527f4e9e68
Update class reference contribution link.
2025-09-10 16:50:44 +02:00
Ben Rog-Wilhelm
e5ab5acd95
Rename RDD::MemoryBarrier to avoid conflicts with the Windows headers.
2025-09-10 05:19:36 -05:00
Hugo Locurcio
f6895c4150
Fix MDN link for XRReferenceSpaceType in WebXRInterface class documentation
2025-09-10 01:13:09 +02:00