From f9980c8854a94863b24be459d800ba57fd92037f Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sat, 3 Mar 2007 11:59:53 +0000 Subject: Use M_PI_2 instead of acos(0.0f) and FLT_MAX instead of 1.0E40f (which exceeded the maximum float value). Some cosmetics (whitespace and declaring variables where they are used). --- ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f41c6804..9b503033 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,13 @@ -2007-03-03 Rogier Polak +2007-03-03 Bjørn Lindeijer + + * src/utils/mathutils.cpp, src/utils/mathutils.h, + src/game-server/collisiondetection.hpp, + src/game-server/collisiondetection.cpp: Use M_PI_2 instead of + acos(0.0f) and FLT_MAX instead of 1.0E40f (which exceeded the maximum + float value). Some cosmetics (whitespace and declaring variables where + they are used). + +2007-03-03 Rogier Polak * src/utils/mathutils.h, src/utils/mathutils.cpp, src/utils/fastsqrt.h, src/Makefile.am, src/game-server/main-game.cpp: -- cgit v1.2.3-60-g2f50