settings.h
Mon, 13 Feb 2006 22:06:02 +0000 truelight (svn r3600) -Fix: suppress error on 64bit targets
Sat, 04 Feb 2006 22:48:57 +0000 Darkvater (svn r3547) - [Patches]: do some general cleanup, commentarization before starting actual work. This patch contains no functional changes (I hope). It might break GPMI-builds though when trying to join a trunk/ network game or vice versa. To solve, you can change the order of the first 8 enums in SettingDescType. I think that'll work.
Sun, 07 Aug 2005 14:18:17 +0000 tron (svn r2831) Fix some potential and real buffer overflows
Sun, 24 Jul 2005 14:12:37 +0000 tron (svn r2701) Insert Id tags into all source files
Mon, 02 May 2005 15:52:19 +0000 Darkvater (svn r2243) -Fix: Rework of console. Use 'help command|variable' to get help about it. You can assign variables with =, ++, --, or just new value. Console parser is now lenient towards typed spaces, and more robust in general (at least readable). Removed the 'set' command, instead implemented all such variables as 'variables'.
Wed, 22 Dec 2004 13:19:26 +0000 dominik (svn r1215) Feature: You can now make a custom currency by chosing "Custom..."
Sat, 18 Dec 2004 16:00:10 +0000 dominik (svn r1157) Enhanced the config file (openttd.cfg) to use another section type. "List sections" as opposed to "variable sections" contain a list of values, separated by a new line. This is now used for the [newgrf] group. You have to edit each line in this section from e.g. "0 = firstset.grf" to only "firstset.grf".
Sat, 04 Dec 2004 17:54:56 +0000 truelight (svn r942) -Merged branch/network back into the trunk