phantasmal-world/src/quest_editor/scripting
2019-12-19 18:54:01 +01:00
..
data_flow_analysis Moved a function to test utils. 2019-10-17 15:14:13 +03:00
vm Simplified Widget.finalize_construction. Added game state to QuestRunner and modified execution flow to enable loading of area/entity models. Split QuestModelManager into two different classes so a different loading strategy can used in the quest runner view. Quest runner view is now automatically created when running a quest. 2019-12-19 18:54:01 +01:00
assembly_worker_messages.ts Basic go to label definition functionality. 2019-10-02 23:34:09 +02:00
assembly_worker.ts "Go to label definition" now works with arguments passed via the stack. 2019-10-03 16:40:43 +02:00
assembly.test.ts "Go to label definition" now works with arguments passed via the stack. 2019-10-03 16:40:43 +02:00
assembly.ts String segment strings are now displayed with "\n" escape sequence instead of "<cr>". 2019-10-03 17:06:23 +02:00
AssemblyAnalyser.ts Removed an unnecessary todo and added a useful one. 2019-10-03 00:07:40 +02:00
AssemblyLexer.test.ts Undo/redo now works again in the quest editor. The NPC counts view is also ported. 2019-08-26 15:42:12 +02:00
AssemblyLexer.ts Undo/redo now works again in the quest editor. The NPC counts view is also ported. 2019-08-26 15:42:12 +02:00
disassembly.test.ts Wave data is now parsed/written and converted to models. 2019-10-10 13:47:43 +02:00
disassembly.ts Wave data is now parsed/written and converted to models. 2019-10-10 13:47:43 +02:00
instructions.ts Modified the function convert_quest_from_model to do a deep copy of the given object. 2019-11-01 18:13:32 +02:00
opcodes.ts Added definition for opcode 0xf882 get_pl_job. 2019-11-12 17:10:03 +02:00