phantasmal-world/src/quest_editor
2020-01-05 23:20:53 +01:00
..
actions - Events are now serialized in the order that they were deserialized 2019-12-31 20:00:43 +01:00
controllers Improved FileButton behavior, opening the same file twice in a row will now work. Also simplified its implementation. 2020-01-05 23:20:53 +01:00
gui Improved FileButton behavior, opening the same file twice in a row will now work. Also simplified its implementation. 2020-01-05 23:20:53 +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 - All views now have a View super type 2020-01-05 01:07:35 +01:00
QuestRunner.ts Added support for map_designate and map_designate_ex to the VM. 2020-01-02 18:54:18 +01:00