.. |
AsmEditorToolBar.ts
|
Undo is now reset when toggling "Inline args mode".
|
2019-09-15 23:16:11 +02:00 |
AsmEditorView.ts
|
Added ASM editor history navigation with mouse buttons and keyboard.
|
2019-10-05 21:11:58 +02:00 |
DisabledView.css
|
Quest entity view is now ported to the new GUI system.
|
2019-08-27 14:50:16 +02:00 |
DisabledView.ts
|
Widget's element property is now abstract and is overridden in every concrete subclass. This often simplifies widget code.
|
2019-09-15 19:32:34 +02:00 |
EditorHistory.ts
|
Added ASM editor history navigation with mouse buttons and keyboard.
|
2019-10-05 21:11:58 +02:00 |
entity_dnd.ts
|
Entities can now be rotated around their y-axis by right-click dragging.
|
2019-09-28 21:11:57 +02:00 |
EntityInfoView.css
|
Refactored widgets to make it possible to centralize processing of constructor-provided options. Made widget event/data flow unidirectional.
|
2019-08-28 21:36:45 +02:00 |
EntityInfoView.ts
|
Entities can be rotated via the entity info view.
|
2019-09-29 18:53:01 +02:00 |
EntityListView.css
|
NPCs in the NPC list are now filtered according to the selected area. Objects can now be added via drag and drop from the object list.
|
2019-09-22 15:18:46 +02:00 |
EntityListView.ts
|
NPCs in the NPC list are now filtered according to the selected area. Objects can now be added via drag and drop from the object list.
|
2019-09-22 15:18:46 +02:00 |
EventsView.css
|
Refactored events model and added a basic view for it behind a feature flag.
|
2019-10-10 23:11:52 +02:00 |
EventsView.ts
|
Refactored events model and added a basic view for it behind a feature flag.
|
2019-10-10 23:11:52 +02:00 |
NpcCountsView.css
|
Quest entity view is now ported to the new GUI system.
|
2019-08-27 14:50:16 +02:00 |
NpcCountsView.ts
|
Improved typing of ListProperty.
|
2019-10-07 18:26:45 +02:00 |
NpcListView.ts
|
NPCs in the NPC list are now filtered according to the selected area. Objects can now be added via drag and drop from the object list.
|
2019-09-22 15:18:46 +02:00 |
ObjectListView.ts
|
Objects area now filtered based on the selected area. Fixed some typos in object names.
|
2019-09-22 16:14:38 +02:00 |
QuestEditorToolBar.ts
|
F5 keybinding for "Run in VM". Bugfix for feature flags.
|
2019-10-02 21:15:35 +02:00 |
QuestEditorView.ts
|
Refactored events model and added a basic view for it behind a feature flag.
|
2019-10-10 23:11:52 +02:00 |
QuestInfoView.css
|
Fixed typo in QuestInfoView class name.
|
2019-09-14 22:13:44 +02:00 |
QuestInfoView.ts
|
The selected entity can now be deleted with the delete key.
|
2019-09-24 19:47:22 +02:00 |
QuestRendererView.ts
|
Widget's element property is now abstract and is overridden in every concrete subclass. This often simplifies widget code.
|
2019-09-15 19:32:34 +02:00 |