phantasmal-world/src/quest_editor/actions
Daan Vanden Bosch d824984889 - Events are now serialized in the order that they were deserialized
- When adding a new event while an existing event is selected, the new event will now have the selected event as parent
- Generated event IDs now follow the SEGA convention more closely
2019-12-31 20:00:43 +01:00
..
CreateEntityAction.ts Events can now be selected by clicking anywhere on the event and the selected event can be deleted by pressing the delete key. 2019-12-29 23:00:09 +01:00
CreateEventAction.ts - Events are now serialized in the order that they were deserialized 2019-12-31 20:00:43 +01: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 Events can now be selected by clicking anywhere on the event and the selected event can be deleted by pressing the delete key. 2019-12-29 23:00:09 +01:00
RemoveEventAction.ts Refactored QuestEventDagModel. 2019-12-30 16:40:58 +01:00
RotateEntityAction.ts Most dependencies are now injected to improve testability. 2019-12-21 19:40:42 +01:00
TranslateEntityAction.ts Most dependencies are now injected to improve testability. 2019-12-21 19:40:42 +01:00