1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 12:01:51 +00:00
OpenMW/components/interpreter
elsid 0601d7213e
Remove ESM::RefId::sEmpty
This variable is only required to return empty RefId as const reference. There
is no point in doing so for a type cheap to copy.
2023-04-26 21:15:16 +02:00
..
docs
context.hpp Remove ESM::RefId::sEmpty 2023-04-26 21:15:16 +02:00
controlopcodes.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
defines.cpp Combine initializer_lists 2023-02-01 22:27:22 +01:00
defines.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
genericopcodes.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
installopcodes.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
installopcodes.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
interpreter.cpp Replace mwscript program serialization into a vector with simple struct 2023-01-14 00:07:37 +01:00
interpreter.hpp Replace mwscript program serialization into a vector with simple struct 2023-01-14 00:07:37 +01:00
localopcodes.hpp Initial commit: In ESM structures, replace the string members that are RefIds to other records, to a new strong type 2022-12-27 19:15:54 +01:00
mathopcodes.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
miscopcodes.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
opcodes.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
program.hpp Replace mwscript program serialization into a vector with simple struct 2023-01-14 00:07:37 +01:00
runtime.cpp Replace mwscript program serialization into a vector with simple struct 2023-01-14 00:07:37 +01:00
runtime.hpp Replace mwscript program serialization into a vector with simple struct 2023-01-14 00:07:37 +01:00
types.hpp Fix code format 2023-04-18 20:23:03 +02:00