(svn r17488) -Feature [FS#2339]: add the date to all logging in the (real, not in-game) console if show_date_in_console is set. For dedicated server binaries the default is 'on', for the rest it is 'off'.

This commit is contained in:
rubidium
2009-09-09 15:11:46 +00:00
parent 69a13877c3
commit aeb59f8e19
5 changed files with 40 additions and 6 deletions

View File

@@ -102,6 +102,8 @@ struct GUISettings {
uint16 network_chat_box_width; ///< width of the chat box in pixels
uint8 network_chat_box_height; ///< height of the chat box in lines
#endif
bool show_date_in_logs; ///< whether to show dates in console logs
};
/** Settings related to currency/unit systems. */