.. |
AsmEditorToolBar.ts
|
Undo is now reset when toggling "Inline args mode".
|
2019-09-15 23:16:11 +02:00 |
AsmEditorView.css
|
Highlight the source location currently being executed when VM pauses.
|
2019-11-14 00:34:07 +02:00 |
AsmEditorView.ts
|
Highlight the source location currently being executed when VM pauses.
|
2019-11-14 00:34:07 +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
|
Made event rendering more robust. Added call_now option to ListProperty.observe_list.
|
2019-11-04 17:19:57 +01:00 |
EventsView.ts
|
Made event rendering more robust. Added call_now option to ListProperty.observe_list.
|
2019-11-04 17:19:57 +01: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
|
Hooked up the stepping buttons to their respective methods in QuestRunner.
|
2019-11-15 19:59:05 +02:00 |
QuestEditorView.ts
|
Added a message log in the quest editor.
|
2019-11-08 15:07:46 +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 |
QuestMessageLogView.css
|
Added a message log in the quest editor.
|
2019-11-08 15:07:46 +02:00 |
QuestMessageLogView.ts
|
Added a message log in the quest editor.
|
2019-11-08 15:07:46 +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 |