Thaddeus Crews
7b4e220465
Merge pull request #115378 from kitbdev/fix-popupmenu-set-id
...
Fix error after setting native PopupMenu item ID
2026-01-26 15:01:47 -06:00
Thaddeus Crews
d40dd57a9e
Merge pull request #115373 from kitbdev/fix-windows-submenu-remove-crash
...
Fix crash on removing Windows PopupMenu submenu
2026-01-26 15:01:46 -06:00
Thaddeus Crews
1b17f8f696
Merge pull request #115372 from bruvzg/no_hint_px
...
[Import] Automatically disable hinting for pixel fonts.
2026-01-26 15:01:45 -06:00
Thaddeus Crews
4144627358
Merge pull request #114467 from Kn1feKillz/scrollbar-richtext
...
Fix `RichTextLabel` not updating after change `scroll_active` field
2026-01-26 15:01:44 -06:00
Thaddeus Crews
105ec00722
Merge pull request #108830 from bruvzg/pck_buf
...
[PCKPacker] Add method to add files from buffer.
2026-01-26 15:01:43 -06:00
Thaddeus Crews
0c7bb27bcd
Merge pull request #114076 from blueskythlikesclouds/d3d12-reduce-unnecessary-calls
...
Reduce unnecessary calls in D3D12 driver.
2026-01-26 15:01:42 -06:00
Thaddeus Crews
688d19c5f9
Merge pull request #114970 from Jordyfel/project-manager-focus-draw
...
Fix project manager drawing focus on right click
2026-01-26 15:01:40 -06:00
Thaddeus Crews
3adb6259aa
Merge pull request #114968 from Jordyfel/file-list-focus-draw
...
Fix right clicking an item in filesystem `ItemList` draws focus
2026-01-26 15:01:39 -06:00
Thaddeus Crews
1387e0c077
Merge pull request #115351 from kleonc/editor_property_flags_skip_zero_values
...
Skip zero values in `EditorPropertyFlags`
2026-01-26 15:01:38 -06:00
Thaddeus Crews
b3af0f641a
Merge pull request #114821 from rsanchezsaez/apple/override-improvements
...
AppleEmbedded: `renderer_compositor_rd.h` override improvements
2026-01-26 15:01:37 -06:00
Thaddeus Crews
780b6891e6
Merge pull request #114943 from AThousandShips/fix_msgfmt_spaces
...
[Editor] Handle spaces in paths when generating translations
2026-01-26 13:14:37 -06:00
Thaddeus Crews
b1e863f363
Merge pull request #115194 from YeldhamDev/snapshot_resource_fix
...
Check if a resource from a snapshot exists before loading it
2026-01-26 13:14:36 -06:00
Thaddeus Crews
86b40d4439
Merge pull request #111859 from kitbdev/fix_te_ime_wrap_index_error
...
Fix TextEdit IME error on mouse over
2026-01-26 13:14:35 -06:00
Thaddeus Crews
0b18c88c13
Merge pull request #115315 from YeldhamDev/code_completion_update_fix
...
Fix code completion popup colors not being updated properly
2026-01-26 13:14:34 -06:00
Thaddeus Crews
b8878c8b56
Merge pull request #115066 from KoBeWi/PlikSystemenu
...
Fix dock names in menu tooltips not translated
2026-01-26 13:14:33 -06:00
Thaddeus Crews
bf28684b2a
Merge pull request #112745 from BrotherShort/fix-LineEdit-offset
...
Fix Tree focus item LineEdit is offset
2026-01-26 13:14:32 -06:00
Thaddeus Crews
2d41087c8f
Merge pull request #114921 from LucaTuerk/quick_open_validate_history
...
EditorQuickOpenDialog: Rewrite internal paths usage and clean history
2026-01-26 13:14:31 -06:00
Thaddeus Crews
032f5bea89
Merge pull request #115302 from cdemirer/fix-super-at-end-error-messages
...
GDScript: Push multiline at the correct time when parsing `super`
2026-01-26 13:14:30 -06:00
Thaddeus Crews
d950e2343e
Merge pull request #115294 from bruvzg/win_init_icon
...
[Windows] Use executable icon as default for the window.
2026-01-26 13:14:29 -06:00
Thaddeus Crews
b268b1013d
Merge pull request #115292 from luzader/patch-1
...
Use sky's corrected camera projection for `combined_reprojection`
2026-01-26 13:14:28 -06:00
Thaddeus Crews
4738ce72e3
Merge pull request #115026 from rothej/fix-94567-fog-shader-compilation-with-fog-disabled
...
Fix shader compilation error when writing to `FOG` when `render_mode fog_disabled`
2026-01-26 13:14:27 -06:00
Thaddeus Crews
cfc5ec93d4
Merge pull request #114767 from unixfan2/fix/114606-compat-wrong-texunit
...
Fix sky radiance texunit in compatibility renderer
2026-01-26 13:14:26 -06:00
Thaddeus Crews
982eaef37d
Merge pull request #115278 from MattiaZir/fix-while-null-node-condition
...
Parser: Fix "trying to resolve type of null node" when missing condition.
2026-01-26 13:14:25 -06:00
Thaddeus Crews
861d7f5263
Merge pull request #115021 from dfdfg42/fix-immediate-mesh-vertex-2d-reset
...
Reset `vertex_2d` flag when starting a new surface in ImmediateMesh
2026-01-26 13:14:25 -06:00
Thaddeus Crews
f5d21bfa9c
Merge pull request #113228 from dalexeev/gds-improve-const-eval-array-dict
...
GDScript: Improve evaluation of constant expressions with arrays/dictionaries
2026-01-26 13:14:24 -06:00
Thaddeus Crews
0f8a1c9db2
Merge pull request #115147 from BastiaanOlij/fix_multiview_fixed_size
...
Apply fixed size properly for mono/stereo rendering.
2026-01-26 13:14:23 -06:00
Thaddeus Crews
0b6cdb835b
Merge pull request #115392 from YeldhamDev/external_but_not_exposed
...
Stop exposing external theme item properties
2026-01-26 13:14:22 -06:00
Thaddeus Crews
773d788500
Merge pull request #115257 from syntaxerror247/forgotten-stuff
...
Android: Enable native file picker support on all devices
2026-01-26 13:14:21 -06:00
Thaddeus Crews
3dc64a564b
Merge pull request #115124 from blueskythlikesclouds/2x-msaa-pick-first
...
Pick the sample closer to the camera when resolving 2x MSAA.
2026-01-26 13:14:20 -06:00
Thaddeus Crews
769284ffef
Merge pull request #115116 from onequid/debug-features
...
Ensure debug features get cleared after use
2026-01-26 13:14:19 -06:00
Thaddeus Crews
5173422b1e
Merge pull request #115364 from mihe/jolt/limit-body-activation
...
Fix transform updates sometimes being discarded when using Jolt
2026-01-26 13:14:19 -06:00
Thaddeus Crews
b328f597a3
Merge pull request #115359 from jrouwe/add_inl
...
Add .inl files to the MSVC solution
2026-01-26 13:14:18 -06:00
Thaddeus Crews
9878cb9e72
Merge pull request #115353 from ryevdokimov/fix-child-col-repos
...
Fix collision repositioning for child nodes
2026-01-26 13:14:17 -06:00
Thaddeus Crews
013fffa10d
Merge pull request #114834 from Faless/net/enet/dtls_memory_management
...
ENet: Fix DTLS server leaking peers
2026-01-26 13:14:16 -06:00
Thaddeus Crews
0eee432358
Merge pull request #115089 from jrouwe/115009
...
Jolt Physics: Swapping vertices of triangle if it is scaled inside out
2026-01-26 13:14:15 -06:00
Thaddeus Crews
4f1d84b155
Merge pull request #115215 from Nintorch/fix-joy-xinput-index
...
Fix non-Xinput joypads having `xinput_index` in `Input.get_joy_info()`
2026-01-26 13:14:15 -06:00
Thaddeus Crews
e093c96688
Merge pull request #114951 from LanzaSchneider/fix-gdscript-lsp-tests-link-error
...
Fix GDScript LSP test link errors when `websocket` is disabled
2026-01-26 13:14:14 -06:00
Thaddeus Crews
50b30b9514
Merge pull request #115202 from KoBeWi/no_context_plugin
...
Fix context plugins not called for empty clicks in Scene
2026-01-26 13:14:13 -06:00
Mattia Zirpoli
372c522ce1
Parser: Fix "trying to resolve type of null node" when missing condition.
2026-01-26 18:14:50 +01:00
Thaddeus Crews
f8444475ac
Merge pull request #115389 from akien-mga/4.7-dev
...
Bump version to 4.7-dev
2026-01-26 11:05:00 -06:00
Rémi Verschelde
6b441ab6a4
Bump version to 4.7-dev
2026-01-26 17:40:46 +01:00
Michael Alexsander
d061d9bac3
Stop exposing external theme item properties
2026-01-26 11:49:03 -03:00
Pāvels Nadtočajevs
32677cb184
[Import] Automatically disable hinting for pixel fonts.
2026-01-26 12:11:33 +02:00
kit
7d3e84391b
Fix error after setting native PopupMenu item ID
2026-01-25 19:27:57 -05:00
kit
f3dacf24b0
Fix crash on removing Windows PopupMenu submenu
2026-01-25 14:48:45 -05:00
Mikael Hermansson
e7cf2f42cc
Fix transform updates sometimes being discarded when using Jolt
...
Co-authored-by: Jorrit Rouwe <jrouwe@gmail.com>
2026-01-25 16:44:08 +01:00
Rémi Verschelde
89cea14398
Bump version to 4.6-stable \o/
...
Almost 3 years after the 4.0 release, Godot 4 is starting to be a mature engine,
including a wide array of features that enable countless developers to publish
games in all genres. For example, Steam got over
[1,200 new Godot games](https://steamdb.info/stats/releases/?tech=Engine.Godot )
in 2025, while itch.io consistently gets around
[500 new Godot games per week](https://itch.io/game-development/engines/most-projects )
(game jams, prototypes, etc.).
While every Godot user still has their own favorite missing feature which
they're eagerly awaiting, for the most part the engine is fully capable.
But there are still so many minor roadblocks, papercuts, workflow issues or
outright bugs which can make the experience of developing and publishing games
more painful than we'd like.
So for this release, there was a significant focus on polish and usability,
aiming to firmly establish Godot as an engine that you can rely upon, while
keeping the iteration speed, lightweightness, and flexibility which make users
love it.
Close to 400 contributors were involved in this new feature release, authoring
2,001 (!) commits, and we want to thank them all for their amazing contributions,
as well as all users who sponsor the Development Fund, reported bugs, opened
proposals, or supported each other on our community platforms.
See the release page for details: https://godotengine.org/releases/4.6/
2026-01-25 13:41:41 +01:00
Jorrit Rouwe
cc2e051cd3
Add .inl files to the MSVC solution
...
Several third party libraries are using .inl files which are currently not visible in the MSVC project:
thirdparty\jolt_physics\Jolt\Core\FixedSizeFreeList.inl
thirdparty\jolt_physics\Jolt\Core\JobSystem.inl
thirdparty\jolt_physics\Jolt\Core\LockFreeHashMap.inl
thirdparty\jolt_physics\Jolt\Core\Profiler.inl
thirdparty\jolt_physics\Jolt\Math\BVec16.inl
thirdparty\jolt_physics\Jolt\Math\DMat44.inl
thirdparty\jolt_physics\Jolt\Math\DVec3.inl
thirdparty\jolt_physics\Jolt\Math\Mat44.inl
thirdparty\jolt_physics\Jolt\Math\Quat.inl
thirdparty\jolt_physics\Jolt\Math\UVec4.inl
thirdparty\jolt_physics\Jolt\Math\Vec3.inl
thirdparty\jolt_physics\Jolt\Math\Vec4.inl
thirdparty\jolt_physics\Jolt\Physics\Body\Body.inl
thirdparty\jolt_physics\Jolt\Physics\Body\MotionProperties.inl
thirdparty\libktx\external\dfdutils\dfd2vk.inl
thirdparty\libktx\external\dfdutils\vk2dfd.inl
thirdparty\libktx\lib\texture_funcs.inl
thirdparty\openxr\src\external\jsoncpp\src\lib_json\json_valueiterator.inl
thirdparty\vhacd\inc\vhacdCircularList.inl
thirdparty\vhacd\inc\vhacdVector.inl
thirdparty\vhacd\src\FloatMath.inl
This change automatically adds these files to the solution.
2026-01-25 11:40:16 +01:00
Rémi Verschelde
8322eb1414
Add changelog for Godot 4.6
2026-01-25 11:39:36 +01:00
Rémi Verschelde
d5edd4a592
Sync translations with Weblate
2026-01-25 10:07:59 +01:00