Go to file
pogokeen 021e1358c7 timer.cpp: improve cross-platform & cross-compiler issues relating to precision & period.
Handle timerlastsample such that we don't throw away time & run slow in certain cases.
Ensure when calculating n, we do the double division first before multiplying for sake of floating point precision.

git-svn-id: https://svn.eduke32.com/eduke32@8009 1a8010ca-5511-0410-912e-c29ae57300e0
2019-09-20 16:12:31 +02:00
package/common Make use of SDL2's Game Controller API. 2019-09-20 16:03:49 +02:00
platform Replace separate timer implementations in SDL and Winlayer with a shared implementation based on std::chrono 2019-09-20 16:09:24 +02:00
source timer.cpp: improve cross-platform & cross-compiler issues relating to precision & period. 2019-09-20 16:12:31 +02:00
.gitignore Fix parallel build by switching to generating .obj files from .glsl files and treat the shader source as an externed global resolved at link time. 2019-09-20 15:10:56 +02:00
Android.mk Rename net.* to network.* 2019-09-19 12:20:45 +02:00
Common.mak Fix sequential GNUmakefile build 2019-09-20 15:10:09 +02:00
GNUmakefile Replace separate timer implementations in SDL and Winlayer with a shared implementation based on std::chrono 2019-09-20 16:09:24 +02:00
_clang-format Minor _clang-format tweaks 2019-09-20 15:22:42 +02:00