(svn r1479) -Added highscore chart (accessible from the difficulty window) with top5 companies for a given difficulty (select the difficulty in the menu)
-Added endgame score on 1 jan 2051 where you are added to the highscore if sufficiently large points have been accumulated. Game is paused while -These values are saved in hs.dat; added read/write functions for it -Added code to delete all windows to show charts. There is one issue left: somehow a news-gui pops up in front of the the chart at the end of the game.
This commit is contained in:
@@ -573,9 +573,10 @@ STR_0216_CAPITALIST :Capitalist
|
||||
STR_0217_MAGNATE :Magnate
|
||||
STR_0218_MOGUL :Mogul
|
||||
STR_0219_TYCOON_OF_THE_CENTURY :Tycoon of the Century
|
||||
STR_021A :{BIGFONT}'{STRING}' ({COMMA16})
|
||||
STR_021B_ACHIEVES_STATUS :{BIGFONT}{STRING}{STRING} achieves '{STRING}' status!
|
||||
STR_021C_OF_ACHIEVES_STATUS :{BIGFONT}{STRING}{STRING} of {STRING} achieves '{STRING}' status!
|
||||
STR_HIGHSCORE_NAME :{BIGFONT}{STRING}, {STRING}
|
||||
STR_HIGHSCORE_STATS :{BIGFONT}'{STRING}' ({COMMA16})
|
||||
STR_021B_ACHIEVES_STATUS :{BLACK}{BIGFONT}{STRING} achieves '{STRING}' status!
|
||||
STR_021C_OF_ACHIEVES_STATUS :{WHITE}{BIGFONT}{STRING} of {STRING} achieves '{STRING}' status!
|
||||
STR_021D :{BLACK}
|
||||
STR_021E :{WHITE}
|
||||
STR_021F :{BLUE}{COMMA16}
|
||||
|
Reference in New Issue
Block a user