mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-22 13:15:45 +00:00
6822796a95
- Removed the configurable interestingness from system.cfg. - InterestingLog contains all warning and errors now. - Modified and implemented methods in CLogger to write messages, warnings and errors to the log. - Modified a warning in CLocale so that the log wouldn't get spammed. To do: - Modify all of the logging statements in the source code. - Remove the current preprocessor directives LOG_INFO, LOG_WARNING and LOG_ERROR so that they can be used to log messages. This was SVN commit r6817.