diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-22 16:34:34 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-22 16:34:34 +0000 |
commit | 3fe27e962cf2084d380b6229fcc07c47d0c51e67 (patch) | |
tree | 497f03f5e6b44a028506655786fcd223c0fb2913 /Changelog-Trunk.txt | |
parent | 825b015a7f9e2179e593f417658ec36e484e1e6d (diff) | |
download | hercules-3fe27e962cf2084d380b6229fcc07c47d0c51e67.tar.gz hercules-3fe27e962cf2084d380b6229fcc07c47d0c51e67.tar.bz2 hercules-3fe27e962cf2084d380b6229fcc07c47d0c51e67.tar.xz hercules-3fe27e962cf2084d380b6229fcc07c47d0c51e67.zip |
- Recoded @send so that it uses clif.c instead of doing all the WFIFO stuff itself.
- Cleaned up a bunch of very uglily coded atcommands which used the rather pointless charid2sessionid and accountid2sessionid functions.
- Some miscellanous cleanups around usage of the session[] variable.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9293 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index f31019387..3ceb2c3b1 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,9 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/11/22
+ * Some cleanups around usage of session[] in the map server, hoping that it
+ may fix some not very likely crashes. [Skotlex]
+ * Rewrote a few messy @ commands. [Skotlex]
* Fixed the homunc hungry timer being started when the homun data is
received from the char-server and the homunc is NOT 'active'. [Skotlex]
2006/11/21
|