phantasmal-world/src
2019-08-07 14:22:47 +02:00
..
data_formats Improved quest unit test. 2019-08-07 09:03:25 +02:00
domain Only one bug remains after opcode typing changes. 2019-08-04 22:59:32 +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 Fixed bug in assembler. 2019-08-07 13:57:59 +02:00
stores When creating a new quest and saving it, the filename of a quest that was loaded earlier was shown. This is now fixed. 2019-08-07 14:22:47 +02:00
ui All bugs resulting from opcode typing changes have been fixed. 2019-08-05 00:14:39 +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
primitive_conversion.ts Float literal arguments passed via the stack are now handled correctly in the assembler and disassembler. 2019-08-06 17:37:34 +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