Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #92392 from KoBeWi/this_makes_editor_200%_faster | Rémi Verschelde | 2024-05-30 | 1 | -3/+2 |
|\ | | | | | | | Optimize usage of position icon in 2D editor | ||||
| * | Optimize usage of position icon in 2D editor | kobewi | 2024-05-26 | 1 | -3/+2 |
| | | |||||
* | | Merge pull request #92283 from KoBeWi/code_simpleton | Rémi Verschelde | 2024-05-30 | 1 | -1/+1 |
|\ \ | | | | | | | | | | Automatically use property count in PropertyListHelper | ||||
| * | | Automatically use property count in PropertyListHelper | kobewi | 2024-05-25 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #90664 from KoBeWi/shadowdropped_resource | Rémi Verschelde | 2024-05-30 | 1 | -0/+5 |
|\ \ | | | | | | | | | | Prevent crash when dropping Resource that can't load | ||||
| * | | Prevent crash when dropping Resource that can't load | kobewi | 2024-04-14 | 1 | -0/+5 |
| | | | |||||
* | | | Merge pull request #90365 from KoBeWi/export_any%_speedrun | Rémi Verschelde | 2024-05-30 | 1 | -0/+12 |
|\ \ \ | | | | | | | | | | | | | Allow skipping imported resource files from export | ||||
| * | | | Allow skipping imported resource files from export | kobewi | 2024-04-08 | 1 | -0/+12 |
| | | | | |||||
* | | | | Merge pull request #87099 from bitwise-aiden/ba-add-trim-newlines | Rémi Verschelde | 2024-05-30 | 12 | -4/+96 |
|\ \ \ \ | | | | | | | | | | | | | | | | Implement `trim_final_newlines` setting and functionality | ||||
| * | | | | Implement trim_final_newlines functionality | Aiden Storey | 2024-05-02 | 12 | -4/+96 |
| | | | | | |||||
* | | | | | Merge pull request #92225 from ajreckof/fix-multiline-array | Rémi Verschelde | 2024-05-29 | 1 | -0/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix array variable with `@export_multiline` not registering changes. | ||||
| * | | | | | Fix array variable with`@export_multiline` not registering changes. | ajreckof | 2024-05-21 | 1 | -0/+3 |
| | | | | | | |||||
* | | | | | | Merge pull request #92511 from KoBeWi/not_a_path | Rémi Verschelde | 2024-05-29 | 2 | -10/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Remove unused `base_hint` from EditorPropertyNodePath | ||||
| * | | | | | | Remove unused base_hint from EditorPropertyNodePath | kobewi | 2024-05-29 | 2 | -10/+4 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #92495 from matheusmdx/fix-animation-player-error | Rémi Verschelde | 2024-05-29 | 1 | -4/+9 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix error after create a new animation in an empty AnimationPlayer | ||||
| * | | | | | | | Fix error after create a new animation in an empty AnimationPlayer | matheusmdx | 2024-05-28 | 1 | -4/+9 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #91033 from Hilderin/keep_current_bottom_panel_on_play | Rémi Verschelde | 2024-05-29 | 5 | -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 game | Hilderin | 2024-05-29 | 5 | -13/+23 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #90570 from timothyqiu/at-last | Rémi Verschelde | 2024-05-29 | 1 | -6/+6 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rearrange "Open In" menu items of FileSystem dock | ||||
| * | | | | | | | | | Rearrange Open In menu items of FileSystem dock | Haoyu Qiu | 2024-04-13 | 1 | -6/+6 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Defer `ActionMapEditor::_action_edited` signal to prevent tree updates when ↵ | bruvzg | 2024-05-29 | 1 | -1/+2 |
| |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | tree is blocked. | ||||
* | | | | | | | | | Merge pull request #92473 from passivestar/animation-disabled-controls | Rémi Verschelde | 2024-05-29 | 2 | -15/+19 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix animation player controls being enabled when no player is selected | ||||
| * | | | | | | | | | Fix animation player controls being enabled when no player is selected | passivestar | 2024-05-29 | 2 | -15/+19 |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #92457 from YeldhamDev/extreme_corner_case_but_still | Rémi Verschelde | 2024-05-29 | 2 | -29/+37 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set `doc_name` even when categories are hidden in the inspector | ||||
| * | | | | | | | | | Set `doc_name` even when categories are hidden in the inspector | Michael Alexsander | 2024-05-28 | 2 | -29/+37 |
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise, tooltips will fail to fetch descriptions. | ||||
* | | | | | | | | | Merge pull request #92454 from jsjtxietian/multi-connect | Rémi Verschelde | 2024-05-29 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent connect `scroll_to_paragraph` multiple times to `class_desc` | ||||
| * | | | | | | | | | Prevent connect `scroll_to_paragraph` multiple times to `class_desc` | jsjtxietian | 2024-05-29 | 1 | -0/+3 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #92279 from SaracenOne/scene_reload_crashfix_2 | Rémi Verschelde | 2024-05-29 | 2 | -108/+211 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix script properties being lost and prevent node reference corruption upon scene reimport | ||||
| * | | | | | | | | | Updated scene hot-reloading: | Saracen | 2024-05-28 | 2 | -99/+185 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Preserves exported script variables Prevents corruption of direct node references. | ||||
| * | | | | | | | | | Changes the scene reimport function to handle some crash edge cases: | Saracen | 2024-05-28 | 2 | -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-dialog | Rémi Verschelde | 2024-05-29 | 2 | -7/+15 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve UX when saving newer files on disk | ||||
| * | | | | | | | | | | Improve UX when saving newer files on disk | Adam Scott | 2024-04-14 | 2 | -7/+15 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #83248 from pkowal1982/event_configuration | Rémi Verschelde | 2024-05-29 | 2 | -0/+7 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | (Un)Fold event categories by double click | ||||
| * | | | | | | | | | | (Un)Fold event categories by double click | Paweł | 2024-05-11 | 2 | -0/+7 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #92442 from pkowal1982/sprite_frames | Rémi Verschelde | 2024-05-28 | 1 | -0/+8 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Select text in SpriteFramesEditor spin boxes on focus | ||||
| * | | | | | | | | | | | Select text in SpriteFramesEditor spin boxes on focus | Paweł | 2024-05-27 | 1 | -0/+8 |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #89033 from bruvzg/doc_end_err | Rémi Verschelde | 2024-05-28 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | [DisplayServer] Add error messages and descriptions to callbacks. | ||||
| * | | | | | | | | | | [DisplayServer] Add error messages and descriptions to callbacks. | bruvzg | 2024-05-28 | 1 | -1/+1 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge pull request #92470 from timothyqiu/drop-error | Rémi Verschelde | 2024-05-28 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix error when dropping image onto the scene dock | ||||
| * | | | | | | | | | | Fix error when dropping image onto the scene dock | Haoyu Qiu | 2024-05-28 | 1 | -2/+2 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge pull request #92427 from AThousandShips/bind_go_away | Rémi Verschelde | 2024-05-28 | 8 | -9/+9 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace `.bind(...).call_deferred()` with `.call_deferred(...)` | ||||
| * | | | | | | | | | | Replace `.bind(...).call_deferred()` with `.call_deferred(...)` | A Thousand Ships | 2024-05-27 | 8 | -9/+9 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge pull request #92389 from ckaiser/light-mode-profiler | Rémi Verschelde | 2024-05-28 | 2 | -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 change | Christian Kaiser | 2024-05-26 | 2 | -2/+17 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge pull request #92351 from ↵ | Rémi Verschelde | 2024-05-28 | 1 | -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#. | ajreckof | 2024-05-25 | 1 | -0/+1 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge pull request #92322 from groud/implement_custom_data_label | Rémi Verschelde | 2024-05-28 | 4 | -3/+62 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display custom data name instead of indices in TileData inspector | ||||
| * | | | | | | | | | | Display custom data name instead of indices in TileData inspector | Gilles Roudière | 2024-05-25 | 4 | -3/+62 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge pull request #92188 from SaracenOne/ownerless_node_select | Rémi Verschelde | 2024-05-28 | 2 | -26/+59 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disallow selection of ownerless nodes | ||||
| * | | | | | | | | | | Disallows selection of ownerless nodes: | Saracen | 2024-05-28 | 2 | -26/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Attempts to select first node owned by the edited scene instead. |