diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-13 13:45:52 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-13 13:45:52 +0000 |
commit | 4590182c2c88f0b9e5eb70b45e882d9381fe33b6 (patch) | |
tree | 2af566c30043265321981ae5503f496e166c3aa6 /Changelog-Trunk.txt | |
parent | 0b8f17ed7b86eacaad99985c9261fb8735bf2cb6 (diff) | |
download | hercules-4590182c2c88f0b9e5eb70b45e882d9381fe33b6.tar.gz hercules-4590182c2c88f0b9e5eb70b45e882d9381fe33b6.tar.bz2 hercules-4590182c2c88f0b9e5eb70b45e882d9381fe33b6.tar.xz hercules-4590182c2c88f0b9e5eb70b45e882d9381fe33b6.zip |
- Modified flush_fifo so you can decide whether to block the current thread or not until the data is sent. The server-tick reply no longer blocks the current thread.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9486 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 daeb1f3ff..80e359c73 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/12/13 + * Modified flush_fifo so you can decide whether to block the current thread + or not until the data is sent. The server-tick reply no longer blocks the + current thread. * Fixed mobs being unable to attack anything... 2006/12/12 * Reverted the knockback update since it isn't working right with all |