1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-03 19:11:41 +00:00
Commit Graph

19807 Commits

Author SHA1 Message Date
Thaddeus Crews
90413dacb4 Merge pull request #97758 from TsFreddie/debugger-stepout
Add step out to script debugger
2025-11-14 14:23:01 -06:00
Thaddeus Crews
5389f835c2 Merge pull request #108379 from timothyqiu/inspector-unused
Remove unused member variables in `EditorInspector`
2025-11-14 14:22:59 -06:00
Thaddeus Crews
22fcb577c0 Merge pull request #106071 from Lazy-Rabbit-2001/pcd_improvement
Optimize the `callback` argument of `popup_create_dialog()`
2025-11-14 14:22:55 -06:00
Thaddeus Crews
dc590a50d3 Merge pull request #112201 from timothyqiu/update-main-scene
Fix FileSystem item color not updated after changing main scene
2025-11-14 14:22:50 -06:00
Thaddeus Crews
c287d61402 Merge pull request #107969 from chocola-mint/tile-map-layer-editor-optimize-undo
Reduce TileMapLayerEditor's undo/redo memory usage
2025-11-14 14:22:48 -06:00
Thaddeus Crews
356fd8fc62 Merge pull request #108479 from timothyqiu/static-clipboard
Make editor property clipboard static
2025-11-14 14:22:46 -06:00
Thaddeus Crews
6c63a1fd8b Merge pull request #107959 from rapust/add-keyframe-shortcuts
Add "Go to Next/Previous Keyframe" to Animation Edit menu
2025-11-14 14:22:44 -06:00
Thaddeus Crews
26fd075621 Merge pull request #108079 from arkology/scenes-list
Add opened scenes list button
2025-11-14 14:22:42 -06:00
Thaddeus Crews
e18b1de88d Merge pull request #107942 from Mickeon/scene-tree-filter-placeholder
Simplify Node Filter's placeholder in Scene dock
2025-11-14 14:22:38 -06:00
Thaddeus Crews
af30016c75 Merge pull request #108705 from wjt/dont-poll-system-theme
Do not poll for system theme changes
2025-11-14 14:22:37 -06:00
Thaddeus Crews
814138ec69 Merge pull request #107795 from timothyqiu/renderer-selection-i18n
Improve auto-translation of the rendering method selector
2025-11-14 14:22:35 -06:00
Thaddeus Crews
e474bc5ce3 Merge pull request #108554 from ryevdokimov/inspector-don't-require-restart
Do not require editor restart when changing editor inspector settings
2025-11-14 14:22:33 -06:00
Thaddeus Crews
23338d2d98 Merge pull request #108168 from Nikitf777/move-nodes-with-different-parents
Allow moving nodes when they have different parents in SceneTreeDock
2025-11-14 14:22:29 -06:00
Thaddeus Crews
527cb4123e Merge pull request #107264 from DevPoodle/local_space_2d
Add "Use Local Space" option to the 2D editor
2025-11-14 14:22:28 -06:00
Thaddeus Crews
bd2ca13c6f Merge pull request #112733 from KoBeWi/press_right_to_context
Add a right click menu to the project manager
2025-11-13 20:52:27 -06:00
Thaddeus Crews
ba44671777 Merge pull request #112148 from carterwilson1337/master
Track groups in Animation tab hover highlight
2025-11-13 20:52:24 -06:00
Thaddeus Crews
45b427f2e6 Merge pull request #112627 from lodetrick/fix-bottom-panel-theming
Fix incorrect bottom panel theming
2025-11-13 20:52:23 -06:00
Thaddeus Crews
0bede04f6f Merge pull request #112691 from KoBeWi/remove_paddles_it's_not_ping_pong
Remove padding columns from plugin settings
2025-11-13 20:52:22 -06:00
Thaddeus Crews
a04dd90f43 Merge pull request #109331 from ryevdokimov/deprecate-get-scene
Deprecate `get_scene()` in `EditorScript` class
2025-11-13 20:52:21 -06:00
Thaddeus Crews
0066308830 Merge pull request #109587 from tle-oops/tle/file-explorer
Make FileSystemDock navigate to currently selected scene tab
2025-11-13 20:52:19 -06:00
Thaddeus Crews
b32b435520 Merge pull request #112687 from Meorge/bugfix/margincontainer-not-inside-tree
Stop drawing of MarginContainer margins if not in tree
2025-11-13 20:52:16 -06:00
Thaddeus Crews
93a3ea5ff8 Merge pull request #112590 from syntaxerror247/export-dialog
Default preset container to minimum size in Export dialog
2025-11-13 20:52:15 -06:00
Thaddeus Crews
e33d929efc Merge pull request #112621 from Giganzo/filesystem-prev-next
Change prev/next button theme variation to FlatButton for FileSystem and Inspector dock
2025-11-13 20:52:14 -06:00
Thaddeus Crews
0aeab540b7 Merge pull request #101129 from Rindbee/improve-project-manager-ui-navigation
Improve Project Manager UI navigation
2025-11-13 20:52:12 -06:00
Thaddeus Crews
3387636918 Merge pull request #112710 from vaner-org/fix-blendspace2d-triangle-error
Fix error in `BlendSpace2D` when selecting blend position tool
2025-11-13 20:52:09 -06:00
Malcolm Anderson
a48353b1c6 Stop drawing of MarginContainer margins if not in tree
Use `is_visible_in_tree()` as per KoBeWi's suggestion
2025-11-13 16:35:13 -08:00
Haoyu Qiu
64c943694e Fix FileSystem item color not updated after changing main scene 2025-11-14 08:14:17 +08:00
kobewi
f51f97aaec Add a right click menu to the project manager 2025-11-14 00:57:00 +01:00
Thaddeus Crews
65beea65d8 Merge pull request #108987 from timothyqiu/plugins-list-cleanup
Clean up `EditorPluginList`
2025-11-13 17:43:01 -06:00
Thaddeus Crews
b52e3f7e6b Merge pull request #107440 from lodetrick/tabcontainer-popup
Allow `tab_rmb_clicked` to always work
2025-11-13 17:42:59 -06:00
Thaddeus Crews
d03fc3be95 Merge pull request #109101 from keyzeuh/doc-link-renderer-selection-dialog
Add a documentation link to the renderer selection dialog
2025-11-13 17:42:56 -06:00
Thaddeus Crews
8950c6527b Merge pull request #101165 from timoschwarzer/feature/2d-particle-emission-textures-refactor
Improve 2D Particle Emission Mask dialog
2025-11-13 17:42:55 -06:00
Thaddeus Crews
e658d2ae83 Merge pull request #109384 from Giganzo/property_selector_search_box
Add icon & clear button to Select Method dialog search bar
2025-11-13 17:42:52 -06:00
Thaddeus Crews
d59cf3e6c2 Merge pull request #92390 from KoBeWi/add_section_end_section_separate_section._-._section
Refactor SceneTreeDock context menu separators
2025-11-13 17:42:50 -06:00
Thaddeus Crews
55bedbfaf5 Merge pull request #108741 from AriaTheCurseling/Allow-concurrent-unbind-and-binding-of-signal-arguments-in-editor
Allow concurrent unbinding and binding of signal arguments in editor
2025-11-13 17:42:49 -06:00
Thaddeus Crews
5d721538b7 Merge pull request #112575 from Cykyrios/string-placeholder-highlight
Add string placeholder syntax highlighting
2025-11-13 12:33:40 -06:00
jinyangcruise
26596a8d24 Remove unnecessary theme settings when constructing FindInFilesContainer 2025-11-13 23:36:35 +08:00
Cyril Bissey
3905392596 Add string placeholder syntax highlighting 2025-11-13 14:14:08 +01:00
vaner-org
6146f3efee Fix error when switching to point movement mode from edit mode 2025-11-13 10:29:34 +05:30
Logan Detrick
3f5339a046 Fix incorrect bottom panel theming 2025-11-12 16:46:26 -08:00
Thaddeus Crews
4eb11cc9d8 Merge pull request #112173 from kleonc/editor_property_layer_grid_fix_last_bit_tooltip
Fix layers property editor last bit value in tooltip
2025-11-12 17:26:19 -06:00
kobewi
27b6500923 Remove padding columns from plugin settings 2025-11-12 23:02:50 +01:00
Giganzo
e6f7161b94 Change prev/next button theme_type_variation to FlatButton for Filesystem and Inspector dock 2025-11-12 20:07:32 +01:00
Thaddeus Crews
bad1287b62 Merge pull request #112665 from Giganzo/quick-cursor
Fix cursor shape in the quick open dialog
2025-11-12 11:24:17 -06:00
Thaddeus Crews
a68d26ca6f Merge pull request #112659 from passivestar/ruler-visibility-fix
Fix 2D ruler visibility in modern theme
2025-11-12 11:24:17 -06:00
Thaddeus Crews
78c3a07ef0 Merge pull request #111499 from DexterFstone/Keep-the-bottom-panel-size-separate
Keep the bottom panel size separate.
2025-11-12 11:24:13 -06:00
Thaddeus Crews
df3e70bf42 Merge pull request #82212 from KoBeWi/project_manager_got_more_competent
Allow editing editor settings from project manager
2025-11-12 11:24:11 -06:00
Thaddeus Crews
afa07c1a76 Merge pull request #109987 from van800/shakhov/dap-devices
Refactor debugging on a device with DAP - now possible with all device types
2025-11-12 11:24:10 -06:00
kobewi
a1340f05a9 Allow editing editor settings from project manager 2025-11-12 16:34:43 +01:00
kleonc
c31b92ba19 Fix layers property editor last bit value in tooltip 2025-11-12 14:59:24 +01:00