Skip to content

OpenHoldem_11.1.3___2017_04_12

Compare
Choose a tag to compare
@TheHighFish TheHighFish released this 12 Apr 08:24
· 890 commits to master since this release

v11.1.3 2017-04-12

BUG FIXES:

  • Fixed a bug in the initialization of MinOpponentStackSize.
    Thanks to Relhby for reporting.
    [THF]
  • Fixed unbelievable ten bugs and problems in NutFullHouseOrFourOfAKind.
    Thanks to Stars83 and Smuroff for reporting several buggy cases.
    Special thanks to ChuckNeverMuck who did all the review, fixing, testing.
    [THF]
  • The keyboard-DLL executed one mouse-click too much.
    Thanks to Gunfadoso for reporting and for suggesting the fix.
    [THF]
  • The fix in the redacted version 11.1.2 to clear all data
    of a player who left the table broke scraping of the dealer-chair,
    as during a new scrape a player could get temporary marked as "not seated".
    Thanks to ChuckNeverMuck and Eden for reporting.
    [THF]
  • betpositionrais and callposition didn't work as expected.
    Thanks to Mike for reporting, debugging and providing the fix.
    [THF]
  • The MicroSoft function GetCurrentprocessID did at some
    Windows XP system not work early on startup,
    thus causing the new auto-starter to go crazy.
    We now try to get the process ID later
    and turn the auto-starter off if the process ID fails completely.
    Thanks to Mike for reporting and providing log-files.
    [THF]
  • The statusbar got completely re-implemented, as there was a deadlock
    that could freeze OpenHoldem if debugging for the GUI and the formula
    was enabled. The displayed information in the statusbar got reduced,
    as most info is visible in the table display.
    [THF]

MAINTENANCE:

  • The function f$betsize_enable_rounding got removed,
    because the people who demanded to "control everything to the penny"
    proved unable to handle the full power of WinHoldem-style misconfigurability.
    [THF]

ManualMode v11.1.3 2016-04-12

BUG FIXES:

  • The game-type selection in the game-info-dialog didn't work,
    since we reordered the options when NL became default.
    Thanks to JohnNash and Relhby for reporting.
    [THF]
  • Added some missing poker networks to the drop-down-menu
    of the game.info-dialog. Thanks to ValueBotty for reporting.
    [THF]