phantasmal-world/src/quest_editor
2020-01-02 18:54:18 +01:00
..
actions - Events are now serialized in the order that they were deserialized 2019-12-31 20:00:43 +01:00
controllers - Moved instructions/opcodes and DFA code to core to avoid dependency from core to quest_editor 2020-01-02 18:42:08 +01:00
gui Fixed bug in .bin format detection. 2020-01-02 15:39:55 +01:00
loading 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
model - Moved instructions/opcodes and DFA code to core to avoid dependency from core to quest_editor 2020-01-02 18:42:08 +01:00
persistence - Moved Persister to core/persistence 2019-12-27 03:16:52 +01:00
rendering When an NPC is added while an event is selected, the new NPC will be created with the event's wave. 2019-12-29 23:06:12 +01:00
scripting Added support for map_designate and map_designate_ex to the VM. 2020-01-02 18:54:18 +01:00
stores - Moved instructions/opcodes and DFA code to core to avoid dependency from core to quest_editor 2020-01-02 18:42:08 +01:00
index.ts Refactored HTML element creation code. Removed PropertyChangeEvent, properties don't emit their old value anymore. Added an EventsController and moved some code from EventsView and QuestEditorStore to it. 2019-12-27 00:55:32 +01:00
QuestRunner.ts Added support for map_designate and map_designate_ex to the VM. 2020-01-02 18:54:18 +01:00