Lukas Tenbrink
|
49e860159a
|
Move `CowData` `find`, `rfind` and `count` to `Span`.
|
2025-03-16 03:31:11 +01:00 |
Thaddeus Crews
|
863a5ff139
|
Merge pull request #101641 from Repiteo/scons/separate-build-dir-emitter
SCons: Add emitter to declutter build objects
|
2025-03-15 19:42:44 -05:00 |
Thaddeus Crews
|
05db2e8b3f
|
Merge pull request #104143 from syntaxerror247/Fix-build-issue
Fix build errors when building with `disable_3d=yes`
|
2025-03-15 19:42:43 -05:00 |
Thaddeus Crews
|
c738ac8d0f
|
Merge pull request #104152 from AeioMuch/no_empty_string_allowed
Don't allow empty string when splitting allowed types and allowed subtypes in `_is_drop_valid()` in EditorPropertyArray
|
2025-03-15 19:42:42 -05:00 |
Thaddeus Crews
|
70f3d9aff5
|
Merge pull request #104156 from dsnopek/javaclasswrapper-dictionary-redux
JavaClassWrapper: Fix mistake in last fix for `org.godotengine.godot.Dictionary` conversion
|
2025-03-15 19:42:41 -05:00 |
Thaddeus Crews
|
2dc6da6336
|
Merge pull request #104208 from Repiteo/scons/msvc-check-fix
SCons: Fix broken msvc conditional
|
2025-03-15 19:42:40 -05:00 |
Thaddeus Crews
|
c8b00c03fd
|
SCons: Fix broken msvc conditional
|
2025-03-15 18:14:52 -05:00 |
Thaddeus Crews
|
10ed66f28c
|
SCons: Add emitter to declutter build objects
|
2025-03-15 12:08:24 -05:00 |
Lukas Tenbrink
|
b4f6663afa
|
Recycle `zstd` decompression context if possible, avoiding repeated allocations.
|
2025-03-15 15:39:18 +01:00 |
Rémi Verschelde
|
0028fd625e
|
Merge pull request #104159 from clayjohn/rd-draw-list-regression
Error when draw list is not active in draw_list_switch_to_next_pass
|
2025-03-15 08:43:36 +01:00 |
K. S. Ernest (iFire) Lee
|
69b281295c
|
Add DDS image load and save functionality
Save and load DDS from Image class.
Co-authored-by: BlueCube3310 <53150244+BlueCube3310@users.noreply.github.com>
|
2025-03-14 19:31:43 -07:00 |
clayjohn
|
16b9667c62
|
Error when draw list is not active in draw_list_switch_to_next_pass
This fixes a mistake made when refactoring the draw list
|
2025-03-14 18:04:47 -07:00 |
David Snopek
|
2091899d55
|
JavaClassWrapper: Fix mistake in last fix for `org.godotengine.godot.Dictionary` conversion
|
2025-03-14 18:01:12 -05:00 |
AeioMuch
|
d0cff82841
|
Check for empty string for allowed type and allowed subtypes
|
2025-03-14 22:36:16 +01:00 |
kobewi
|
db64674a56
|
Fix Android build template message translation
|
2025-03-14 22:17:18 +01:00 |
Raul Santos
|
2213545fc5
|
[.NET] Deprecate compat methods that reference deprecated types
|
2025-03-14 21:33:33 +01:00 |
Anish Mishra
|
7a5267dfad
|
Fix build errors when building with disable_3d=yes
|
2025-03-15 01:51:46 +05:30 |
Thaddeus Crews
|
87f897ae0a
|
Merge pull request #104080 from Repiteo/ci/cache-trim
CI: Trim cache before saving
|
2025-03-14 14:11:31 -05:00 |
Thaddeus Crews
|
de33bd2b7c
|
CI: Trim cache before saving
|
2025-03-14 14:05:02 -05:00 |
kobewi
|
7cb2fb189a
|
Remove TOOLS_ENABLED checks from editor/
|
2025-03-14 18:13:16 +01:00 |
Thaddeus Crews
|
b377562b52
|
Merge pull request #91660 from AThousandShips/methodinfo_vec
[Core] Use `Vector` for `MethodInfo::arguments`
|
2025-03-14 10:06:13 -05:00 |
Thaddeus Crews
|
1700a84275
|
Merge pull request #104049 from Ivorforce/string-dedup-char32
De-duplicate `String` single-char constructor
|
2025-03-14 10:06:12 -05:00 |
Thaddeus Crews
|
e68ac1c89d
|
Merge pull request #104114 from HolonProduction/lsp-spec-selection-range-round-3
GDScript: Fix head class range to include `class_name`
|
2025-03-14 10:06:11 -05:00 |
Thaddeus Crews
|
cf4ebb63a0
|
Merge pull request #104109 from Ivorforce/resize-zeroed
Use `resize_zeroed` instead of `resize` then `fill(0)` in several places.
|
2025-03-14 10:06:10 -05:00 |
Thaddeus Crews
|
b01e967f23
|
Merge pull request #104119 from Chubercik/pre-commit-fix
Apply `pre-commit` changes
|
2025-03-14 10:06:09 -05:00 |
Thaddeus Crews
|
dc52d01d5f
|
Merge pull request #103677 from bruvzg/rtl_effect_update
[RTL] Fix custom effects not updating.
|
2025-03-14 10:06:08 -05:00 |
Thaddeus Crews
|
4292f2464c
|
Merge pull request #104113 from aaronfranke/projection-construct
Add missing Projection constructor with 16 `real_t` values
|
2025-03-14 10:06:07 -05:00 |
Thaddeus Crews
|
409fe3c944
|
Merge pull request #102534 from ttencate/feature/drag_drop_into_array
Improve drag and drop into array property editors
|
2025-03-14 10:06:06 -05:00 |
Thaddeus Crews
|
608a08c1ad
|
Merge pull request #103921 from mikest/physical-bone-removal
Fix console errors and crash in cleanup code for PhysicalBoneSimulator3D
|
2025-03-14 10:06:04 -05:00 |
Pāvels Nadtočajevs
|
9f8d8b7c4e
|
[RTL] Fix custom effects not updating.
|
2025-03-14 16:35:35 +02:00 |
Robert Yevdokimov
|
17f78cdcaa
|
Focus `Don't Save` in `Reload Saved Scene` and don't save unmodified scenes
|
2025-03-14 18:04:04 +04:00 |
Jakub Marcowski
|
22903e4856
|
Apply `pre-commit` changes
|
2025-03-14 14:25:31 +01:00 |
Lukas Tenbrink
|
f4de2cd22a
|
Use `resize_zeroed` instead of `resize` then `fill(0)` in several places.
|
2025-03-14 12:09:39 +01:00 |
HolonProduction
|
d6da30e9c7
|
GDScript: Fix head class range to include `class_name`
|
2025-03-14 11:36:55 +01:00 |
Rémi Verschelde
|
1ba4dbb164
|
Merge pull request #104106 from bruvzg/lin_ac_color
[DisplayServer] Implement `get_accent_color` on Linux.
|
2025-03-14 11:03:02 +01:00 |
Rémi Verschelde
|
e2c5260a7b
|
Merge pull request #104104 from bruvzg/icu771
ICU4C: Update to version 77.1
|
2025-03-14 11:02:58 +01:00 |
Rémi Verschelde
|
535014fd53
|
Merge pull request #104097 from aaronfranke/csharp-missing-vec4
Fix missing Vector4(i) and Projection in C# bindings generator
|
2025-03-14 11:02:53 +01:00 |
Rémi Verschelde
|
925a728267
|
Merge pull request #104089 from jaydensipe/visual-streak-fix
Fix `Game` view visual streaking when selecting nodes with `Physics Interpolation` enabled
|
2025-03-14 11:02:48 +01:00 |
Rémi Verschelde
|
6ee36b3911
|
Merge pull request #103233 from Asaduji/xr-interpolation-fix
Fix interpolation in XR
|
2025-03-14 11:02:44 +01:00 |
Rémi Verschelde
|
a044e90e18
|
Merge pull request #103134 from YeldhamDev/build_gdscript_classes_used
Implement class detection in GDScript for build configuration
|
2025-03-14 11:02:39 +01:00 |
Rémi Verschelde
|
7bb86852a0
|
Merge pull request #102990 from KoBeWi/save_asing
Prompt to Save As when saving all scenes
|
2025-03-14 11:02:34 +01:00 |
Rémi Verschelde
|
dca2bb887a
|
Merge pull request #100430 from shahriarlabib000/save
Always update `.tscn` name when "Save Scene As…" is pressed
|
2025-03-14 11:02:30 +01:00 |
Rémi Verschelde
|
ddbeb57073
|
Merge pull request #104107 from Ivorforce/keycode-get-key-keycode-error
Fix "Unicode parsing error" spam when opening editor.
|
2025-03-14 11:02:23 +01:00 |
Mike Estee
|
d39003c0bf
|
Fix console errors and crash in cleanup code for PhysicalBoneSimulator3D
|
2025-03-14 11:01:34 +01:00 |
Aaron Franke
|
ced61da848
|
Add missing Projection constructor with 16 real_t values
|
2025-03-14 02:57:19 -07:00 |
Rémi Verschelde
|
827f9d95f2
|
i18n: Sync translations with Weblate
(cherry picked from commit daa4b058ee)
|
2025-03-14 10:17:08 +01:00 |
Lukas Tenbrink
|
6759d3b812
|
Fix "Unicode parsing error" spam when opening editor.
|
2025-03-14 08:32:26 +01:00 |
Pāvels Nadtočajevs
|
18f6c33d72
|
[DisplayServer] Implement `get_accent_color` on Linux.
|
2025-03-14 09:05:03 +02:00 |
Pāvels Nadtočajevs
|
a25696fd90
|
ICU4C: Update to version 77.1
|
2025-03-14 07:50:02 +02:00 |
Aaron Franke
|
6c9087fb5a
|
Fix missing Vector4(i) and Projection in C# bindings generator
|
2025-03-13 19:04:47 -07:00 |