Commit Graph
1719 Commits
Author SHA1 Message Date
lotodore 55a29f9a38 Do not use asio cancel, because it is not portable. It will cause an exception on Windows XP. Just let the socket be closed. 2009-03-21 10:44:31 +00:00
lotodore ebac9c9574 Fixed nasty cleanup crash on Windows. 2009-03-21 10:28:27 +00:00
doitux 4a8f1e7692 changelog for 0.6.4 2009-03-21 09:44:12 +00:00
lotodore 5be8403d07 Explicitly include fstream. Still broken stuff. 2009-03-21 09:11:39 +00:00
lotodore ebce3ee214 Warning: Enables debug mode.
More steps towards downloading avatars from external server. This is currently BROKEN.
2009-03-21 01:39:00 +00:00
lotodore b1bad8d144 Preparing client use of external avatar servers. 2009-03-18 15:01:43 +00:00
lotodore 64ec42aaa3 Fix buffer overflow in libircclient (concerning DCC, which was unused, so this is just to satisfy pedantic compilers :-) ). 2009-03-16 22:13:55 +00:00
doitux 3073cf03f0 chmod 644 to ChangeLog 2009-03-15 00:27:18 +00:00
doitux 5d3811afbe bugfix 2009-03-14 22:45:14 +00:00
doitux a1938f0a2e current translation files commit for 0.6.4 (not final - waiting for left translations) 2009-03-12 00:17:56 +00:00
doitux 9d49dd9be5 implements feature request: 9. When using Cards only visible on mouse click, retain the ability to see own cards after folding 2009-03-02 22:13:20 +00:00
lotodore e8f9d917f8 Fixed Windows build issues. 2009-03-02 19:24:16 +00:00
lotodore 6948d86d9f Forgot some changes for avatar upload. 2009-03-01 23:38:29 +00:00
lotodore 16decacb6b New configuration options for automatically uploading the avatars to an external server. 2009-03-01 23:09:14 +00:00
doitux 4de0913bf2 fix small gui bug in settingsdialog --> avatar-server 2009-03-01 22:16:22 +00:00
doitux 4423fe798c add gui config for new avatar-server - turkish translation update 2009-02-28 12:43:32 +00:00
lotodore ab046cc1fb Fixed linefeeds. 2009-02-28 11:29:28 +00:00
lotodore 7b25cf12c8 Use TDM's g++ 4.3.3 mingw Dwarf2 compiler (instead of SJLJ, which seems to cause exception problems). 2009-02-28 11:28:57 +00:00
lotodore 5374f1d102 Use boost 1.38 on Windows. Requires update of Windows build scripts, but these are currently broken anyway, because the new g++ 4.3.3 SJLJ TDM mingw compiler causes a crash during exception unwinding when the client is disconnected by the server. Need to switch to the Dwarf2 compiler. 2009-02-28 00:52:45 +00:00
lotodore ec878731c9 Fixing terminate error, this time for real. 2009-02-27 22:41:16 +00:00
lotodore e5ecc5d133 Trying to fix server termination issue. 2009-02-27 22:09:03 +00:00
doitux cc197bbc00 libcurl avatar upload works now ;-) 2009-02-26 21:39:04 +00:00
doitux ed3ec99344 2009-02-23 08:26:31 +00:00
doitux ea2312bab6 linux fixes 2009-02-22 21:42:26 +00:00
lotodore 8a02490262 Changes for boost 1.38.0 on Windows. 2009-02-22 20:43:45 +00:00
lotodore e7c70ad9ad First version of server side avatar upload feature (support for external avatar server). Still hard coded, cannot be configured. 2009-02-21 23:33:30 +00:00
doitux f78de09078 switched back from QSettings to original config.xml for dialog settings 2009-02-21 20:41:29 +00:00
lotodore e8654fb2f5 Fixed linefeeds. 2009-02-20 17:28:52 +00:00
lotodore 684d779483 Adding a note explaining the OpenSSL license issues. Thanks coldz. 2009-02-20 17:27:48 +00:00
lotodore 8b63c84da3 Updated windows build scripts for mingw gcc 4.3.3 (TDM). 2009-02-18 20:03:10 +00:00
lotodore 8e131aae8b Proper patches for mingw gcc 4.3.3 (qt/boost). 2009-02-18 19:57:49 +00:00
lotodore 5ae32a1073 Adding Qt patch for mingw gcc 4.3.3. 2009-02-16 23:47:08 +00:00
lotodore f1c5ff3ba2 BSD related fixes. Thanks to coldz. 2009-02-16 20:14:12 +00:00
lotodore 24c0ceb7b6 Use TDM's gcc mingw32 compiler on Windows. (Tired of waiting for official mingw releases.) There is still a small Qt issue (will be patched from the build script) and a boost date_time issue in the server (will also be patched from the build script). Anyway, this is finally gcc 4.3 on Windows :-). Hooray! 2009-02-16 15:51:46 +00:00
lotodore 82b758e5a7 Clarifying build error messages (patch by coldz, thanks). 2009-02-10 23:21:04 +00:00
doitux 48b55975cb hungarian translation update 2009-02-08 21:55:01 +00:00
lotodore ac7d448d09 Fixed sending error messages before closing session. 2009-02-05 19:29:44 +00:00
lotodore 8f59de0c62 Proper destruction of sockets (crashed previously). 2009-02-01 17:21:02 +00:00
lotodore c998edf219 Fixed cleanup issue - the previous version had kind of a resource leak. 2009-01-31 22:20:08 +00:00
lotodore 3f8d3c8d55 Reworked asio sender thread implementation. Optimized it for speed. Some cleanup still needed, but should work. 2009-01-31 21:03:34 +00:00
doitux 7b853732b5 join game bugfix (thx coldz) 2009-01-29 11:23:17 +00:00
lotodore e0ff6db98e Create I/O service object in sender thread. 2009-01-26 20:57:39 +00:00
lotodore 7d1021cde7 Optimising sender thread. 2009-01-26 19:05:24 +00:00
lotodore f2c3b2b723 Fixed boost asio stuff. Now working but probably some polishing required. 2009-01-25 21:56:43 +00:00
lotodore 3c820445c6 Fixed missing completion call issue. However, boost::asio now automatically closes the socket. This cannot be disabled. So the next step is to use the boost::asio socket class for the session and everywhere else. 2009-01-25 21:12:33 +00:00
lotodore 17377f5a6b New boost::asio based sender thread. Does not work on windows yet, because the completion routine is never called. No idea why not. 2009-01-25 20:19:09 +00:00
doitux cb3f0856c1 2009-01-25 19:44:51 +00:00
floty aac3e2c988 fixes: "Bug ID 0000007: Highlighting of cards on split pot could be better " --> http://www.pokerth.net/mantis/view.php?id=7 2009-01-18 22:47:50 +00:00
floty 97617753fa fixes: "Bug ID 0000003: Low straight flush (with A) incorrectly picked" --> http://www.pokerth.net/mantis/view.php?id=3 2009-01-15 22:11:45 +00:00
doitux 5abd134cb3 fixes: "Sorting column of game list in the lobby is not persistent" --> http://www.pokerth.net/mantis/view.php?id=8 2009-01-11 22:36:43 +00:00