1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-08 09:37:53 +00:00
OpenMW/apps/openmw_test_suite/mwscript
elsid b88f0d2dbd
Replace mwscript program serialization into a vector with simple struct
Mostly to avoid string literal lookup by index with iteration over all preciding
literals and calling strlen. This is very inefficient. In genral this makes code
much more straightforward but also makes it portable since now int and float of
different sizes are properly supported.
2023-01-14 00:07:37 +01:00
..
test_scripts.cpp Replace mwscript program serialization into a vector with simple struct 2023-01-14 00:07:37 +01:00
test_utils.hpp Replace mwscript program serialization into a vector with simple struct 2023-01-14 00:07:37 +01:00