Open Side Menu Go to the Top
Register
[PokerStars] Software Improvement Thread [PokerStars] Software Improvement Thread

10-23-2011 , 11:44 AM
Are there plans to add "min. players/flop%" to the Easy Seat filters?
[PokerStars] Software Improvement Thread Quote
10-23-2011 , 02:56 PM
Quote:
Originally Posted by PizzicatoXev
When someone folds and shows a card or both cards, could the cards be recorded to the hand history please?
+1
[PokerStars] Software Improvement Thread Quote
10-23-2011 , 04:58 PM
Quote:
Originally Posted by PizzicatoXev
When someone folds and shows a card or both cards, could the cards be recorded to the hand history please?
and if I chose to show some cards, but not all my hole cards, please don't show my entire hand in the HH please
[PokerStars] Software Improvement Thread Quote
10-23-2011 , 05:00 PM
on this line, when someone shows a card/both cards, could they be displayed in the hand replayer before the hand is replayed rather than briefly while during? guessing that altering the HH to include the information would do this automatically so it's basically same request
[PokerStars] Software Improvement Thread Quote
10-23-2011 , 05:11 PM
Quote:
Originally Posted by G3K0
and if I chose to show some cards, but not all my hole cards, please don't show my entire hand in the HH please
Obv this
[PokerStars] Software Improvement Thread Quote
10-23-2011 , 05:29 PM
Update on chips/card layering post Oct20th update:

tested on both PC and Mac version, chips are mapped under the cards

PC screenie, HyperSimple.


