summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-27 08:11:49 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-27 08:11:49 +0000
commite0921ef6a874d81c569e46ae58fee3e6a4567902 (patch)
tree39616279d580b962964540f7057bf36fc467b419 /ChangeLog
parent9c99307af34ade061b1d4ac75ab39b3af510dc24 (diff)
downloadmanaserv-e0921ef6a874d81c569e46ae58fee3e6a4567902.tar.gz
manaserv-e0921ef6a874d81c569e46ae58fee3e6a4567902.tar.bz2
manaserv-e0921ef6a874d81c569e46ae58fee3e6a4567902.tar.xz
manaserv-e0921ef6a874d81c569e46ae58fee3e6a4567902.zip
Made it compile with GCC 4.3
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d98556f0..7836aae8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-10-27 Guillaume Melquiond <guillaume.melquiond@gmail.com>
+
+ * src/dal/recordset.cpp, src/utils/zlib.cpp, src/scripting/script.cpp,
+ src/utils/stringfilter.cpp, src/chat-server/chatchannel.cpp,
+ src/net/messagein.cpp, src/net/messageout.cpp, src/game-server/map.cpp,
+ src/net/connectionhandler.cpp, src/game-server/mapreader.cpp,
+ src/game-server/command.cpp, src/game-server/resourcemanager.cpp,
+ src/game-server/quest.cpp: Fixed missing dependencies and changed some
+ storage qualifiers, so that it compiles with GCC 4.3.
+
2007-10-18 Guillaume Melquiond <guillaume.melquiond@gmail.com>
* data/items.xml, data/monsters.xml: Superseded by client files.