diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-02 11:42:36 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-02 11:42:36 +0000 |
commit | 7a6a64ab45ec95ae8c547a7fd3cedd7e7546cdc8 (patch) | |
tree | bd69a699c373a29bd058da737267beced2dd06cb /Changelog-Trunk.txt | |
parent | ebd93b5b3718639e0bea699af7709dca21eaffee (diff) | |
download | hercules-7a6a64ab45ec95ae8c547a7fd3cedd7e7546cdc8.tar.gz hercules-7a6a64ab45ec95ae8c547a7fd3cedd7e7546cdc8.tar.bz2 hercules-7a6a64ab45ec95ae8c547a7fd3cedd7e7546cdc8.tar.xz hercules-7a6a64ab45ec95ae8c547a7fd3cedd7e7546cdc8.zip |
Moved the BUILDIN_DEF() block to the end of script.c.
Removed the big list of BUILDIN_FUNC() declarations in script.c, as they are not needed anymore and no code utilizes them => file size-= 11 kB.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11637 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index e8c4c5cdb..cf39c6e74 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,9 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2007/11/02 + * Removed the big list of BUILDIN_FUNC() declarations in script.c, + as they are not needed anymore and no code utilizes them + * Moved the BUILDIN_DEF() block to the end of script.c [ultramage] * Modified trap related code so it behaves as explained by Playtester: Traps trigger on everyone in their 'effect range' (skill_db's splash) for every target that lies within its trigger range at trigger time (range and |