settings.c
Wed, 22 Mar 2006 11:17:21 +0000 celestar (svn r4015) -Backport from trunk: Default the patch-setting 'pause_on_join' to true. 0.4.5
Wed, 03 Jan 2007 08:32:17 +0000 celestar (svn r7789) [cbh] - Sync with r7720:7758 from trunk custombridgeheads
Tue, 15 May 2007 22:02:32 +0000 rubidium (svn r9853) [0.5] -Backport from trunk (r9837, r9827, r9785, r9775, r9758, r9716): 0.5
Tue, 10 Apr 2007 09:57:35 +0000 truelight (svn r9584) [0.5] -Backport frmo trunk (r9542, r9565, r9573): 0.5
Tue, 10 Apr 2007 09:40:36 +0000 truelight (svn r9582) [0.5] -Backport from trunk (r9425, r9437, r9455, r9519): 0.5
Mon, 26 Mar 2007 00:20:22 +0000 belugas (svn r9471) [0.5] -Backport from trunk (r9467 & r9469): 0.5
Mon, 19 Mar 2007 19:22:26 +0000 rubidium (svn r9343) [0.5] -Backport from trunk (r9000, r9001, r9097, r9137): 0.5
Mon, 19 Mar 2007 18:54:48 +0000 rubidium (svn r9342) [0.5] -Backport from trunk (r8980, r9065, r9339): 0.5
Sat, 24 Feb 2007 01:02:15 +0000 Darkvater (svn r8870) [0.5] -Backport from trunk (r8684, r8709, r8738, r8777, r8828): 0.5
Wed, 17 Jan 2007 00:05:51 +0000 Darkvater (svn r8172) -Backport from trunk (r8013, r8134): 0.5
Wed, 20 Dec 2006 20:43:52 +0000 Darkvater (svn r7517) -Codechange: Set pointers to NULL when freeing the newgrf config variables and add the proper const to CopyGRFConfigList
Tue, 12 Dec 2006 19:38:41 +0000 peter1138 (svn r7490) -Feature: Load a list of NewGRFs from the config (in the [newgrf-static] section) that should always be loaded. These will also be active during the intro screen, and in multiplayer games. Only "network-safe" NewGRFs are permitted, such as fonts and sprite replacement sets.
Sun, 10 Dec 2006 11:32:54 +0000 peter1138 (svn r7465) -Codechange: Save the default GRF configuration.
Sun, 10 Dec 2006 10:12:54 +0000 peter1138 (svn r7463) -Codechange: Don't load invalid NewGRF files from the configuration file; instead show a warning.
Mon, 04 Dec 2006 08:30:04 +0000 peter1138 (svn r7348) -Feature: Initial support for saving NewGRF settings with savegames. Back up your savegames...
Sat, 02 Dec 2006 16:56:32 +0000 peter1138 (svn r7326) -Feature: Add support for gradual (un)loading of vehicles (Maedhros)
Thu, 30 Nov 2006 13:52:31 +0000 KUDr (svn r7296) -Fix: [YAPF] setting yapf.rail_look_ahead_max_signals to zero causes YAPF to behave incorrectly. Set its min value to 1. (Danny)
Mon, 27 Nov 2006 23:11:56 +0000 peter1138 (svn r7269) -Feature: Add freight trains patch option. This option is a multiplier for the weight of cargo on freight trains, to simulate longer heavier trains. The default value of 1 behaves as before.
Tue, 21 Nov 2006 20:23:57 +0000 Darkvater (svn r7232) -Codechange: Also allow for the save/load of non pre-allocated strings inside structs.
Tue, 21 Nov 2006 20:20:30 +0000 Darkvater (svn r7231) -Codechange: rename ini_get_variable to GetVariableAddress for use both in settings.c
Fri, 17 Nov 2006 19:31:44 +0000 KUDr (svn r7195) -Feature: [FS#297, optional elrails] New patches/vehicles option 'disable electrified railways'.
Fri, 17 Nov 2006 10:42:20 +0000 KUDr (svn r7190) -Fix: If the non-player-based _patches setting was changed on the server during MP game, the callback function was:
Thu, 16 Nov 2006 22:05:33 +0000 peter1138 (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
Thu, 16 Nov 2006 20:57:23 +0000 Darkvater (svn r7179) -Codechange (r7173): Actually "prefer" team chat through the patch setting instead of
Thu, 16 Nov 2006 17:44:04 +0000 Darkvater (svn r7173) -Codechange (r6824): Allow the user to change the chat-destination when chatting with <ENTER> or 'T' instead of the game choosing one for you automatically.
Wed, 15 Nov 2006 21:51:16 +0000 Darkvater (svn r7160) -Feature [SF 1243657, 1171147]: Slovak/Brazil currency patch (gpsoft, klanticus)
Fri, 10 Nov 2006 11:45:50 +0000 Darkvater (svn r7124) -Fix (r37xx): sizeof(bool) = 4 for (certain) OSX do not assume it is 1. This would break
Tue, 07 Nov 2006 16:07:31 +0000 peter1138 (svn r7102) -Codechange: Remove and hardcode unnecessary patch setting progress_update_interval
Sat, 28 Oct 2006 08:48:31 +0000 peter1138 (svn r6972) - Codechange: Allow standard ini-file style comments
Tue, 17 Oct 2006 16:16:19 +0000 KUDr (svn r6800) -Feature change: [train is lost] message is now generated immediately when pathfinder can't find the path. (thanks MeusH, peter1138 and Brianetta for ideas and help).
Thu, 12 Oct 2006 15:13:40 +0000 Darkvater (svn r6758) -Feature: Add a measurement tool that will show dimensions and height
Tue, 03 Oct 2006 16:15:34 +0000 peter1138 (svn r6628) - Feature: Add the ability to pause a server if not enough players are connected. The setting for this is 'min_players' and can be set in the config and via the console. If the number of players drops below this number, the server will pause the game.
Thu, 28 Sep 2006 07:02:55 +0000 peter1138 (svn r6544) - Codechange: Rename CmdReplaceVehicle to CmdSetAutoReplace, to reflect what it does.
Sun, 17 Sep 2006 20:52:54 +0000 peter1138 (svn r6474) - Add a patch option to control display of liveries, allowing none, your
Fri, 15 Sep 2006 02:33:40 +0000 belugas (svn r6453) -Feature: FS#305 Turkish currency (jnmbk)
Thu, 14 Sep 2006 23:26:58 +0000 Darkvater (svn r6450) -Feature: Make the 'patch' console command available for offline use and for
Mon, 11 Sep 2006 17:28:27 +0000 KUDr (svn r6440) -Fix: [YAPF] some YAPF settings were not saved (i misunderstood how save flags work). This probably caused some MP desyncs. Thanks Maedhros for noticing and peter1138 for this patch.
Mon, 04 Sep 2006 20:40:33 +0000 rubidium (svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more uniform.
Fri, 01 Sep 2006 13:18:53 +0000 rubidium (svn r6296) -Fix (r6186): some more (YAPF) settings were affected by accident. Thanks to mart3p for noticing (and to SVN for failing to mark the changes as conflicts).
Thu, 31 Aug 2006 16:29:47 +0000 rubidium (svn r6281) -Fix (r6186): three settings were accidently removed. Thanks go to Osai for reporting and providing the patch.
Mon, 28 Aug 2006 18:53:03 +0000 rubidium (svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {' -> '} else {', tabs between code and comment, etc.
Mon, 28 Aug 2006 09:13:33 +0000 rubidium (svn r6186) -Fix [FS#309]: add an override system to the dynamically determined size of steps for numeric patch settings in the 'Configure patches' GUI.
Sun, 27 Aug 2006 14:28:23 +0000 KUDr (svn r6174) -Cleanup: [YAPF] some SDT_CONDVARs replaced by SDT_VARs since they are not saved in savegame (Darkvater)
Sun, 27 Aug 2006 10:49:43 +0000 Darkvater (svn r6170) -Feature: save max_companies/clients/spectators in the config file.
Sun, 27 Aug 2006 07:23:46 +0000 KUDr (svn r6164) -Fix [YAPF]: Road vehicles preferring bends - added yapf.road_curve_penalty setting with default value 100 (=YAPF_TILE_LENGTH) that is saved only in MP games (mart3p)
Tue, 22 Aug 2006 15:33:35 +0000 truelight (svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips invalid ones
Tue, 22 Aug 2006 14:38:37 +0000 rubidium (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
Sun, 20 Aug 2006 18:40:57 +0000 rubidium (svn r5999) -Feature: change the original date format to a 32 bits format based at the year 0.
Sun, 20 Aug 2006 09:52:15 +0000 bjarni (svn r5965) -Feature: FS#261 Catalan Town Names generator (arnau)
Sun, 20 Aug 2006 09:26:58 +0000 bjarni (svn r5964) -Feature: FS#131 Slovenian currency (MeusH)
Sat, 19 Aug 2006 10:00:30 +0000 truelight (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
Wed, 16 Aug 2006 11:39:55 +0000 rubidium (svn r5926) -Codechange: make _cur_year contain the full year, instead of the offset since 1920
Tue, 15 Aug 2006 15:18:03 +0000 rubidium (svn r5916) -Cleanup: use MIN_YEAR/MAX_YEAR for the year boundaries and BASE_YEAR when comparing _cur_year with a 'full' year.
Tue, 15 Aug 2006 14:52:17 +0000 rubidium (svn r5915) -Cleanup: some variables were named *_date while they were only holding years; rename these variables to match this.
Tue, 15 Aug 2006 07:37:01 +0000 Darkvater (svn r5908) - Codechange (r5903): Move the retrieval of the new value of a patch to console_cmds.c, so there is no need for that function in settings.c
Tue, 15 Aug 2006 00:26:24 +0000 Darkvater (svn r5903) -Fix [FS#170]: Changing patch settings through the console didn't accept on/off or true/false.
Mon, 14 Aug 2006 14:21:15 +0000 rubidium (svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
Sun, 13 Aug 2006 10:22:34 +0000 Darkvater (svn r5874) -Feature [FS#234]: Remember the maximized state and restore on start. This also fixes a bug where a different resolution is chosen for a maximized window, but it retains the maximized flag. Only win32.
Sat, 12 Aug 2006 22:56:45 +0000 Darkvater (svn r5871) -Feature: Add a possibility to handle pointer strings without a buffer from the configuration file. Handy for variables that will never be changed during runtime
Sun, 16 Jul 2006 00:32:00 +0000 belugas (svn r5504) Feature : Added Italian town name generator. (sidew)