phantasmal-world/src/quest_editor/scripting/vm
2020-07-17 00:00:17 +02:00
..
Debugger.ts - Moved instructions/opcodes and DFA code to core to avoid dependency from core to quest_editor 2020-01-02 18:42:08 +01:00
InstructionPointer.ts InstructionPointer.prototype.source_location now returns the source location for instructions whose mnemonic doesn't exist in the source code but have arguments that do. 2020-05-01 07:20:43 +03:00
io.ts Quests can now be saved in GC format. 2020-01-16 21:45:20 +01:00
Random.ts Moved Thread to its own file and renamed vm/index.ts to vm/VirtualMachine.ts. 2019-12-18 23:40:38 +01:00
Thread.ts Introduced Block concept to represent a continuous chunk of bytes. 2020-07-17 00:00:17 +02:00
utils.ts Fixed conditional jump instructions. Floor-local threads are now started up but not yet terminated when necessary. 2019-12-20 21:03:15 +01:00
VirtualMachine.test.ts Fixed VM unit tests. 2020-05-01 04:29:14 +03:00
VirtualMachine.ts Introduced Block concept to represent a continuous chunk of bytes. 2020-07-17 00:00:17 +02:00