summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2006-04-30 01:27:02 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2006-04-30 01:27:02 +0000
commitde3da10abea69b29e09e0b8969b614cfec00c4a5 (patch)
tree66abfe6f631f3bc27ecc8654e1ca837c7b5172d7 /ChangeLog
parenta4d1a5c05c869d1632feb9e933d4df5a61c5a66f (diff)
downloadmanaserv-de3da10abea69b29e09e0b8969b614cfec00c4a5.tar.gz
manaserv-de3da10abea69b29e09e0b8969b614cfec00c4a5.tar.bz2
manaserv-de3da10abea69b29e09e0b8969b614cfec00c4a5.tar.xz
manaserv-de3da10abea69b29e09e0b8969b614cfec00c4a5.zip
replaced SDL timing with a self written timer class.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 320a8db4..a8c42a22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-30 Philipp Sehmisch <tmw@crushnet.org>
+ * src/timer.h, src/timer.cpp: added a timer class
+ * src/main.cpp: replced SDL timing with the new timer class
+
2006-04-28 Eugenio Favalli <elvenprogrammer@gmail.com>
* src/netsession.cpp, src/netsession.h, tmwserv.dev: Got rid of SDL
@@ -19,7 +23,7 @@
* src/client.cpp, src/connectionhandler.cpp, src/connectionhandler.h,
src/main.cpp, src/messagein.cpp, src/messageout.cpp,
src/netcomputer.cpp, src/netcomputer.h, src/netsession.cpp,
- src/netsession.h, src/utils/logger.cpp, tmwserv.dev: Got rid of
+ src/netsession.h, src/utils/logger.cpp, tmwserv.dev: Got rid of
SDL_net, now both server and test client use enet.
2006-03-18 Eugenio Favalli <elvenprogrammer@gmail.com>
@@ -398,4 +402,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