From 3ec39ce06b138b142c9c6c162392e789f3cf1420 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Sun, 1 Feb 2015 22:00:21 -0600 Subject: [PATCH] Changelog --- changelog.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index c6b13dbaa..279e28418 100644 --- a/changelog.txt +++ b/changelog.txt @@ -6,7 +6,12 @@ demonstar55: Add quest debugging to lua eq.debug("Test debug level explicit 1", 1) eq.debug("Test debug level explicit 2", 2) eq.debug("Test debug level explicit 3", 3) - +Akkadius: Add Packet Logging Categories + - 5 - Packet: Client -> Server - Logs::Client_Server_Packet + - 39 - Packet: Server -> Client - Logs::Server_Client_Packet + - 40 - Packet: Client -> Server Unhandled - Logs::Client_Server_Packet_Unhandled + See: http://wiki.eqemulator.org/p?Logging_System_Overhaul#packet-logging + == 01/31/2015 == Trevius: Fixed FindGroundZ() and GetGroundZ() to once again utilize the X and Y arguments that are passed to them.