phantasmal-world/src/quest_editor
2020-01-02 15:39:55 +01:00
..
actions - Events are now serialized in the order that they were deserialized 2019-12-31 20:00:43 +01:00
controllers .bin and .dat files can now be loaded directly. 2020-01-02 15:26:40 +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 Actions can now be removed from events. 2019-12-31 23:54:11 +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 .bin and .dat files can now be loaded directly. 2020-01-02 15:26:40 +01:00
stores Actions can now be added to events. 2019-12-31 23:45:49 +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 Replaced js-logger. Improved testability with mocks, improved test configuration and code improvements. 2019-12-25 00:17:02 +01:00