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
|
bffd8f51d9
|
Fixed unit tests.
|
2019-10-02 20:20:59 +02:00 |
|
Daan Vanden Bosch
|
6396eb1bdf
|
Feature flags.
|
2019-10-02 20:10:02 +02:00 |
|
Daan Vanden Bosch
|
ed571b9061
|
Added asm meta data to IR.
|
2019-10-02 19:57:43 +02:00 |
|
Daan Vanden Bosch
|
7bde9988e8
|
Tiny bugfix.
|
2019-10-02 18:32:00 +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
|
16b89a01d0
|
Param is now structured cloning-safe.
|
2019-10-02 13:56:00 +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
|
825f14dc90
|
Fixed a disassembler bug: va list arg_push* instructions would not be output when in automatic stack management mode.
|
2019-10-01 22:47:01 +02:00 |
|
Daan Vanden Bosch
|
df2bb7a6ab
|
Fixed an assembler and a disassembler bug.
|
2019-10-01 22:18:14 +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
|
c64ba16c7a
|
The ASM editor command palette can now be opened with ctrl-shift-p.
|
2019-10-01 17:41:28 +02:00 |
|
Daan Vanden Bosch
|
75c19cf112
|
The 3D view is now focused when dropping an entity on it.
|
2019-10-01 17:10:19 +02:00 |
|
Daan Vanden Bosch
|
f852333fd6
|
Fixed text area visual bug in Firefox.
|
2019-09-30 12:23:13 +02:00 |
|
Daan Vanden Bosch
|
b6619644d1
|
When the mouse leaves the 3D view while hovering over an entity it is now correctly de-highlighted.
|
2019-09-29 18:58:32 +02:00 |
|
Daan Vanden Bosch
|
4bf2148b39
|
Entities can be rotated via the entity info view.
|
2019-09-29 18:53:01 +02:00 |
|
Daan Vanden Bosch
|
1498b37f67
|
Reduced GC pressure while rotating entities.
|
2019-09-28 21:31:04 +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
|
5d6f04c2c4
|
Small fix for bug in QuestEntityControls.
|
2019-09-25 01:01:34 +02:00 |
|
Daan Vanden Bosch
|
83eade32dc
|
Refactored QuestEntityControls to make it easier to add behavior.
|
2019-09-25 00:53:06 +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
|
e57f095a49
|
All entities from the NPC and object lists are now scaled to fit nicely in their square.
|
2019-09-23 16:07:46 +02:00 |
|
Daan Vanden Bosch
|
1fe3015ce5
|
All objects are now correctly filtered based on area.
|
2019-09-23 14:47:14 +02:00 |
|
Daan Vanden Bosch
|
9859e15806
|
Objects area now filtered based on the selected area. Fixed some typos in object names.
|
2019-09-22 16:14:38 +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
|
f0d474ad40
|
The EntityListView now shows renders of entities instead of green squares.
|
2019-09-21 21:47:00 +02:00 |
|
Daan Vanden Bosch
|
3d9b003e39
|
Fixed regression: hovered entities are now highlighted again.
|
2019-09-21 19:03:30 +02:00 |
|
Daan Vanden Bosch
|
dbb5b65b74
|
Reduced garbage creation for increased performance.
|
2019-09-21 14:54:42 +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
|
a97b56cecc
|
Simplified and deduplicated entity transformation code.
|
2019-09-21 12:48:34 +02:00 |
|
Daan Vanden Bosch
|
6e666b0ea5
|
Entity drag and drop code doesn't use custom events anymore for increased performance and simplicity. Made code more typesafe and decoupled. Fixed some bugs.
|
2019-09-20 22:27:19 +02:00 |
|
Daan Vanden Bosch
|
4293a3862b
|
Fixed visual bug due to order of model loading.
|
2019-09-19 22:30:39 +02:00 |
|
Daan Vanden Bosch
|
7ae4ad428c
|
Basic entity creation via drag and drop.
|
2019-09-19 22:20:17 +02:00 |
|
Daan Vanden Bosch
|
4e55f1b9fd
|
Fixed bug in NavigationView.
|
2019-09-17 17:32:17 +02:00 |
|
Daan Vanden Bosch
|
8622b07bde
|
Added bind_children_to function to efficiently update child nodes of an HTML element based on the contents of a ListProperty.
|
2019-09-17 17:26:25 +02:00 |
|
Daan Vanden Bosch
|
859d85da45
|
ASM editor view is now sized correctly again.
|
2019-09-17 12:47:03 +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
|
bdee123ee3
|
LabelledControl labels are now disabled again when their control is disabled. The now also have the same tooltip as their control.
|
2019-09-15 23:28:48 +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 |
|
Daan Vanden Bosch
|
7fe508716c
|
Merge pull request #1 from jtuu/script-editor-settings
Script editor toolbar and inline args mode toggle
|
2019-09-15 22:37:24 +02:00 |
|
jtuu
|
fa78f5f95b
|
Lint
|
2019-09-15 21:47:13 +03:00 |
|
jtuu
|
f1e6a31f0e
|
Merge branch 'master' into script-editor-settings
|
2019-09-15 21:44:31 +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
|
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
|
da622aab61
|
Ctrl-Z and Ctrl-Shift-Z undo and redo commands now work more consistently.
|
2019-09-15 18:34:24 +02:00 |
|
jtuu
|
463685ffa1
|
Added a toolbar to the script view.
|
2019-09-14 23:25:21 +03:00 |
|