diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-09 01:49:50 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-09 01:49:50 +0000 |
commit | e7beef1499ae660af01f163a16b9040bd60d8845 (patch) | |
tree | cefcd0a5eff2a2f041ab5e07f6f14cbc8549d567 /Changelog-Trunk.txt | |
parent | 6f96f2dea64de97bd5a16a146c8ce943b01563de (diff) | |
download | hercules-e7beef1499ae660af01f163a16b9040bd60d8845.tar.gz hercules-e7beef1499ae660af01f163a16b9040bd60d8845.tar.bz2 hercules-e7beef1499ae660af01f163a16b9040bd60d8845.tar.xz hercules-e7beef1499ae660af01f163a16b9040bd60d8845.zip |
- Added info on packet 0x86 (simple move packet). Not usable until a clear separation between entering sight/leaving sight/walking in sight is done.
- Propagating const char* from the script engine.
- ".gat" is appended to the map name before sending the changemapserver packet to the client.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9979 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 d7864a106..8233b2029 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/03/09 + * Added info on packet 0x86 (simple move packet). Not usable until a clear + separation between entering sight/leaving sight/walking in sight is done. + * Propagating const char* from the script engine. + * ".gat" is appended to the map name before sending the changemapserver + packet to the client. [FlavioJS] * Normalized the mapname in guild get/set castle data, should fix guild flags. * Added log options 0x800/0x1000 to log storage moves ('R') and guild |