summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-01-24 23:43:27 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-01-24 23:43:27 +0000
commit101dd12ba7fa9cb34363361ef9bbbe5c74f8b375 (patch)
treedaa6906a5d0f61a5449382842f15f1e21bab7d9b /Changelog-Trunk.txt
parent720440a9f92cfa64825c95f65df66a8ea078ec52 (diff)
downloadhercules-101dd12ba7fa9cb34363361ef9bbbe5c74f8b375.tar.gz
hercules-101dd12ba7fa9cb34363361ef9bbbe5c74f8b375.tar.bz2
hercules-101dd12ba7fa9cb34363361ef9bbbe5c74f8b375.tar.xz
hercules-101dd12ba7fa9cb34363361ef9bbbe5c74f8b375.zip
* Changed pc_spiritball_timer and pc_addspiritball: (bugreport:2705)
- don't make assumptions about the calling order of timers - ensure that sd->spirit_timer is is ordered by expiration time git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13485 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 3fd448b07..4acb8a01a 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,11 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2009/01/24
+ * Changed pc_spiritball_timer and pc_addspiritball: (bugreport:2705) [FlavioJS]
+ - don't make assumptions about the calling order of timers
+ - ensure that sd->spirit_timer is is ordered by expiration time
+ * Changed pc_spiritball_timer to not assume that timers are called in the same order they are created. (bugreport:2705)
+ - the timer heap makes no garantees about the order order when timers have the same tick
* Changed the variables of the mapcache structs to fixed size equivalents.
* Changed all uses of struct skill_unit_group* to group_id in status_change_entry's. [FlavioJS]
2009/01/23