phantasmal-world/src/quest_editor/model
2020-09-27 00:31:22 +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 Made low-level quest objects structurally cloneable again. 2020-07-19 18:11:17 +02:00
QuestEntityModel.ts Model assets are now reloaded when the model property is changed. 2020-09-24 19:52:02 +02:00
QuestEntityPropModel.ts Model assets are now reloaded when the model property is changed. 2020-09-24 19:52:02 +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 Prevented all tests to log to console, except for one DebugController test. 2020-09-27 00:31:22 +02:00
QuestNpcModel.ts Model assets are now reloaded when the model property is changed. 2020-09-24 19:52:02 +02:00
QuestObjectModel.ts Model assets are now reloaded when the model property is changed. 2020-09-24 19:52:02 +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