phantasmal-world/src/quest_editor/gui
2020-01-02 15:39:55 +01:00
..
__snapshots__ Fixed bug in .bin format detection. 2020-01-02 15:39:55 +01:00
AsmEditorToolBar.ts - Bugfix: FlatMappedListProperty wouldn't recompute its value and emit an event when it's computed property changed 2019-12-27 23:33:34 +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 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
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
EventSubGraphView.css Refactored QuestEventDagModel. 2019-12-30 16:40:58 +01:00
EventSubGraphView.ts Lock door and unlock door actions are now editable. 2019-12-31 23:10:27 +01:00
EventsView.css - Defensive copies are now made of values emitted in list change events 2019-12-31 18:45:12 +01:00
EventsView.ts Lock door and unlock door actions are now editable. 2019-12-31 23:10:27 +01:00
EventView.css Actions can now be removed from events. 2019-12-31 23:54:11 +01:00
EventView.ts Actions can now be removed from events. 2019-12-31 23:54:11 +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 - Bugfix: FlatMappedListProperty wouldn't recompute its value and emit an event when it's computed property changed 2019-12-27 23:33:34 +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 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
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 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
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 .bin and .dat files can now be loaded directly. 2020-01-02 15:26:40 +01:00
QuestEditorView.ts Events are not behind a feature flag anymore. 2019-12-31 22:08:27 +01:00
QuestInfoView.css Fixed typo in QuestInfoView class name. 2019-09-14 22:13:44 +02:00
QuestInfoView.test.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
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 - Bugfix: FlatMappedListProperty wouldn't recompute its value and emit an event when it's computed property changed 2019-12-27 23:33:34 +01:00
RegistersView.css Made RegistersView inputs larger again. 2019-12-31 21:48:59 +01:00
RegistersView.ts Made RegistersView inputs larger again. 2019-12-31 21:48:59 +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