Commit Graph
1660 Commits
Author SHA1 Message Date
lotodore 618ed80e2d Fixed network game bug which was introduced in the bugfix release by changing the id of the first game to 1. 2009-01-03 11:36:03 +00:00
lotodore 31d1b9a011 Console client: Allow better use of the lib for testing. 2008-12-30 16:05:21 +00:00
lotodore 128c917a5b Console client: Adding support for password protected games. Fixed issue with custom blinds. Cosmetic changes. 2008-12-28 01:37:59 +00:00
lotodore e4ead9e706 Console client: Several fixes and improvements (thanks to heyn). 2008-12-27 16:24:49 +00:00
doitux ef8e277295 germand and spanish translation update. change-human-player lineedit without maxcharlimit bugfix 2008-12-27 13:02:20 +00:00
lotodore e3d7f3d124 Console client: Print a message if the action was rejected by the server. 2008-12-27 09:37:53 +00:00
doitux 62a199d5c6 some gui fixes 2008-12-26 23:16:12 +00:00
lotodore 26391b57d1 Console client: Several fixes, added handling of removed from game event. 2008-12-26 23:05:45 +00:00
lotodore 52fc37a8b7 Console client: Display chat messages. 2008-12-26 20:01:25 +00:00
lotodore 6f9129818c Console client: Adding proper termination after the game. Adding missing source files. 2008-12-26 18:27:48 +00:00
lotodore 8de66094f3 Restrict message sizes. 2008-12-26 16:55:46 +00:00
lotodore 23c3ae3849 Enable sending of a global message box through the irc bot, to inform clients about server reboots. 2008-12-26 16:47:14 +00:00
lotodore 36ef30bedc Console client: Several fixes (mainly mono specific). 2008-12-26 13:54:36 +00:00
lotodore 4f48fdbe2a Allow the server to send a global notice to all players (for example if a server reboot is going to happen). Does not work with current client version 0.6.3. 2008-12-26 13:50:09 +00:00
lotodore 5623e0865d Console client: Now functional, but several features are still missing. 2008-12-25 21:12:59 +00:00
lotodore 77bb02113a Let the server automatically perform call/all in without the client having to provide values. 2008-12-25 21:11:05 +00:00
lotodore 4e6b9d9357 Console client: Show cards and result at end of hand. All-in still not working. 2008-12-25 16:46:38 +00:00
lotodore 6797fa3f54 Console client: Output similar to PokerTH log. 2008-12-24 23:22:23 +00:00
lotodore 60fd3e2010 Console client: Show flop/turn/river cards. 2008-12-23 23:29:18 +00:00
lotodore 660168b8aa Console client: Print player action. 2008-12-23 22:30:02 +00:00
lotodore 1548598944 Fix access violation when someone votes after the vote timeout. 2008-12-23 18:17:14 +00:00
lotodore a46d07f24e Cleanup work 2008-12-23 17:55:35 +00:00
lotodore 457ce36a98 Console client: Separate lib stuff from console client, in order to use it for tests. 2008-12-23 17:24:31 +00:00
lotodore 04616ef89c Console client: Added console callback, display more information. Cache hand state. 2008-12-23 14:24:37 +00:00
lotodore 28e7accd90 Console client: Display cards of player for each hand. Display server messages. 2008-12-23 02:15:49 +00:00
lotodore 6fa4f6585b Disabled kicking computer players, which causes the current crashes of the server. 2008-12-23 01:34:32 +00:00
lotodore ea2a1288be Console client: Support for additional network packets. Preparing game. 2008-12-22 23:03:15 +00:00
lotodore 16ac9b161e Updated for 0.6.3 2008-12-22 00:19:36 +00:00
lotodore b106ddffe3 Increment network protocol version. 2008-12-21 22:11:49 +00:00
lotodore 23c9bf136b Updated release paths for mingw. 2008-12-21 21:39:47 +00:00
lotodore eaefc64dd4 Fix mingw boost version. Release build. 2008-12-21 21:14:14 +00:00
doitux 0b1ca0a56a 2008-12-21 20:16:12 +00:00
doitux a68baf186c 2008-12-21 20:13:04 +00:00
doitux a536ff91e1 2008-12-21 20:03:21 +00:00
doitux e126bd51fe translation update for 0.6.3 2008-12-21 20:00:07 +00:00
doitux 7e007c37be 2008-12-21 19:23:59 +00:00
lotodore 0ce85c0077 Console client: Now able to join game, and (passively) start game. Cannot play yet, though ;-). 2008-12-21 17:38:59 +00:00
lotodore 73778494b7 Console client: Retrieve player names. 2008-12-21 14:23:40 +00:00
doitux cc2e0251d3 startwindow bg gfx 2008-12-21 12:13:35 +00:00
lotodore 7decd7ba1c Linefeeds. 2008-12-21 01:38:53 +00:00
lotodore 2aec6c8534 Console client: New packet types. Preparing to join game. 2008-12-21 01:37:17 +00:00
lotodore 4f78b32f9d Fix compiler error. 2008-12-20 20:16:26 +00:00
floty e7a63b1a99 vector in cardsChance 2008-12-20 19:01:07 +00:00
floty c95b4aecf8 vector in cardsChance 2008-12-20 18:47:38 +00:00
floty 7ba70be3ac vector in cardsChance 2008-12-20 16:47:02 +00:00
lotodore 10624d5399 Clarification: The password protection flag is not a general game flag. General flags should be in the game info block. 2008-12-19 12:10:50 +00:00
lotodore b2dae6e4f7 Mainly cosmetic changes. 2008-12-19 10:26:02 +00:00
lotodore e78ce57e5d Normalizing linefeeds. 2008-12-19 00:39:56 +00:00
lotodore 03c82b3e7c Adding pokerth console client. Written in C#, .NET 2.0, License is Gnu AGPL 3 or later. Very early stuff, currently only displays list of games. Runs with Mono. 2008-12-19 00:36:04 +00:00
floty 53af719071 cardsChance 2008-12-17 21:50:05 +00:00