diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-10 16:45:04 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-10 16:45:04 +0000 |
commit | 039a6fe417861beebacfebbe2ad3b7530ce51f77 (patch) | |
tree | 5a8bd3f3220485f0cd359cb8324509166a52990d /Changelog-Trunk.txt | |
parent | 0294c97bd29b0d3cdb256194707660577625437d (diff) | |
download | hercules-039a6fe417861beebacfebbe2ad3b7530ce51f77.tar.gz hercules-039a6fe417861beebacfebbe2ad3b7530ce51f77.tar.bz2 hercules-039a6fe417861beebacfebbe2ad3b7530ce51f77.tar.xz hercules-039a6fe417861beebacfebbe2ad3b7530ce51f77.zip |
Combined most of the txt/sql mobdb reading code
- mob.c is now some 10kB less redundant (now using a common function)
- automatically filled in some missing parts of the txt part (view_range_rate, chase_range_rate, line counting, etc)
- also cleaned it up significantly
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9640 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 82691bf92..ee04de2f0 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,12 @@ 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/10 + * Combined most of the txt/sql mobdb reading code [ultramage] + - mob.c is now some 10kB less redundant (now using a common function) + - automatically filled in some missing parts of the txt part + (view_range_rate, chase_range_rate, line counting, etc) + - also cleaned it up significantly 2007/01/09 * Changes to script buildin functions: [FlavioJS] - functions checking if a player is attached as soon as possible. |