Daan Vanden Bosch
|
b48c06181a
|
XJ vertex type 2 is now correctly parsed.
|
2020-10-01 18:13:24 +02:00 |
|
Daan Vanden Bosch
|
309267a4f8
|
Renamed NPC regular property to "special" and inverted its values.
|
2020-09-30 21:10:16 +02:00 |
|
Daan Vanden Bosch
|
59e4991988
|
Made friendly NPC default values more sensible.
|
2020-09-30 20:31:58 +02:00 |
|
Daan Vanden Bosch
|
d5bc11dc4b
|
Sensible default values are now set for most object properties when creating a new object.
|
2020-09-30 20:07:29 +02:00 |
|
Daan Vanden Bosch
|
43161ae7e7
|
Sensible default values are now set for most NPC properties when creating a new NPC.
|
2020-09-29 22:16:48 +02:00 |
|
Daan Vanden Bosch
|
922db80097
|
Switched to Yarn 2 and PnP.
|
2020-09-29 17:07:13 +02:00 |
|
Daan Vanden Bosch
|
c633176925
|
Fixed unit test.
|
2020-09-29 16:14:57 +02:00 |
|
Daan Vanden Bosch
|
b68e0b37c6
|
Removed "Leader flag" from wolves, because it was the value used to determine whether it's a savage wolf or barbarous wolf.
|
2020-09-27 21:58:58 +02:00 |
|
Daan Vanden Bosch
|
25d82507c0
|
Fixed some bugs in NPC data interpretation.
|
2020-09-27 20:40:24 +02:00 |
|
Daan Vanden Bosch
|
99f6a68312
|
Added all known NPC-specific properties.
|
2020-09-27 17:43:00 +02:00 |
|
Daan Vanden Bosch
|
6d9e7120d8
|
Reverted change to default_ep_1.qst so it sets NPC script labels correctly again. Added a check before warning about invalid label references to see if it's a built-in function.
|
2020-09-27 16:17:13 +02:00 |
|
Daan Vanden Bosch
|
a0361fdc7c
|
Fixed bug in try_finally and LogStore.
|
2020-09-27 12:00:40 +02:00 |
|
Daan Vanden Bosch
|
b7c57744df
|
Added unit tests for try_finally and added dispose override to LogStore.
|
2020-09-27 01:05:37 +02:00 |
|
Daan Vanden Bosch
|
864bf40da3
|
Prevented all tests to log to console, except for one DebugController test.
|
2020-09-27 00:31:22 +02:00 |
|
Daan Vanden Bosch
|
94d15b86ec
|
Most data format parsing functions now return a Result type instead of logging and/or throwing when a problem is encountered.
|
2020-09-26 21:11:49 +02:00 |
|
Daan Vanden Bosch
|
d7588888ae
|
Fixed formatting issues.
|
2020-09-26 16:49:07 +02:00 |
|
Daan Vanden Bosch
|
5f5aa84ec4
|
Upgraded to TypeScript 4, upgraded several other dependencies too.
|
2020-09-26 16:46:06 +02:00 |
|
Daan Vanden Bosch
|
4f7797966e
|
Fixed bug in FlatMappedProperty that resulted in undo stack switching not working correctly.
|
2020-09-25 22:39:31 +02:00 |
|
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
|
e1f4c34588
|
Added all known object-specific properties.
|
2020-09-24 16:59: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 |
|
jtuu
|
9ea2faa826
|
Added a definition for opcode unknown_de.
|
2020-08-02 12:45:05 +03: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
|
6fd94c1de2
|
Improved PRS compression performance.
|
2020-07-19 00:13:49 +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
|
e0eadeb1ed
|
Fixed an optional module not really being optional (prs-rs).
|
2020-07-02 17:39:47 +03:00 |
|
jtuu
|
d5c72152e8
|
Added definitions for opcodes f8b0-f8b5.
|
2020-06-02 06:38:38 +03:00 |
|
jtuu
|
03616bc890
|
Made browser specific code runnable in a non-browser environment.
|
2020-06-02 06:32:37 +03:00 |
|
jtuu
|
103de10b02
|
Ensure object has the right amount of properties when converting QuestObjects to DatObjects.
|
2020-06-01 21:38:56 +03:00 |
|
jtuu
|
0d4a15a035
|
Changed typings of array writing methods in AbstractWritableCursor to be more permissive.
The purpose of this change is to allow using TypedArrays with these methods.
|
2020-06-01 19:44:45 +03:00 |
|
jtuu
|
6cb6be92d7
|
Made prs-rs an optional module.
Compression will fall back into the JS implementation if program is not built with prs-rs.
|
2020-06-01 01:17:26 +03:00 |
|
jtuu
|
172b8e2fd4
|
Added tests for WASM PRS
|
2020-05-31 22:24:34 +03:00 |
|
jtuu
|
08b55f8b11
|
WebAssembly PRS compression/decompression.
|
2020-05-30 07:06:08 +03:00 |
|
jtuu
|
6c3eb9fd26
|
Fixed opcode unknown_f961 definition.
|
2020-05-28 21:10:52 +03: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 |
|