diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-10 23:47:02 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-10 23:47:02 +0000 |
commit | fe433ddb58316dcb2479ff6a2c6ee2546e552e0d (patch) | |
tree | acd6472ecc86287e869ec211965678b3076c6ba1 /Changelog-Trunk.txt | |
parent | 0fcaba2722719f7883aaedb8ddb360a527e86b52 (diff) | |
download | hercules-fe433ddb58316dcb2479ff6a2c6ee2546e552e0d.tar.gz hercules-fe433ddb58316dcb2479ff6a2c6ee2546e552e0d.tar.bz2 hercules-fe433ddb58316dcb2479ff6a2c6ee2546e552e0d.tar.xz hercules-fe433ddb58316dcb2479ff6a2c6ee2546e552e0d.zip |
* Implemented more official Warp Portal behavior
- the transition from active to waiting mode is now done as a simple appearance change instead of deleting one and creating the other
- due to the above, an opening warp is now properly accompanied by the log-in like sound effect
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11404 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 93a6e18d2..f0f2efa54 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -7,6 +7,11 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. * Fixed itemdb_read_sqldb blowing up the server with segmentation faults. * Added an option for parse_script to ignore the checks for the set of brackets around the script. [FlavioJS] + * Implemented more official Warp Portal behavior + - the transition from active to waiting mode is now done as a simple + appearance change instead of deleting one and creating the other + - due to the above, an opening warp is now properly accompanied by + the log-in like sound effect * Re-enabled packet 0x1ac to be sent when something gets ankle-snared * Partially removed the usage of 'flags' to direct the execution path in skill unit code (some people seem to really like flags >_>) |