diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -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 |