phantasmal-world/src/quest_editor/controllers
jtuu b03a421ab5 Removed the ability to step in a yielded thread.
Changed the way the thread select widget works to make the thread status text update properly.
2020-05-01 23:45:32 +03:00
..
DebugController.test.ts Renamed "Debug Log" to "Debug" and moved all debugging related buttons to its toolbar. 2020-04-30 18:27:19 +02:00
DebugController.ts Removed the ability to step in a yielded thread. 2020-05-01 23:45:32 +03:00
EntityInfoController.test.ts Events can now be selected by clicking anywhere on the event and the selected event can be deleted by pressing the delete key. 2019-12-29 23:00:09 +01:00
EntityInfoController.ts Events can now be selected by clicking anywhere on the event and the selected event can be deleted by pressing the delete key. 2019-12-29 23:00:09 +01:00
EventsController.ts Actions can now be removed from events. 2019-12-31 23:54:11 +01:00
NpcCountsController.ts Added Vol Opt part 2. 2020-01-01 14:26:14 +01:00
QuestEditorToolBarController.test.ts Renamed "Debug Log" to "Debug" and moved all debugging related buttons to its toolbar. 2020-04-30 18:27:19 +02:00
QuestEditorToolBarController.ts Removed unnecessary optional property access operator. 2020-05-01 21:30:03 +02:00
QuestInfoController.test.ts Events can now be selected by clicking anywhere on the event and the selected event can be deleted by pressing the delete key. 2019-12-29 23:00:09 +01:00
QuestInfoController.ts Added DisposablePromise to facilitate cancelling promises that are underway when a component is disposed. Added EntityInfoController with unit test and added tests for EntityInfoView. 2019-12-26 00:44:30 +01:00