Mon, 20 Feb 2006 23:40:53 +0000 |
Darkvater |
(svn r3641) - Rename MusicFilesettings 'btn_down' to more sensible 'playing'
|
file |
diff |
annotate
|
Mon, 20 Feb 2006 23:01:58 +0000 |
Darkvater |
(svn r3640) - Remove win32-only variables from variables.h and put them into win32_v.c. Also ifdef the win32 specific configuration file settings.
|
file |
diff |
annotate
|
Mon, 20 Feb 2006 17:54:25 +0000 |
Darkvater |
(svn r3622) - Partly revert r3214. The patch setting max_num_autosaves stays to help control PDA-troubles which the commit was intended for. Didn't revert makefile-config version since it would cause trouble. But Bjarni promised to rewrite it :)
|
file |
diff |
annotate
|
Mon, 20 Feb 2006 17:49:26 +0000 |
Darkvater |
(svn r3621) - Codechange: Only define the server and bans list if network is enabled. Preparatory work for saving patches/settings to savegame.
|
file |
diff |
annotate
|
Mon, 13 Feb 2006 22:11:03 +0000 |
truelight |
(svn r3601) -Codechange: special for Tron, and he was absolutely correct in thisone: added a comment for last commit
|
file |
diff |
annotate
|
Mon, 13 Feb 2006 22:06:02 +0000 |
truelight |
(svn r3600) -Fix: suppress error on 64bit targets
|
file |
diff |
annotate
|
Mon, 06 Feb 2006 22:30:43 +0000 |
truelight |
(svn r3567) -Fix: for once and for all, use 'unsigned long' if you want to cast something
|
file |
diff |
annotate
|
Sat, 04 Feb 2006 23:09:33 +0000 |
Darkvater |
(svn r3550) - [Patches]: fix GCC warning, sorry
|
file |
diff |
annotate
|
Sat, 04 Feb 2006 22:52:30 +0000 |
Darkvater |
(svn r3548) - [Patches]: rework two loops in make_oneofmany() and make_manyofmany()
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sat, 04 Feb 2006 15:28:30 +0000 |
Darkvater |
(svn r3534) - Codechange: remove unused savedump patch-settings.
|
file |
diff |
annotate
|
Wed, 01 Feb 2006 09:08:25 +0000 |
peter1138 |
(svn r3512) Yet more whitespace fixes (mostly by Rubidium)
|
file |
diff |
annotate
|
Wed, 01 Feb 2006 07:36:15 +0000 |
tron |
(svn r3511) More whitespace ([FS#46] by Rubidium)
|
file |
diff |
annotate
|
Sun, 29 Jan 2006 20:32:30 +0000 |
truelight |
(svn r3479) -Fix: fixed warnings on 64bit platforms (anyway, most 64bit platforms)
|
file |
diff |
annotate
|
Sun, 29 Jan 2006 19:50:01 +0000 |
Darkvater |
(svn r3475) - Fix: you couldn't remove an item from a list-type of config ingame from the configuration file. Whatever you did, upon restart of OpenTTD those items were still there. To fix this we initialize the first item to NULL in SaveList as it is rebuilt anyways fully.
|
file |
diff |
annotate
|
Sun, 29 Jan 2006 18:57:26 +0000 |
Darkvater |
(svn r3472) - [PBS] Remove from trunk. Anyone interested can still find it in branch/pbs. This reverts revisions r3158, r3140, r3075, r2977, r2674, r2625, r2621, r2529, r2528, r2525, r2524, r2519, r2517, r2516, r2507, r2499. (in conjunction with Tron)
|
file |
diff |
annotate
|
Sun, 18 Dec 2005 12:10:46 +0000 |
tron |
(svn r3313) Remove GPMI related changes from trunk
|
file |
diff |
annotate
|
Sat, 26 Nov 2005 16:18:15 +0000 |
truelight |
(svn r3238) -Fix: always save if you want GPMI-based AIs, this on request by
|
file |
diff |
annotate
|
Tue, 22 Nov 2005 22:32:42 +0000 |
truelight |
(svn r3229) -Add: add more GPMI support. Now GPMI-based AIs can be loaded (doesn't change a thing if you didn't enable GPMI)
|
file |
diff |
annotate
|
Mon, 21 Nov 2005 14:28:31 +0000 |
truelight |
(svn r3224) -Add: Allow the NewAI to work in Multiplayer Games (switchable via patch
|
file |
diff |
annotate
|
Sat, 19 Nov 2005 12:37:28 +0000 |
tron |
(svn r3222) -Feature: Right-Click-Scrolling optionally moves in the opposite direction (Requested by manx)
|
file |
diff |
annotate
|
Thu, 17 Nov 2005 19:43:37 +0000 |
bjarni |
(svn r3214) -Feature: openttd.cfg can now set how many autosaves to keep before starting to overwrite old ones
|
file |
diff |
annotate
|
Wed, 09 Nov 2005 07:25:55 +0000 |
peter1138 |
(svn r3157) - Feature: Added patch option to link the terraform toolbar to the rail, road, water and airport toolbars. If enabled, the terraform toolbar will open and close with those toolbars.
|
file |
diff |
annotate
|
Sat, 24 Sep 2005 13:56:39 +0000 |
peter1138 |
(svn r2982) Newgrf: Added patch option for wagon speed limits. This is enabled by default.
|
file |
diff |
annotate
|
Fri, 23 Sep 2005 14:21:39 +0000 |
tron |
(svn r2976) -Fix: Align settings pool items to the size of void* to fix bus errors on 64bit architectures which require aligned variables
|
file |
diff |
annotate
|
Thu, 08 Sep 2005 12:48:26 +0000 |
tron |
(svn r2924) Introduce the ALIGN() macro which aligns values to multiples of a power of 2, for exact semantics see the commment in macros.h
|
file |
diff |
annotate
|
Sun, 07 Aug 2005 17:52:41 +0000 |
tron |
(svn r2833) Remove saving of sprite cache data:
|
file |
diff |
annotate
|
Sun, 07 Aug 2005 14:18:17 +0000 |
tron |
(svn r2831) Fix some potential and real buffer overflows
|
file |
diff |
annotate
|
Sun, 07 Aug 2005 12:41:57 +0000 |
tron |
(svn r2830) Move CheckSwitchToEuro() to currency.[ch] and hide the truth about the custom currency behind a #define
|
file |
diff |
annotate
|
Sat, 06 Aug 2005 14:59:54 +0000 |
tron |
(svn r2815) Store the currency information in one central place instead of scattering it in several unrelated files
|
file |
diff |
annotate
|
Mon, 25 Jul 2005 07:28:32 +0000 |
tron |
(svn r2706) Fix !WITH_NETWORK build
|
file |
diff |
annotate
|
Sun, 24 Jul 2005 14:12:37 +0000 |
tron |
(svn r2701) Insert Id tags into all source files
|
file |
diff |
annotate
|
Fri, 22 Jul 2005 07:02:20 +0000 |
tron |
(svn r2673) Include functions.h directly, not globally via openttd.h
|
file |
diff |
annotate
|
Thu, 21 Jul 2005 18:44:27 +0000 |
tron |
(svn r2663) Include variables.h only in these files which need it, not globally via openttd.h
|
file |
diff |
annotate
|
Tue, 19 Jul 2005 11:42:40 +0000 |
ludde |
(svn r2635) Fix: [ntp/misc] Improve the old pathfinder. Changed it to A* instead of Dijkstra.
|
file |
diff |
annotate
|
Tue, 19 Jul 2005 06:54:13 +0000 |
tron |
(svn r2633) Move spritecache related variable from variables.h to spritecache.[ch]
|
file |
diff |
annotate
|
Tue, 19 Jul 2005 06:47:07 +0000 |
tron |
(svn r2631) Move screenshot related variables from variables.h to screenshot.[ch]
|
file |
diff |
annotate
|
Tue, 12 Jul 2005 20:28:19 +0000 |
ludde |
(svn r2553) - Fix: [pathfinding] Remove old-old train pathfinder. Enhanced old pathfinder.
|
file |
diff |
annotate
|
Mon, 04 Jul 2005 14:58:55 +0000 |
hackykid |
(svn r2516) - Feature: [pbs] Implement path-based-signalling. This allows multiple trains within the same signal block, provided their paths dont intersect. For this the block must have all exit and entry signals be pbs signals. Place these by ctrl-clicking 4 times on a normal signal.
|
file |
diff |
annotate
|
Sun, 03 Jul 2005 13:02:54 +0000 |
matthijs |
(svn r2514) - Codechange: [NPF] Move the checking of railtype into a funciton IsCompatibleRail().
|
file |
diff |
annotate
|
Thu, 16 Jun 2005 17:53:40 +0000 |
matthijs |
(svn r2447) * Add: [NPF] Penalty for road vehicles making turns.
|
file |
diff |
annotate
|
Thu, 02 Jun 2005 19:30:21 +0000 |
Darkvater |
(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
|
file |
diff |
annotate
|
Sat, 07 May 2005 22:00:36 +0000 |
matthijs |
(svn r2281) - Fix: [ 1115204 ] [NPF] When pressing the goto depot button, trains will now also look behind it if there is no depot in front. If so, the train reverses immediately. This also work anywhere, not just at stations.
|
file |
diff |
annotate
|
Mon, 02 May 2005 22:13:20 +0000 |
matthijs |
(svn r2255) - Fix: [ 9680363 ] [NPF] Broken buoy handling for ships
|
file |
diff |
annotate
|
Mon, 25 Apr 2005 13:12:48 +0000 |
Darkvater |
(svn r2231) - Fix: max_join_time pointing to _network_max_join_time is an uint16, so it should have type SDT_UINT16; fix for revision 2106 (thanks peter1138)
|
file |
diff |
annotate
|
Sun, 24 Apr 2005 18:24:29 +0000 |
Darkvater |
(svn r2227) - Fix (regression): [ 1188408 ] Fix news settings load check. When updating old news-message-types to new ones, certain combinations of new were wrongly recognized as old (glx)
|
file |
diff |
annotate
|
Fri, 15 Apr 2005 15:28:01 +0000 |
matthijs |
(svn r2204) - Add: [NPF] NPF now has a maximum number of nodes it will search. The default value is 5000 for now, which is an educated guess. Probably needs some finetuning. Hopefully this "feature" can be removed later on, when more sophisticated means of limiting the pathfinder have been implemented. This should make ships and larger networks playable for now, though.
|
file |
diff |
annotate
|
Wed, 13 Apr 2005 23:03:31 +0000 |
Darkvater |
(svn r2192) - Add greater control to the 'message options' window. Now you can turn off the telegraphc ticker sound for summarized messages, or turn off news-messages altogether (you get a red blot to notify you though). The [<][>] set the settings in one way, while clicking on the option itself, cycles it. This commit also 'fixes' bugs [1166973], [1121484] and patch [1169930].
|
file |
diff |
annotate
|
Mon, 04 Apr 2005 17:53:39 +0000 |
matthijs |
(svn r2147) - Add: [NPF] Give red presignal exit signals a different (higher) penalty, to discourage trains from waiting at presignal exits.
|
file |
diff |
annotate
|
Tue, 29 Mar 2005 19:10:13 +0000 |
truelight |
(svn r2106) -Fix: improved the network-join algoritm, it is now a bit more stable
|
file |
diff |
annotate
|
Sun, 27 Mar 2005 15:42:25 +0000 |
pasky |
(svn r2088) - Fix: [ 1155158 ] Make extmidi command a config option in addition to the compile-time MIDI switch. Patch by macbaine.
|
file |
diff |
annotate
|
Sat, 12 Mar 2005 21:21:47 +0000 |
Darkvater |
(svn r2004) - Fix: [ 1149487 ] Autosave ignoring settings
|
file |
diff |
annotate
|
Tue, 08 Mar 2005 19:59:56 +0000 |
matthijs |
(svn r1964) - Add: [NPF] Added a penalty
|
file |
diff |
annotate
|
Tue, 08 Mar 2005 19:54:10 +0000 |
matthijs |
(svn r1963) - Add: [NPF] Penalty for a red signal that is the last signal on the path.
|
file |
diff |
annotate
|
Sat, 05 Mar 2005 14:54:11 +0000 |
pasky |
(svn r1926) Codechange: Renamed some of the predefined town names arrays for consistent naming.
|
file |
diff |
annotate
|
Sun, 06 Feb 2005 22:25:27 +0000 |
tron |
(svn r1833) byte -> char transition: the rest
|
file |
diff |
annotate
|
Sun, 06 Feb 2005 13:41:02 +0000 |
tron |
(svn r1821) Move generic string handling functions to string.[ch] and introduce stre{cpy,cat}, see string.h for their semantics
|
file |
diff |
annotate
|
Fri, 04 Feb 2005 14:24:23 +0000 |
truelight |
(svn r1786) -Fix: unitnumber is increased to 16bit, so now you can have up to 5000
|
file |
diff |
annotate
|
Wed, 02 Feb 2005 20:36:04 +0000 |
truelight |
(svn r1775) -Fix: The NPF patch setting was not synced in network.
|
file |
diff |
annotate
|
Tue, 01 Feb 2005 17:48:20 +0000 |
truelight |
(svn r1762) -Codechange: renamed 'MemoryPool' to 'SettingsMemoryPool' (we need
|
file |
diff |
annotate
|