phantasmal-world/src/quest_editor/actions
2020-09-24 17:40:58 +02:00
..
CreateEntityAction.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
CreateEventAction.ts - Events are now serialized in the order that they were deserialized 2019-12-31 20:00:43 +01:00
EditEntityPropAction.ts Object-specific properties are now editable. 2020-09-24 17:40:58 +02:00
EditEventDelayAction.ts Event section IDs and delays can now be edited. 2019-12-22 17:24:22 +01:00
EditIdAction.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
EditLongDescriptionAction.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
EditNameAction.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
EditShortDescriptionAction.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
QuestEditAction.ts Entity counts in area select are now updated when adding or removing entities. Added more unit tests. 2019-12-24 03:04:18 +01:00
RemoveEntityAction.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
RemoveEventAction.ts Refactored QuestEventDagModel. 2019-12-30 16:40:58 +01:00
RotateEntityAction.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
TranslateEntityAction.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