You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
4 years ago
..
barrier.hpp Use some C++17 where it makes the code more readable 4 years ago
constants.hpp Get rid of ECLD and dependencies 5 years ago
convert.hpp Add pathgrid to navmesh as off mesh connection 5 years ago
coordinateconverter.hpp Add pathgrid to navmesh as off mesh connection 5 years ago
endianness.hpp Add unit test for swapEndiannessInplace(). Part of Bug #5837 4 years ago
frameratelimiter.hpp Fix frame rate limit 4 years ago
guarded.hpp Add detournavigator test for multiple worker threads 5 years ago
helpviewer.cpp Add link to opencs documentation on readthedocs, available through 5 years ago
helpviewer.hpp Add link to opencs documentation on readthedocs, available through 5 years ago
mathutil.hpp Merge branch 'movement_refactoring' into 'master' 4 years ago
messageformatparser.cpp Implement 'g' flag 6 years ago
messageformatparser.hpp Implement 'g' flag 6 years ago
objectpool.hpp Use RAII for object ptr from pool 5 years ago
resourcehelpers.cpp Revert "Don't force DDS file usage (fixes #1392)" 7 years ago
resourcehelpers.hpp Add back resource handling workarounds to the gui code 10 years ago
rng.cpp Merge branch 'container-regressions' into 'master' 4 years ago
rng.hpp Rework container resolution (#3006) 4 years ago
stringops.hpp An attempt to fix the MSVC2017 build 5 years ago
utf8stream.hpp Use utf8 lowercase function for journal index to avoid code duplication 7 years ago
weakcache.hpp Move WeakCache to components/misc 6 years ago