phantasmal-world/src/quest_editor
2020-09-24 19:07:22 +02:00
..
actions Object-specific properties are now editable. 2020-09-24 17:40:58 +02:00
controllers Object-specific properties are now editable. 2020-09-24 17:40:58 +02:00
gui Object-specific properties are now editable. 2020-09-24 17:40:58 +02:00
loading The model property is now taken into account for many objects during initial load of model assets. 2020-09-24 19:07:22 +02:00
model The model property is now taken into account for many objects during initial load of model assets. 2020-09-24 19:07: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 The model property is now taken into account for many objects during initial load of model assets. 2020-09-24 19:07:22 +02:00
scripting Introduced Block concept to represent a continuous chunk of bytes. 2020-07-17 00:00:17 +02:00
stores Made low-level quest objects structurally cloneable again. 2020-07-19 18:11:17 +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 Removed the ability to step in a yielded thread. 2020-05-01 23:45:32 +03:00