diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-28 19:21:40 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-28 19:21:40 +0000 |
commit | 58aa5f00185701b698eaf6e514d89276e41d20d7 (patch) | |
tree | 28c8f0b999bdf19ae0fdaf797c15eb89e7de8bae /Changelog-Trunk.txt | |
parent | 10cd9e4aebf9efa7f12a357499e63ef0479947cf (diff) | |
download | hercules-58aa5f00185701b698eaf6e514d89276e41d20d7.tar.gz hercules-58aa5f00185701b698eaf6e514d89276e41d20d7.tar.bz2 hercules-58aa5f00185701b698eaf6e514d89276e41d20d7.tar.xz hercules-58aa5f00185701b698eaf6e514d89276e41d20d7.zip |
* Removed ridiculous refine_posword config switch
* TODO: remove getequipname() func, it can be fully replaced by editing a few scripts, plus it doesn't do what the docs say it should do
* Fixed a silly mistake in the main script engine loop ('pos' variable)
* Fixed monter -> monster typos
* Compacted some script function code (fewer LoC -> faster trac :)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10923 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 737c0eb95..6b8a022e2 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,13 @@ 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/07/28 + * Removed ridiculous refine_posword config switch + - TODO: remove getequipname() func, it can be fully replaced by editing + a few scripts, plus it doesn't do what the docs say it should do + * Fixed a silly mistake in the main script engine loop ('pos' variable) + * Fixed monter -> monster typos + * Compacted some script function code (fewer LoC -> faster trac ^^) 2007/07/27 * Simplified exp gain equations (now more FPU-friendly and precise) - also fixes the uninitialized variable problem... sorry 'bout that >.> |