diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-13 15:36:38 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-13 15:36:38 +0000 |
commit | a73bf03c82495f4ff0fe7c2f757ef20415f9ede5 (patch) | |
tree | 209234ac8d5e35e0a13428075aab1cb0da032313 /Changelog-Trunk.txt | |
parent | 880de4edc72449ec92c1ed374e3f9ef1e5b290c3 (diff) | |
download | hercules-a73bf03c82495f4ff0fe7c2f757ef20415f9ede5.tar.gz hercules-a73bf03c82495f4ff0fe7c2f757ef20415f9ede5.tar.bz2 hercules-a73bf03c82495f4ff0fe7c2f757ef20415f9ede5.tar.xz hercules-a73bf03c82495f4ff0fe7c2f757ef20415f9ede5.zip |
- Modified the char-server TXT whisper system to use the online_db to know to which map server forward whispers, instead of just sending the whisper to every map server.
- Added char-server functions search_character_byname() and search_character_online() required for the previous update.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8732 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 2a10d0faf..9a218ffdf 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/09/13
+ * Modified the char-server TXT whisper system to use the online_db to know
+ to which map server forward whispers, instead of just sending the whisper
+ to every map server. [Skotlex]
* Readded the setting TCP_NODELAY on socket.c to see if it fixes the
walk-lag issue. [Skotlex]
2006/09/12
|