Commit Graph

  • 821b894a52 Made several widgets more keyboard-friendly. Daan Vanden Bosch 2020-01-01 04:15:03 +0100
  • bc70697d40 Release 36. Daan Vanden Bosch 2019-12-31 23:57:54 +0100
  • 71433d253f Actions can now be removed from events. Daan Vanden Bosch 2019-12-31 23:54:11 +0100
  • 7806fae98b Actions can now be added to events. Daan Vanden Bosch 2019-12-31 23:45:49 +0100
  • 6a88c4558b Lock door and unlock door actions are now editable. Daan Vanden Bosch 2019-12-31 23:10:27 +0100
  • 40c5dc00f1 Events are not behind a feature flag anymore. Daan Vanden Bosch 2019-12-31 22:08:27 +0100
  • b322737d48 Release 35. Daan Vanden Bosch 2019-12-31 22:03:32 +0100
  • 2507d07fb5 Made RegistersView inputs larger again. Daan Vanden Bosch 2019-12-31 21:48:59 +0100
  • db05f16156 Deploy script now outputs a message that deployment was successful with the new version number. Daan Vanden Bosch 2019-12-31 21:28:48 +0100
  • 24161fbfa6 Improved deploy script. Daan Vanden Bosch 2019-12-31 21:18:26 +0100
  • 9ebe79c835 Release 34. Daan Vanden Bosch 2019-12-31 21:15:35 +0100
  • 5d82a60747 Improved look and feel of RegistersView. Daan Vanden Bosch 2019-12-31 21:01:46 +0100
  • d824984889 - Events are now serialized in the order that they were deserialized - When adding a new event while an existing event is selected, the new event will now have the selected event as parent - Generated event IDs now follow the SEGA convention more closely Daan Vanden Bosch 2019-12-31 20:00:43 +0100
  • 850521c9e9 When undoing removal of the last event of a connected sub graph, the recreated sub graph will be inserted at the correct index now. Daan Vanden Bosch 2019-12-31 19:21:16 +0100
  • fe00d6f6a8 - Defensive copies are now made of values emitted in list change events - Bugfix: FlatMappedListProperty would propagate changes to its dependency list property incorrectly - Creating event actions is now undoable Daan Vanden Bosch 2019-12-31 18:45:12 +0100
  • 5f11b6de26 Event DAG edges now update correctly again. Daan Vanden Bosch 2019-12-31 14:40:23 +0100
  • bc95a490ca Refactored QuestEventDagModel. Daan Vanden Bosch 2019-12-30 16:40:58 +0100
  • 5e8467e7ed QuestEventDagModel now enforces connectivity. Daan Vanden Bosch 2019-12-30 02:19:38 +0100
  • 8d1721fd4b Undo and redo now work correctly for deleting events. Daan Vanden Bosch 2019-12-30 01:29:00 +0100
  • 8118ac006b When an NPC is added while an event is selected, the new NPC will be created with the event's wave. Daan Vanden Bosch 2019-12-29 23:06:12 +0100
  • 596bd103da Events can now be selected by clicking anywhere on the event and the selected event can be deleted by pressing the delete key. Daan Vanden Bosch 2019-12-29 23:00:09 +0100
  • 030a77aa65 Bugfix: after setting the current wave, deleting an NPC would make all NPCs visible again. Daan Vanden Bosch 2019-12-29 16:37:59 +0100
  • 998b9d78e5 Removed "es2019.array" from tsconfig lib again. Daan Vanden Bosch 2019-12-27 23:53:50 +0100
  • de20e7b82f - Bugfix: FlatMappedListProperty wouldn't recompute its value and emit an event when it's computed property changed - Event section IDs are now immutable - Top level events can now be added Daan Vanden Bosch 2019-12-27 23:33:34 +0100
  • 5b5ce69d07 You can now view just the NPCs of a specific wave by clicking a button next to the wave ID in the events view. Daan Vanden Bosch 2019-12-27 16:56:48 +0100
  • c8b0025096 - Moved Persister to core/persistence - Simplified number_to_hex_string and reused it in disassembly.ts - Fixed sporadic layout issue with ApplicationView Daan Vanden Bosch 2019-12-27 03:16:52 +0100
  • c5d78b49ac Bugfix in FlatMappedProperty and FlatMappedListProperty: flat mapped values would not update correctly if the flat mapped property didn't have observers. Daan Vanden Bosch 2019-12-27 02:49:30 +0100
  • 5c0329f39f Tweaked EntityInfoView look. Daan Vanden Bosch 2019-12-27 01:36:54 +0100
  • 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. Daan Vanden Bosch 2019-12-27 00:55:32 +0100
  • 89d9de0f12 Added flat_map_to_list function for flat mapping over multiple properties into a ListProperty. Simplified observables code. Daan Vanden Bosch 2019-12-26 22:25:21 +0100
  • 86f9f74785 Added flat_map function for flat mapping over multiple properties. Daan Vanden Bosch 2019-12-26 20:20:42 +0100
  • 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. Daan Vanden Bosch 2019-12-26 19:47:24 +0100
  • b4dcbba8f8 Added NpcCountsController and added snapshot tests for NpcCountsView. Daan Vanden Bosch 2019-12-26 18:46:28 +0100
  • 044136c26d Simplified DisposablePromise. Daan Vanden Bosch 2019-12-26 18:10:23 +0100
  • 9cf951003a Improved deployment script. Daan Vanden Bosch 2019-12-26 14:40:12 +0100
  • 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. Daan Vanden Bosch 2019-12-26 01:14:17 +0100
  • 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. Daan Vanden Bosch 2019-12-26 00:44:30 +0100
  • 4414a4f7e4 Improved application startup test. Daan Vanden Bosch 2019-12-25 00:53:17 +0100
  • 99d50d754d Replaced js-logger. Improved testability with mocks, improved test configuration and code improvements. Daan Vanden Bosch 2019-12-25 00:17:02 +0100
  • 89c888ce10 Release 33. Daan Vanden Bosch 2019-12-24 03:07:15 +0100
  • 243638879c Entity counts in area select are now updated when adding or removing entities. Added more unit tests. Daan Vanden Bosch 2019-12-24 03:04:18 +0100
  • 100272a115 Added a QuestInfoController and added unit tests for QuestInfoView. Daan Vanden Bosch 2019-12-23 22:38:44 +0100
  • 3d11335a7b Release 32. Daan Vanden Bosch 2019-12-23 15:20:27 +0100
  • b8210f8ea7 Fixed bug in quest editor ui persisted that prevented empty Golden Layout stacks from closing. Daan Vanden Bosch 2019-12-22 23:45:06 +0100
  • ebe2c78ca9 Stop the quest runner when a different quest is set. Daan Vanden Bosch 2019-12-22 23:38:22 +0100
  • 89ed00718e Don't advance the instruction pointer after jumping unconditionally. Daan Vanden Bosch 2019-12-22 23:28:11 +0100
  • 66b8e808dd Fixed bug in QuestRunner that prevented the correct episode from reaching the VM. Improved logging performance in several different components. Daan Vanden Bosch 2019-12-22 23:15:05 +0100
  • be144ce9b1 Event section IDs and delays can now be edited. Daan Vanden Bosch 2019-12-22 17:24:22 +0100
  • 79407523d8 Quest editor UI persister now remembers active item index of stacks again. Daan Vanden Bosch 2019-12-22 17:14:01 +0100
  • 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. Daan Vanden Bosch 2019-12-22 15:30:16 +0100
  • 5522e7c6af Small improvements to QuestRunner. Daan Vanden Bosch 2019-12-22 13:50:55 +0100
  • f1374fe100 Improved log view performance and fixed bug in quest runner. Daan Vanden Bosch 2019-12-22 04:34:50 +0100
  • d168030550 Improved application initialization test. Improved error handling in hunt optimizer. Daan Vanden Bosch 2019-12-22 02:37:06 +0100
  • 2083793e67 Added basic test for application initialization. Daan Vanden Bosch 2019-12-22 00:43:27 +0100
  • 05c9f3ce81 All code now uses HttpClient interface instead of fetch for improved testability. Daan Vanden Bosch 2019-12-21 22:49:41 +0100
  • 7ad3044c1e Changed deprecated Three.js addAttribute calls. Daan Vanden Bosch 2019-12-21 20:52:56 +0100
  • 15ea3f5112 Upgraded all dependencies. Daan Vanden Bosch 2019-12-21 20:49:20 +0100
  • 315bd2ae8c Updates features list. Daan Vanden Bosch 2019-12-21 19:53:38 +0100
  • 8ce19fac62 Most dependencies are now injected to improve testability. Daan Vanden Bosch 2019-12-21 19:40:42 +0100
  • 063d524a7b Tweaked styling of entity info view. Entity names are now always fully visible. Daan Vanden Bosch 2019-12-21 16:07:41 +0100
  • f8a9c65086 NPC wave numbers are now shown in the entity info view. Daan Vanden Bosch 2019-12-21 15:56:24 +0100
  • ccf8ea6630 ASM editor is now readonly when necessary again. Daan Vanden Bosch 2019-12-21 14:33:14 +0100
  • 202c01bf25 Added support for p_dead_v3 opcode. Daan Vanden Bosch 2019-12-20 21:13:59 +0100
  • 02332929af Fixed conditional jump instructions. Floor-local threads are now started up but not yet terminated when necessary. Daan Vanden Bosch 2019-12-20 21:03:15 +0100
  • 8e0b7abc52 The current stepping line is now automatically scrolled into view. Daan Vanden Bosch 2019-12-20 18:26:16 +0100
  • e4dda8c1c7 Added key bindings for debugging actions. Daan Vanden Bosch 2019-12-20 18:20:02 +0100
  • c7cbc4a377 Stepping over sync calls works now. Daan Vanden Bosch 2019-12-20 18:08:04 +0100
  • 027b50d3e4 Fixed sync calls and step out now works too. Daan Vanden Bosch 2019-12-20 17:57:34 +0100
  • 714a2b500e Removed unnecessary code. Daan Vanden Bosch 2019-12-20 16:11:45 +0100
  • 663ad75435 Debugging now happens in the VM itself, this simplifies the code. Daan Vanden Bosch 2019-12-20 16:10:50 +0100
  • 352365170f Fixed bug that resulted in the starting floor's floor_handler to run too early. Daan Vanden Bosch 2019-12-20 00:32:56 +0100
  • 3fee246bd8 Fixed a bug in game state reset when debugging. Daan Vanden Bosch 2019-12-20 00:22:41 +0100
  • f8fc12c468 Fixed some bugs and added VM support for bb_map_designate. Daan Vanden Bosch 2019-12-20 00:11:54 +0100
  • aa0d398545 The floor handler for the initial area is now run when running a quest. Daan Vanden Bosch 2019-12-19 22:14:59 +0100
  • 17daa26fb3 Area geometry in editor 3D view no longer disappears when running a quest. Daan Vanden Bosch 2019-12-19 21:11:48 +0100
  • 52f2ddccd2 Virtual machine now suspends instead of halts when there no threads anymore. Daan Vanden Bosch 2019-12-19 20:45:02 +0100
  • 88a60a9223 Area selection is now enabled even when running a quest. Daan Vanden Bosch 2019-12-19 20:11:12 +0100
  • c1b733cadf Entity controls are now disabled when running a quest. Daan Vanden Bosch 2019-12-19 20:02:52 +0100
  • 1c48ca15ec Removed unnecessary console.log statement. Daan Vanden Bosch 2019-12-19 18:54:38 +0100
  • 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. Daan Vanden Bosch 2019-12-19 18:54:01 +0100
  • 4d6bf4ba5c Fixed VM unit tests. Daan Vanden Bosch 2019-12-19 14:41:31 +0100
  • 0585bbacec Removed VM dependency on QuestModel. Daan Vanden Bosch 2019-12-19 14:35:13 +0100
  • 3714f5582a Renamed ZeroableBuffer to Memory and put it into its own file. Daan Vanden Bosch 2019-12-19 13:58:11 +0100
  • fcff6a2cd6 Almost all quest editor UI elements are now disabled when running a quest in the VM. Daan Vanden Bosch 2019-12-19 00:11:42 +0100
  • 3bd3be8c4a Moved Thread to its own file and renamed vm/index.ts to vm/VirtualMachine.ts. Daan Vanden Bosch 2019-12-18 23:40:38 +0100
  • 8b3550da35 Release 31. Daan Vanden Bosch 2019-12-18 23:04:28 +0100
  • 786e83ad99 Put breakpoints in script editor gutter behind feature flag. Daan Vanden Bosch 2019-12-18 23:03:29 +0100
  • 86187a0539 Fixed bug in script editor that would add breakpoints whenever a line was deleted. Daan Vanden Bosch 2019-12-18 22:58:46 +0100
  • 46b62cfaf7 Stack arguments are now always popped, even if an opcode is not implemented. Daan Vanden Bosch 2019-12-18 22:47:53 +0100
  • 2366cb3aa0 Refactored script debugging code to avoid circular dependencies and separate concerns. Daan Vanden Bosch 2019-12-18 22:37:26 +0100
  • c0e9856d8a Using Select instead of DropDown in RegistersView. Only use monospace font in register container. Daan Vanden Bosch 2019-12-18 20:20:32 +0100
  • f0a1ea7bff Merge remote-tracking branch 'github/master' Daan Vanden Bosch 2019-12-18 20:06:26 +0100
  • 28b8fa03d9 Simplified quest logging system. Daan Vanden Bosch 2019-12-18 20:04:57 +0100
  • e06eb5652c Simplified quest logging system. Daan Vanden Bosch 2019-12-18 20:04:57 +0100
  • f87cdddbd1 Release 30. Daan Vanden Bosch 2019-12-17 22:13:38 +0100
  • 4ee4de95fa *Fully* put new VM views behind feature flag. Daan Vanden Bosch 2019-12-17 22:12:55 +0100
  • afc38f1daf Release 29. Daan Vanden Bosch 2019-12-17 22:11:01 +0100
  • b9ca58ee16 Fixed bug in area mesh loading. Put new VM views behind feature flag. Daan Vanden Bosch 2019-12-17 22:09:15 +0100
  • b2c8a56a7b Fixed bug in QuestEntityControls that resulted in entities being positioned incorrectly when transitioning between sections. Daan Vanden Bosch 2019-12-17 22:03:17 +0100
  • 0b8089b218 Release 28. Daan Vanden Bosch 2019-12-17 22:01:53 +0100