Daan Vanden Bosch
|
33026ce015
|
Improved golden layout config persistence. A prompt is now shown when the user tries to leave the page after making changes to the current quest. Set production log level to INFO.
|
2019-12-22 15:30:16 +01:00 |
|
Daan Vanden Bosch
|
5522e7c6af
|
Small improvements to QuestRunner.
|
2019-12-22 13:50:55 +01:00 |
|
Daan Vanden Bosch
|
2083793e67
|
Added basic test for application initialization.
|
2019-12-22 00:43:27 +01:00 |
|
Daan Vanden Bosch
|
05c9f3ce81
|
All code now uses HttpClient interface instead of fetch for improved testability.
|
2019-12-21 22:49:41 +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
|
aa0d398545
|
The floor handler for the initial area is now run when running a quest.
|
2019-12-19 22:14:59 +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
|
28b8fa03d9
|
Simplified quest logging system.
|
2019-12-18 20:06:09 +01:00 |
|
Daan Vanden Bosch
|
4ee4de95fa
|
*Fully* put new VM views behind feature flag.
|
2019-12-17 22:12:55 +01:00 |
|
Daan Vanden Bosch
|
b9ca58ee16
|
Fixed bug in area mesh loading. Put new VM views behind feature flag.
|
2019-12-17 22:09:15 +01:00 |
|
jtuu
|
8c102976a8
|
Added a VM registers viewer.
|
2019-11-21 23:04:16 +02:00 |
|
jtuu
|
7e99857baf
|
Added a message log in the quest editor.
QuestEditorStore was extended to hold the state of the message log. The view is handled by a new core GUI class MessageLog.
|
2019-11-08 15:07:46 +02:00 |
|
Daan Vanden Bosch
|
ff8f02fe5b
|
Refactored events model and added a basic view for it behind a feature flag.
|
2019-10-10 23:11:52 +02:00 |
|
Daan Vanden Bosch
|
edc6428a3d
|
Fixed regression.
|
2019-10-01 18:36:35 +02: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
|
f40b1fb168
|
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 |
|
Daan Vanden Bosch
|
7ae4ad428c
|
Basic entity creation via drag and drop.
|
2019-09-19 22:20: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
|
7ec05ac9a1
|
Fixed typo in QuestInfoView class name.
|
2019-09-14 22:13:44 +02:00 |
|
Daan Vanden Bosch
|
9906ea88a9
|
Added more finalize_construction calls where necessary.
|
2019-09-14 15:20:36 +02:00 |
|
Daan Vanden Bosch
|
c743cba13b
|
Made golden layout tabs height the same as regular tabs height. Correctly centered text in both.
|
2019-08-31 21:37:55 +02:00 |
|
Daan Vanden Bosch
|
f73db32eaa
|
Fixed entity translation bug. Fixed bug that caused default browser key bindings to be triggered instead of applications bindings.
|
2019-08-31 20:30:40 +02:00 |
|
Daan Vanden Bosch
|
73619ea91f
|
"Save as..." button works again. Added key bindings for most quest editor actions.
|
2019-08-31 20:01:35 +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
|
3fd4d7c882
|
Quest entity view is now ported to the new GUI system.
|
2019-08-27 14:50:16 +02:00 |
|
Daan Vanden Bosch
|
4e38896676
|
The ASM editor view has been ported to the new GUI system.
|
2019-08-26 19:19:19 +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
|
dbd5dba682
|
Tweaked theme and started working on porting quest editor to the new UI system.
|
2019-08-21 22:04:08 +02:00 |
|