1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 15:39:02 +00:00
OpenMW/apps/openmw
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
..
mwbase Fix frame rate limit 2021-02-12 00:03:11 +01:00
mwclass Fallback to default cell name for door destination 2021-02-10 22:13:04 +01:00
mwdialogue Also allow negative AI values in dialogue 2021-02-05 19:00:35 +01:00
mwgui Fix frame rate limit 2021-02-12 00:03:11 +01:00
mwinput
mwmechanics Merge branch 'master' into 'freeunrealestate' 2021-02-07 21:03:51 +00:00
mwphysics Ignore projectiles inside of MovementSolver::unstuck. It is normal for actors to be inside of a 2021-02-07 18:32:03 +01:00
mwrender Merge branch 'dehardcodebaseanim' into 'master' 2021-02-10 16:29:47 +00:00
mwscript Don't return negative values from GetMagicka 2021-02-07 11:58:23 +01:00
mwsound
mwstate
mwworld Fallback to default cell name for door destination 2021-02-10 22:13:04 +01:00
android_main.cpp
CMakeLists.txt
doc.hpp
engine.cpp Fix frame rate limit 2021-02-12 00:03:11 +01:00
engine.hpp
main.cpp