diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-17 20:03:29 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-17 20:03:29 +0000 |
commit | 3bb42dda4732f3288155725bd26da76822c10021 (patch) | |
tree | 49a675c5675a095e3641f85cafef08801fec3751 /Changelog-Trunk.txt | |
parent | fed863883b19c7bac0f1a65e53c6507fde6758f0 (diff) | |
download | hercules-3bb42dda4732f3288155725bd26da76822c10021.tar.gz hercules-3bb42dda4732f3288155725bd26da76822c10021.tar.bz2 hercules-3bb42dda4732f3288155725bd26da76822c10021.tar.xz hercules-3bb42dda4732f3288155725bd26da76822c10021.zip |
Made OnTouch zone dimensions be stored as radius instead of diameter.
Cleaned up some overly complicated area calculations.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11750 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 39b217733..2456fb4c6 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,12 +3,15 @@ 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/11/17 + * Made OnTouch zone dimensions be stored as radius instead of diameter + - cleaned up some overly complicated area calculations [ultramage] 2007/11/16 - * Added error messages when trying to place objects on invalid map coords - * Fixed Divine Protection working against players (bugreport:410) * Added 2 new status changes for Life and Regeneration Potions [Zephyrus] - Fixed some items boxes giving wrong tamings. - Fixed another item giving 48 gladius[3] + * Added error messages when trying to place objects on invalid map coords + * Fixed Divine Protection working against players (bugreport:410) 2007/11/15 * Fixed some homunculus skill offset calculation mistakes (bugreport:363) 2007/11/14 |