summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-12-29 20:12:46 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-12-29 20:12:46 +0000
commit46e72fc8f9aa45151646986aae20869749121a2a (patch)
tree499f1d055eeabac7ba4b439d83526e0111a8d400 /Changelog-Trunk.txt
parent8e699f7f4fdfec34c48268b91867d27adcfdac4e (diff)
downloadhercules-46e72fc8f9aa45151646986aae20869749121a2a.tar.gz
hercules-46e72fc8f9aa45151646986aae20869749121a2a.tar.bz2
hercules-46e72fc8f9aa45151646986aae20869749121a2a.tar.xz
hercules-46e72fc8f9aa45151646986aae20869749121a2a.zip
Knockback now works through cells where there is a diagonal path, but no horizontal+vertical alternative (like two perpendicular icewalls with a gap where they 'join').
Some dead code removal in path.c. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11991 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 25a85d1fe..a46017b63 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,10 @@ 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.
+2007/12/29
+ * Knockback now works through cells where there is a diagonal path, but
+ no horizontal+vertical (two 90` icewalls with a gap where they 'join')
+ * Some dead code removal in path.c [ultramage]
2007/12/28
* Fixed a memory leak in memitemdata_to_sql.
* Reverted a bad modification in clif_produceeffect from r11290. [FlavioJS]