diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-13 14:25:22 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-13 14:25:22 +0000 |
commit | 74ae20b906cbdf6b0c17afa6d9911e5c3e58f161 (patch) | |
tree | 15a3bfde0e6b15e9c29d3e99a132a001eb6d17f5 /Changelog-Trunk.txt | |
parent | b2392bc2641b957ab224a3b80fced60c46aa5b6f (diff) | |
download | hercules-74ae20b906cbdf6b0c17afa6d9911e5c3e58f161.tar.gz hercules-74ae20b906cbdf6b0c17afa6d9911e5c3e58f161.tar.bz2 hercules-74ae20b906cbdf6b0c17afa6d9911e5c3e58f161.tar.xz hercules-74ae20b906cbdf6b0c17afa6d9911e5c3e58f161.zip |
- Cleaned atcommand_param against overflows and also to make it standard C so it may compile with the Borland C.
- Modified Charcommand_stats to make it standard C as well.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6037 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 678701970..c30fa8656 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.
+
+2006/04/13
+ * atcommand_param and charcommand_stats to make them standard C (so it may
+ compile with the Borland C). Also cleaned atcommand_param against
+ overflows. [Skotlex]
2006/04/12
* Removed the noteleport mapflags from two juperos maps [MasterOfMuppets]
- added the nopenalty mapflag to hugel.gat
|