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 |
|