phantasmal-world/src
2019-08-02 00:13:19 +02:00
..
data_formats Added basic algorithm to compute the possible values of a register at a specific program point. 2019-08-02 00:13:19 +02:00
domain 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
loading Refactored model loading code. 2019-07-17 19:37:48 +02:00
persistence Fixed bug in quest editor UI persister. 2019-07-24 23:28:22 +02:00
rendering 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
scripting Added basic algorithm to compute the possible values of a register at a specific program point. 2019-08-02 00:13:19 +02:00
stores 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
ui Fixed bugs in assembler. 2019-07-30 16:39:50 +02:00
dto.ts Added prettier and unleashed on the code base. 2019-07-02 18:08:06 +02:00
enums.test.ts Refactored BufferCursor into a hierarchy of cursors and a ResizableBuffer to improve code clarity. 2019-07-08 23:56:05 +02:00
enums.ts Refactored BufferCursor into a hierarchy of cursors and a ResizableBuffer to improve code clarity. 2019-07-08 23:56:05 +02:00
index.tsx Jest tests are working again. 2019-07-27 17:13:00 +02:00
Loadable.ts Some renaming. 2019-06-26 17:47:53 +02:00
read_file.ts Added XVM texture viewer. 2019-07-11 17:30:23 +02:00
undo.test.ts Quest editor now has undo/redo. 2019-07-18 15:39:23 +02:00
undo.ts Script editor undo is now integrated with general undo system. 2019-07-24 20:10:34 +02:00