summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-29 14:18:20 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-29 14:18:20 +0000
commitf648da19a914152a6d772f377dda110fa9248972 (patch)
tree96269103f190eb9c9ed656ad507104258c864b87 /Changelog-Trunk.txt
parent042e3e0119641774c456d1c14e70f33d0609a491 (diff)
downloadhercules-f648da19a914152a6d772f377dda110fa9248972.tar.gz
hercules-f648da19a914152a6d772f377dda110fa9248972.tar.bz2
hercules-f648da19a914152a6d772f377dda110fa9248972.tar.xz
hercules-f648da19a914152a6d772f377dda110fa9248972.zip
- Some cleaning on the homunc speed calculating code, so that it correctly uses the default walk speed if the player has no speed yet.
- Some speed up code when loading status changes (use a pointer instead of memcpy'ing all the time) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9359 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index fab7018b1..a9da0b8ac 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,9 @@ 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/11/29
+ * Some cleaning on the homunc speed calculating code, so that it correctly
+ uses the default walk speed if the player has no speed yet. [Skotlex]
2006/11/28
* Fixed a typo which made the wedding_ignore_palette setting not work when
you log on with them equipped [Skotlex]