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
|
cd67e214f1
|
Introduced Block concept to represent a continuous chunk of bytes.
|
2020-07-17 00:00:17 +02: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
|
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
|
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
|
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
|
dbe1b06fa6
|
Only one bug remains after opcode typing changes.
|
2019-08-04 22:59:32 +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
|
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 |
|