overte-HifiExperiments/libraries/script-engine
Ryan Huffman 09b2565e76 Remove UndoStack API
edit.js shares a global undo stack through the UndoStack API. Because
the stack is globally shared, disabling the feature while create is
disabled doesn't make a lot of sense because it might disabling the
ability to undo/redo with another feature. Because UndoStack is only
used by edit.js, UndoStack is being removed in favor of a local undo
stack implemented within edit.js.
2018-09-26 14:43:11 -07:00
..
src Remove UndoStack API 2018-09-26 14:43:11 -07:00
CMakeLists.txt Remove some unneeded Qt dependencies 2018-01-28 22:18:24 -08:00