master2be1 / pychess

Automatically exported from code.google.com/p/pychess
GNU General Public License v3.0
0 stars 0 forks source link

feature request: show rankings in game #408

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
pychess version: stauntun 0.10alpha2

when in internet chess mode (ex., FICS) post the player's respective
ranking next to their name (if they are ranked) when in a match. For
example, If I am playing a game against MortimerBlackwell which is a ranked
computer bot, I see "You vs MortimerBlackwell" at the top. It would be
better read "You vs MortimerBlackwell(2562)"

Original issue reported on code.google.com by PocketAc...@gmail.com on 8 Mar 2009 at 9:02

GoogleCodeExporter commented 9 years ago

Original comment by gbtami on 19 Mar 2009 at 8:22

GoogleCodeExporter commented 9 years ago
I have a patch for this which is attached.

Unfortunately, adding title information (FM, C, *, etc.) is not possible 
without a
hack (that I will not post because it's too ugly :)) that involves running a 
finger
command on each player during board initialization. I am working on a 
FICSPlayers
class that keeps track of the players online (title, ratings, etc.) 
automatically and
which ICLounge can also use for the Game and Player lists.

Original comment by mattgatto on 3 Apr 2009 at 11:09

Attachments:

GoogleCodeExporter commented 9 years ago
Added in revision 1449.

Original comment by mattgatto on 5 Apr 2009 at 5:03

GoogleCodeExporter commented 9 years ago
This does take up more space in the allready crowded tab-area,
but I agree that it is the best way to add the information for now.
Good patch.

Original comment by lobais on 5 Apr 2009 at 9:35