diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2006-05-03 14:07:12 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2006-05-03 14:07:12 +0000 |
commit | c01baa046b6cfdfe8da438d3e60d6cfa141a674f (patch) | |
tree | 08c3c01db93f2e70622f1e6e5ca1b0f1205a7133 /ChangeLog | |
parent | 5dba20c49e27d3e3a6aecd35789dc8a90e26fc23 (diff) | |
download | manaserv-c01baa046b6cfdfe8da438d3e60d6cfa141a674f.tar.gz manaserv-c01baa046b6cfdfe8da438d3e60d6cfa141a674f.tar.bz2 manaserv-c01baa046b6cfdfe8da438d3e60d6cfa141a674f.tar.xz manaserv-c01baa046b6cfdfe8da438d3e60d6cfa141a674f.zip |
only yield main thread when there isn't anything to do.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2006-05-03 Philipp Sehmisch <tmw@crushnet.org> + * src/main.cpp: only yield main thread when there isn't anything + to do. + 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. @@ -411,4 +415,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. |