summaryrefslogtreecommitdiffstats
path: root/core/object/undo_redo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix method name for custom callable"Rémi Verschelde2024-06-111-8/+6
* Fix method name for custom callableMansur Isaev2024-05-251-6/+8
* Fix unsafe uses of `Callable.is_null()`A Thousand Ships2024-04-271-2/+2
* Fixed MERGE_ALL commit from repeating actionsSofox2024-03-051-1/+15
* Implement maximum undo steps in UndoRedoEmmanouil Papadeas2024-01-221-0/+20
* Reduced output spam from rapid property changesSofox2023-11-121-1/+3
* Fix for stopping the Undo History being desynchronised from actual Undo queue.Sofox2023-11-101-0/+4
* Fix tilemap live editing while game is runningpancelor2023-10-141-20/+23
* Fixes to allow object-less callables throughout GodotMai Lavelle2023-10-061-6/+16
* [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-111-4/+4
* fixes #76473, where filling a large amount of tiles all at once crashesfuzzy@home2023-06-181-3/+9
* add backward_undo_ops as property for actionajreckof2023-06-131-3/+13
* Use range iterators in LocalVector loopskobewi2023-01-211-2/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix nested actions in EditorUndoRedoManagerkobewi2022-10-281-0/+4
* Change UndoRedo to use Callableskobewi2022-09-181-112/+48
* Make vararg method bind no return and returnPierre-Thomas Meisels2022-03-301-10/+8
* Fix UndoRedo method call argument count after #58929Rémi Verschelde2022-03-091-6/+6
* Remove VARIANT_ARG* macrosreduz2022-03-091-35/+14
* Fix `UndoRedo::create_action()` invalid memory usageHaoyu Qiu2022-03-011-27/+17
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* Save all 64 bits of get_ticks_msec() in more casesMax Hilbrunner2021-10-261-1/+1
* Merge pull request #53757 from groud/fix_undoRémi Verschelde2021-10-131-2/+3
|\
| * Fix undo in inspector not workingGilles Roudière2021-10-131-2/+3
* | Fix useless debug printGilles Roudière2021-10-121-8/+0
|/
* Add a way to force undo/redo operations to be kept in MERGE_ENDS modeGilles Roudière2021-10-121-12/+47
* Improve Undo/Redo menu itemsHaoyu Qiu2021-08-171-2/+2
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-10/+10
* Fix UndoRedo crash when clearing historyHaoyu Qiu2021-07-241-6/+14
* Merge pull request #50206 from groud/undoredo_increase_args_countRémi Verschelde2021-07-201-4/+4
|\
| * Increase the number of arguments accepted by UndoRedo methodsGilles Roudière2021-07-061-4/+4
* | Optimize StringName usagereduz2021-07-181-3/+3
|/
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-12/+12
* doc: Sync classref with current sourceRémi Verschelde2021-02-191-1/+1
* Improve UndoRedo classGilles Roudière2021-01-121-16/+46
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add animation reset track featurePedro J. Estébanez2020-12-201-1/+1
* Extend UndoRedo handling of Resource to every ReferencePedro J. Estébanez2020-12-201-12/+13
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-0/+520