.. |
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
|
Put breakpoints in script editor gutter behind feature flag.
|
2019-12-18 23:03:29 +01: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 |
LogView.css
|
Simplified quest logging system.
|
2019-12-18 20:06:09 +01:00 |
LogView.ts
|
Simplified quest logging system.
|
2019-12-18 20:06:09 +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
|
Added stop button.
|
2019-11-15 20:17:24 +02:00 |
QuestEditorView.ts
|
Simplified quest logging system.
|
2019-12-18 20:06:09 +01: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 |
RegistersView.css
|
Using Select instead of DropDown in RegistersView. Only use monospace font in register container.
|
2019-12-18 20:20:32 +01:00 |
RegistersView.ts
|
Moved Thread to its own file and renamed vm/index.ts to vm/VirtualMachine.ts.
|
2019-12-18 23:40:38 +01:00 |