diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-11 08:02:45 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-11 08:02:45 +0000 |
commit | 0a6590d13fb2d1aa223b82c3eb5573d10b1448a4 (patch) | |
tree | 116096ca76e101d30afc6793a442baeadc65ded3 /Changelog-Trunk.txt | |
parent | 039a6fe417861beebacfebbe2ad3b7530ce51f77 (diff) | |
download | hercules-0a6590d13fb2d1aa223b82c3eb5573d10b1448a4.tar.gz hercules-0a6590d13fb2d1aa223b82c3eb5573d10b1448a4.tar.bz2 hercules-0a6590d13fb2d1aa223b82c3eb5573d10b1448a4.tar.xz hercules-0a6590d13fb2d1aa223b82c3eb5573d10b1448a4.zip |
- Console plugin working when built as Windows native.
The linux part has the same strategy but uses the new asynchronous input abstraction layer.
The abstraction layer is there to facilitate changes, was really handy when trying to get it working as windows native. :)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9641 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index ee04de2f0..18c1e04c0 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,8 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2007/01/11 + * Console plugin working when built as Windows native. [FlavioJS] 2007/01/10 * Combined most of the txt/sql mobdb reading code [ultramage] - mob.c is now some 10kB less redundant (now using a common function) |