]> git.lizzy.rs Git - dragonfireclient.git/commit
Performance of main client loop up to 2x faster In places, up to 3 times faster
authorCraig Robbins <kde.psych@gmail.com>
Sat, 6 Dec 2014 14:37:37 +0000 (00:37 +1000)
committerCraig Robbins <kde.psych@gmail.com>
Sat, 6 Dec 2014 14:51:01 +0000 (00:51 +1000)
commit2b119e1e192ead701e69e261fe94ccb7382dbee7
tree19613c0e9baae43b281861ceaa1ecc08b907dba6
parent2fd14e1bd53918b3c4fcdfbc81294ff8b7afe1fa
Performance of main client loop up to 2x faster In places, up to 3 times faster

NOTE 1: This does not mean a 2x increase in framerate. Increase in fps may be up to 1-2fps
NOTE 2: This local 'caching' of settings is not optimal and an alternative solution will be worked on after 0.4.11 is released
src/camera.cpp
src/camera.h
src/client.cpp
src/client.h
src/clientmap.cpp
src/clientmap.h
src/environment.cpp
src/environment.h
src/game.cpp