Summary: | Scoring requires a list of five players | ||
---|---|---|---|
Product: | [Applications] kajongg | Reporter: | ospalh <ospalh> |
Component: | general | Assignee: | Wolfgang Rohdewald <wolfgang> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde-games-bugs |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kajongg/e06f2998cbad8d5f53a8da9d1af3b86f1e493846 | Version Fixed In: | 4.11.1 |
Sentry Crash Report: |
Description
ospalh@gmail.com
2013-08-14 09:39:03 UTC
It also looks like there is only one player available for the “Login - Kajongg” dialog when you start a game rather than try to score one. Then, when starting the scoring session, in the “Select Four Players - Kajongg” dialog, this play-player is not available. For East, there are only the four remaining players to choose from. For S, W, N, there are even fewer players to choose from. Git commit 984713828a8c8937413997ddc0de63ab9b5a1cbf by Wolfgang Rohdewald. Committed on 14/08/2013 at 13:00. Pushed by wrohdewald into branch 'KDE/4.11'. all players in player list can now be used for scoring games commit 375c76b cleaned the data base structure, removing server name and password from the player table. Since then, only player id and name are defined per player, so there is no reason why not all of them should be usable for scoring games up to 375c76b, the same player name could appear more than once in the player table: once for scoring games and once for every game server. FIXED-IN: 4.11.1 M +3 -9 src/player.py M +5 -5 src/playfield.py http://commits.kde.org/kajongg/984713828a8c8937413997ddc0de63ab9b5a1cbf Git commit e06f2998cbad8d5f53a8da9d1af3b86f1e493846 by Wolfgang Rohdewald. Committed on 14/08/2013 at 13:00. Pushed by wrohdewald into branch 'master'. all players in player list can now be used for scoring games commit 375c76b cleaned the data base structure, removing server name and password from the player table. Since then, only player id and name are defined per player, so there is no reason why not all of them should be usable for scoring games up to 375c76b, the same player name could appear more than once in the player table: once for scoring games and once for every game server. FIXED-IN: 4.11.1 M +3 -9 src/player.py M +5 -5 src/playfield.py http://commits.kde.org/kajongg/e06f2998cbad8d5f53a8da9d1af3b86f1e493846 |