summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 017e04fe..144df951 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-10-15 David Athay <ko2fan@gmail.com>
+
+ * src/chat-server/chathandler.cpp, src/defines.h,
+ src/game-server/state.cpp, src/game-server/movingobject.hpp,
+ src/game-server/gamehandler.cpp, src/game-server/object.hpp: Added
+ communicating a change of direction to the clients.
+
2008-10-13 Andreas Habel <mail@exceptionfault.de>
* src/account-server/dalstorage.cpp: fixed bug 456: erroneous sql query
@@ -15,7 +22,7 @@
weapons from the item database and implemented single target attacks
useful for projectile weapons like bows.
-2008-08-19 David Athay <ko2fan@gmail.com>
+2008-09-19 David Athay <ko2fan@gmail.com>
* accountserver.cbp, src/account-server/main-account.cpp,
src/account-server/serverhandler.cpp, src/chat-server/post.cpp,
@@ -2945,4 +2952,4 @@
src/dal/sqlitedataprovider.cpp, src/dal/mysqldataprovider.cpp,
src/dal/pqdataprovider.cpp, src/main.cpp, src/client.cpp:
Grammar corrections, and a little bit of work on getting the name of
- the Db. \ No newline at end of file
+ the Db.