(svn r2192) - Add greater control to the 'message options' window. Now you can turn off the telegraphc ticker sound for summarized messages, or turn off news-messages altogether (you get a red blot to notify you though). The [<][>] set the settings in one way, while clicking on the option itself, cycles it. This commit also 'fixes' bugs [1166973], [1121484] and patch [1169930].
- I also changed an order of strings from On, Off to Off, On, so this can be used ingame with the WWT_4 widget type. - Since the newssettings now take 2 bits per setting (off/summary/on) _news_display_opt is widened to 32 bits and the settings code changed slightly to accomodate for a maximum of 16 message-types.
This commit is contained in:
@@ -722,8 +722,8 @@ STR_02A5_TOWN_SIZE :{YELLOW}Miesto
|
||||
|
||||
STR_02B6 :{STRING} - {STRING}
|
||||
STR_02B7_SHOW_LAST_MESSAGE_OR_NEWS :{BLACK}Parodyti paskutine zinute ar spaudos pranesima
|
||||
STR_02B8_SUMMARY :{BLACK}Santrauka
|
||||
STR_02B9_FULL :{BLACK}Pilnas
|
||||
STR_SUMMARY :Santrauka
|
||||
STR_FULL :Pilnas
|
||||
STR_02BA :{SILVER}- - {STRING} - -
|
||||
STR_02BB_TOWN_DIRECTORY :Miestu katalogas
|
||||
STR_02BC_VEHICLE_DESIGN_NAMES :{BLACK}Tr. priemoniu pavadinimai
|
||||
@@ -769,8 +769,8 @@ STR_02D8_GIANT_SCREENSHOT_CTRL_G :Fotografuoti vi
|
||||
STR_02D9_ABOUT_OPENTTD :Apie 'OpenTTD'
|
||||
############ range ends here
|
||||
|
||||
STR_02DA_ON :{BLACK}Ijungta
|
||||
STR_02DB_OFF :{BLACK}Isjungta
|
||||
STR_02DA_ON :{BLACK}Ijungta
|
||||
STR_02DC_DISPLAY_SUBSIDIES :{BLACK}Rodyti subsidijas
|
||||
STR_02DD_SUBSIDIES :Subsidijos
|
||||
STR_02DE_MAP_OF_WORLD :Zemelapis
|
||||
|
||||
Reference in New Issue
Block a user