summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-27 11:35:13 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-27 11:35:13 +0000
commitfe682b5d44571749d8b28c42c7a9ec803324a672 (patch)
tree0f36ec693abc88fcc3cfffc20ba247d681eca386 /ChangeLog
parentd3cba1c4beac4a1c98f38bbca076a98f9c90bbc4 (diff)
downloadmana-client-fe682b5d44571749d8b28c42c7a9ec803324a672.tar.gz
mana-client-fe682b5d44571749d8b28c42c7a9ec803324a672.tar.bz2
mana-client-fe682b5d44571749d8b28c42c7a9ec803324a672.tar.xz
mana-client-fe682b5d44571749d8b28c42c7a9ec803324a672.zip
Got rid of no longer used protocol.cpp
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 11 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c1dd5ac..86ea7b87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-08-27 Bjørn Lindeijer <bjorn@lindeijer.nl>
+
+ * src/localplayer.cpp, src/gui/sell.cpp, src/gui/trade.cpp,
+ src/gui/char_select.cpp, src/gui/chat.cpp, src/gui/buy.cpp,
+ src/engine.cpp, src/beingmanager.cpp, src/npc.cpp,
+ src/net/messageout.cpp, src/net/messageout.h: Got rid of the default
+ MessageOut constructor, since all messages should have an ID.
+ * src/net/protocol.cpp, src/net/protocol.h, src/net/messagein.cpp,
+ src/net/playerhandler.cpp, src/Makefile.am: Got rid of no longer used
+ protocol.cpp.
+
2006-08-26 Guillaume Melquiond <guillaume.melquiond@gmail.com>
* src/localplayer.cpp, src/net/protocol.h: Send move message
@@ -9,14 +20,6 @@
tile-based coordinates to pixel-based coordinates (almost, they point
to tile centers for now).
-2006-08-27 Bjørn Lindeijer <bjorn@lindeijer.nl>
-
- * src/localplayer.cpp, src/gui/sell.cpp, src/gui/trade.cpp,
- src/gui/char_select.cpp, src/gui/chat.cpp, src/gui/buy.cpp,
- src/engine.cpp, src/beingmanager.cpp, src/npc.cpp,
- src/net/messageout.cpp, src/net/messageout.h: Got rid of the default
- MessageOut constructor, since all messages should have an ID.
-
2006-08-26 Bjørn Lindeijer <bjorn@lindeijer.nl>
* src/gui/char_select.cpp, src/gui/playerbox.cpp, src/player.cpp,