(svn r13375) -Add: logging of actions that could possibly cause desyncs and crashes to simplify debugging. See readme.txt for details

This commit is contained in:
smatz
2008-06-03 18:35:58 +00:00
parent 1b7fcf0171
commit 1f55797fe3
22 changed files with 1061 additions and 31 deletions

View File

@@ -22,6 +22,16 @@
*/
const char _openttd_revision[] = "@@VERSION@@";
/**
* Let us know if current build was modified. This detection
* works even in the case when revision string is overriden by
* --revision argument.
* Value 0 means no modification, 1 is for unknown state
* (compiling from sources without any version control software)
* and 2 is for modified revision.
*/
const byte _openttd_revision_modified = @@MODIFIED@@;
/**
* The NewGRF revision of OTTD:
* bits meaning.