summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-09-02 16:18:27 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-09-02 16:18:27 +0000
commit722d10af437c01de68887f551985ce74f9007122 (patch)
tree01f3eb3b937e5e40873bc789dd0a47889776aa1f /ChangeLog
parent58c4bb86240a04e8e76dd8a5d68a053735c2a71c (diff)
downloadmanaserv-722d10af437c01de68887f551985ce74f9007122.tar.gz
manaserv-722d10af437c01de68887f551985ce74f9007122.tar.bz2
manaserv-722d10af437c01de68887f551985ce74f9007122.tar.xz
manaserv-722d10af437c01de68887f551985ce74f9007122.zip
Added GameClient pointer to Player class for O(1) message sending.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b4152785..6f8397a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,7 @@
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.
+
2006-08-28 Eugenio Favalli <elvenprogrammer@gmail.com>