summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2006-04-30 10:47:02 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2006-04-30 10:47:02 +0000
commit46cf9258d20113a48f7d5811ea112df6504dc30e (patch)
tree031e25852528373a0d3dacb7d36161f0ae9b6130 /ChangeLog
parentecc2253758c536753036ae4ab5ed5e7b1d891c8d (diff)
downloadmanaserv-46cf9258d20113a48f7d5811ea112df6504dc30e.tar.gz
manaserv-46cf9258d20113a48f7d5811ea112df6504dc30e.tar.bz2
manaserv-46cf9258d20113a48f7d5811ea112df6504dc30e.tar.xz
manaserv-46cf9258d20113a48f7d5811ea112df6504dc30e.zip
made sure every compiler uses a 64bit unsigned integer for getTimeInMillisec.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a5c28d1..248a04c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
implementation of the UNIX gettimeofday function.
* src/main.cpp: world time doesn't get async anymore when world ticks are
skipped. added a warning when tick skip occurs.
+ * src/util/timer.h, src/util/timer.cpp: made sure every compiler uses a
+ 64bit unsigned integer for getTimeInMillisec.
2006-04-28 Eugenio Favalli <elvenprogrammer@gmail.com>
@@ -407,4 +409,4 @@
src/dal/sqlitedataprovider.cpp, src/dal/mysqldataprovider.cpp,
src/dal/pqdataprovider.cpp, src/main.cpp, src/client.cpp:
Grammar corrections, and a little bit of work on getting the name
- of the Db. \ No newline at end of file
+ of the Db.