jtuu
9ea2faa826
Added a definition for opcode unknown_de.
2020-08-02 12:45:05 +03: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
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
jtuu
d5c72152e8
Added definitions for opcodes f8b0-f8b5.
2020-06-02 06:38:38 +03:00
jtuu
6c3eb9fd26
Fixed opcode unknown_f961 definition.
2020-05-28 21:10:52 +03: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
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
8580cd4f66
The model viewer now shows a problems popup when loading a file failed or succeeded with some problems.
2020-01-06 21:09:44 +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
f4b8b30590
.bin and .dat files can now be loaded directly.
2020-01-02 15:26:40 +01:00
Daan Vanden Bosch
02708a0436
Static data formats now conform to the rest of the project's code style.
2020-01-01 16:05:23 +01:00
Daan Vanden Bosch
050e0ffd57
Added Vol Opt part 2.
2020-01-01 14:26:14 +01:00
jtuu
66525ca00c
Added definition for opcode 0xf882 get_pl_job.
2019-11-12 17:10:03 +02:00
Daan Vanden Bosch
fc5a34946e
Opcode is now structured cloning-safe. All IR is now structured cloning-safe.
2019-10-02 14:25:47 +02:00
Daan Vanden Bosch
16b89a01d0
Param is now structured cloning-safe.
2019-10-02 13:56:00 +02: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
1c2473c24f
Improved loading of store data.
2019-09-05 20:30:11 +02:00
Daan Vanden Bosch
bb7bf16f9f
Ported part of the hunt optimizer to the new GUI system. The methods tab is now working except for sorting.
2019-09-02 14:41:46 +02:00
Daan Vanden Bosch
dbd5dba682
Tweaked theme and started working on porting quest editor to the new UI system.
2019-08-21 22:04:08 +02:00
Daan Vanden Bosch
72506461ab
Swapped code using new and old UI system around.
2019-08-21 17:56:46 +02:00
Daan Vanden Bosch
e95513bb3c
Referenced registers should be able to have names too.
2019-08-16 20:01:38 +02:00
Daan Vanden Bosch
56964cb4e2
Added preliminary support for parameter hints.
2019-08-16 19:57:29 +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
fbef785410
Refactored opcode types to make them structurally clonable.
2019-08-07 08:43:47 +02:00
Daan Vanden Bosch
2fc55cdc1a
Dynamically referenced object code segments are now parsed correctly.
2019-08-05 16:56:39 +02:00
Daan Vanden Bosch
1ba7d3b6a7
All bugs resulting from opcode typing changes have been fixed.
2019-08-05 00:14:39 +02:00
Daan Vanden Bosch
dbe1b06fa6
Only one bug remains after opcode typing changes.
2019-08-04 22:59:32 +02:00
Daan Vanden Bosch
8e5472044b
Fixed most issues resulting from opcode typing changes.
2019-08-04 19:50:02 +02:00
Daan Vanden Bosch
7aefdb688c
Opcode code is now generated from yaml definitions.
2019-08-04 17:52:01 +02:00
Daan Vanden Bosch
e1d1cf564f
Basic opcode definitions are done.
2019-08-04 16:01:44 +02:00
Daan Vanden Bosch
fba6ac3e10
Created yaml file with opcode definitions (70% complete).
2019-08-03 23:23:55 +02:00
Daan Vanden Bosch
e859477727
Linting works again. Static asset generation is working as before but has been bugged since an earlier change.
2019-07-27 15:40:30 +02:00