diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-25 06:59:25 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-25 06:59:25 +0000 |
commit | 946dc4916e888f8d5bf8a5c701d85273fba06000 (patch) | |
tree | 3c9680be8cbdd69f8c9a9299ed24623928c5cbd2 /Changelog-Trunk.txt | |
parent | 3f599dbc85b01da7552abf61bf6dfd6776bc3a8b (diff) | |
download | hercules-946dc4916e888f8d5bf8a5c701d85273fba06000.tar.gz hercules-946dc4916e888f8d5bf8a5c701d85273fba06000.tar.bz2 hercules-946dc4916e888f8d5bf8a5c701d85273fba06000.tar.xz hercules-946dc4916e888f8d5bf8a5c701d85273fba06000.zip |
- Applied part 1 of TheUltraMage's socket cleanup.
"Basically what I did was perform simple one-liner substitutions for ugly repetitive blocks of code. The most apparent are the send/recv code and the other basic socket calls."
- flush_fifo is non-blocking now. I guess best effort is good enough...
- Copied header files from vcproj-7.1 files to vcproj-8 files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9570 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index d811ca4a9..fb004fa52 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,12 @@ 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/25 + * Applied part 1 of TheUltraMage's socket cleanup. + "Basically what I did was perform simple one-liner substitutions for + ugly repetitive blocks of code. The most apparent are the send/recv + code and the other basic socket calls." + * flush_fifo is non-blocking now. I guess best effort is good enough... + * Copied header files from vcproj-7.1 files to vcproj-8 files. * Applied the rest of Rayce's suggestions and fixes (http://www.eathena.ws/board/index.php?showtopic=129185) * warn_cmd_no_comma, warn_func_no_comma, warn_cmd_mismatch_paramnum are |