Commit Graph
1074 Commits
Author SHA1 Message Date
lotodore 985e6d7d86 Cosmetic changes. 2007-10-02 17:01:23 +00:00
lotodore 6bfea736cf Transfer new blind options in network games. 2007-10-02 15:00:33 +00:00
lotodore 8c88b68476 Fixed bug when flipping cards. 2007-10-02 14:44:25 +00:00
lotodore 20874e70cf Remove all qt stuff from server pro-files. 2007-10-02 11:26:39 +00:00
lotodore 04ee74e6de Remove all qt stuff from server pro-files. 2007-10-02 11:23:41 +00:00
lotodore 646660a27c Removed qtcore include (forgot it before). 2007-10-02 11:17:00 +00:00
doitux 71b63255ef bugfix 2007-10-01 10:59:13 +00:00
doitux cffacbbe1a remove playerlist iterator from log 2007-10-01 09:16:54 +00:00
lotodore 025b05b26c Moved qtcore include to cpp file. 2007-10-01 08:50:08 +00:00
doitux e31f74fe01 fixes linux compilation problem. add /usr/games/bin support for appPath (gentoo) 2007-10-01 07:17:05 +00:00
lotodore b4a1ce8bd5 Dedicated server no longer depends on qt. Added code for utf-8 conversion on windows and linux (without qt). Some small issues remain (like the data-dir and charset for the server). 2007-10-01 00:33:05 +00:00
doitux c17be5af25 bugfix 2007-09-30 21:49:51 +00:00
doitux c546352da8 adds activePlayerList and runningPlayerList (XXIX) - and hopefully the last one ;) 2007-09-30 21:13:55 +00:00
doitux 0d06041857 settings updated (+sound categories, -engine versions) 2007-09-30 20:22:38 +00:00
doitux 24f8c6bf31 add sound notification for highlighted chat messages 2007-09-30 19:40:43 +00:00
lotodore 0d1650e9a9 Fixed a bunch of compiler warnings. 2007-09-30 18:50:46 +00:00
doitux 0e11228a95 highlight lobbychat messages with own nick into 2007-09-30 18:48:43 +00:00
lotodore 6fcc400443 Fixed connection issue with libircthread. 2007-09-30 17:47:40 +00:00
lotodore d741d78bbe Remove player from nick list when kicked. 2007-09-30 16:47:06 +00:00
lotodore 3e4ae85fff Fixed irc rename. 2007-09-30 16:36:33 +00:00
lotodore 8f179acd9f Fixed linefeeds. 2007-09-30 16:22:02 +00:00
lotodore 087a0d0cda IRC polishing work - kicks are shown, error messages are displayed. Rename somehow buggy still. 2007-09-30 16:19:44 +00:00
lotodore 5edf38a6cb Fixed some msvc problems with libircclient. Fixed auto start boost timer issue. Fixed irc thread termination (this time for real). Using strdup and free on MSVC causes "heap corruption error" in debug mode - use _strdup instead in libircclient. 2007-09-30 13:15:52 +00:00
lotodore c33bf3a3d6 Recursive mutex in configfile. 2007-09-30 13:08:24 +00:00
doitux 81b31c1aca firstSmallBlind -> manualBlinds-list collision check 2007-09-30 12:19:50 +00:00
doitux 9d702b3fcc 2007-09-30 11:15:03 +00:00
lotodore f903e4ae6d Fixed compiler warnings. 2007-09-30 08:21:29 +00:00
doitux 2cc4b22d72 2007-09-30 00:56:43 +00:00
doitux 20df461ab6 check for max 30 items in blinds list 2007-09-30 00:45:21 +00:00
doitux 10740df0fb gui fixes 2007-09-30 00:42:14 +00:00
doitux 1ed4eeec87 adds activePlayerList and runningPlayerList (XXVIII) - bugfix 2007-09-30 00:41:23 +00:00
doitux 68595450f1 adds activePlayerList and runningPlayerList (XXVII) 2007-09-30 00:36:36 +00:00
doitux f8be237ead adds activePlayerList and runningPlayerList (XXVI) 2007-09-30 00:06:34 +00:00
lotodore 879cac4bbc Don't use runningPlayerLists in server, as all in players are not in these lists. Fixed game state in lobby for players joining after a game started. 2007-09-29 22:50:57 +00:00
doitux 27b82a4260 2007-09-29 22:50:20 +00:00
doitux 3db1435185 lock icon shows private games 2007-09-29 22:44:16 +00:00
doitux 0b5209979f 2007-09-29 22:25:33 +00:00
lotodore fe352cb2dc Kind of fixed irc termination issue (cannot completely be fixed without modifying libircclient). 2007-09-29 20:20:25 +00:00
lotodore aaf4106c20 Send notification to clients when a game in the lobby was started. Mark games as running in lobby dialog. 2007-09-29 20:20:01 +00:00
lotodore 43103d6fea Name fix. 2007-09-29 19:23:14 +00:00
doitux e800a83193 2007-09-29 17:10:38 +00:00
doitux 6e795d99d5 adds activePlayerList and runningPlayerList (XXV) - bugfixes 2007-09-29 17:08:05 +00:00
doitux 45774f4b75 adds activePlayerList and runningPlayerList (XXIV) - bugfixes 2007-09-29 16:08:48 +00:00
lotodore 3c88ba8bbe Game list in Lobby is now shown and updated even after joining or creating a game. Game updates will be sent by the server at all times (even during the game). 2007-09-29 14:05:41 +00:00
doitux 390837f332 adds activePlayerList and runningPlayerList (XXIII) - bugfixes 2007-09-29 13:22:00 +00:00
doitux 4b56af8c42 Human_Player check before join Lobby, Sortable AvailablePlayer List in Lobby 2007-09-29 09:47:09 +00:00
lotodore 9d797edcb6 Fixed compiler warnings. 2007-09-29 09:38:52 +00:00
lotodore 80227f4e88 Removed exception-cpp-files. Fixed compilation with latest mingw. 2007-09-29 09:16:39 +00:00
doitux fc435f2769 exceptions & bugfixes 2007-09-29 00:08:19 +00:00
doitux eec7e6c097 adds activePlayerList and runningPlayerList (XXI) - bugfixes 2007-09-28 15:04:52 +00:00