Commit Graph

330 Commits

Author SHA1 Message Date
Daan Vanden Bosch
ddb4ba0cc6 Fixed visual bug that made a thin white line appear at the top of the 3D View when activating it via its tab. 2020-09-25 20:23:28 +02:00
Daan Vanden Bosch
d35cbcaf98 Object-specific property values of type angle are now displayed in degrees instead of radians. Fixed the types of some object-specific properties. 2020-09-24 20:25:15 +02:00
Daan Vanden Bosch
5d3d6a24ba Model assets are now reloaded when the model property is changed. 2020-09-24 19:52:02 +02:00
Daan Vanden Bosch
edba25c3bd The model property is now taken into account for many objects during initial load of model assets. 2020-09-24 19:07:22 +02:00
Daan Vanden Bosch
d51c12096e Object-specific properties are now editable. 2020-09-24 17:40:58 +02:00
Daan Vanden Bosch
695e1e3370 Fixed failing snapshot tests. 2020-09-24 15:40:32 +02:00
Daan Vanden Bosch
033cbf2436 Entity-specific properties are now shown in the entity info view for supported entities. 2020-09-23 21:37:20 +02:00
Daan Vanden Bosch
f1d9f715cb Fixed bug that would allow you to modify events while debugging after switching areas. 2020-07-31 21:08:49 +02:00
Daan Vanden Bosch
329ca0e539 Made low-level quest objects structurally cloneable again. 2020-07-19 18:11:17 +02:00
Daan Vanden Bosch
8b8e87c8c5 Quest entities are now backed by an ArrayBufferBlock so that a "custom entity properties" feature can be added later. 2020-07-18 23:00:48 +02:00
Daan Vanden Bosch
cd67e214f1 Introduced Block concept to represent a continuous chunk of bytes. 2020-07-17 00:00:17 +02:00
Daan Vanden Bosch
2d4fee542c Fixed bug that allowed selection of quest entities via the 3D view that were invisible (by selecting an event). 2020-07-16 17:16:41 +02:00
Daan Vanden Bosch
2ee05f95ec Removed unnecessary code. 2020-07-16 16:15:24 +02:00
Daan Vanden Bosch
d0d6b7ff1a Fixed bug in QuestEditorUiPersister config sanitization code. When removing old components results in empty containers, these containers are now also removed. 2020-07-14 22:08:36 +02:00
Daan Vanden Bosch
767397d26d Removed custom WebGL and WebGPU renderers. All 3D rendering is now done by THREE.js again. 2020-07-14 21:50:35 +02:00
Daan Vanden Bosch
2eaf4fe455 Upgraded all dependencies and fixed linting issues. 2020-07-14 20:57:50 +02:00
Daan Vanden Bosch
9765449564 Upgraded webpack and related dependencies. 2020-07-14 20:34:42 +02:00
Daan Vanden Bosch
f8d4507b34 Fixed bug in Widget.finalize_construction. Fixed linting warnings. 2020-07-14 19:46:11 +02:00
jtuu
b03a421ab5 Removed the ability to step in a yielded thread.
Changed the way the thread select widget works to make the thread status text update properly.
2020-05-01 23:45:32 +03:00
Daan Vanden Bosch
d8d0aa7ef6 Removed unnecessary optional property access operator. 2020-05-01 21:30:03 +02:00
Daan Vanden Bosch
4cdf023cc6 Removed TODO that became a DONE. 2020-05-01 21:28:11 +02:00
jtuu
eb792349f8 Prevent from selecting threads whose execution location is unknown. 2020-05-01 07:52:54 +03:00
jtuu
a31452e971 InstructionPointer.prototype.source_location now returns the source location for instructions whose mnemonic doesn't exist in the source code but have arguments that do. 2020-05-01 07:20:43 +03:00
jtuu
0f25781857 Improved clarity of code regarding pause ignoring in the VM. 2020-05-01 07:16:02 +03:00
jtuu
9d6ccb5267 Fixed VM unit tests.
They were broken in c7f4e3eb8e.
2020-05-01 04:29:14 +03:00
Daan Vanden Bosch
2aac3a54ec Removed text from stepping buttons so they fit on small screens. 2020-04-30 19:31:51 +02:00
Daan Vanden Bosch
06443d5f8c Using VSCode keybindings for stepping so they don't clash with monaco keybindings. 2020-04-30 19:16:39 +02:00
Daan Vanden Bosch
073d4920b4 Put severity filter at the end of the toolbar and renamed it to "Log:". 2020-04-30 19:07:46 +02:00
Daan Vanden Bosch
38f4bdd484 Renamed "Debug Log" to "Debug" and moved all debugging related buttons to its toolbar. 2020-04-30 18:27:19 +02:00
Daan Vanden Bosch
da64ad93c5 Event view widgets are now correctly disabled while debugging. 2020-04-29 20:48:47 +02:00
jtuu
fb0f49611a Show instruction documentation on hover over. 2020-04-29 07:14:21 +03:00
jtuu
07c3319803 Moved code regarding ignoring pauses from QuestRunner to VirtualMachine. 2020-04-29 05:13:25 +03:00
jtuu
5bf2af14c6 Added thread status display to the thread select dropdown. 2020-04-29 05:13:25 +03:00
jtuu
876a4687a1 Fixed a bug where you would have to press step multiple times to move to the next instruction when switching debugging threads. 2020-04-29 05:13:25 +03:00
jtuu
e6bb183c46 Added a dropdown menu that selects which thread is currently being debugged. 2020-04-29 05:12:57 +03:00
jtuu
c7f4e3eb8e Throw error if VM reaches EOF and call stack is not empty 2020-04-26 23:51:32 +03:00
jtuu
ab775f47de Fixed jmp_on 2020-04-26 23:51:31 +03:00
jtuu
d1ffb69d4d Fixed typo 2020-04-26 23:51:31 +03:00
Daan Vanden Bosch
c9891410d9 Improved WebGPU renderer:
- The renderer now uses buffer memory mapping instead of the deprecated setSubData
- It can now render models without texture
- It can now use S3TC textures
2020-04-26 22:19:26 +02:00
Daan Vanden Bosch
087f0e4f2a RegisterView now updates while stepping. 2020-04-25 22:55:51 +02:00
Daan Vanden Bosch
78c18eb1e9 Improved rendering of entities that use additive blending in NPCs/Objects panels. 2020-04-25 22:17:26 +02:00
Daan Vanden Bosch
eb5b539b6d Fixed rendering of Saint-Milion and veriants in NPCs pane. 2020-04-25 21:40:47 +02:00
Daan Vanden Bosch
0425faec81 Fixed bug that prevented ctrl-z and ctrl-shift-z from working in the ASM editor. 2020-04-25 20:54:42 +02:00
Daan Vanden Bosch
e950fb0e78 Updated FEATURES.md. 2020-04-25 20:43:14 +02:00
Daan Vanden Bosch
599cab4b2b Fixed all formatting and linting errors introduced by upgraded eslint and prettier. 2020-04-25 20:29:20 +02:00
Daan Vanden Bosch
43fd78e466 Fixed bug in error message in QuestEditorToolBarController. 2020-04-25 19:36:19 +02:00
Daan Vanden Bosch
44ae05cf90 Fixed bug in Disposer. Fixed linting issue in QuestEditorToolBarController and improved error message. 2020-04-25 19:34:49 +02:00
Grayson Lorenz
7df1fe3a3c remove erronious 3 2020-04-25 12:12:44 -05:00
Grayson Lorenz
981eae6dbb Use the display we have already 2020-04-25 12:01:31 -05:00
Grayson Lorenz
cee304e976 error cleanup, alert the error
Clean up the error to break out of sequence when we encounter an error for efficiency. Then for now use alert to show the user an error of some kind. This is temporary until I can style some kind of new module for errors.
2020-04-25 10:48:45 -05:00