diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2006-04-30 03:57:58 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2006-04-30 03:57:58 +0000 |
commit | ecc2253758c536753036ae4ab5ed5e7b1d891c8d (patch) | |
tree | 1aa51907f1e8991e270c23af9accf65de756bc60 /ChangeLog | |
parent | 9ebb4e544c221ceea0d2bec7a105e203a6b41fc5 (diff) | |
download | manaserv-ecc2253758c536753036ae4ab5ed5e7b1d891c8d.tar.gz manaserv-ecc2253758c536753036ae4ab5ed5e7b1d891c8d.tar.bz2 manaserv-ecc2253758c536753036ae4ab5ed5e7b1d891c8d.tar.xz manaserv-ecc2253758c536753036ae4ab5ed5e7b1d891c8d.zip |
fixed some problems of the timer class
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,6 +1,11 @@ 2006-04-30 Philipp Sehmisch <tmw@crushnet.org> - * src/util/timer.h, src/util/timer.cpp: added a timer class - * src/main.cpp: replced SDL timing with the new timer class + * src/util/timer.h, src/util/timer.cpp: added a timer class. + * src/main.cpp: replced SDL timing with the new timer class. + * src/util/timer.h, src/util/timer.cpp: replaced clock with gettimeofday. + * src/util/wingettimeofday.h, src/util/wingettimeofday.h windows + 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. 2006-04-28 Eugenio Favalli <elvenprogrammer@gmail.com> |