Daan Vanden Bosch
|
2d551a1951
|
Separated most of quest domain models from quest parsing code and made quest parsing data structures more structured cloning-friendly. All areas for the quest's episode are now shown in the area selector with the number of entities in them in parentheses.
|
2019-08-10 00:27:57 +02:00 |
|
Daan Vanden Bosch
|
48b683f514
|
Fixed .qst embedded file naming bug. Implemented simpler PRS compression algorithm that seems to cause fewer errors during roundtrip tests.
|
2019-08-07 22:28:03 +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
|
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
|
1d253e78f8
|
Bin files are now parsed completely. Fixed bugs related to global key binds. The URL hash is now used for remembering which tool is active between browser refreshes.
|
2019-07-24 22:15:38 +02:00 |
|
Daan Vanden Bosch
|
cb7f088f22
|
Fixed bug in prs compression code. Improved prs compression performance by about 5x. Instructions are now written as object code in quest bin files.
|
2019-07-22 12:31:20 +02:00 |
|
Daan Vanden Bosch
|
73e199d724
|
Quest script assembly can now be viewed.
|
2019-07-21 20:44:34 +02:00 |
|
Daan Vanden Bosch
|
99d401e785
|
Linting and eliminated mobx warning.
|
2019-07-21 10:44:33 +02:00 |
|
Daan Vanden Bosch
|
14dd8dabff
|
Improved quest script instruction set model.
|
2019-07-21 00:11:26 +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
|
81c3668706
|
Fixed bugs in model viewer. Model viewer now automatically pauses when unmounted. NJ texture coordinates are now parsed.
|
2019-07-12 13:10:51 +02:00 |
|
Daan Vanden Bosch
|
f1b3df9754
|
Refactored BufferCursor into a hierarchy of cursors and a ResizableBuffer to improve code clarity.
|
2019-07-08 23:56:05 +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
|
43a4c7503d
|
Refactored binary data format code.
|
2019-07-01 08:53:16 +02:00 |
|