summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-02 04:21:35 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-02 04:21:35 +0000
commit0698f0b34299624e6ac535442b4e7b8894dd8167 (patch)
treee99840f5ad111c4fb7828f1f0d054e157a315e03 /Changelog-Trunk.txt
parent5a6cc045a38a775943b29ca5903520c96935f2d1 (diff)
downloadhercules-0698f0b34299624e6ac535442b4e7b8894dd8167.tar.gz
hercules-0698f0b34299624e6ac535442b4e7b8894dd8167.tar.bz2
hercules-0698f0b34299624e6ac535442b4e7b8894dd8167.tar.xz
hercules-0698f0b34299624e6ac535442b4e7b8894dd8167.zip
- Replaced @send with the version I use for testing packets.
Can display the packet length. Supports dynamic packets, quoted strings with escaped characters and fixed/variable length, and normal/hex byte/word/long data types. The number of fields is not limited, but it automatically stops parsing when the packet is full. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9387 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 4aba37ef0..d4b5ebe64 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,12 @@ 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/12/02
+ * Replaced @send with the version I use for testing packets.
+ Can display the packet length. Supports dynamic packets, quoted strings
+ with escaped characters and fixed/variable length, and normal/hex
+ byte/word/long data types. The number of fields is not limited, but it
+ automatically stops parsing when the packet is full. [FlavioJS]
2006/12/01
* Fixed passive mobs becoming increasingly unlikely to retaliate to attacks
after they got inflicted by a disabling status change. [Skotlex]