1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-07 12:54:00 +00:00
OpenMW/components/misc
elsid 8ab5fd9b40
Fix frame rate limit
Measure time at the computation end but before sleep. This allows to adjust
sleep interval for the next frame in case sleep is not precise due to syscall
overhead or too low timer resolution.

Remove old frame limiting mechanism.
2021-02-12 00:03:11 +01:00
..
barrier.hpp Use some C++17 where it makes the code more readable 2020-10-22 07:15:16 +02:00
constants.hpp
convert.hpp
coordinateconverter.hpp
endianness.hpp Add unit test for swapEndiannessInplace(). Part of Bug #5837 2021-02-09 13:09:36 -05:00
frameratelimiter.hpp Fix frame rate limit 2021-02-12 00:03:11 +01:00
guarded.hpp
helpviewer.cpp
helpviewer.hpp
mathutil.hpp
messageformatparser.cpp
messageformatparser.hpp
objectpool.hpp
resourcehelpers.cpp
resourcehelpers.hpp
rng.cpp Merge branch 'container-regressions' into 'master' 2020-10-16 22:55:10 +00:00
rng.hpp Rework container resolution (#3006) 2020-10-13 17:46:32 +02:00
stringops.hpp
utf8stream.hpp
weakcache.hpp