diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-18 16:07:16 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-18 16:07:16 +0000 |
commit | 2c89cc9421cb3640750e90168b62e897f7444302 (patch) | |
tree | 126ad46731a32dbc017bb5db5ba3ba3e1b643f40 /Changelog-Trunk.txt | |
parent | 7e7ac07deb778e314d2372736c6939a86dc6ca0c (diff) | |
download | hercules-2c89cc9421cb3640750e90168b62e897f7444302.tar.gz hercules-2c89cc9421cb3640750e90168b62e897f7444302.tar.bz2 hercules-2c89cc9421cb3640750e90168b62e897f7444302.tar.xz hercules-2c89cc9421cb3640750e90168b62e897f7444302.zip |
* Script engine:
- calling functions without using the return value doesn't generate warnings
- more work on Ticket #41
* Took care of two warnings and a minor change to the makefile.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10025 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 814f99cae..8b783b186 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,11 @@ 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/03/19 + * Script engine: + - calling functions without using the return value doesn't generate warnings + - more work on Ticket #41 + * Took care of two warnings and a minor change to the makefile. [FlavioJS] 2007/03/18 * Added missing VC++ 7.1 project files for mapcache. [Lance] * A followup to the login_sql server changes: |