1
0
Fork 0
Commit Graph

79668 Commits

Author SHA1 Message Date
aaronp64 ed6181c943 Fix GameStateSnapshots not being freed
Updated GameStateSnapshot to inherit from RefCounted, to be automatically deleted when reference count reaches zero, and removed GameStateSnapshotRef wrapper class.
2025-12-04 14:42:40 -05:00
Pāvels Nadtočajevs ccd84d79a7
[FileDialog] Use base dir instead of ".." when going up. 2025-12-04 21:12:20 +02:00
Anish Kumar c4e49b4aed Reduce export dialog minimum size 2025-12-04 22:31:57 +05:30
Bryce Hutchings cb4d1b79e0 Fix crash in command_queue_mt due to destruction of wrong object 2025-12-04 08:46:51 -08:00
mattia.zirpoli bf85f96a8e Fix memory management for ColorPalette in save file dialog 2025-12-04 17:38:02 +01:00
mattia.zirpoli 98ccfb07c1 Fix signal order for directory selection in `file_dialog` 2025-12-04 17:23:10 +01:00
kobewi 31f6413717 Fix wrong file thumbnails icon 2025-12-04 17:02:24 +01:00
Rémi Verschelde 78d91947f6
Merge pull request #113557 from bruvzg/test_prof_clean
Fix profiler cleanup with `--test`.
2025-12-04 15:53:06 +01:00
Rémi Verschelde 877b113afa
Merge pull request #113553 from bruvzg/no_phy
Do not show `Physical` in the special key names.
2025-12-04 15:53:01 +01:00
Rémi Verschelde 37b00ce960
Merge pull request #113546 from jinyangcruise/fix_unexpected_name_when_favoriting_nodes
Fix unexpected name when favoriting nodes from keyword matches.
2025-12-04 15:52:57 +01:00
Rémi Verschelde 9449e8ccad
Merge pull request #113541 from Rindbee/fix-no-scan-after-dir-creation-and-deletion
Fix the issue of no scan after dir creation and/or deletion
2025-12-04 15:52:53 +01:00
Rémi Verschelde 46963fae90
Merge pull request #113221 from Break-Ben/resize-right-panel
Resize right panel back to previous width
2025-12-04 15:52:48 +01:00
Rémi Verschelde 8437869434
Merge pull request #112615 from YeldhamDev/inspector_props_size_fix
Fix issues with property height in the inspector
2025-12-04 15:52:40 +01:00
jinyangcruise 8402065b0b Fix unexpected name when favoriting nodes from keyword matches. 2025-12-04 21:45:04 +08:00
风青山 5ff8f21ff3
Fix the issue of no scan after dir creation and/or deletion
When `EditorFileDialog` creates/deletes a directory during interactive
operation, it needs to notify `EditorFileSystem` to scan and detect
the filesystem change.
2025-12-04 21:39:53 +08:00
Rémi Verschelde c5f207fdcb
Merge pull request #113554 from akien-mga/vcs-fix-OptionButton-indexing
VCS: Properly use IDs for OptionButton after #113522
2025-12-04 13:22:05 +01:00
Rémi Verschelde 30fee670ba
Merge pull request #113550 from bruvzg/rtl_rel_of
[RTL] Fix relative index getting out of sync.
2025-12-04 13:22:01 +01:00
Rémi Verschelde 98954c5b38
Merge pull request #113547 from bruvzg/mac_clean
[macOS] Fix profiler cleanup.
2025-12-04 13:21:57 +01:00
Rémi Verschelde 8f3801aaec
Merge pull request #113526 from Ivorforce/tracy-profile-nocrash
Make `!configured` checks in `profiling.cpp` soft checks instead of crashing
2025-12-04 13:21:52 +01:00
Rémi Verschelde 957094a1aa
Merge pull request #113524 from Bromeon/bugfix/filedialog-compat-breakage
Add special compat methods for EditorFileDialog enum functions
2025-12-04 13:21:47 +01:00
Rémi Verschelde daf2871828
Merge pull request #113088 from KoBeWi/juggling_paths
Ensure paths in autoload info
2025-12-04 13:21:43 +01:00
Rémi Verschelde fa2be87998
Merge pull request #109907 from abrusle/patch-1
Fix typos and link tutorial in WebRTCPeerConnection docs
2025-12-04 13:21:38 +01:00
Rémi Verschelde ff610712f5
Merge pull request #109878 from ryevdokimov/fix-grid-map-move
Fix `GridMap` Move Action Undo/Redo/Cancel
2025-12-04 13:21:31 +01:00
Pāvels Nadtočajevs 22daf7826d
Fix profiler cleanup with `--test`. 2025-12-04 14:16:15 +02:00
abrusle 2aad7bf994
Fix typos and link tutorial in WebRTCPeerConnection docs 2025-12-04 12:04:51 +01:00
Rémi Verschelde cabf3bfba6
VCS: Properly use IDs for OptionButton after #113522
Fixes #113549.
2025-12-04 11:52:52 +01:00
Jan Haller f31aa20562 Add special compat methods for EditorFileDialog enum fns
Fixes broken binary compatibility in GDExtension, introduced
by moving methods from EditorFileDialog to its base class
FileDialog.

