diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-01-13 12:53:11 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-01-13 12:53:11 +0000 |
commit | 3b1dd44c88484af3585bcfea0e94994330383019 (patch) | |
tree | 00e0c8cee3d8329079e6c5e93b6337c6567ac28a /Changelog-Trunk.txt | |
parent | 9d1b39d3facc6d9f1268e036e7b23bd410c683ec (diff) | |
download | hercules-3b1dd44c88484af3585bcfea0e94994330383019.tar.gz hercules-3b1dd44c88484af3585bcfea0e94994330383019.tar.bz2 hercules-3b1dd44c88484af3585bcfea0e94994330383019.tar.xz hercules-3b1dd44c88484af3585bcfea0e94994330383019.zip |
* Cleaned up command @users/#users:
- displays everything on the target user (self for @users)
- uses a static array instead of a temporary DBMap
- displays percentages with precision of 0.01%
- uses safesnprintf instead of sprintf
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13446 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 c4a488f88..4b2338e26 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. +2009/01/13 + * Cleaned up command @users/#users: [FlavioJS] + - displays everything on the target user (self for @users) + - uses a static array instead of a temporary DBMap + - displays percentages with precision of 0.01% + - uses safesnprintf instead of sprintf 2009/01/12 * Mobs with nonzero spawn time can now be cached as well (bugreport:1197) * Fixed dynamic mobs being unloaded without stopping their respawn timer |