Commit Graph
142 Commits
Author SHA1 Message Date
lotodore 02518c67b2 Reformatting code using Kernighan & Ritchie style, tabs, tab width=4.
Command line: astyle --style=kr --indent=force-tab=4 --lineend=linux -n -r <file names>
2011-02-11 20:02:08 +00:00
lotodore 4032bf48a2 Fixing cppcheck "Prefer prefix ++/-- operators for non-primitive types." issues. 2011-02-09 14:33:39 +00:00
lotodore 2dd18020a7 CppCheck fixes. 2011-02-08 16:00:43 +00:00
lotodore e823b7b788 Implementing ticket #2 - optionally remove players from games after it was finished. This breaks protocol compatibility with 0.8. Config file option is NetAutoLeaveGameAfterFinish. 2011-02-06 13:17:07 +00:00
doitux ca25c35b94 implementing #36 tooltip over players nickname and rating function (thx to drull for this patch) 2011-01-31 23:53:52 +00:00
lotodore 0cb1d75ce3 Adding code for private chat messages (server side). These messages are not allowed within a game. Adding config option to disable brute force protection. 2010-11-07 08:24:31 +00:00
lotodore 83da8559a4 Some changes to make CppCheck happier. 2010-10-26 21:32:39 +00:00
doitux 74a96a4354 optional add country flag to avatar feature (thx to drull) 2010-10-26 17:31:41 +00:00
lotodore 3016d6b3b2 Make small delay which prevents auto-kick from occurring configurable. 2010-09-11 21:37:27 +00:00
doitux 038bfdd2a2 remember username during guest login 2010-09-07 12:52:30 +00:00
lotodore 8a83a1dd07 Fixing config option. 2010-09-05 00:22:00 +00:00
lotodore 7a1a10abf5 Block bad game names on server. 2010-09-05 00:15:25 +00:00
doitux 2d3e38f670 remember lobby nick list sorting settings 2010-08-30 10:41:56 +00:00
lotodore b6723e5ebf Store server database config in config file. 2010-08-28 10:50:17 +00:00
doitux bd01ffad9f fix >= 0.7.1 update problems with PokerTH distributed default styles 2010-07-11 20:36:50 +00:00
doitux 0771aabfb0 GUI: ignore player function added (list in settings - remove button will follow) 2010-03-30 17:30:33 +00:00
doitux 8c3984b910 extended infobox system 2010-03-28 16:16:48 +00:00
doitux d8ea018ffc GUI: new game types and game name fields in settings and createinternetgame dialogs 2010-03-24 22:21:18 +00:00
doitux 7949b2e91c add new ranking mode options to settings. also add ranking mode icon for game-list 2010-03-23 19:58:19 +00:00
doitux 9e7792fd8e extra callback for showing internet game login dialog 2009-11-08 21:18:25 +00:00
doitux 857cbf357e add delay between hands option for network/internet game 2009-10-23 23:12:33 +00:00
doitux fe627fe6f5 local nick will also be used as online game login name 2009-10-10 22:18:58 +00:00
doitux d03c15a0f8 continue login dialog implementation 2009-08-27 20:54:37 +00:00
doitux 12e12c6f21 show login dialog with F6 2009-08-27 10:19:11 +00:00
doitux fdb35d8504 remove irc settings option from internet games config 2009-08-23 19:55:07 +00:00
doitux adae9c1cd3 make new lobby-bot configurable 2009-08-21 20:18:37 +00:00
lotodore 836ec60e6d Chat bot integration now fully functional. 2009-08-17 09:45:06 +00:00
lotodore 4593308da8 Integrating chat cleaner manager in lobby. 2009-08-14 22:05:01 +00:00
doitux 6b2b920344 adding config options for using chatcleaner 2009-08-06 20:41:48 +00:00
doitux b30d84f879 2009-06-16 09:13:45 +00:00
doitux a6146399d4 readd disable startsplash option 2009-06-07 20:23:06 +00:00
doitux 4c35676a68 remeber last gametable and carddeck style dir in settings 2009-04-23 09:25:39 +00:00
doitux 3a93336dfa utf8 windows test 2009-04-17 23:12:56 +00:00
doitux 2417778152 remove obsolete config option "show intro at startup" 2009-04-10 07:30:14 +00:00
doitux 6f5a5ff035 move action pics 2009-04-09 20:35:56 +00:00
doitux 9e95209e69 remove statusbar config item 2009-04-07 19:10:11 +00:00
doitux f1a54ef73c 2009-04-06 00:38:26 +00:00
doitux 82fe9869e6 automatically save and restore gametable geometry (including fullscreen) 2009-04-03 19:57:45 +00:00
doitux da05707b26 next steps skinning implementation (config ready) 2009-03-30 13:12:44 +00:00
doitux f18ba16806 next steps skinning implementation (TESTING!!!) 2009-03-29 20:45:37 +00:00
doitux 1dbaf5a7fc start skinning implementation (config not ready!!!) 2009-03-28 20:34:23 +00:00
doitux b096149678 fixed startwindowbg issues - changed disitribute pot animation to blinking playernames 2009-03-26 09:47:14 +00:00
doitux d7bfab7d4e start implementing 10 player mode 2009-03-25 22:59:01 +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 4423fe798c add gui config for new avatar-server - turkish translation update 2009-02-28 12:43:32 +00:00
doitux f78de09078 switched back from QSettings to original config.xml for dialog settings 2009-02-21 20:41:29 +00:00
doitux 1451398331 next steps implementing cardschance 2008-10-14 20:45:51 +00:00
doitux 1d5aa18b1b adds two new config variables for automatic server configuration (serverlist) 2008-04-23 23:15:12 +00:00
lotodore 00d23f0219 Include tinyxml header only in cpp file. 2008-04-19 11:48:36 +00:00
lotodore c58aff2658 Store server pid in file, location can be changed by. First try, needs some cleanup work. Might require additional link options on Linux (new dependency: boost::program_options). 2008-02-10 12:38:12 +00:00