Commit Graph

948 Commits

Author SHA1 Message Date
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
dependabot[bot]
f5c4453d24
Bump http-proxy from 1.18.0 to 1.18.1
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.18.0...1.18.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-09 03:30:28 +00:00
jtuu
9ea2faa826 Added a definition for opcode unknown_de. 2020-08-02 12:45:05 +03:00
jtuu
3ba8a85d44 Fixed a problem with asset generation script config. 2020-08-02 12:36:52 +03:00
Daan Vanden Bosch
f6365b7a91 Deployed version 56. 2020-07-31 21:11:45 +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
0704fc194c Deployed version 55. 2020-07-19 01:02:43 +02:00
Daan Vanden Bosch
b8fa6f123b Fixed issue with webpack production configuration. 2020-07-19 00:36:35 +02:00
Daan Vanden Bosch
867df3fab9 Fixed issue with webpack production configuration. 2020-07-19 00:35:10 +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
dependabot[bot]
951cead001
Bump websocket-extensions from 0.1.3 to 0.1.4
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-14 18:35:44 +00:00
Daan Vanden Bosch
9765449564 Upgraded webpack and related dependencies. 2020-07-14 20:34:42 +02:00
Daan Vanden Bosch
c77e5a265c Upgraded jest and cheerio. 2020-07-14 20:20:43 +02:00
Daan Vanden Bosch
cc292f9790 Upgraded to Typescript 3.9.6. 2020-07-14 20:15:44 +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
a7e45bed61 Added information about prs-rs in the readme. 2020-06-01 01:27:53 +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
9278609ef0
Merge pull request #4 from DaanVandenBosch/dependabot/npm_and_yarn/acorn-6.4.1
Bump acorn from 6.4.0 to 6.4.1
2020-05-03 01:54:51 +03:00
dependabot[bot]
aa3fc9219c
Bump acorn from 6.4.0 to 6.4.1
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-05-02 22:50:05 +00:00
jtuu
34e10ec52b
Merge pull request #6 from DaanVandenBosch/dependabot/npm_and_yarn/jquery-3.5.0
Bump jquery from 3.4.1 to 3.5.0
2020-05-03 01:49:23 +03:00
dependabot[bot]
1aaa36a99f
Bump jquery from 3.4.1 to 3.5.0
Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-05-02 22:36:25 +00: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
Daan Vanden Bosch
9492515b25 Added docs to two NPC properties. 2020-05-01 14:40:32 +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