diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-03-07 09:51:33 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-03-07 09:51:33 +0000 |
commit | 281445fc155a78e1e40124989678d99639094e8f (patch) | |
tree | 4eaa91e849f451ca5dff6db19575808161767d61 /Changelog-Trunk.txt | |
parent | 11c9fddde1192be90bd83118af9fc95f93fd5064 (diff) | |
download | hercules-281445fc155a78e1e40124989678d99639094e8f.tar.gz hercules-281445fc155a78e1e40124989678d99639094e8f.tar.bz2 hercules-281445fc155a78e1e40124989678d99639094e8f.tar.xz hercules-281445fc155a78e1e40124989678d99639094e8f.zip |
* Cleaned up packet dumping code.
- Replaced utils function 'dump' with 'WriteDump' (files) and 'ShowDump' (console), and used those to replace inlined code in clif (related r10947).
- Fixed clif_parse_debug not printing anything, when it is used with a variable length packet.
- Added ability to dump invalid packets through define DUMP_INVALID_PACKET (clif.c).
- Removed code to dump all incoming packets, as that can be achieved with the DUMP_UNKNOWN_PACKET code as well when needed (from r1009, related r10947).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14734 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 5452c6a11..549dd6ee7 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,11 @@ Date Added +2011/03/07 + * Cleaned up packet dumping code. [Ai4rei] + - Replaced utils function 'dump' with 'WriteDump' (files) and 'ShowDump' (console), and used those to replace inlined code in clif (related r10947). + - Fixed clif_parse_debug not printing anything, when it is used with a variable length packet. + - Added ability to dump invalid packets through define DUMP_INVALID_PACKET (clif.c). + - Removed code to dump all incoming packets, as that can be achieved with the DUMP_UNKNOWN_PACKET code as well when needed (from r1009). 2011/03/06 * Implemented search store info system (aka. vending and buying store search) together with related items. [Ai4rei] - Requires 2010-08-03aRagexeRE or later and can be disabled in 'conf/battle/feature.conf'. |