]> git.lizzy.rs Git - nothing.git/history - src/game/level/level_editor/undo_history.c
Merge pull request #1046 from tsoding/704
[nothing.git] / src / game / level / level_editor / undo_history.c
2019-09-02 Alexey KutepovMerge pull request #1044 from tsoding/1043
2019-09-02 rexim(#1043) Make layer part of undo context
2019-08-31 Alexey KutepovMerge pull request #1040 from tsoding/1030
2019-08-31 rexim(#1030) Make UndoHistory transparent
2019-08-31 rexim(#1030) Remove Context size limit
2019-08-31 rexim(#1030) Replace Dynarray inside of UndoHistory with...
2019-08-04 Alexey KutepovMerge pull request #998 from tsoding/824
2019-08-04 rexim(#824) Fix Windows build
2019-08-03 rexim(#824) Integrate UndoHistory with the LevelEditor
2019-08-03 rexim(#824) Implement undo_history_push and undo_history_pop
2019-08-03 rexim(#824) Introduce UndoHistory