summaryrefslogtreecommitdiffstats
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #92392 from KoBeWi/this_makes_editor_200%_fasterRémi Verschelde2024-05-301-3/+2
|\ | | | | | | Optimize usage of position icon in 2D editor
| * Optimize usage of position icon in 2D editorkobewi2024-05-261-3/+2
| |
* | Merge pull request #92283 from KoBeWi/code_simpletonRémi Verschelde2024-05-301-1/+1
|\ \ | | | | | | | | | Automatically use property count in PropertyListHelper
| * | Automatically use property count in PropertyListHelperkobewi2024-05-251-1/+1
| |/
* | Merge pull request #90664 from KoBeWi/shadowdropped_resourceRémi Verschelde2024-05-301-0/+5
|\ \ | | | | | | | | | Prevent crash when dropping Resource that can't load
| * | Prevent crash when dropping Resource that can't loadkobewi2024-04-141-0/+5
| | |
* | | Merge pull request #90365 from KoBeWi/export_any%_speedrunRémi Verschelde2024-05-301-0/+12
|\ \ \ | | | | | | | | | | | | Allow skipping imported resource files from export
| * | | Allow skipping imported resource files from exportkobewi2024-04-081-0/+12
| | | |
* | | | Merge pull request #87099 from bitwise-aiden/ba-add-trim-newlinesRémi Verschelde2024-05-3012-4/+96
|\ \ \ \ | | | | | | | | | | | | | | | Implement `trim_final_newlines` setting and functionality
| * | | | Implement trim_final_newlines functionalityAiden Storey2024-05-0212-4/+96
| | | | |
* | | | | Merge pull request #92225 from ajreckof/fix-multiline-arrayRémi Verschelde2024-05-291-0/+3
|\ \ \ \ \ | | | | | | | | | | | | Fix array variable with `@export_multiline` not registering changes.
| * | | | | Fix array variable with`@export_multiline` not registering changes.ajreckof2024-05-211-0/+3
| | | | | |
* | | | | | Merge pull request #92511 from KoBeWi/not_a_pathRémi Verschelde2024-05-292-10/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Remove unused `base_hint` from EditorPropertyNodePath
| * | | | | | Remove unused base_hint from EditorPropertyNodePathkobewi2024-05-292-10/+4
| | | | | | |
* | | | | | | Merge pull request #92495 from matheusmdx/fix-animation-player-errorRémi Verschelde2024-05-291-4/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix error after create a new animation in an empty AnimationPlayer
| * | | | | | | Fix error after create a new animation in an empty AnimationPlayermatheusmdx2024-05-281-4/+9
| | | | | | | |
* | | | | | | | Merge pull request #91033 from Hilderin/keep_current_bottom_panel_on_playRémi Verschelde2024-05-295-13/+23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add editor setting to keep bottom panel state on play and stop game
| * | | | | | | | Add editor setting to keep bottom panel state on play and stop gameHilderin2024-05-295-13/+23
| | | | | | | | |
* | | | | | | | | Merge pull request #90570 from timothyqiu/at-lastRémi Verschelde2024-05-291-6/+6
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rearrange "Open In" menu items of FileSystem dock
| * | | | | | | | | Rearrange Open In menu items of FileSystem dockHaoyu Qiu2024-04-131-6/+6
| | | | | | | | | |
* | | | | | | | | | Defer `ActionMapEditor::_action_edited` signal to prevent tree updates when ↵bruvzg2024-05-291-1/+2
| |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | tree is blocked.
* | | | | | | | | Merge pull request #92473 from passivestar/animation-disabled-controlsRémi Verschelde2024-05-292-15/+19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix animation player controls being enabled when no player is selected
| * | | | | | | | | Fix animation player controls being enabled when no player is selectedpassivestar2024-05-292-15/+19
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge pull request #92457 from YeldhamDev/extreme_corner_case_but_stillRémi Verschelde2024-05-292-29/+37
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set `doc_name` even when categories are hidden in the inspector
| * | | | | | | | | Set `doc_name` even when categories are hidden in the inspectorMichael Alexsander2024-05-282-29/+37
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Otherwise, tooltips will fail to fetch descriptions.
* | | | | | | | | Merge pull request #92454 from jsjtxietian/multi-connectRémi Verschelde2024-05-291-0/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent connect `scroll_to_paragraph` multiple times to `class_desc`
| * | | | | | | | | Prevent connect `scroll_to_paragraph` multiple times to `class_desc`jsjtxietian2024-05-291-0/+3
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #92279 from SaracenOne/scene_reload_crashfix_2Rémi Verschelde2024-05-292-108/+211
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix script properties being lost and prevent node reference corruption upon scene reimport
| * | | | | | | | | Updated scene hot-reloading:Saracen2024-05-282-99/+185
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Preserves exported script variables Prevents corruption of direct node references.
| * | | | | | | | | Changes the scene reimport function to handle some crash edge cases:Saracen2024-05-282-32/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * The reimported instance attempt to preserve ownerless nodes. * A recursive function call to '_nodes_scene_reimported' so these can be recreated if required. * Clears instance scene_state on new instantiated replacement nodes.
* | | | | | | | | | Merge pull request #90660 from adamscott/rename-file-updated-dialogRémi Verschelde2024-05-292-7/+15
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve UX when saving newer files on disk
| * | | | | | | | | | Improve UX when saving newer files on diskAdam Scott2024-04-142-7/+15
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #83248 from pkowal1982/event_configurationRémi Verschelde2024-05-292-0/+7
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | (Un)Fold event categories by double click
| * | | | | | | | | | (Un)Fold event categories by double clickPaweł2024-05-112-0/+7
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #92442 from pkowal1982/sprite_framesRémi Verschelde2024-05-281-0/+8
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Select text in SpriteFramesEditor spin boxes on focus
| * | | | | | | | | | | Select text in SpriteFramesEditor spin boxes on focusPaweł2024-05-271-0/+8
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #89033 from bruvzg/doc_end_errRémi Verschelde2024-05-281-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | [DisplayServer] Add error messages and descriptions to callbacks.
| * | | | | | | | | | [DisplayServer] Add error messages and descriptions to callbacks.bruvzg2024-05-281-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #92470 from timothyqiu/drop-errorRémi Verschelde2024-05-281-2/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix error when dropping image onto the scene dock
| * | | | | | | | | | Fix error when dropping image onto the scene dockHaoyu Qiu2024-05-281-2/+2
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #92427 from AThousandShips/bind_go_awayRémi Verschelde2024-05-288-9/+9
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace `.bind(...).call_deferred()` with `.call_deferred(...)`
| * | | | | | | | | | Replace `.bind(...).call_deferred()` with `.call_deferred(...)`A Thousand Ships2024-05-278-9/+9
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #92389 from ckaiser/light-mode-profilerRémi Verschelde2024-05-282-2/+17
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix profiler seek line color in light modes, update on theme change
| * | | | | | | | | | Fix profiler seek line color in light modes, update on theme changeChristian Kaiser2024-05-262-2/+17
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #92351 from ↵Rémi Verschelde2024-05-281-0/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ajreckof/fix-crash-on-dictionary-return-to-default-in-C# Fix crash on dictionary initialization after return to default in C#.
| * | | | | | | | | | Fix crash on dictionary initialization after return to default in C#.ajreckof2024-05-251-0/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #92322 from groud/implement_custom_data_labelRémi Verschelde2024-05-284-3/+62
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display custom data name instead of indices in TileData inspector
| * | | | | | | | | | Display custom data name instead of indices in TileData inspectorGilles Roudière2024-05-254-3/+62
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #92188 from SaracenOne/ownerless_node_selectRémi Verschelde2024-05-282-26/+59
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disallow selection of ownerless nodes
| * | | | | | | | | | Disallows selection of ownerless nodes:Saracen2024-05-282-26/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Attempts to select first node owned by the edited scene instead.