diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-05 07:24:29 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-05 07:24:29 +0000 |
commit | 1bbd86388b5396a4c3ef9f1d34e2c6113955c92b (patch) | |
tree | 184a285c17edee681bdaf7a2533888484fc15f89 /Changelog-Trunk.txt | |
parent | a48d096890242cdde3c9e0f682ddb33c4405163a (diff) | |
download | hercules-1bbd86388b5396a4c3ef9f1d34e2c6113955c92b.tar.gz hercules-1bbd86388b5396a4c3ef9f1d34e2c6113955c92b.tar.bz2 hercules-1bbd86388b5396a4c3ef9f1d34e2c6113955c92b.tar.xz hercules-1bbd86388b5396a4c3ef9f1d34e2c6113955c92b.zip |
- Moved START_ACCOUNT_NUM and END_ACCOUNT_NUM from login.h to mmo.h and changed clif_guess_PacketVer to use that.
- Made the script engine big-endian compatible. (i know it's pointless because of the move to eApp, but just couldn't resist :S)
- Commented out the remnants of ladmin packet parsing in map-server.
- Added a warning when a player has an invalid packet version (shouldn't happen)
PS- also added info on clif_guild_basicinfo packet fields, if anyone is interested
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9408 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 359d29cac..d32b3fd05 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,14 @@ 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. +2004/12/05 + * Moved START_ACCOUNT_NUM and END_ACCOUNT_NUM from login.h to mmo.h and + changed clif_guess_PacketVer to use that. [FlavioJS] + * Made the script engine big-endian compatible. [FlavioJS] + * Commented out the remnants of ladmin packet parsing in map-server. + [FlavioJS] + * Added a warning when a player has an invalid packet version (shouldn't + happen). [FlavioJS] 2006/12/04 * Fixed HVAN_INSTRUCT int bonuses. [Skotlex] * Renamed mob_db's "adelay" column to ThinkTime and made the mob.c code use |