Daan Vanden Bosch
7296df7b00
.env.test can now be overridden with .env.test.local.
2020-09-29 19:12:52 +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
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
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
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
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
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
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
78c18eb1e9
Improved rendering of entities that use additive blending in NPCs/Objects panels.
2020-04-25 22:17:26 +02:00
Daan Vanden Bosch
ff31c1ad27
Improved panning with perspective camera.
2020-01-29 17:36:15 +01:00
Daan Vanden Bosch
3230268962
Started working on pure WebGL model viewer.
2020-01-26 23:13:09 +01:00
Daan Vanden Bosch
a19a3a4837
WebGPU renderer can now render textures. WebGL and WebGPU renderers now reuse more code.
2020-01-25 22:38:07 +01:00
Daan Vanden Bosch
85ccdbb0a6
Added experimental WebGL renderer.
2020-01-19 17:16:28 +01:00
Daan Vanden Bosch
603c221365
Improved DisposablePromise disposal process.
2020-01-17 18:23:32 +01:00
Daan Vanden Bosch
79a68a6b7b
Added internet time to navigation menu.
2020-01-17 14:23:50 +01:00
Daan Vanden Bosch
05d5ce6e29
Its now possible to choose a section ID and body type in the model viewer.
2020-01-05 18:40:35 +01:00
Daan Vanden Bosch
93e05ea614
- Moved instructions/opcodes and DFA code to core to avoid dependency from core to quest_editor
...
- When the assembly worker updates map designations, it now takes map_designate and map_designate_ex into account
2020-01-02 18:42:08 +01:00
Daan Vanden Bosch
0035588e43
The different .qst formats are now unpacked correctly.
2020-01-02 13:44:34 +01:00
Daan Vanden Bosch
2808983add
Added DisposablePromise to facilitate cancelling promises that are underway when a component is disposed. Added EntityInfoController with unit test and added tests for EntityInfoView.
2019-12-26 00:44:30 +01:00
Daan Vanden Bosch
99d50d754d
Replaced js-logger. Improved testability with mocks, improved test configuration and code improvements.
2019-12-25 00:17:02 +01:00
Daan Vanden Bosch
243638879c
Entity counts in area select are now updated when adding or removing entities. Added more unit tests.
2019-12-24 03:04:18 +01:00
Daan Vanden Bosch
100272a115
Added a QuestInfoController and added unit tests for QuestInfoView.
2019-12-23 22:38:44 +01:00
Daan Vanden Bosch
33026ce015
Improved golden layout config persistence. A prompt is now shown when the user tries to leave the page after making changes to the current quest. Set production log level to INFO.
2019-12-22 15:30:16 +01:00
jtuu
064f0659e4
Moved a function to test utils.
2019-10-17 15:14:13 +03: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
66127253d3
Split code into one module per tool + core and application module.
2019-08-10 22:09:06 +02:00
Daan Vanden Bosch
054b1c99fb
Fixed bugs in DFA code. All dynamic label references are now detected unless they're computed in a way which is too complex to analyse at the moment.
2019-08-06 01:14:57 +02:00
Daan Vanden Bosch
ccb31854c3
Object code is now parsed recursively from its entry labels to ensure all segments are parsed as the correct type.
2019-07-30 23:15:23 +02:00
Daan Vanden Bosch
3edb861693
Object code and labels are now represented by segments. Each segment describes the instructions or data denoted by a label.
2019-07-29 01:02:22 +02:00
Daan Vanden Bosch
4eeda19837
Jest tests are working again.
2019-07-27 17:13:00 +02:00
Daan Vanden Bosch
7e5e34d770
New quests can now be created. The created quests don't have initialization code yet.
2019-07-20 21:18:09 +02:00
Daan Vanden Bosch
a60c69a3ef
Refactored area render geometry code.
2019-07-09 20:22:18 +02:00
Daan Vanden Bosch
3c8f7ba01e
Added lint task and enforced code style in static_generation and test.
2019-07-02 21:20:11 +02:00
Daan Vanden Bosch
3498a10385
Added prettier and unleashed on the code base.
2019-07-02 18:08:06 +02:00
Daan Vanden Bosch
37690ef1e6
Code style consistency.
2019-07-02 17:00:24 +02:00
Daan Vanden Bosch
ad5372fa98
Reformatted most of the code to comply to TypeScript conventions.
2019-05-29 01:37:00 +02:00
Daan Vanden Bosch
77486f8bd4
Converted Phantasmal Quest Editor code to TypeScript.
2019-05-28 18:40:29 +02:00