1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-16 14:00:40 +00:00
Commit Graph

74331 Commits

Author SHA1 Message Date
Konrad Gadzina
d51f33e1b4 Fix game crashes when adding color preset after clearing presets in another control 2025-03-16 13:19:04 +01:00
Lukas Tenbrink
b67e213b16 Optimize FileAccessCompressed::get_buffer by using memcpy. 2025-03-16 12:22:06 +01:00
arkology
84e1ed8884 Fix ThemeEditor being too wide for small screen or minimized window 2025-03-16 14:16:03 +03:00
Rémi Verschelde
fde0616a0e Merge pull request #104220 from akien-mga/ci-cache-cleanup-v2
CI: Set explicit write permission for cache cleanup token
2025-03-16 10:14:44 +01:00
Rémi Verschelde
1e5b075f48 CI: Set explicit write permission for cache cleanup token 2025-03-16 09:23:18 +01:00
arkology
1be23eee2c Improve TileMap and TileSet editors UI 2025-03-16 11:21:17 +03:00
Zae
0013d30c92 Fix hash issue with OptimizedTranslation caused by signed char 2025-03-16 15:21:06 +08:00
Silc Lizard (Tokage) Renew
78fbe37f4b Fix rest translation space in LookAtModifier3D 2025-03-16 15:51:16 +09:00
Thaddeus Crews
54278a48e7 SCons: Restore hardcoded build path on Android 2025-03-15 23:26:01 -05:00
Thaddeus Crews
0e2d1526b7 CI: Disable redirect_build_objects for GHA 2025-03-15 22:31:49 -05:00
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
dugramen
c95166c998 StyleBoxFlat scale down corners when oveflowing to prevent glitchy overlapping shapes. 2025-03-15 19:55:48 -04:00
kobewi
e64a07cc57 Unbind CSGShape::_update_shape() and make it public 2025-03-16 00:36:50 +01:00
Thaddeus Crews
c8b00c03fd SCons: Fix broken msvc conditional 2025-03-15 18:14:52 -05:00
BrotherShort
3c9c0006b4 Fix folding arrow and relationship lines move to 2nd column. 2025-03-16 05:20:42 +08:00
kobewi
ecda6b9b0b Camera2D code cleanup 2025-03-15 19:20:48 +01:00
Thaddeus Crews
10ed66f28c SCons: Add emitter to declutter build objects 2025-03-15 12:08:24 -05:00
Michael Alexsander
778a14a4d7 Fix wrong height for top editors in the inspector 2025-03-15 12:24:35 -03:00
Lukas Tenbrink
b4f6663afa Recycle zstd decompression context if possible, avoiding repeated allocations. 2025-03-15 15:39:18 +01:00
Lukas Tenbrink
a23f630781 Remove String clipping constructors.
Callers should instead call constructors with explicit encoding names, with known length `Span`.
2025-03-15 12:34:44 +01:00
bleikerja
e6a8c4b43f Fix Marshalls.utf8_to_base64 shows 'ret.is_empty() is true' error for empty String 2025-03-15 10:31:24 +01:00
Sébastien Dunne Fulmer
cabcb4161b Fix error panel auto-hiding 2025-03-15 09:08:30 +00:00
Silc Lizard (Tokage) Renew
97cc8aed18 Add is_inside_tree() check to SpringBoneSimulator3D 2025-03-15 17:18:34 +09: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
Fredia Huya-Kouadio
845c925b67 Add support for export plugins to modify the Android prebuilt manifest 2025-03-14 16:05:09 -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
Michael Alexsander
f1304a3dfb Make SConstruct file check some envs before querying modules 2025-03-14 17:38:28 -03: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
BrotherShort
08f93fcf1e Fix the TreeItem rename LineEdit is offset 2025-03-15 02:39:23 +08: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