Skip to content

v0.4.2

Compare
Choose a tag to compare
@tomreece tomreece released this 10 Dec 04:24
· 36 commits to master since this release
  • Better output when making trades. Example:
Found 2 card(s) worth 432 points to trade to Trader Name who has 1208 points...
  Sent Whisperwood Elemental for 254 PucaPoints!
  Failed to send Banisher Priest. Reason: Someone beat you to the draw
  Sent Greenwarden of Murasa for 178 PucaPoints!
Successfully sent 2 out of 3 cards worth 432 points!
  • Speed improvements:
    • Immediately stop parsing a row in the trades table if the member has less
      points than the configured min_value.
    • Sum total bundle value as we go along instead of doing another pass over
      the data just to sum.
  • Debugging statements logged to debug.log file (Thanks @Droogans)