diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-18 14:21:46 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-18 14:21:46 +0000 |
commit | 01f6ac5ca68d029aefd93481de076ca5eec33864 (patch) | |
tree | 1a7b7ef2cb1f2591f92fa125717e1fa0dac6f6e3 /Changelog-Trunk.txt | |
parent | f20c6c19cda1c672ed93836ddd33ce8e08e104c9 (diff) | |
download | hercules-01f6ac5ca68d029aefd93481de076ca5eec33864.tar.gz hercules-01f6ac5ca68d029aefd93481de076ca5eec33864.tar.bz2 hercules-01f6ac5ca68d029aefd93481de076ca5eec33864.tar.xz hercules-01f6ac5ca68d029aefd93481de076ca5eec33864.zip |
* Clarified how npc names work in script_commands.txt.
* Fixed a forgotten "return 0;" that stopped the parsing of the file after the first "script" of the file is parsed sucessfully (caused by r11502).
* Applied the same parsing and restrictions of npc names to warps, duplicates and shops (other code expects unique names for them too).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11508 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index af3d4af01..92b8e95d0 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,11 @@ 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/10/18 + * Clarified how npc names work in script_commands.txt. + * Fixed a forgotten "return 0;" that stopped the parsing of the file + after the first "script" of the file is parsed sucessfully (caused by r11502). + * Applied the same parsing and restrictions of npc names to warps, duplicates + and shops (other code expects unique names for them too). [FlavioJS] * Applied the new checking function to clif code, this fixes various length mismatches caused by incomplete code in r11386 * Added clif_process_message(), an unified way to validate all four |