1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-15 03:26:35 +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 Apply clang-format to code base 2022-09-22 21:35:26 +03:00
bsatool Apply clang-format to code base 2022-09-22 21:35:26 +03:00
bulletobjecttool Another pass with IWYU 2022-10-10 15:16:18 +02:00
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 Remove unused includes 2022-10-09 16:44:18 +02:00
navmeshtool Use ESM::RefId for worldspace in detournavigator 2022-12-29 23:49:49 +01:00
niftest Another pass with IWYU 2022-10-10 15:16:18 +02:00
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