1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-19 15:09:43 +00:00
openmw/apps
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
..
benchmarks
bsatool
bulletobjecttool
esmtool Applies review advice. 2023-01-04 12:22:16 +01:00
essimporter Use default initializers for ESM::RefNum members 2023-01-10 00:44:51 +01:00
launcher Migrate from QRegExp to more modern QRegularExpression 2023-01-11 11:21:46 +04:00
mwiniimporter
navmeshtool Use ESM::RefId for worldspace in detournavigator 2022-12-29 23:49:49 +01:00
niftest
opencs Migrate from QRegExp to more modern QRegularExpression 2023-01-11 11:21:46 +04:00
openmw Replace mwscript program serialization into a vector with simple struct 2023-01-14 00:07:37 +01:00
openmw_test_suite Replace mwscript program serialization into a vector with simple struct 2023-01-14 00:07:37 +01:00
wizard Migrate from QRegExp to more modern QRegularExpression 2023-01-11 11:21:46 +04:00
doc.hpp