Commit Graph
3731 Commits
Author SHA1 Message Date
lotodore 6dff34a589 Remove asserts and make cppcheck happy. 2015-01-13 22:21:11 +01:00
Felix Hammer a212e5c037 change define to ifdef 2015-01-09 23:11:39 +01:00
Felix Hammer 32d2e2e159 make android build bot happy again 2015-01-09 23:09:42 +01:00
Felix Hammer c8bcfc1390 try to make linux build on buildbot working again 2015-01-06 20:51:49 +01:00
lotodore 81ce13f3d7 Fixing bug due to issue #282 for Windows build. 2015-01-06 17:02:45 +01:00
lotodore bace7cd987 Workaround for issue #282 (should be backward compatible). 2015-01-06 15:55:29 +01:00
Felix Hammer 507fbae5aa Changes to integrate a new qml gui target 2015-01-06 00:48:19 +01:00
Felix Hammer 6a8c159450 add first qml files 2015-01-06 00:43:58 +01:00
lotodore fa4df857e4 Fixing some of the java test cases. Still incomplete. 2015-01-06 00:37:23 +01:00
lotodore c24e8a3fa9 Fixing problem with subscription request message. 2015-01-03 12:38:33 +01:00
lotodore bd981dd581 Fix "create game" message. 2015-01-02 16:03:19 +01:00
lotodore 1f6c3d8ccf Builds with protocol changes (currently untested). 2014-12-28 01:03:06 +01:00
lotodore fdfba430b2 Builds with protocol changes (currently untested). 2014-12-28 01:01:52 +01:00
lotodore 47093976ca More work on new network protocol. 2014-08-19 18:19:17 +02:00
lotodore 88e5f600aa Merge branch 'new_local_game' of github.com:/pokerth/pokerth into gocode 2014-08-19 18:18:32 +02:00
floty 015d6b7c72 create additional class for server time delay; remove define NEW_LOCAL_GAME 2014-07-27 18:09:19 +02:00
lotodore 7eaa23b049 Server Umbau zwischenversion. 2014-07-13 13:48:01 +02:00
lotodore 171d05fdaf Merge branch 'new_local_game' of github.com:/pokerth/pokerth into gocode 2014-07-13 13:38:07 +02:00
floty 304eac07a3 first modifcations for new local game; enabling: uncomment define NEW_LOCAL_GAME in game_defs.h 2014-07-11 18:15:40 +02:00
lotodore f2f0c0a15e Merge branch 'master' of github.com:/pokerth/pokerth into gocode 2014-06-22 13:43:10 +02:00
floty cf60947efc delete old cards value function, thx for the great reliability last 8 years ;) 2014-06-12 02:32:38 +02:00
floty b79c60e246 complete integration of new cards value function with an additional auxiliary function; renaming some variables; comment old code 2014-06-12 02:24:59 +02:00
floty a2d7c2e916 running astyle 2014-06-08 17:04:59 +02:00
floty 16f3f6ceb2 shifting auxiliary function bitcount from Tools to CardsValue 2014-06-08 17:03:53 +02:00
floty 61bdbe8e06 edit hints of cppcheck 2014-06-04 00:45:55 +02:00
lotodore 6058345c92 Adding first code for new go-based dedicated server. 2014-05-30 17:07:43 +02:00
doitux 027ba4c2f7 Update and rename PokerTH.appdata.xml to pokerth.appdata.xml 2014-05-27 12:34:27 +02:00
doitux b51c346695 Update PokerTH.appdata.xml
Fix some typos
2014-05-27 10:31:33 +02:00
doitux 1d86cd3835 Update PokerTH.appdata.xml 2014-05-27 10:29:58 +02:00
doitux c1d7266e50 multiple changes (like backbutton handling fixes) for android releases 1.1.1 2014-05-27 08:04:47 +02:00
doitux f3c86990c9 Merge remote-tracking branch 'origin/master' 2014-05-27 08:03:36 +02:00
doitux ceb123d21d android changes on gametable 2014-05-27 08:03:30 +02:00
doitux df2cf5287a android changes on startwindow 2014-05-27 08:02:18 +02:00
doitux 72d8e59d18 add initial appdata file (#280) 2014-05-27 07:22:54 +02:00
floty 590f9f7a33 prepare implementing new cards value function for calculating odds: rename myCards to myHoleCards 2014-05-26 12:41:21 +02:00
floty 6dffbaeea5 implement short version of new cards value function; reimplement calc cards chance with new short cards value function 2014-05-26 02:06:49 +02:00
floty 0f59c0ad57 implement new cards value function; circa factor 10 faster than old version 2014-05-24 15:13:49 +02:00
floty ac85136ac2 activate new format for log export due to insufficients part of old format 2014-05-11 16:45:23 +02:00
lotodore c2fa235e80 Merge branch 'master' of github.com:/pokerth/pokerth 2014-05-10 21:07:15 +02:00
lotodore 36149eddfe Adding different error messages for connection failure with IPv6 (#276). 2014-05-10 21:06:50 +02:00
floty e4d358f97a cleanup game logging; delete old code and disused defines 2014-04-04 18:51:26 +02:00
lotodore 316f2f43c3 Adding libboost-chrono dependency on Mac/Linux. 2014-03-29 20:33:21 +01:00
lotodore 757f12f35b Switching from asio deadline_timer to asio steady_timer in order to fix #55. This requires the (boost or native) chrono lib. 2014-03-29 16:13:53 +01:00
floty 8a1e3a4371 bugfix check log-object for debug_mode 2014-03-25 21:33:10 +01:00
floty 1f0e256fe6 reorgranize debug_mode 2014-03-23 23:11:16 +01:00
floty b93525607e run astyle 2014-03-16 21:46:52 +01:00
floty 2a78c06d03 reorgranize debug_mode 2014-03-16 21:45:35 +01:00
floty ef96b76c1d replace throwing exceptions in distribute pot function by error handling with error messages 2014-03-15 18:58:04 +01:00
floty 7f3c8a8608 bugfix for #275: remove dealerPosition from constructor of localBoard and transmit when it's needed 2014-03-02 00:50:28 +01:00
lotodore 3cbb365c61 Don't let a websocket login kick a normal login. 2014-02-15 23:15:27 +01:00