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
|
c5d78b49ac
|
Bugfix in FlatMappedProperty and FlatMappedListProperty: flat mapped values would not update correctly if the flat mapped property didn't have observers.
|
2019-12-27 02:49:30 +01:00 |
|
Daan Vanden Bosch
|
5c0329f39f
|
Tweaked EntityInfoView look.
|
2019-12-27 01:36:54 +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
|
89d9de0f12
|
Added flat_map_to_list function for flat mapping over multiple properties into a ListProperty. Simplified observables code.
|
2019-12-26 22:25:21 +01:00 |
|
Daan Vanden Bosch
|
86f9f74785
|
Added flat_map function for flat mapping over multiple properties.
|
2019-12-26 20:20:42 +01:00 |
|
Daan Vanden Bosch
|
64a132590a
|
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 |
|
Daan Vanden Bosch
|
b4dcbba8f8
|
Added NpcCountsController and added snapshot tests for NpcCountsView.
|
2019-12-26 18:46:28 +01:00 |
|
Daan Vanden Bosch
|
044136c26d
|
Simplified DisposablePromise.
|
2019-12-26 18:10:23 +01:00 |
|
Daan Vanden Bosch
|
9cf951003a
|
Improved deployment script.
|
2019-12-26 14:40:12 +01:00 |
|
Daan Vanden Bosch
|
f105c0011f
|
Added jest snapshot that I forgot to add during last commit. DisposablePromise now doesn't delay calling the initialization function or callbacks for increased speed.
|
2019-12-26 01:14:17 +01:00 |
|
Daan Vanden Bosch
|
2808983add
|
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 |
|
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
|
100272a115
|
Added a QuestInfoController and added unit tests for QuestInfoView.
|
2019-12-23 22:38:44 +01:00 |
|
Daan Vanden Bosch
|
b8210f8ea7
|
Fixed bug in quest editor ui persisted that prevented empty Golden Layout stacks from closing.
|
2019-12-22 23:45:06 +01:00 |
|
Daan Vanden Bosch
|
ebe2c78ca9
|
Stop the quest runner when a different quest is set.
|
2019-12-22 23:38:22 +01:00 |
|
Daan Vanden Bosch
|
89ed00718e
|
Don't advance the instruction pointer after jumping unconditionally.
|
2019-12-22 23:28:11 +01:00 |
|
Daan Vanden Bosch
|
66b8e808dd
|
Fixed bug in QuestRunner that prevented the correct episode from reaching the VM. Improved logging performance in several different components.
|
2019-12-22 23:15:05 +01:00 |
|
Daan Vanden Bosch
|
be144ce9b1
|
Event section IDs and delays can now be edited.
|
2019-12-22 17:24:22 +01:00 |
|
Daan Vanden Bosch
|
79407523d8
|
Quest editor UI persister now remembers active item index of stacks again.
|
2019-12-22 17:14:01 +01:00 |
|
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
|
f1374fe100
|
Improved log view performance and fixed bug in quest runner.
|
2019-12-22 04:34:50 +01:00 |
|
Daan Vanden Bosch
|
d168030550
|
Improved application initialization test. Improved error handling in hunt optimizer.
|
2019-12-22 02:37:06 +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
|
7ad3044c1e
|
Changed deprecated Three.js addAttribute calls.
|
2019-12-21 20:52:56 +01:00 |
|
Daan Vanden Bosch
|
15ea3f5112
|
Upgraded all dependencies.
|
2019-12-21 20:49:20 +01:00 |
|
Daan Vanden Bosch
|
315bd2ae8c
|
Updates features list.
|
2019-12-21 19:53:38 +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
|
063d524a7b
|
Tweaked styling of entity info view. Entity names are now always fully visible.
|
2019-12-21 16:07:41 +01:00 |
|
Daan Vanden Bosch
|
f8a9c65086
|
NPC wave numbers are now shown in the entity info view.
|
2019-12-21 15:56:24 +01:00 |
|
Daan Vanden Bosch
|
ccf8ea6630
|
ASM editor is now readonly when necessary again.
|
2019-12-21 14:33:14 +01:00 |
|
Daan Vanden Bosch
|
202c01bf25
|
Added support for p_dead_v3 opcode.
|
2019-12-20 21:13:59 +01:00 |
|
Daan Vanden Bosch
|
02332929af
|
Fixed conditional jump instructions. Floor-local threads are now started up but not yet terminated when necessary.
|
2019-12-20 21:03:15 +01:00 |
|
Daan Vanden Bosch
|
8e0b7abc52
|
The current stepping line is now automatically scrolled into view.
|
2019-12-20 18:26:16 +01:00 |
|
Daan Vanden Bosch
|
e4dda8c1c7
|
Added key bindings for debugging actions.
|
2019-12-20 18:20:02 +01:00 |
|
Daan Vanden Bosch
|
c7cbc4a377
|
Stepping over sync calls works now.
|
2019-12-20 18:08:04 +01:00 |
|
Daan Vanden Bosch
|
027b50d3e4
|
Fixed sync calls and step out now works too.
|
2019-12-20 17:57:34 +01:00 |
|
Daan Vanden Bosch
|
714a2b500e
|
Removed unnecessary code.
|
2019-12-20 16:11:45 +01:00 |
|
Daan Vanden Bosch
|
663ad75435
|
Debugging now happens in the VM itself, this simplifies the code.
|
2019-12-20 16:10:50 +01:00 |
|
Daan Vanden Bosch
|
352365170f
|
Fixed bug that resulted in the starting floor's floor_handler to run too early.
|
2019-12-20 00:32:56 +01:00 |
|
Daan Vanden Bosch
|
3fee246bd8
|
Fixed a bug in game state reset when debugging.
|
2019-12-20 00:22:41 +01:00 |
|
Daan Vanden Bosch
|
f8fc12c468
|
Fixed some bugs and added VM support for bb_map_designate.
|
2019-12-20 00:11:54 +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
|
17daa26fb3
|
Area geometry in editor 3D view no longer disappears when running a quest.
|
2019-12-19 21:11:48 +01:00 |
|
Daan Vanden Bosch
|
52f2ddccd2
|
Virtual machine now suspends instead of halts when there no threads anymore.
|
2019-12-19 20:45:02 +01:00 |
|
Daan Vanden Bosch
|
88a60a9223
|
Area selection is now enabled even when running a quest.
|
2019-12-19 20:11:12 +01:00 |
|