phantasmal-world/src/quest_editor/gui
2019-12-27 16:56:48 +01:00
..
__snapshots__ You can now view just the NPCs of a specific wave by clicking a button next to the wave ID in the events view. 2019-12-27 16:56:48 +01:00
AsmEditorToolBar.ts Most dependencies are now injected to improve testability. 2019-12-21 19:40:42 +01:00
AsmEditorView.css Highlight the source location currently being executed when VM pauses. 2019-11-14 00:34:07 +02:00
AsmEditorView.ts Refactored HTML element creation code. Removed PropertyChangeEvent, properties don't emit their old value anymore. Added an EventsController and moved some code from EventsView and QuestEditorStore to it. 2019-12-27 00:55:32 +01:00
EditorHistory.ts Added ASM editor history navigation with mouse buttons and keyboard. 2019-10-05 21:11:58 +02:00
entity_dnd.ts Refactored HTML element creation code. Removed PropertyChangeEvent, properties don't emit their old value anymore. Added an EventsController and moved some code from EventsView and QuestEditorStore to it. 2019-12-27 00:55:32 +01:00
EntityInfoView.css Tweaked EntityInfoView look. 2019-12-27 01:36:54 +01:00
EntityInfoView.test.ts Added DisposablePromise to facilitate cancelling promises that are underway when a component is disposed. Added EntityInfoController with unit test and added tests for EntityInfoView. 2019-12-26 00:44:30 +01:00
EntityInfoView.ts Tweaked EntityInfoView look. 2019-12-27 01:36:54 +01:00
EntityListView.css Refactored HTML element creation code. Removed PropertyChangeEvent, properties don't emit their old value anymore. Added an EventsController and moved some code from EventsView and QuestEditorStore to it. 2019-12-27 00:55:32 +01:00
EntityListView.ts Refactored HTML element creation code. Removed PropertyChangeEvent, properties don't emit their old value anymore. Added an EventsController and moved some code from EventsView and QuestEditorStore to it. 2019-12-27 00:55:32 +01:00
EventsView.css Refactored HTML element creation code. Removed PropertyChangeEvent, properties don't emit their old value anymore. Added an EventsController and moved some code from EventsView and QuestEditorStore to it. 2019-12-27 00:55:32 +01:00
EventsView.ts You can now view just the NPCs of a specific wave by clicking a button next to the wave ID in the events view. 2019-12-27 16:56:48 +01:00
LogView.css Replaced js-logger. Improved testability with mocks, improved test configuration and code improvements. 2019-12-25 00:17:02 +01:00
LogView.ts Refactored HTML element creation code. Removed PropertyChangeEvent, properties don't emit their old value anymore. Added an EventsController and moved some code from EventsView and QuestEditorStore to it. 2019-12-27 00:55:32 +01:00
NpcCountsView.css Quest entity view is now ported to the new GUI system. 2019-08-27 14:50:16 +02:00
NpcCountsView.test.ts Added NpcCountsController and added snapshot tests for NpcCountsView. 2019-12-26 18:46:28 +01:00
NpcCountsView.ts Refactored HTML element creation code. Removed PropertyChangeEvent, properties don't emit their old value anymore. Added an EventsController and moved some code from EventsView and QuestEditorStore to it. 2019-12-27 00:55:32 +01:00
NpcListView.ts All code now uses HttpClient interface instead of fetch for improved testability. 2019-12-21 22:49:41 +01:00
ObjectListView.ts All code now uses HttpClient interface instead of fetch for improved testability. 2019-12-21 22:49:41 +01:00
QuestEditorRendererView.ts You can now view just the NPCs of a specific wave by clicking a button next to the wave ID in the events view. 2019-12-27 16:56:48 +01:00
QuestEditorToolBar.test.ts Added DisposablePromise to facilitate cancelling promises that are underway when a component is disposed. Added EntityInfoController with unit test and added tests for EntityInfoView. 2019-12-26 00:44:30 +01:00
QuestEditorToolBar.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
QuestEditorView.ts Refactored HTML element creation code. Removed PropertyChangeEvent, properties don't emit their old value anymore. Added an EventsController and moved some code from EventsView and QuestEditorStore to it. 2019-12-27 00:55:32 +01:00
QuestInfoView.css Fixed typo in QuestInfoView class name. 2019-09-14 22:13:44 +02:00
QuestInfoView.test.ts Added DisposablePromise to facilitate cancelling promises that are underway when a component is disposed. Added EntityInfoController with unit test and added tests for EntityInfoView. 2019-12-26 00:44:30 +01:00
QuestInfoView.ts Refactored HTML element creation code. Removed PropertyChangeEvent, properties don't emit their old value anymore. Added an EventsController and moved some code from EventsView and QuestEditorStore to it. 2019-12-27 00:55:32 +01:00
QuestRendererView.ts Refactored HTML element creation code. Removed PropertyChangeEvent, properties don't emit their old value anymore. Added an EventsController and moved some code from EventsView and QuestEditorStore to it. 2019-12-27 00:55:32 +01:00
QuestRunnerRendererView.ts Added basic test for application initialization. 2019-12-22 00:43:27 +01: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 Refactored HTML element creation code. Removed PropertyChangeEvent, properties don't emit their old value anymore. Added an EventsController and moved some code from EventsView and QuestEditorStore to it. 2019-12-27 00:55:32 +01:00
UnavailableView.css When a quest editor subview cannot be instantiated, an error message is now shown in the GoldenLayout component that failed instead of crashing the entire quest editor. 2019-12-26 19:47:24 +01:00
UnavailableView.ts Refactored HTML element creation code. Removed PropertyChangeEvent, properties don't emit their old value anymore. Added an EventsController and moved some code from EventsView and QuestEditorStore to it. 2019-12-27 00:55:32 +01:00