summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-19 04:15:32 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-19 04:15:32 +0000
commit2b6f3618d99f725d224859d17344b640e0255d59 (patch)
tree738e3d90ce1bb02b96940e3707074db375867b67 /Changelog-Trunk.txt
parente9d183dfbdcd8a9aaf71a4db8dbeed43ad574e95 (diff)
downloadhercules-2b6f3618d99f725d224859d17344b640e0255d59.tar.gz
hercules-2b6f3618d99f725d224859d17344b640e0255d59.tar.bz2
hercules-2b6f3618d99f725d224859d17344b640e0255d59.tar.xz
hercules-2b6f3618d99f725d224859d17344b640e0255d59.zip
* Added 'cancel' button parsing in buildin_select menu system. Now scripts will continue to load if 'cancel' is pressed and 255 will be returned.
modified Changelog-Trunk.txt modified notice.txt modified src/map/script.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9258 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index ba8a2439c..4af5d9451 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,10 @@ 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.
+2006/11/19
+ * Added 'cancel' button parsing in buildin_select menu system. Now scripts will continue
+ to load if 'cancel' is pressed and 255 will be returned. [Lance]
+
2006/11/17
* Corrected use of the party invitation reply packet, thanks to FlavioJS.
[Skotlex]