0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 16 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
mini-roadmap. More... over 13 years ago
removed half-hearted 'security' measure. better to have real security than worthless workarounds. More... over 13 years ago
helpful readme. More... over 13 years ago
renamed rotator2 to replace old rotator (now removed). More... over 13 years ago
renamed to unix standard. More... over 13 years ago
True randomness using system entropy. More... over 13 years ago
updated with lots of changes and bug fixes. More... over 13 years ago
updated reference client for recent JSON API changes. More... over 13 years ago
BUGFIX: award darkbets to someone. More... over 13 years ago
less cryptic message when missing argument for commands that need it. JSON API strictly refers to 'player' now instead of mixing terms 'nickname' and 'player' More... over 13 years ago
BUGFIX: IllegalRaise crashing game. More... over 13 years ago
removed completed items. More... over 13 years ago
BUGFIX: vicious bug where FatalFred hand of posting SB from POST_SB_BB prevented POST_SB_BB-player from going allin. As seen: http://www.youtube.com/watch?v=FqwvVPfarP4 More... over 13 years ago
BUGFIX: postsbbb only displaying postsb message. More... over 13 years ago
... removed rest of old debug code. More... over 13 years ago
removed obselete debug code. More... over 13 years ago
BUGFIX: Upgrade former PAID_BB to PAID_SB_BB when new player sits in the small blind. More... over 13 years ago
random names for my lazy comfort. i assume it works but my system is upgrading atm and everything's broken... More... over 13 years ago
removed completed items. More... over 13 years ago
BUGFIX: show bet not raise when on flop/turn/river and no-one has bet yet. More... over 13 years ago
Action: action_to_repr & repr_to_action... vim makes me feel like a wizard :) More... over 13 years ago
style changes for consistency & logic. see below: - consistent style throughout - consistent naming of various objects (nickname -> str, player -> object, seatid -> int, seats -> list, bettor -> subobj of player) - usage of uppercase names for states as per PSEP coding style. - json space seperation for end readability. 'invalidseat' -> 'invalid seat' More... over 13 years ago
leave table & human readable messages (added spaces) More... over 13 years ago
partial migration to new style cases. More... over 13 years ago
Revert "Revert "converted cases to new style."" More... over 13 years ago
Revert "converted cases to new style." More... over 13 years ago
converted cases to new style. More... over 13 years ago
self.reply(json.dumps(...)) -> self.send_json(...) & removed self.reply(...) More... over 13 years ago
send sit-out update BEFORE actually do sit out so that game stop message happens after also. More... over 13 years ago
message for when the game stops. More... over 13 years ago