Haoyu Qiu
|
719f4cd5e5
Fix `UndoRedo::create_action()` invalid memory usage
|
3 years ago |
Rémi Verschelde
|
71066cd63b
Update copyright statements to 2022
|
3 years ago |
Max Hilbrunner
|
e29126914d
Save all 64 bits of get_ticks_msec() in more cases
|
3 years ago |
Haoyu Qiu
|
5f316aa216
Improve Undo/Redo menu items
|
4 years ago |
Haoyu Qiu
|
329df4e404
Fix UndoRedo crash when clearing history
|
4 years ago |
Marcel Admiraal
|
5a58516231
Remove duplicate ERR_PRINTS macro
|
4 years ago |
Pedro J. Estébanez
|
90f13520dd
Extend UndoRedo handling of Resource to every Reference
|
4 years ago |
Rémi Verschelde
|
140350d767
Style: Enforce braces around if blocks and loops
|
4 years ago |
Rémi Verschelde
|
a828398655
Style: Replaces uses of 0/NULL by nullptr (C++11)
|
4 years ago |
Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 years ago |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 years ago |
Haoyu Qiu
|
4d727f1ee6
Allows to doc vararg method return type as void
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Alexander Holland
|
8f23f4b44e
UndoRedo add version changed signal
|
6 years ago |
Rémi Verschelde
|
e0574e1d98
Fix typos with codespell
|
6 years ago |
Michael Alexsander Silva Dias
|
e63e3875d7
Fix 'UndoRedo' increasing its version on actions that should be merged
|
6 years ago |
Juan Linietsky
|
9b5c6f539b
Safer way to update animation if changed, fixes #26670
|
6 years ago |
Juan Linietsky
|
8b4c4d9b2f
Implement a more coherent (and way less hack) way to block animation updates, fixes #24618
|
6 years ago |
Michael Alexsander Silva Dias
|
dcf6c4a368
Revert "Fix 'UndoRedo's 'MERGE_ALL' mode repeating instructions when quickly commiting actions"
|
6 years ago |
Michael Alexsander Silva Dias
|
79f1d8b4fb
Fix 'UndoRedo's 'MERGE_ALL' mode repeating instructions when quickly commiting actions
|
6 years ago |
Juan Linietsky
|
4a24ba6e77
-Fixes to undo redo to avoid crash, closes #24251
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Rémi Verschelde
|
f11047aa81
Merge pull request #21856 from AlexHolly/fix-undo-not-showing-error
|
6 years ago |
Michael Alexsander Silva Dias
|
6ba94d5ca0
Add argument to UndoRedo's "clear_history()" to not increase the version
|
6 years ago |
Juan Linietsky
|
9e85d17241
Clearing history increments version, else it does not generate an asterisk on modification if the scene was just saved. Fixes #18027.
|
6 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 years ago |
Alexander Holland
|
f5a8637e7a
Fix undo redo not showing errors
|
7 years ago |
Hein-Pieter van Braam
|
0e29f7974b
Reduce unnecessary COW on Vector by make writing explicit
|
7 years ago |
Marcelo Fernandez
|
e9db8964e3
Add a message when there is nothing to Undo or Redo
|
7 years ago |
Todd Ross
|
6e932c3108
obsolete UndoRedo max_steps; no users identified
|
7 years ago |