While the general derived-to-base compat mechanism works,
the function hashes are changed when enum types are also moved
between classes.

An earlier attempt restored original enums in EditorFileDialog
and added regular compatibility methods, however this caused
shadowed symbols in C# bindings. Instead, hash mappings are
now directly hardcoded as "special compat hashes".
2025-12-04 11:40:53 +01:00
Pāvels Nadtočajevs 36521091aa
Do not show `Physical` in the special key names. 2025-12-04 11:30:57 +02:00
Pāvels Nadtočajevs 3eaab68485
[RTL] Fix relative index getting out of sync. 2025-12-04 10:26:14 +02:00
Pāvels Nadtočajevs 0cc15abfae
[macOS] Fix profiler cleanup. 2025-12-04 09:05:24 +02:00
Thaddeus Crews 63e14e13f9
Merge pull request #111767 from Repiteo/scons/libcpp-transitive
SCons: Remove transitive includes in `libc++`
2025-12-03 21:02:01 -06:00
Thaddeus Crews 5ba04e81ea
Merge pull request #113522 from davismit54/master
Removed "None" option in Version Control Editor
2025-12-03 21:01:59 -06:00
Thaddeus Crews 0755f096e0
Merge pull request #113512 from adamscott/PROPERTY_HINT_MULTILINE_TEXT_monospace-hint
Add new monospace related hint strings
2025-12-03 21:01:58 -06:00
Thaddeus Crews 05c33ece53
Merge pull request #91556 from aXu-AP/particle-angles
Change curve range for particle multipliers
2025-12-03 21:01:57 -06:00
Thaddeus Crews f6b3803900
Merge pull request #109345 from HolonProduction/resource-cache-shall-shun-shallow
Prevent shallow scripts from leaking into the `ResourceCache`
2025-12-03 21:01:56 -06:00
aXu-AP c6021f1e5b
Change curve range for particle multipliers
Fixes #91404
Curves are applied as a multiplier, so ranges [-1, 1] or [0, 1] make much more sense than ranges like [-360, 360] or [0, 100]. The actual range is selected with separate min and max parameters.
2025-12-03 20:47:40 -06:00
Thaddeus Crews fbc9539764
Merge pull request #113275 from lodetrick/sprite-dock
Use new dock system for SpriteFrames Dock
2025-12-03 16:50:41 -06:00
Thaddeus Crews d1ce45488d
Merge pull request #113527 from LanzaSchneider/fix-compilation-with-deprecated-disabled
Fix sprite_frames_editor_plugin compilation with deprecated=no
2025-12-03 16:50:40 -06:00
Thaddeus Crews 8ad45dae15
Merge pull request #113494 from arkology/dock_free()
Fix DistractionFreeMode and BottomPanel
2025-12-03 16:50:39 -06:00
Thaddeus Crews d7d09a91df
Merge pull request #113521 from KoBeWi/switch_on_release_not_debug
Make dock tabs switch on button release
2025-12-03 16:50:38 -06:00
Thaddeus Crews 2ab75a93df
Merge pull request #113514 from Ivorforce/required-param-no-refcount
Optimize `RequiredParam` to not increase and decrease refcounts on call.
2025-12-03 16:50:37 -06:00
Thaddeus Crews 367f9bf9e3
Merge pull request #111052 from Repiteo/ci/pre-commit-xml-hook
CI: Add pre-commit hook for XML linting
2025-12-03 16:50:36 -06:00
Thaddeus Crews 66333f9d92
Merge pull request #113322 from nikitalita/fix-translation
Fix loading old-style translation files
2025-12-03 16:50:35 -06:00
Thaddeus Crews 25498c6b88
Merge pull request #113450 from KoBeWi/Fiock
Use EditorDock for Search Results
2025-12-03 16:50:33 -06:00
Thaddeus Crews 5a7e1bf0f4
Merge pull request #113288 from goatchurchprime/gtch/audioservermic
AudioServer to have function to access microphone buffer directly
2025-12-03 16:50:32 -06:00
Thaddeus Crews db077a4fec
Merge pull request #113531 from aaronp64/progress_bar_round
Round `ProgressBar` percentage instead of truncating
2025-12-03 16:50:31 -06:00
Thaddeus Crews 662db6eb59
Merge pull request #106016 from Ivorforce/gdtype-loves-gdextension
Expand `GDType` to cover GDExtension types as well
2025-12-03 16:50:29 -06:00
aaronp64 9e9ca20239 Round ProgressBar percentage instead of truncating
Updated to round before converting ratio to int, to make percentage display more accurate
2025-12-03 16:25:44 -05:00
Lukas Tenbrink aa33b53e67 Use `GDType` for GDExtension types as well.
Co-authored-by: David Snopek <dsnopek@gmail.com>
2025-12-03 21:32:46 +01:00
Lukas Tenbrink ebc9aebb69 Optimize `RequiredParam` to not increase and decrease refcounts on call. 2025-12-03 21:21:18 +01:00