summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-11-04 21:50:17 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-11-04 21:50:17 +0000
commit222db257d7de12f1077eb43d448d6b357d4642e7 (patch)
treeef76d759d93e60a0f66ab7c2a26117a02964f149 /ChangeLog
parenta9a59f28594b87c8ac29e6739e34decd79f2fd2a (diff)
downloadmana-222db257d7de12f1077eb43d448d6b357d4642e7.tar.gz
mana-222db257d7de12f1077eb43d448d6b357d4642e7.tar.bz2
mana-222db257d7de12f1077eb43d448d6b357d4642e7.tar.xz
mana-222db257d7de12f1077eb43d448d6b357d4642e7.zip
Merged revisions 4332 via svnmerge from
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4332 | b_lindeijer | 2008-06-05 09:33:12 +0200 (Thu, 05 Jun 2008) | 5 lines Added command line argument to specify the update host (-H). Also, to avoid problems when files with the same name are served by different update hosts, the updates are now stored in an update host specific directory. Based on a patch by Sanga. ........
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 14 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4cad0bd5..245cc590 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,9 +25,10 @@
2008-10-27 Chuck Miller <shadowmil@gmail.com>
- * src/game.h, src/game.cpp, src/net/protocol.h, src/net/effecthandler.h,
- src/net/effecthandler.cpp: Added a handler for handling effects sent
- from the server, you'll need the latest server patch for them too work
+ * src/game.h, src/game.cpp, src/net/protocol.h,
+ src/net/effecthandler.h, src/net/effecthandler.cpp: Added a handler
+ for handling effects sent from the server, you'll need the latest
+ server patch for them too work.
* src/effectmanager.cpp: Removed some debugging code left in by
mistake.
@@ -392,6 +393,16 @@
* src/channel.cpp, src/channel.h: Don't store channel users, its
handled with packets.
+2008-06-05 Bjørn Lindeijer <bjorn@lindeijer.nl>
+
+ * src/gui/updatewindow.cpp, src/gui/updatewindow.h, src/main.cpp,
+ src/resources/buddylist.cpp, src/resources/spritedef.cpp,
+ src/resources/resourcemanager.cpp: Added command line argument to
+ specify the update host (-H). Also, to avoid problems when files with
+ the same name are served by different update hosts, the updates are
+ now stored in an update host specific directory. Based on a patch by
+ Sanga.
+
2008-06-03 Roderic Morris <roderic@ccs.neu.edu>
* src/gui/chat.cpp, src/gui/chat.h, src/net/guildhandler.cpp: Get rid