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/components/interpreter
florent.teppe 42e45723b7 Fixes issue in MW script compilation that would silently produce the wrong bytecode
Fixes issue when fetching MyGui values that were stored as RefId but fetched as String

Removed some uncessary copies, fixed issues with lowercase and uneeded changes
2 years ago
..
docs Remove duplicate GetSquareRoot implementation 3 years ago
context.hpp create a specific esm reader function for RefID to avoid allocation for string and then again for RefId 2 years ago
controlopcodes.hpp Apply clang-format to code base 2 years ago
defines.cpp Fixes issue in MW script compilation that would silently produce the wrong bytecode 2 years ago
defines.hpp Apply clang-format to code base 2 years ago
genericopcodes.hpp Apply clang-format to code base 2 years ago
installopcodes.cpp Apply clang-format to code base 2 years ago
installopcodes.hpp Apply clang-format to code base 2 years ago
interpreter.cpp Apply clang-format to code base 2 years ago
interpreter.hpp Apply clang-format to code base 2 years ago
localopcodes.hpp Initial commit: In ESM structures, replace the string members that are RefIds to other records, to a new strong type 2 years ago
mathopcodes.hpp Apply clang-format to code base 2 years ago
miscopcodes.hpp Apply clang-format to code base 2 years ago
opcodes.hpp Apply clang-format to code base 2 years ago
runtime.cpp Apply clang-format to code base 2 years ago
runtime.hpp Apply clang-format to code base 2 years ago
types.hpp Apply clang-format to code base 2 years ago