1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-21 04:39:42 +00:00
openmw/apps
elsid 25ead80d8b
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-28 00:04:04 +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 Merge branch 'classism' into 'master' 2022-10-10 07:32:46 +00:00
essimporter Remove unused includes 2022-10-09 16:44:18 +02:00
launcher Add a setting to control coverage adjustment 2022-12-09 00:22:08 +00:00
mwiniimporter Remove unused includes 2022-10-09 16:44:18 +02:00
navmeshtool Another pass with IWYU 2022-10-10 15:16:18 +02:00
niftest Another pass with IWYU 2022-10-10 15:16:18 +02:00
opencs Merge branch 'sm-snap-to-reference' into 'master' 2022-11-08 15:30:26 +00:00
openmw Fix hour modulo expression 2022-12-28 00:04:04 +01:00
openmw_test_suite Fix hour modulo expression 2022-12-28 00:04:04 +01:00
wizard Another pass with IWYU 2022-10-10 15:16:18 +02:00
doc.hpp