Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Discard additional redo on commiting actions | kobewi | 2024-09-24 | 1 | -0/+16 |
| | |||||
* | Merge pull request #70096 from rune-scape/stringname-dict | Rémi Verschelde | 2024-09-03 | 1 | -2/+2 |
|\ | | | | | | | StringName Dictionary keys | ||||
| * | StringName Dictionary keys | rune-scape | 2024-08-29 | 1 | -2/+2 |
| | | | | | | | | | | also added 'is_string()' method to Variant and refactored many String type comparisons to use it instead | ||||
* | | Expose EditorUndoRedoManager's clear_history() | kobewi | 2024-08-29 | 1 | -1/+2 |
|/ | |||||
* | Add a way to force history for undoredo | kobewi | 2024-06-26 | 1 | -2/+14 |
| | |||||
* | Check if history exists before discarding | kobewi | 2024-02-05 | 1 | -0/+4 |
| | |||||
* | Fix for stopping the Undo History being desynchronised from actual Undo queue. | Sofox | 2023-11-10 | 1 | -31/+3 |
| | |||||
* | Fix expected argument count for `Callable` call errors | Danil Alexeev | 2023-09-29 | 1 | -2/+2 |
| | |||||
* | Avoid unnecessary inspector updates when loading or switching scenes | Yuri Sizov | 2023-08-12 | 1 | -3/+3 |
| | | | | | | This should result in some noticeable performance improvements, aside from fixing bugs due to conflicts in logic. This also simplifies some related code identified while debugging. | ||||
* | Emit history_changed on merged UndoRedo actions | kobewi | 2023-07-14 | 1 | -0/+2 |
| | |||||
* | add backward_undo_ops as property for action | ajreckof | 2023-06-13 | 1 | -6/+7 |
| | |||||
* | Fix EditorUndoRedoManager's handling of MERGE_ENDS | kobewi | 2023-03-06 | 1 | -6/+26 |
| | |||||
* | Add EditorUndoRedoManager singleton | kobewi | 2023-01-16 | 1 | -0/+12 |
| | |||||
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
| | | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see". | ||||
* | Add scope prefix to undo actions | kobewi | 2022-12-14 | 1 | -56/+45 |
| | |||||
* | Add remote history to EditorUndoRedoManager | kobewi | 2022-12-08 | 1 | -3/+37 |
| | |||||
* | Merge pull request #67963 from KoBeWi/den_of_actions | Rémi Verschelde | 2022-11-14 | 1 | -3/+14 |
|\ | | | | | | | Fix nested actions in EditorUndoRedoManager | ||||
| * | Fix nested actions in EditorUndoRedoManager | kobewi | 2022-10-28 | 1 | -3/+14 |
| | | |||||
* | | Use forward-declarations in EditorPlugin where possible | trollodel | 2022-11-11 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #65012 from KoBeWi/Godot_museum | Rémi Verschelde | 2022-11-02 | 1 | -16/+46 |
|\ \ | |/ |/| | | | Add history dock | ||||
| * | Add history dock | kobewi | 2022-08-29 | 1 | -16/+46 |
| | | |||||
* | | Change UndoRedo to use Callables | kobewi | 2022-09-18 | 1 | -2/+2 |
| | | |||||
* | | Don't print error on empty actions | kobewi | 2022-09-13 | 1 | -2/+5 |
|/ | |||||
* | Add per-scene UndoRedo | kobewi | 2022-08-22 | 1 | -0/+442 |