You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3mp/components/interpreter
dteviot 2cfc4c0286 script Random() command now returns correct range. 10 years ago
..
docs added opcode for running scripts with explicit references (targeted scripts) 11 years ago
context.hpp the reference for a targeted script is now determined when needed instead of at the start of the script execution 11 years ago
controlopcodes.hpp fixed a spelling mistake 12 years ago
defines.cpp Add messagebox escape characters for spell/weapon cycling hotkeys 10 years ago
defines.hpp small fixes on text defines 12 years ago
genericopcodes.hpp replaced flat Type_Data stack with a union 15 years ago
installopcodes.cpp added opcode for running scripts with explicit references (targeted scripts) 11 years ago
installopcodes.hpp added first batch of opcodes 15 years ago
interpreter.cpp Added asserts in Interpreter::installSegmentX methods. 11 years ago
interpreter.hpp don't create a new virtual machine for each script and frame 14 years ago
localopcodes.hpp added access to remote access of local variables of global scripts 11 years ago
mathopcodes.hpp replaced flat Type_Data stack with a union 15 years ago
miscopcodes.hpp script Random() command now returns correct range. 10 years ago
opcodes.hpp added code execution main loop 15 years ago
runtime.cpp Fixed code issues found with unity build. Missing include guards, duplicated functions, ... 11 years ago
runtime.hpp don't create a new virtual machine for each script and frame 14 years ago
scriptopcodes.hpp inherit target ID when starting a script from another script 11 years ago
spatialopcodes.hpp replaced flat Type_Data stack with a union 15 years ago
types.hpp replaced flat Type_Data stack with a union 15 years ago