obv an issue when you cannot see the bet/call amount before the action gets to you.
[PokerStars] Software Improvement Thread Quote
10-23-2011 , 08:38 PM
Fast Moving Ring Game Product which makes ninjas dizzy and rainbows and puppies are created as byproducts.
[PokerStars] Software Improvement Thread Quote
10-23-2011 , 10:05 PM
is your fast moving ring game product related to instadeal (http://www.instadealpoker.com) or is it your own thing? Please release it as soon as possible, and more info would be good.
[PokerStars] Software Improvement Thread Quote
10-23-2011 , 10:42 PM
Quote:
Originally Posted by e306
You all have probably encountered the following problem on pokerstars:
When playing multiple tables in a stack, a table usually pops up to the front if it requires action. When acted on that table, the next in line pops to the front.

Everything works fine, unless you move a table out of the stack for an important decision or special attention. When the single table on the side requires action, the pop-to-front-when-action-needed in the stack doesn’t work any more. The tables time down somewhere in the stack and you never get to see them.

Ideally i would like to continue playing the stack while timing down on the single table on the side, thinking about a big decision.
Or play multiple stacks, ie. 9 stacks on a 30" moitor with 3 tables each.

I did write a script to do this in AHK, but the ahk’s read-pixel functions (to detect tables with required action) are so slow that it doesnt work well with 24 tables.

this is the pseudo-code of what i need..

every time the software plays the "attention reqired" sound, it needs to launch this function:
Code:
multistackpopup()
{
  for i:= 1 to number_of_tables
  { 
    if actionrequired(i) 
      {
        for j:= 1 to number_of_tables
          {

//if table without action req is OVER table with action 
req then move table without action req to bottom 
(so that i can see the table with action req)

            if (Z_index(j) > z_index(i))    
                and (xcoordinates(i) = xcoordinates(j)) 
                and (ycoordinates(i) = ycoordinates(y)) 
                and (NOT actionrequired(j)))
              {movetobottomofstack(j)}
          }
  }
}
as you see, it would be super-easy to implement this into the pokerstars-software and would make everyone happier. (i think everyone wants this, but most of the players dont know how to explain the issue issue and how easy a solution would be)
+1
[PokerStars] Software Improvement Thread Quote
10-23-2011 , 11:06 PM
Quote:
Originally Posted by Hindu Cow
Fast Moving Ring Game Product which makes ninjas dizzy and rainbows and puppies are created as byproducts.
Post of the day
[PokerStars] Software Improvement Thread Quote
10-24-2011 , 02:06 AM
Option to activate table when cards are dealt, not only when it's my turn to act. Would make multitabling stud games easier
[PokerStars] Software Improvement Thread Quote
10-24-2011 , 03:24 AM
Quote:
Originally Posted by whatwonder
is your fast moving ring game product related to instadeal (http://www.instadealpoker.com) or is it your own thing? Please release it as soon as possible, and more info would be good.


.....



[PokerStars] Software Improvement Thread Quote
10-24-2011 , 05:48 AM
Quote:
Originally Posted by whatwonder
is your fast moving ring game product related to instadeal (http://www.instadealpoker.com) or is it your own thing? Please release it as soon as possible, and more info would be good.
what is the difference between this and rush poker?

insta deal promo video

Last edited by cgets; 10-24-2011 at 05:55 AM.
[PokerStars] Software Improvement Thread Quote
10-24-2011 , 06:28 AM
Quote:
Originally Posted by e306
Code:
multistackpopup()
{
  for i:= 1 to number_of_tables
  {
    if actionrequired(i)
      {
        for j:= 1 to number_of_tables
          {

//if table without action req is OVER table with action
req then move table without action req to bottom
(so that i can see the table with action req)

            if (Z_index(j) > z_index(i))   
                and (xcoordinates(i) = xcoordinates(j))
                and (ycoordinates(i) = ycoordinates(y))
                and (NOT actionrequired(j)))
              {movetobottomofstack(j)}
          }
  }
}


not an easy one. stars is already stretching the oses window manager quite a bit. popping up tables that need attention for example is somewhat rude when viewed from a window managers perspecive ..let alone stacking and tiling and whatnot of child windows around one the desktop.

"being rude" here translates to: impossible to get 100% right because (most) window managers do not support and do not want to support or encourage such advanced functionality for well thought reasons.

usual answer in a mailing list would be: if you need bells and whistels like this ..implement your own window manager. or find a way to handle it inside your programms main window. but for gods sake ..stay away from our desktop!

Last edited by mme; 10-24-2011 at 06:30 AM. Reason: wording
[PokerStars] Software Improvement Thread Quote
10-24-2011 , 06:36 AM
Quote:
Originally Posted by bigdog63
reinstall...now it works
well it's not working. Obviously related to Pocker Tracker


it is beginning to be quite annoying now
[PokerStars] Software Improvement Thread Quote
10-25-2011 , 05:54 AM
Quote:
Originally Posted by Cydonia
Are there plans to add "min. players/flop%" to the Easy Seat filters?
If this option was available it wouldn't actually help you sit at good tables DUCY?
[PokerStars] Software Improvement Thread Quote
10-25-2011 , 06:35 AM
Quote:
Originally Posted by cgets
what is the difference between this and rush poker?

insta deal promo video

Rigged IMO
[PokerStars] Software Improvement Thread Quote
10-25-2011 , 08:09 AM
what song is played in this video?
pls help!!
i tried to shazam it, but no look so far...
Quote:
Originally Posted by cgets
insta deal promo video
[PokerStars] Software Improvement Thread Quote
10-25-2011 , 09:06 AM
When this fast moving ring games will be avaliable for the players?

Please tell us more about that, a lot of players are waiting for your news Stefan, tell us something, anything.... PLZZZZZZZZZ!
[PokerStars] Software Improvement Thread Quote
10-25-2011 , 09:52 AM
^Is InstaDeal even part of Pokerstars?

From the look on their website doesn't look like it.
[PokerStars] Software Improvement Thread Quote
10-25-2011 , 10:41 AM
My guess is pokerstars will have it bigger and better. I would not be suprised if they launched a mobile version of this game as well.
[PokerStars] Software Improvement Thread Quote
10-25-2011 , 10:49 AM
I always thought, fulltilt had some kind of patent on rush poker.
[PokerStars] Software Improvement Thread Quote
10-25-2011 , 10:54 AM
I believe it was Patent Pending but taking as the site was down for this long maybe there was some clause. Just a guess.


Quote:
Originally Posted by e306
I always thought, fulltilt had some kind of patent on rush poker.
[PokerStars] Software Improvement Thread Quote
10-25-2011 , 12:39 PM
Quote:
Originally Posted by e306
I always thought, fulltilt had some kind of patent on rush poker.
No cause pokerstars are bringing out their own rush in a couple of months
[PokerStars] Software Improvement Thread Quote
10-25-2011 , 01:04 PM
Quote:
Originally Posted by MagicMurderBean
No cause pokerstars are bringing out their own rush in a couple of months
your response doesn't make any sense
[PokerStars] Software Improvement Thread Quote

      
m