summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f8397a3..1865b2cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,7 +16,8 @@
src/controller.cpp, src/dalstorage.cpp, src/object.h, src/state.cpp,
src/gamehandler.cpp: Made Point a POD type. Simplified server algorithm
for moving objects; it now matches the one in the client.
-
+ * src/gameclient.cpp, src/player.h, src/gamehandler.cpp: Added
+ GameClient pointer to Player class for O(1) message sending.
2006-08-28 Eugenio Favalli <elvenprogrammer@gmail.com>