Commit Graph

13217 Commits

Author SHA1 Message Date
kobewi
9f96d2199d Add EditorDock's own DockSlot enum 2026-01-02 13:16:23 +01:00
Rémi Verschelde
424310f775 Merge pull request #114405 from KoBeWi/TracToR
Fix some invalid translation usages
2026-01-01 16:47:35 +01:00
Rémi Verschelde
504df6253d Merge pull request #114392 from passivestar/inner-tabs
Improve the look of inner tabs in modern theme
2026-01-01 16:47:19 +01:00
Rémi Verschelde
f2badb47f1 Merge pull request #114354 from nikitalita/gltf-dupe-images
GLTF: Duplicate images during serialization to prevent segfaults
2026-01-01 16:47:15 +01:00
Max Aller
e304b4e43e GDScript: Fix incorrect default transfer_mode for @rpc annotation
The `@rpc` annotation was registered with "unreliable" as the default
transfer_mode, but the runtime (SceneRPCInterface) defaults to
TRANSFER_MODE_RELIABLE. This caused a mismatch between the documented
default and the actual behavior when using Node.rpc_config().

Changed the parser default to "reliable" to match the runtime behavior
and C# RpcAttribute. Added comments in all three locations to help
prevent future drift.

Fixes godotengine/godot-docs#8874
Related docs fix: godotengine/godot-docs#11554
2026-01-01 11:46:24 +01:00
passivestar
3393740d42 Improve the look of inner tabs in modern theme 2025-12-30 06:05:12 +04:00
kobewi
8819651847 Fix some invalid translation usages 2025-12-30 00:03:17 +01:00
HolonProduction
a1fb9daae1 LSP: Fix infinite recursion in symbol calculation 2025-12-28 19:11:29 +01:00
nikitalita
595807acfb GLTF: dupe images during serialization to prevent segfaults 2025-12-26 12:42:23 -08:00
Rémi Verschelde
ec06048f6e Merge pull request #114181 from BastiaanOlij/fix_openxr_visibility_nomask
OpenXR: Don't create a visibility mask mesh without data
2025-12-21 10:41:17 +01:00
Rémi Verschelde
af9fdbb051 Merge pull request #114183 from bruvzg/ts_pr
Remove leftover print line from `TextServer`.
2025-12-19 11:53:45 +01:00
Pāvels Nadtočajevs
ffd5129337 Remove leftover print line from TextServer. 2025-12-19 07:51:36 +02:00
Bastiaan Olij
12764858d3 OpenXR: When visibility mask extension does not return a mask, don't create a mesh 2025-12-19 16:02:34 +11:00
kobewi
61254acd98 Translate error names when displayed in dialogs 2025-12-18 23:48:52 +01:00
Rémi Verschelde
f1afe67b3b Merge pull request #111062 from bruvzg/ts_autoinculde_data
Automatically include text server data if project includes translations requiring it.
2025-12-18 23:30:49 +01:00
Pāvels Nadtočajevs
5afbbc71a4 Automatically include text server data if project includes translations requiring it. 2025-12-18 15:32:52 +02:00
Rémi Verschelde
034c55efec Merge pull request #114132 from dsnopek/remove-openxr-version-hack
OpenXR: Remove version hack to workaround Meta aim pose issue that is now fixed
2025-12-18 14:29:15 +01:00
Rémi Verschelde
5d89816d93 Merge pull request #112661 from bruvzg/lang_shape
Improve language selection when shaping text.
2025-12-18 14:23:42 +01:00
Rémi Verschelde
65676315c6 Merge pull request #110310 from bruvzg/check_gl_cache
[TextServer] Check if texture cache is valid when loading glyph.
2025-12-18 14:23:10 +01:00
Pāvels Nadtočajevs
997f326b58 Improve language selection when shaping text. 2025-12-18 09:05:07 +02:00
David Snopek
1e4de4ed31 OpenXR: Remove version hack to workaround Meta aim pose issue that is now fixed 2025-12-17 20:23:07 -06:00
Rémi Verschelde
c5aff61301 Merge pull request #114054 from YeldhamDev/its_hinting_time
Add and adjust more scroll hints in the editor
2025-12-17 22:27:19 +01:00
M4rchyS
38beb1c94b Fix GDScript extends path recursion to itself 2025-12-17 16:30:53 +01:00
Michael Alexsander
a45bdce763 Add and adjust more scroll hints in the editor 2025-12-17 11:15:33 -03:00
Thaddeus Crews
d9f938775d Merge pull request #105236 from HolonProduction/lsp-sync
LSP: Rework management of client owned files
2025-12-16 20:32:57 -06:00
Rémi Verschelde
d08fbbcc0d Merge pull request #114072 from Fahien/include-cstdlib
Add missing `cstdlib` include for `EXIT_SUCCESS` and `free`
2025-12-16 11:27:13 +01:00
Rémi Verschelde
9d8180edb8 Merge pull request #114027 from bruvzg/e_no_skip
[TextServer] Do not skip non-color font if system fallback is disabled.
2025-12-16 11:26:59 +01:00
Antonio Caggiano
717a7f1d76 Add missing cstdlib include for EXIT_SUCCESS and free 2025-12-16 11:02:07 +01:00
Thaddeus Crews
76972d691d Merge pull request #113908 from bruvzg/ts_dup_fix
[TextServer] Fix `duplicated` losing span info, and RID leak.
2025-12-15 17:40:53 -06:00
Thaddeus Crews
4b6c88deda Merge pull request #114047 from Repiteo/ci/enforce-shebang
CI: Fix executable perms for various files
2025-12-15 13:02:05 -06:00
Thaddeus Crews
2589c4da64 Merge pull request #114033 from manuelmaceira/fix-gltf-emissive-factor
GLTF: Fix emissive texture import when `emissiveFactor` is absent
2025-12-15 13:02:03 -06:00
Thaddeus Crews
aeef4fff6d CI: Fix executable perms for various files 2025-12-15 11:23:03 -06:00
Thaddeus Crews
4d0ddafa21 Merge pull request #113965 from akien-mga/msdfgen-1.13
msdfgen: Update to 1.13
2025-12-15 08:01:02 -06:00
Thaddeus Crews
cf66274d81 Merge pull request #113967 from akien-mga/pcre2-10.47
pcre2: Update to 10.47
2025-12-15 08:01:01 -06:00
Thaddeus Crews
afd4e0f67b Merge pull request #113963 from akien-mga/libwebp-1.6.0
libwebp: Update to 1.6.0
2025-12-15 08:00:58 -06:00
Pāvels Nadtočajevs
3caa3d57db [TextServer] Do not skip non-color font if system fallback is disabled. 2025-12-15 09:07:11 +02:00
Rémi Verschelde
36e7675d6d pcre2: Update to 10.47 2025-12-12 23:10:07 +01:00
Pāvels Nadtočajevs
1ca8f1d7f6 Update ICU to 78.1 2025-12-13 00:04:35 +02:00
Rémi Verschelde
c5c85a7d36 libwebp: Update to 1.6.0 2025-12-12 22:51:19 +01:00
Rémi Verschelde
76dda1f2c8 msdfgen: Update to 1.13
Remove unused `export-svg` and `save-*` files.
2025-12-12 22:39:53 +01:00
Manuel Maceira
5d9f5c54ef GLTF: Fix emissive texture import when emissiveFactor is absent 2025-12-12 16:34:36 -03:00
Rémi Verschelde
3ff4c19508 Merge pull request #113816 from YeldhamDev/there_is_nothing_more_permanent_than_a_temporary_solution
Add leftover scroll hints, and panels for scrollables without hints
2025-12-12 17:13:13 +01:00
Rémi Verschelde
67c579bcef Merge pull request #113713 from Mrfanta-stick/fix-openxr-gltf-dependency
Fix OpenXR build failure when glTF module is disabled
2025-12-12 17:13:05 +01:00
Michael Alexsander
5246b5fba9 Add leftover scroll hints, and panels for scrollables without hints 2025-12-12 10:59:03 -03:00
Mrfanta-stick
70727f46fd Fix OpenXR build failure when GLTF module is disabled
Wrap OpenXR render model classes with MODULE_GLTF_ENABLED guards since
they depend on the GLTF module. Include modules_enabled.gen.h
unconditionally to ensure proper module detection across all build
configurations.
2025-12-12 14:01:06 +01:00
Pāvels Nadtočajevs
8fa484f331 [TextServer] Fix duplicated losing span info, and RID leak. 2025-12-11 21:50:22 +02:00
Thaddeus Crews
afefed5adf Merge pull request #113723 from KoBeWi/multiplayer_singlefolder
Move Multiplayer icons to the module
2025-12-11 12:12:43 -06:00
Thaddeus Crews
2553b70496 Merge pull request #113857 from bruvzg/llvm21
Fix build errors and warnings with LLVM-21
2025-12-10 18:10:39 -06:00
Thaddeus Crews
6139cef625 Merge pull request #96547 from DeeJayLSP/drmp3
Replace `minimp3` with `dr_mp3`
2025-12-10 18:10:31 -06:00
Thaddeus Crews
83934a55db Merge pull request #113824 from BastiaanOlij/openxr_use_dpad_constant
OpenXR: Use the DPAD extension constant
2025-12-10 18:10:29 -06:00