phantasmal-world/src/quest_editor
2020-09-27 17:43:00 +02:00
..
actions Object-specific properties are now editable. 2020-09-24 17:40:58 +02:00
controllers Prevented all tests to log to console, except for one DebugController test. 2020-09-27 00:31:22 +02:00
gui Added all known NPC-specific properties. 2020-09-27 17:43:00 +02:00
loading Prevented all tests to log to console, except for one DebugController test. 2020-09-27 00:31:22 +02:00
model Prevented all tests to log to console, except for one DebugController test. 2020-09-27 00:31:22 +02:00
persistence Fixed bug in QuestEditorUiPersister config sanitization code. When removing old components results in empty containers, these containers are now also removed. 2020-07-14 22:08:36 +02:00
rendering Prevented all tests to log to console, except for one DebugController test. 2020-09-27 00:31:22 +02:00
scripting Prevented all tests to log to console, except for one DebugController test. 2020-09-27 00:31:22 +02:00
stores Fixed bug in try_finally and LogStore. 2020-09-27 12:00:40 +02:00
index.ts Quest entities are now backed by an ArrayBufferBlock so that a "custom entity properties" feature can be added later. 2020-07-18 23:00:48 +02:00
QuestRunner.ts Prevented all tests to log to console, except for one DebugController test. 2020-09-27 00:31:22 +02:00