Commit Graph

17694 Commits

Author SHA1 Message Date
63f7e4d16e Don't show 'show in files' popup for empty frames 2025-02-19 19:25:28 -03:00
93b6a17689 Merge pull request #102978 from Hilderin/fix-embedded-game-over-expanded-bottom-panel-simple-version
Fix Embedded Game over expanded bottom panel, by resetting expanded bottom panel on Play
2025-02-18 20:47:52 -06:00
136c4c64a0 Fix Embedded Game over expanded bottom panel - Simple version 2025-02-18 17:55:47 -05:00
24dccd40c1 Merge pull request #99479 from Sauermann/fix-remove-project-conversion
Remove temporary project conversion
2025-02-18 07:55:56 -06:00
00d8f5f70c Ask before restarting project from settings 2025-02-16 15:00:51 +01:00
ba7b500b55 Merge pull request #102874 from YeldhamDev/fix_fav_no_parent
Fix error with favorited properties with open sub-inspectors
2025-02-15 23:09:56 +01:00
e5860ab63d Merge pull request #102873 from arkology/shader_editor_sizing
Add custom minimum size for shader tabs
2025-02-15 23:09:52 +01:00
5d31baa247 Merge pull request #102743 from kleonc/enum_show_default_invalid_value_in_inspector
Show enum property invalid value in inspector
2025-02-15 23:09:45 +01:00
10bb786b84 Merge pull request #102681 from Giganzo/inspector-overlay-buttons
Fix Inspector revert and animation keying button sizing
2025-02-15 23:09:34 +01:00
5dabc360ae Fix Inspector animation key button sizing 2025-02-15 12:27:57 +01:00
b31c85cf3e Fix error with favorited properties with open sub-inspectors 2025-02-14 16:51:43 -03:00
cb918cc817 Add custom minimum size for shader tabs 2025-02-14 22:40:53 +03:00
40ff57e2a0 Merge pull request #102775 from KoBeWi/😐
Fix inspector follow focus when child is focused
2025-02-14 08:25:38 -06:00
b2aae7b729 Merge pull request #102833 from Hilderin/fix-game-embeddeing-not-available-wayland
Fix "Game embedding not available" message on Wayland
2025-02-14 08:25:37 -06:00
4a08fdc2a7 Merge pull request #102640 from olanti-p/fix-add-alt-tile-button
Fix multiple issues with 'add alternative tile' tileset editor button
2025-02-14 08:25:26 -06:00
d9f653988f Fix Game Embedding Not Available message on Wayland 2025-02-14 09:09:38 -05:00
750640cede Merge pull request #102828 from bruvzg/fd_fmap
Sync native and embedded dialog missing extension handling.
2025-02-13 23:35:28 +01:00
25a3b38a83 Merge pull request #102813 from hpvb/fix-102108
Don't mark cached previously pinned AnimationMixers
2025-02-13 23:35:18 +01:00
23634b52e1 Merge pull request #102811 from KoBeWi/LSD
Fix modified time when LSP reload script
2025-02-13 23:35:15 +01:00
1d591bd63d Merge pull request #102636 from amarsero/bad-global-script-class-cache
Fix global scripts not being added because of bad `global_script_class_cache.cfg`
2025-02-13 23:35:05 +01:00
794b9395a8 Merge pull request #102559 from stuartcarnie/sgc/fix_previews
Editor: Fix AtlasTexture editor previews for compressed textures
2025-02-13 23:35:02 +01:00
1bdf84b31c Sync native and embedded dialog missing extension handling. 2025-02-14 00:15:04 +02:00
0b30ecc758 Don't mark cached previously pinned AnimationMixers
AnimationPlayerEditor will hold on to pointers to no-longer existing
Nodes that were previously pinned. Make sure to not mark them as dirty
if they are not already inside the cache.

