summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2006-04-30 14:10:27 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2006-04-30 14:10:27 +0000
commit5dba20c49e27d3e3a6aecd35789dc8a90e26fc23 (patch)
tree1f01b5ddcd5ea79191afd944a17eee5ba2e461c3 /ChangeLog
parent46cf9258d20113a48f7d5811ea112df6504dc30e (diff)
downloadmanaserv-5dba20c49e27d3e3a6aecd35789dc8a90e26fc23.tar.gz
manaserv-5dba20c49e27d3e3a6aecd35789dc8a90e26fc23.tar.bz2
manaserv-5dba20c49e27d3e3a6aecd35789dc8a90e26fc23.tar.xz
manaserv-5dba20c49e27d3e3a6aecd35789dc8a90e26fc23.zip
removed the last remains of SDL
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 248a04c2..83c7d797 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,12 +2,14 @@
* 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
+ * 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.
- * src/util/timer.h, src/util/timer.cpp: made sure every compiler uses a
+ 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.
+ * src/main.cpp, src/connectionhandler.cpp, src/netsession.cpp,
+ src/SDL-win32_main.c: removed the last remains of SDL
2006-04-28 Eugenio Favalli <elvenprogrammer@gmail.com>
@@ -409,4 +411,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.
+ of the Db. \ No newline at end of file