diff options
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
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 |