Daan Vanden Bosch
b276ba988e
Quests can now be saved in GC format.
2020-01-16 21:45:20 +01:00
Daan Vanden Bosch
542f61bf0c
Improved error handling in viewer.
2020-01-06 23:32:14 +01:00
Daan Vanden Bosch
f87c2ecf84
- All views now have a View super type
...
- Widget now has a children array
- Widgets can be activated and deactivated (this recurses over child widgets)
- Renderers are now turned on and off in activate/deactivate methods
- It is now possible to set a tool-local path (this path is appended to the tool's base path)
- TabContainer can now automatically set a path based on paths given in its tab configuration
- It's now possible to directly link to subviews of the viewer and the hunt optimizer
2020-01-05 01:07:35 +01:00
Daan Vanden Bosch
994afa7387
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
Daan Vanden Bosch
99d50d754d
Replaced js-logger. Improved testability with mocks, improved test configuration and code improvements.
2019-12-25 00:17:02 +01:00
Daan Vanden Bosch
20885cb0f2
Simplified Widget.finalize_construction. Added game state to QuestRunner and modified execution flow to enable loading of area/entity models. Split QuestModelManager into two different classes so a different loading strategy can used in the quest runner view. Quest runner view is now automatically created when running a quest.
2019-12-19 18:54:01 +01:00
Daan Vanden Bosch
9b3d280e4f
Upgraded all dependencies and fixed linting warnings/errors resulting from eslint upgrade.
2019-10-01 18:30:26 +02:00
Daan Vanden Bosch
8622b07bde
Added bind_children_to function to efficiently update child nodes of an HTML element based on the contents of a ListProperty.
2019-09-17 17:26:25 +02:00
Daan Vanden Bosch
87c6ae37e4
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
Daan Vanden Bosch
d9b6c7015a
The hunt method tables can be sorted again. There's no visual feedback in the table headers though.
2019-09-14 16:11:45 +02:00
Daan Vanden Bosch
3a95e8a974
Added server select. Widget construction now happens in two phases with a finalize_construction method being called from the lowest subclass.
2019-09-14 15:15:59 +02:00
Daan Vanden Bosch
c8ff72726e
The OptimizationResultView is now completely ported to the new GUI system.
2019-09-14 11:59:50 +02:00
Daan Vanden Bosch
c9820ceccb
More data is now shown in the optimization result view.
2019-09-11 15:51:56 +02:00
Daan Vanden Bosch
0cfa20e30f
Started working on optimization result view.
2019-09-09 18:37:20 +02:00
Daan Vanden Bosch
d7490b0d3c
Text in table cells can now be aligned. Table now works in firefox.
2019-09-07 20:43:53 +02:00
Daan Vanden Bosch
a28a8ce624
Refactored table from MethodsForEpisodeView into a reusable Table widget.
2019-09-07 17:49:21 +02:00