diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-07 07:31:58 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-07 07:31:58 +0000 |
commit | bbedfd67468dc5105169fc114a54d30ae1a36f23 (patch) | |
tree | 7dd6639299a0a4ec315b2e40db2c0a59989fb415 /Changelog-Trunk.txt | |
parent | b713afa8b0b482ff4a4f13cef138b430dee1767b (diff) | |
download | hercules-bbedfd67468dc5105169fc114a54d30ae1a36f23.tar.gz hercules-bbedfd67468dc5105169fc114a54d30ae1a36f23.tar.bz2 hercules-bbedfd67468dc5105169fc114a54d30ae1a36f23.tar.xz hercules-bbedfd67468dc5105169fc114a54d30ae1a36f23.zip |
- Added support for the new party invite/reply packets from the latest client version.
- Cleared up some TODO's
- Added auto-rejecting party/guild invites when the target is disconnected from the server.
- Added a correction in the walking code to abort it when map_moveblock cancels the player's walking (by warping/knocking back),the default code would fail because unit_stopwalking would do nothing since the walk timer was already -1 in that moment.
- Corrected mob_randomwalk to use unsigned int for the tick variable.
- Changed the default @Main format to prevent crashes in the newer clients.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11134 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 0859dc6ae..fa646f2da 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,13 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2007/09/07 + * Added support for the new party invite/reply packets from the latest + client version. + * Added auto-rejecting party/guild invites when the target is disconnected + from the server. + * Changed the default @Main format to prevent crashes in the newer + clients. 2007/09/04 * bonus3 autospell (and autospell when hit) will now select for spell target self when the skill is tagged a support skill. |