summaryrefslogtreecommitdiffstats
path: root/editor/editor_undo_redo_manager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
|
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Discard additional redo on commiting actionskobewi2024-09-241-0/+16
|
* Merge pull request #70096 from rune-scape/stringname-dictRémi Verschelde2024-09-031-2/+2
|\ | | | | | | StringName Dictionary keys
| * StringName Dictionary keysrune-scape2024-08-291-2/+2
| | | | | | | | | | also added 'is_string()' method to Variant and refactored many String type comparisons to use it instead
* | Expose EditorUndoRedoManager's clear_history()kobewi2024-08-291-1/+2
|/
* Add a way to force history for undoredokobewi2024-06-261-2/+14
|
* Check if history exists before discardingkobewi2024-02-051-0/+4
|
* Fix for stopping the Undo History being desynchronised from actual Undo queue.Sofox2023-11-101-31/+3
|
* Fix expected argument count for `Callable` call errorsDanil Alexeev2023-09-291-2/+2
|
* Avoid unnecessary inspector updates when loading or switching scenesYuri Sizov2023-08-121-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 actionskobewi2023-07-141-0/+2
|
* add backward_undo_ops as property for actionajreckof2023-06-131-6/+7
|
* Fix EditorUndoRedoManager's handling of MERGE_ENDSkobewi2023-03-061-6/+26
|
* Add EditorUndoRedoManager singletonkobewi2023-01-161-0/+12
|
* One Copyright Update to rule them allRémi Verschelde2023-01-051-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 actionskobewi2022-12-141-56/+45
|
* Add remote history to EditorUndoRedoManagerkobewi2022-12-081-3/+37
|
* Merge pull request #67963 from KoBeWi/den_of_actionsRémi Verschelde2022-11-141-3/+14
|\ | | | | | | Fix nested actions in EditorUndoRedoManager
| * Fix nested actions in EditorUndoRedoManagerkobewi2022-10-281-3/+14
| |
* | Use forward-declarations in EditorPlugin where possibletrollodel2022-11-111-0/+1
| |
* | Merge pull request #65012 from KoBeWi/Godot_museumRémi Verschelde2022-11-021-16/+46
|\ \ | |/ |/| | | Add history dock
| * Add history dockkobewi2022-08-291-16/+46
| |
* | Change UndoRedo to use Callableskobewi2022-09-181-2/+2
| |
* | Don't print error on empty actionskobewi2022-09-131-2/+5
|/
* Add per-scene UndoRedokobewi2022-08-221-0/+442