summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-01-25 16:12:20 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-01-25 16:12:20 +0000
commite5f0d3eb45aedbf6888c0816ecb625999df8cdb6 (patch)
tree775504d1d582f4a8392f5ab3b6af1dafd6a451b8 /Changelog-Trunk.txt
parent101dd12ba7fa9cb34363361ef9bbbe5c74f8b375 (diff)
downloadhercules-e5f0d3eb45aedbf6888c0816ecb625999df8cdb6.tar.gz
hercules-e5f0d3eb45aedbf6888c0816ecb625999df8cdb6.tar.bz2
hercules-e5f0d3eb45aedbf6888c0816ecb625999df8cdb6.tar.xz
hercules-e5f0d3eb45aedbf6888c0816ecb625999df8cdb6.zip
* Changes to the configure script:
- added option --enable-profiler (supports gprof) - added option --enable-64bit (don't force 32bit) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13486 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 4acb8a01a..81c7fd34e 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,12 +3,14 @@ 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.
+2009/01/25
+ * Changes to the configure script: [FlavioJS]
+ - added option --enable-profiler (supports gprof)
+ - added option --enable-64bit (don't force 32bit)
2009/01/24
- * Changed pc_spiritball_timer and pc_addspiritball: (bugreport:2705) [FlavioJS]
+ * 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
- * 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
+ - ensure that sd->spirit_timer is ordered by expiration time
* 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