summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 28e5da2b..32d3c387 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-01 Bjørn Lindeijer <bjorn@lindeijer.nl>
+
+ * src/Makefile.am: Updated with new collision related module.
+
2007-02-27 Philipp Sehmisch <tmw@crushnet.org>
* src/account-server/dalstorage.cpp,
@@ -14,11 +18,12 @@
2007-02-25 Philipp Sehmisch <tmw@crushnet.org>
- * src/game-server/collision.cpp, src/game-server/collision.hpp,
+ * src/game-server/collisiondetection.cpp,
+ src/game-server/collisiondetection.hpp,
src/utils/fastsqrt.h: Added a function to calculate collisions between
circles and circle sectors.
- * src/being.cpp, src/object.hpp, src/testing.cpp: Improved hit detection by
- using said function.
+ * src/being.cpp, src/object.hpp, src/testing.cpp: Improved hit
+ detection by using said function.
2007-02-23 Rogier Polak <rogier.l.a.polak@gmail.com>