diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-11 10:17:53 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-11 10:17:53 +0000 |
commit | d4e895de213f20d1e66846b25afee77dd310a28a (patch) | |
tree | 7707ddfcc8b81808a36baab56f111f32396bd550 /Changelog.txt | |
parent | 6cb7f24e8447fb5149f19bb8a04d902472b3bd4e (diff) | |
download | hercules-d4e895de213f20d1e66846b25afee77dd310a28a.tar.gz hercules-d4e895de213f20d1e66846b25afee77dd310a28a.tar.bz2 hercules-d4e895de213f20d1e66846b25afee77dd310a28a.tar.xz hercules-d4e895de213f20d1e66846b25afee77dd310a28a.zip |
* Reduced memory used for the skill_tree DB by 30+mb
* Added script commands isday and isnight
* Updated Sharp Shooting, Ankle Snare, Magnum Break, Tiger Fist, Devotion, Soul Burn
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1072 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r-- | Changelog.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt index ae9dac2a2..ea0f583bb 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5 +1,23 @@ Date Added +02/11 + * EXPERIMENTAL: Reduced memory used for the skill_tree DB by 30+mb [celest] + * Added script commands isday and isnight - checks whether its night or + daytime. Example: if(isnight()) ... [celest] + * Skill Updates [celest] + - Sharp Shooting: Dropped jA's and kA's code and wrote a new + map_foreachinpath function in map.c -- about 14 times faster, but still + uncomplete + - Ankle Snare: Added matthias' suggestion to let agility reduce more trap + time, but no less than 3 seconds. + - Magnum Break: simplified code a bit, and changed to non-targetting / + automatically damages an area around the caster + - Tiger Fist: enable it to be used by its own besides as a part of + the combo skills + - Devotion: Fixed maximum level difference not reading its setting from + battle_athena.conf, thanks to leinsirk + - Soul Burn: Added some safety checks + 02/10 * Login/Login SQL: fixed the client version check function [Sirius] |