1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-01 02:45:38 +00:00
openmw/apps/openmw_test_suite
elsid 9c34ef8720
Fix hour modulo expression
Round result of std::fmod(hours, 24) to the nearest float below 24 on double to
float conversion when it is not. Add special type and conversion function along
with tests to be used in all places where such conversion happens.

To avoid producing hours equal to 24 due to double to float precision loss.
2022-12-29 22:09:56 +01:00
..
detournavigator Remove redundant ostream, istream, iostream and sstream includes 2022-07-05 01:41:28 +02:00
esm Do compile time checks in compile time instead of tests 2022-08-03 21:47:00 +02:00
esm3 Limit the number of simultaneously open not actively used content files 2022-06-03 01:29:03 +02:00
esm4 Rename components/esm4/acti.hpp -> components/esm4/loadacti.hpp 2022-04-23 00:40:45 +02:00
esmloader Limit the number of simultaneously open not actively used content files 2022-06-03 01:29:03 +02:00
files Revert std::filesystem usages 2022-09-15 14:14:52 +04:00
fx cleanup default shaders and remove confusing main shader 2022-08-07 06:42:48 -07:00
lua Lua coroutine crash tests 2022-10-22 17:59:59 +02:00
misc Fix C4389 msvc warning 2022-07-01 18:47:47 +02:00
mwdialogue Fix keyword search when the keyword is preceded by a non whitespace non alpha character 2021-10-07 13:26:40 +00:00
mwscript Address feedback 2022-05-22 09:29:03 +02:00
mwworld Fix hour modulo expression 2022-12-29 22:09:56 +01:00
nifloader Do not use collision shapes with visual only collision to generate navmesh 2022-08-25 09:48:06 +02:00
openmw Reduce number of includes for boost/program_options 2022-06-25 18:32:10 +02:00
serialization Fix C4389 msvc warning 2022-07-01 18:47:47 +02:00
settings Revert std::filesystem usages 2022-09-15 14:14:52 +04:00
shader Revert std::filesystem usages 2022-09-15 14:14:52 +04:00
sqlite3 Remove redundant include 2022-02-18 22:31:40 +01:00
toutf8 Revert std::filesystem usages 2022-09-15 14:14:52 +04:00
CMakeLists.txt Fix hour modulo expression 2022-12-29 22:09:56 +01:00
openmw_test_suite.cpp Fix tests on windows 2021-10-21 19:48:31 +02:00
testing_util.hpp Revert std::filesystem usages 2022-09-15 14:14:52 +04:00