This website requires JavaScript.
Explore
Help
Sign In
sco
/
pokerth
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
c8594e8e7be98243a5d0a71b656a2a7b8ca6cb0e
pokerth
/
src
/
core
/
common
T
History
lotodore
c8594e8e7b
Canceling asio timers has bad semantics, and causes loads of trouble. Therefore, cancelled timers are simply marked as such, and the asio callback is silently ignored. This fixes several crashes, if players were removed from a game due to an error, because some timers were not cancelled. *sigh* This one took a lot of nerve.
2009-06-07 23:25:13 +00:00
..
avatarmanager.cpp
Fixing some compiler warnings and single-threaded game issues. Note: The server currently crashes when trying to start a game.
2009-05-31 11:00:33 +00:00
crypthelper.cpp
Use GnuTLS-OpenSSL instead of OpenSSL. Thanks to Zhenech for help with this patch.
2008-04-21 22:27:15 +00:00
loghelper_client.cpp
More verbose logging for the server.
2008-03-19 23:39:59 +00:00
loghelper_server.cpp
More verbose logging for the server.
2008-03-19 23:39:59 +00:00
pokerthexception.cpp
Fixed gcc compiler error.
2007-10-18 21:16:49 +00:00
thread.cpp
Changes for boost 1.35.0 compatibility.
2008-04-03 19:04:17 +00:00
timermanager.cpp
Canceling asio timers has bad semantics, and causes loads of trouble. Therefore, cancelled timers are simply marked as such, and the asio callback is silently ignored. This fixes several crashes, if players were removed from a game due to an error, because some timers were not cancelled. *sigh* This one took a lot of nerve.
2009-06-07 23:25:13 +00:00