1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-11 09:36:37 +00:00
OpenMW/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).
2013-01-01 11:59:05 -08:00
..
docs
context.hpp implemented all text defines except a few for keybindings that don't exist yet 2012-12-21 18:09:31 +00:00
controlopcodes.hpp
defines.cpp replaced std::string concatenation with std::ostringstream 2013-01-01 11:59:05 -08:00
defines.hpp small fixes on text defines 2012-12-26 18:07:56 +00:00
genericopcodes.hpp
installopcodes.cpp
installopcodes.hpp
interpreter.cpp
interpreter.hpp
localopcodes.hpp
mathopcodes.hpp
miscopcodes.hpp Added in text escape sequences for dialogue, messageboxes and books. builtins are placeholders, global variables work 2012-12-20 23:16:34 +00:00
opcodes.hpp
runtime.cpp
runtime.hpp
scriptopcodes.hpp
spatialopcodes.hpp
types.hpp