bustiiing / blazingstars

Automatically exported from code.google.com/p/blazingstars
0 stars 0 forks source link

Preset pre-flop raise feature. #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
A user requested that BlazingStars allow for selecting a fixed amount to
raise pre-flop (say 4xBB) with a single key.  Note that there is a
variation on this idea where the bet amount is something like 4xBB plus
1xBB for limper ahead of you.  This variation would be much more difficult
to implement, because it would require scraping the screen to determine how
many limpers there were.  Doing so would require a significant amount of
new code, and it is a low priority request;  I would like to see the basic
fixed amount implemented first.

UI for this feature should go under "Basic Keys", below the Bet Sizing area
of that preference pane.

Original issue reported on code.google.com by steven.h...@gmail.com on 25 Dec 2009 at 8:33

GoogleCodeExporter commented 8 years ago

Original comment by steven.h...@gmail.com on 25 Dec 2009 at 8:34

GoogleCodeExporter commented 8 years ago
Yeah, I think implementing a set fixed amount for all preflop bets with x added 
for each limper(not having to hit a 
hot key) should be addressed first. Basically repeating what you just said, 
ha.. 

Original comment by amar...@gmail.com on 28 Dec 2009 at 3:10

GoogleCodeExporter commented 8 years ago
As I mentioned, adding conditional bet sizing for the number of limpers would 
require
a significant amount of new code, and would be dicey before we sort out the 
screen
scraping issues anyways.  Implementing a fixed bet amount (i.e. 4xBB *without* 
any
adjustment for limpers) is easy to do and could be a reasonable stop-gap.  

Original comment by steven.h...@gmail.com on 28 Dec 2009 at 6:38

GoogleCodeExporter commented 8 years ago
I've added a basic preset preflop raise feature.  There's been a fair amount of
movement in the code in the last few days, so I'm going to consolidate and bug 
fix
for a while.  Let me know if any bugs come up.  

Original comment by steven.h...@gmail.com on 7 Jan 2010 at 6:50

GoogleCodeExporter commented 8 years ago

Original comment by steven.h...@gmail.com on 11 Jan 2010 at 7:45

GoogleCodeExporter commented 8 years ago
Nice to see this issue has been implemented. Thanks. What I'd like to see is the
ability to assign more than one hot key for pre-flop raises. The way I play, a
pre-flop raise of 2.5BB is the most common raise, followed by 3BB and 4BB. I'll
download the latest version and see where we are at.

Original comment by vyo...@gmail.com on 11 Jan 2010 at 8:20

GoogleCodeExporter commented 8 years ago
Also, on this issue, an option for auto clicking the bet button would be useful.

Original comment by vyo...@gmail.com on 12 Jan 2010 at 3:50

GoogleCodeExporter commented 8 years ago
OK....Played 16 tournament today using the debug software and the PF raise 
feature
worked great. Is it possible to add a couple more slots for different raise 
sizes??

Original comment by vyo...@gmail.com on 12 Jan 2010 at 11:52

GoogleCodeExporter commented 8 years ago
I'll look into doing that soon.  It will probably be the last thing I add 
before I
put the code into a feature freeze and move towards releasing 1.0.

Original comment by steven.h...@gmail.com on 13 Jan 2010 at 4:30

GoogleCodeExporter commented 8 years ago
Okay, I've added a couple more slots.  Hope they work for you, Vaughn!

Original comment by steven.h...@gmail.com on 15 Jan 2010 at 8:58

GoogleCodeExporter commented 8 years ago
Closing this one off to work on other bugs.

Original comment by steven.h...@gmail.com on 15 Jan 2010 at 8:24