jtuu
|
8582a25bc3
|
Lint
|
2019-11-16 18:07:21 +02:00 |
|
jtuu
|
6e41b6fb79
|
Reworked script editor decorations.
Breakpoints now move correctly when script is edited.
|
2019-11-15 19:59:05 +02:00 |
|
jtuu
|
b8f0cbfcb3
|
Added running and paused properties to QuestRunner.
Also tried to improve the situation with the circular dependencies.
|
2019-11-15 19:59:05 +02:00 |
|
jtuu
|
911bde2bd9
|
Highlight the source location currently being executed when VM pauses.
|
2019-11-14 00:34:07 +02:00 |
|
jtuu
|
144e9513ac
|
Added toggleable icons that represent breakpoints in the script editor.
|
2019-11-13 21:51:30 +02:00 |
|
jtuu
|
b9e762fa6e
|
Use the new message log in QuestRunner.
|
2019-11-08 18:34:58 +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
|
9545f056ab
|
Added QuestRunner for managing game state, orchestrating the VM and controlling the visual aspects of a virtual quest run.
|
2019-11-05 21:07:17 +01:00 |
|
jtuu
|
89a119e90d
|
Modified the function convert_quest_from_model to do a deep copy of the given object.
Added a couple other cloning functions.
|
2019-11-01 18:13:32 +02:00 |
|
Daan Vanden Bosch
|
f1fa19238d
|
Event DAG edges are now shown with lines.
|
2019-10-31 19:11:14 +01:00 |
|
Daan Vanden Bosch
|
95da6e9e57
|
Logging when duplicate events are encountered.
|
2019-10-29 15:26:10 +01:00 |
|
Daan Vanden Bosch
|
5f1b3d5ff1
|
Quest events are now grouped in DAGs.
|
2019-10-29 15:22:46 +01:00 |
|
Daan Vanden Bosch
|
9b1bc675a2
|
Fixed compilation issues and fixed bug in SimpleListProperty (length was not correctly initialized).
|
2019-10-11 00:04:01 +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
|
c287fdeb2f
|
Renamed event-related types. Updated feature list.
|
2019-10-10 19:47:38 +02:00 |
|
Daan Vanden Bosch
|
9803bfe125
|
Wave data is now parsed/written and converted to models.
|
2019-10-10 13:47:43 +02:00 |
|
Daan Vanden Bosch
|
ee4a293d3e
|
Fixed some bugs.
|
2019-10-03 00:18:11 +02:00 |
|
Daan Vanden Bosch
|
90f0e0f7bd
|
Basic go to label definition functionality.
|
2019-10-02 23:34:09 +02:00 |
|
Daan Vanden Bosch
|
971444f847
|
F5 keybinding for "Run in VM". Bugfix for feature flags.
|
2019-10-02 21:15:35 +02:00 |
|
jtuu
|
80a4aa784f
|
[VM] Added a button to run the current quest in the VM.
Made the VM work with output from the assembler.
Added some comments to the VM and cleaned it up a little bit.
|
2019-10-02 21:43:53 +03:00 |
|
Daan Vanden Bosch
|
ed571b9061
|
Added asm meta data to IR.
|
2019-10-02 19:57:43 +02:00 |
|
Daan Vanden Bosch
|
fc5a34946e
|
Opcode is now structured cloning-safe. All IR is now structured cloning-safe.
|
2019-10-02 14:25:47 +02:00 |
|
Daan Vanden Bosch
|
fa76002d1c
|
Instruction is now structured cloning-safe.
|
2019-10-02 13:44:55 +02:00 |
|
Daan Vanden Bosch
|
431c0545f2
|
Added the basic Monaco machinery for providing symbol definitions.
|
2019-10-02 13:28:14 +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
|
9e2858dae2
|
Entities can now be rotated around their y-axis by right-click dragging.
|
2019-09-28 21:11:57 +02:00 |
|
Daan Vanden Bosch
|
d97872d528
|
The selected entity can now be deleted with the delete key.
|
2019-09-24 19:47:22 +02:00 |
|
Daan Vanden Bosch
|
79b85fc859
|
Entity creation is now undoable. Fixed a bug that occurred when you started to translate an entity and then moved the cursor outside of the 3D-view.
|
2019-09-21 14:39:04 +02:00 |
|
Daan Vanden Bosch
|
7ae4ad428c
|
Basic entity creation via drag and drop.
|
2019-09-19 22:20:17 +02:00 |
|
Daan Vanden Bosch
|
3c6b28f536
|
Fixed bug that would disassemble arg_pushr arguments incorrectly in automatic stack management mode.
|
2019-09-16 18:52:16 +02:00 |
|
Daan Vanden Bosch
|
25c3c3b5b8
|
Removed unnecessary update_assembly_settings call.
|
2019-09-15 23:25:18 +02:00 |
|
Daan Vanden Bosch
|
7d941aa0e4
|
Undo is now reset when toggling "Inline args mode".
|
2019-09-15 23:16:11 +02:00 |
|
jtuu
|
fa78f5f95b
|
Lint
|
2019-09-15 21:47:13 +03:00 |
|
jtuu
|
3155cdb183
|
Transform existing quest script when inline args mode is toggled.
|
2019-09-15 21:38:30 +03:00 |
|
jtuu
|
0618ca0b87
|
Added a checkbox for enabling inline arguments transformation mode to the script editor toolbar.
|
2019-09-15 20:59:51 +03:00 |
|
Daan Vanden Bosch
|
4c09486f65
|
Removed all React-related dependencies and config.
|
2019-09-14 17:31:03 +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
|
24f0cdb461
|
Ported new quest button to new GUI system.
|
2019-08-30 00:06:32 +02:00 |
|
Daan Vanden Bosch
|
2859dacd90
|
Added icons, select button and quest area select.
|
2019-08-29 18:24:03 +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
|
0a9abcc7ed
|
ASM editor undo now correctly resets when a new quest is loaded.
|
2019-08-26 19:31:01 +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
|
72506461ab
|
Swapped code using new and old UI system around.
|
2019-08-21 17:56:46 +02:00 |
|
Daan Vanden Bosch
|
7454517eb6
|
Fixed new quest creation.
|
2019-08-14 18:48:28 +02:00 |
|
Daan Vanden Bosch
|
791968dd4e
|
Made quest ID, name, short description and long description undoable.
|
2019-08-14 17:37:06 +02:00 |
|
Daan Vanden Bosch
|
cd2849cae4
|
Script entry points are now extracted from NPCs and objects.
|
2019-08-14 13:58:48 +02:00 |
|
Daan Vanden Bosch
|
206cc3ebb0
|
More .dat object properties are now parsed.
|
2019-08-12 20:34:47 +02:00 |
|