This fixes #102108
2025-02-13 19:57:26 +01:00
3dd68d8841 Merge pull request #102704 from Giganzo/add-freelook-speed
Add changeable freelook speed in Game Window
2025-02-13 10:15:46 -06:00
b853aceece Merge pull request #102286 from ryevdokimov/fix-collision-reposition-csgshape
Fix collision reposition with `CSGShape3D`
2025-02-13 10:15:41 -06:00
723f0917f3 Merge pull request #102729 from akien-mga/create-node-crash-renamed-class
EditorHelpBit: Workaround crash renaming named class inheriting `@tool` class
2025-02-13 10:15:27 -06:00
6f0a0ba408 Fix collision reposition with CSGShape3D 2025-02-13 19:31:58 +04:00
6abb40990a Fix modified time when LSP reload script 2025-02-13 16:15:22 +01:00
f389776d7d Fix issues with 'create alternative tile' button
Fix button sizing for small tile sizes.
Stop button from preventing MMB panning.
Support undo operations for the button.
Hide button when "Paint" mode is active.
2025-02-13 15:43:14 +03:00
9ad7f55a06 Merge pull request #102760 from Giganzo/csg-toolbar-tooltips
Add tooltip text to Polygon3DEditor buttons
2025-02-12 12:56:31 -06:00
78f1918bd4 Merge pull request #102668 from jkirsteins/janiskirsteins/ios-aspect-fill-splash
[iOS] Sync the boot splash and the launch screen image scale modes
2025-02-12 12:56:26 -06:00
2ba64a57c5 Fix Global Class names cache not saved with upgrade to 4.4.
Co-authored-by: Hilderin <81109165+Hilderin@users.noreply.github.com>
2025-02-12 18:33:38 +01:00
0e266b0099 [iOS] Sync the boot splash and the launch screen image scale modes 2025-02-12 17:41:18 +01:00
286d3ae415 Fix inspector follow focus when child is focused 2025-02-12 17:16:44 +01:00
7c4f2b6588 EditorHelpBit: Workaround crash renaming named class inheriting @tool class
This only addresses the symptom, not the root cause of the problem.

In the MRP of the linked issue, the parent class seems to not be found in DocData
after renaming its child class, which seems weird. Force opening the docs of the
parent class can work it around, so we seem to have inconsistent state.

Changed the same code in EditorHelp for good measure.

Fixes #102718.
2025-02-12 15:59:57 +01:00
03bc116f6d Show enum property invalid value in inspector 2025-02-12 14:31:56 +01:00
2fd6c635d5 Merge pull request #102744 from Hilderin/fix-floating-window-freeze-when-moving
Fix Game and editor freeze when clicking on the game's title bar
2025-02-12 11:21:11 +01:00
c6b6278cbe Merge pull request #102737 from KoBeWi/uids_are_creeping_everywhere
Store `_custom_type_script` meta as String
2025-02-12 11:21:04 +01:00
bd87c3a76b Merge pull request #102247 from Hilderin/fix-embedded-game-modal-dialog
Fix Modal Dialog with Embedded Game
2025-02-12 11:21:01 +01:00
622344b47d Merge pull request #99810 from hakro/toggle_skeleton
Style skeleton button on import screen
2025-02-12 11:20:56 +01:00
e9fef1c833 Fix Game and editor freeze when clicking on the game's title bar 2025-02-11 21:41:03 -05:00
38d0e82a35 Store _custom_type_script meta as String 2025-02-12 01:22:09 +01:00
08f22c890d Merge pull request #102714 from KoBeWi/ninja_tree_items_on_their_way_to_break_your_selection
Don't select invisible items in FileSystem dock
2025-02-11 23:59:26 +01:00
caaa3e5f4b Merge pull request #102692 from a-johnston/avoid_preview_error_for_animation_node
Prevent off-thread errors when generating resource previews for animation nodes
2025-02-11 23:59:22 +01:00
afa068abac Merge pull request #102592 from KoBeWi/folderfolder
Navigate to folder when double-clicking favorite
2025-02-11 23:59:04 +01:00
c82c5b0701 Prevent off-thread errors when generating resource previews for animation nodes 2025-02-11 11:19:32 -08:00
ac1d4f2bec Don't select invisible items in FileSystem dock 2025-02-11 16:20:31 +01:00
427d8086f2 Merge pull request #102492 from m4gr3d/android_editor_support_game_tab
Add support for embedding game process in the Android Editor
2025-02-11 09:13:05 -06:00
7495a8a02e Add support for embedding game process in the Android Editor
- Implement Android editor specific `EmbeddedGodotGame` to support embedding the game window in the Android editor
2025-02-11 02:20:18 -08:00
dd8a55d899 Merge pull request #102683 from Calinou/editor-input-map-keep-focus-on-new-entry
Fix focus being lost after adding a new input map entry in the editor
2025-02-11 10:54:35 +01:00