Daan Vanden Bosch
85ccdbb0a6
Added experimental WebGL renderer.
2020-01-19 17:16:28 +01:00
Daan Vanden Bosch
79a68a6b7b
Added internet time to navigation menu.
2020-01-17 14:23:50 +01:00
Daan Vanden Bosch
8580cd4f66
The model viewer now shows a problems popup when loading a file failed or succeeded with some problems.
2020-01-06 21:09:44 +01:00
Daan Vanden Bosch
05d5ce6e29
Its now possible to choose a section ID and body type in the model viewer.
2020-01-05 18:40:35 +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
c8b0025096
- Moved Persister to core/persistence
...
- Simplified number_to_hex_string and reused it in disassembly.ts
- Fixed sporadic layout issue with ApplicationView
2019-12-27 03:16:52 +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
4414a4f7e4
Improved application startup test.
2019-12-25 00:53:17 +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
243638879c
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
Daan Vanden Bosch
8ce19fac62
Most dependencies are now injected to improve testability.
2019-12-21 19:40:42 +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
4e55f1b9fd
Fixed bug in NavigationView.
2019-09-17 17:32:17 +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
4c09486f65
Removed all React-related dependencies and config.
2019-09-14 17:31:03 +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
d6b1b3ca17
Added GitHub link.
2019-09-13 21:20:26 +02:00
Daan Vanden Bosch
bb7bf16f9f
Ported part of the hunt optimizer to the new GUI system. The methods tab is now working except for sorting.
2019-09-02 14:41:46 +02:00
Daan Vanden Bosch
5446f77202
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
Daan Vanden Bosch
f100220176
Refactored widget properties to simplify the interface.
2019-08-28 00:50:38 +02:00
Daan Vanden Bosch
03dc60cec9
Undo/redo now works again in the quest editor. The NPC counts view is also ported.
2019-08-26 15:42:12 +02:00
Daan Vanden Bosch
17400200a0
Ported quest info view to the new GUI system.
2019-08-23 17:00:39 +02:00
Daan Vanden Bosch
8e13441f26
Improved observables and ported more of the quest editor to the new GUI system.
2019-08-22 22:45:01 +02:00
Daan Vanden Bosch
18a8ac1ad6
Fixed bug in code that starts/stops renderers when not visible.
2019-08-21 22:29:20 +02:00
Daan Vanden Bosch
dbd5dba682
Tweaked theme and started working on porting quest editor to the new UI system.
2019-08-21 22:04:08 +02:00
Daan Vanden Bosch
72506461ab
Swapped code using new and old UI system around.
2019-08-21 17:56:46 +02:00
Daan Vanden Bosch
66127253d3
Split code into one module per tool + core and application module.
2019-08-10 22:09:06 +02:00