Menu

#3 Feature--more information in subs dialog

open
nobody
None
7
2005-06-28
2005-06-28
JHui
No

We've been using this great program on our mixed club
team (WMD from Cambridge, MA) for two years now, and
the captains have found it very useful for tracking
performance. One request we have, though, is the
ability to see the number of turnovers each player has,
while in the subs dialog, rather than number of points
played. This is because we've noticed at high-level
club play, the number of throwaways is more important
in deciding who should go in and who shouldn't, than is
the number of points they may have played. It's a
minor modification--would it be easy for an amateur
programmer to handle the source modifications?

Many thanks.

Discussion

  • JHui

    JHui - 2005-06-28
    • priority: 5 --> 7
     
  • Alan Harder

    Alan Harder - 2005-06-28

    Logged In: YES
    user_id=70034

    Take a look at guiSub.c lines 145-176.. modify this code to
    fill the str variable with the value you'd like to see.
    However, turnover count isn't actively tracked during the
    game.. so you'll either have to add that (perhaps in the
    struct in global.h) or call parseGame every time the subs
    dialog comes up (easier to code, but much slower; see
    guiSub.c:508).

     

Log in to post a comment.

MongoDB Logo MongoDB