phantasmal-world/src/quest_editor/model
2020-07-18 23:00:48 +02:00
..
AreaModel.ts Undo/redo now works again in the quest editor. The NPC counts view is also ported. 2019-08-26 15:42:12 +02:00
AreaVariantModel.ts Wave data is now parsed/written and converted to models. 2019-10-10 13:47:43 +02:00
euler.ts 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
QuestEntityModel.test.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
QuestEntityModel.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
QuestEventActionModel.ts Improved WebGPU renderer: 2020-04-26 22:19:26 +02:00
QuestEventDagModel.test.ts When undoing removal of the last event of a connected sub graph, the recreated sub graph will be inserted at the correct index now. 2019-12-31 19:21:16 +01:00
QuestEventDagModel.ts - Events are now serialized in the order that they were deserialized 2019-12-31 20:00:43 +01:00
QuestEventModel.ts Actions can now be removed from events. 2019-12-31 23:54:11 +01:00
QuestModel.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
QuestNpcModel.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
QuestObjectModel.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
SectionModel.ts 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
WaveModel.ts You can now view just the NPCs of a specific wave by clicking a button next to the wave ID in the events view. 2019-12-27 16:56:48 +01:00