Commit Graph

679 Commits

Author SHA1 Message Date
Daan Vanden Bosch
eecfd9faf4 Added deploy badge to readme. 2020-09-29 18:28:15 +02:00
Daan Vanden Bosch
dcae1211d7 Fixed GH action cache paths and fixed deploy action. 2020-09-29 18:22:51 +02:00
Daan Vanden Bosch
44ab6cbe13 Added deploy GH action. 2020-09-29 18:17:30 +02:00
Daan Vanden Bosch
13cc04a361 Renamed CI GH action to Tests. 2020-09-29 18:11:01 +02:00
Daan Vanden Bosch
0e0af76486 Improved GitHub CI action caching. 2020-09-29 17:58:05 +02:00
Daan Vanden Bosch
a98ac58a9c Removed build step from GitHub CI action. 2020-09-29 17:50:57 +02:00
Daan Vanden Bosch
06a934a099 Added caching to GitHub CI action. 2020-09-29 17:37:56 +02:00
Daan Vanden Bosch
8f41c12394
Added GitHub action. 2020-09-29 17:21:41 +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
93f6b41c00 Added quest_stats script. 2020-09-28 22:51:51 +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
30d9de1be9 Updated feature/bug list. 2020-09-27 21:47:35 +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
0feb6608d1
Merge pull request #9 from DaanVandenBosch/dependabot/npm_and_yarn/http-proxy-1.18.1
Bump http-proxy from 1.18.0 to 1.18.1
2020-09-26 20:27:52 +02:00
Daan Vanden Bosch
dbacd7223d
Merge pull request #7 from DaanVandenBosch/dependabot/npm_and_yarn/websocket-extensions-0.1.4
Bump websocket-extensions from 0.1.3 to 0.1.4
2020-09-26 20:27:40 +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
64daacb7b0 Deployed version 59. 2020-09-25 22:44:39 +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
a3a532d291 Deployed version 58. 2020-09-24 20:27:14 +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
4bd137b407 Deployed version 57. 2020-09-24 19:58:16 +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
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