phantasmal-world/src/data_formats
2019-08-02 00:13:19 +02:00
..
compression/prs All unit tests pass again. Removed dependency on text-encoding. Refactored cursors to reuse more code. 2019-07-27 21:47:49 +02:00
cursor 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
encryption All unit tests pass again. Removed dependency on text-encoding. Refactored cursors to reuse more code. 2019-07-27 21:47:49 +02:00
parsing Added basic algorithm to compute the possible values of a register at a specific program point. 2019-08-02 00:13:19 +02:00
index.ts Refactored BufferCursor into a hierarchy of cursors and a ResizableBuffer to improve code clarity. 2019-07-08 23:56:05 +02:00
ResizableBuffer.test.ts Refactored BufferCursor into a hierarchy of cursors and a ResizableBuffer to improve code clarity. 2019-07-08 23:56:05 +02:00
ResizableBuffer.ts Refactored BufferCursor into a hierarchy of cursors and a ResizableBuffer to improve code clarity. 2019-07-08 23:56:05 +02:00
vector.ts Huge performance improvement when translating quest entities. 2019-07-20 00:14:51 +02:00