From 0c675c33e287f2fa03f07cc9567a998416e257ba Mon Sep 17 00:00:00 2001 From: KimLS Date: Fri, 5 Jul 2013 13:25:19 -0700 Subject: [PATCH] Changelog too --- changelog.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.txt b/changelog.txt index d1ce68525..74f7b54de 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,10 @@ EQEMu Changelog (Started on Sept 24, 2003 15:50) ------------------------------------------------------- +== 07/05/2013 == +KLS: Added some lua functions +KLS: Fixed some lua functions +KLS: Perl now will (like lua) keep track of the values you return from EVENT_*. This allows perl to use the extra behavior in things like EVENT_DEATH. Now g,enerally the perl system is now considered deprecated (in favor of lua in the long term) I felt this was too big a change to pass up adding when I got it working. + == 07/02/2013 == KLS: Exported eq.follow(entity_id, [distance]) and eq.stop_follow() to lua.