diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-11-20 23:26:11 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-11-20 23:37:24 +0100 |
commit | b5963ec28aa76b1a19699a3d06247af93aae6bf5 (patch) | |
tree | 9a56c7408a8f3b7c66f785a775c93f793c934178 /ChangeLog | |
parent | a05fad5acd9c0ff78a4ecd8bd213dd411b062f91 (diff) | |
download | mana-b5963ec28aa76b1a19699a3d06247af93aae6bf5.tar.gz mana-b5963ec28aa76b1a19699a3d06247af93aae6bf5.tar.bz2 mana-b5963ec28aa76b1a19699a3d06247af93aae6bf5.tar.xz mana-b5963ec28aa76b1a19699a3d06247af93aae6bf5.zip |
Renabled the dynamic updates
The update host can be optionally received from the server in a
succesful login response or register response message.
This change also merged Subversion commits 4425 and 4426:
........
r4425 | b_lindeijer | 2008-07-18 00:52:53 +0200 (Fri, 18 Jul 2008) | 3 lines
--
Added support for handling the custom eAthena packet that sends the update
host (patch by Sanga).
........
r4426 | b_lindeijer | 2008-07-18 01:08:17 +0200 (Fri, 18 Jul 2008) | 3 lines
--
Remove possible trailing slash at the end of the update host, since otherwise
there'll be two of them.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -307,11 +307,23 @@ src/player.h, src/net/guildhandler.cpp, src/net/protocol.h: Add permissions to guild members. Alt-Gr fix for Rotonen. +2008-07-18 Bjørn Lindeijer <bjorn@lindeijer.nl> + + * src/main.cpp: Remove possible trailing slash at the end of the + update host, since otherwise there'll be two of them. + 2008-07-17 David Athay <ko2fan@gmail.com> * src/gui/partywindow.cpp: Fixed crash bug with accepting party invites. +2008-07-16 Lloyd Bryant <lloyd_bryant@netzero.net> + + * src/logindata.h, src/gui/char_server.cpp, src/gui/char_server.h, + src/serverinfo.h, src/main.cpp, src/net/loginhandler.cpp, + src/net/loginhandler.h, src/net/network.cpp: Added support for + handling the custom eAthena packet that sends the update host. + 2008-07-14 Roderic Morris <roderic@ccs.neu.edu> * src/CMakeLists.txt: Added the partyhandler to the cmake build list. |