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
Nathan Jeffords 08fa9dcd3e replaced std::string concatenation with std::ostringstream
Changed a block of code that was performing a series of string
concatenations to use an ostringstream instead. This allowed the removal
of calls to std::to_string (not C++03 compliant) and fixes an compile
error in MSVC 2010 (ambigous overload when calling std::to_string).
12 years ago
..
docs Issue #181: added member variable access opcodes 13 years ago
context.hpp implemented all text defines except a few for keybindings that don't exist yet 12 years ago
controlopcodes.hpp replaced flat Type_Data stack with a union 15 years ago
defines.cpp replaced std::string concatenation with std::ostringstream 12 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 Issue #181: added member variable access opcodes 13 years ago
installopcodes.hpp added first batch of opcodes 15 years ago
interpreter.cpp don't create a new virtual machine for each script and frame 14 years ago
interpreter.hpp don't create a new virtual machine for each script and frame 14 years ago
localopcodes.hpp Issue #181: assignment to member variables 13 years ago
mathopcodes.hpp replaced flat Type_Data stack with a union 15 years ago
miscopcodes.hpp Added in text escape sequences for dialogue, messageboxes and books. builtins are placeholders, global variables work 12 years ago
opcodes.hpp added code execution main loop 15 years ago
runtime.cpp don't create a new virtual machine for each script and frame 14 years ago
runtime.hpp don't create a new virtual machine for each script and frame 14 years ago
scriptopcodes.hpp replaced flat Type_Data stack with a union 15 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