Serious-Engine/Sources/EntitiesMP/Common
Daniel Gibson b30d3d86d8 Fix compilation from changes for GCC 6.1.1
At least on my system floor() and log10() return double, so the other
arguments to Clamp() and ClampDn() didn't match anymore, now being float
instead of double.
I replaced the calls to log10f() and floorf() to avoid any ambiguities.
2016-05-30 01:06:10 +02:00
..
Common.cpp Fix compilation from changes for GCC 6.1.1 2016-05-30 01:06:10 +02:00
Common.h Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
EmanatingParticles.cpp Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
EmanatingParticles.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Flags.h Add GPL header to files 2016-03-11 18:20:51 -06:00
GameInterface.h Add GPL header to files 2016-03-11 18:20:51 -06:00
HUD.cpp Fix more warnings, mostly about logical op parenthesis (TSE only) 2016-05-09 18:51:03 +02:00
Particles.cpp Use ASSERTALWAYS(msg) instead of ASSERT(false && msg) 2016-05-30 00:46:35 +02:00
Particles.h Add GPL header to files 2016-03-11 18:20:51 -06:00
PathFinding.cpp Change remaining "if (this!=NULL)" to "ASSERT(this!=NULL)" 2016-05-30 00:48:47 +02:00
PathFinding.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Stats.cpp Add GPL header to files 2016-03-11 18:20:51 -06:00
WeaponPositions.h Add GPL header to files 2016-03-11 18:20:51 -06:00