src/rail.h
Tue, 07 Oct 2008 20:57:41 +0000 smatz (svn r14448) -Codechange [FS#2328]: rename a few variables (based on a patch by planetmaker)
Tue, 30 Sep 2008 20:39:50 +0000 rubidium (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
Sun, 24 Aug 2008 23:29:58 +0000 peter1138 (svn r14162) -Fix: Allow rail type conversion if the rail type cost multipliers are the same.
Sun, 24 Aug 2008 23:10:23 +0000 peter1138 (svn r14160) -Codechange: Move _railtype_cost_multipliers into the rail type information struct.
Sun, 24 Aug 2008 23:00:11 +0000 peter1138 (svn r14158) -Codechange: Initialization of rail type data from static source, so data can be changed.
Sun, 24 Aug 2008 21:31:24 +0000 peter1138 (svn r14157) -Codechange: Add and use string properties for rail types instead of relying on consecutive string IDs.
Fri, 01 Aug 2008 15:07:31 +0000 rubidium (svn r13912) -Codechange: remove some casts by returning the proper type instead of void*.
Wed, 11 Jun 2008 14:55:02 +0000 rubidium (svn r13469) -Codechange: add support for loading Action 0x05, type 0F: "tracks for slopes". It's not useful right now, but it will be in the future.
Thu, 08 May 2008 16:48:29 +0000 smatz (svn r13016) -Codechange: unify the detection if rail catenary should be drawn
Tue, 06 May 2008 15:11:33 +0000 rubidium (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
Wed, 23 Apr 2008 19:47:23 +0000 smatz (svn r12853) -Fix: catenary on tunnel entrances and middle bridge pieces was drawn twice in some cases
Tue, 08 Apr 2008 07:19:29 +0000 peter1138 (svn r12624) -Codechange: Make drawing of catenary an attribute of rail types, instead of deciding by the rail type directly.
Tue, 25 Mar 2008 12:10:13 +0000 peter1138 (svn r12410) -Codechange: abstract out the test for catenary on electric rails
Wed, 19 Mar 2008 20:50:19 +0000 smatz (svn r12386) -Fix [FS#1841](r2428): train could break apart when reversed while partially in a depot
Wed, 09 Jan 2008 23:00:59 +0000 smatz (svn r11802) -Fix [FS#716]: do not crash trains when leaving depot to a very long track
Wed, 09 Jan 2008 21:05:03 +0000 rubidium (svn r11800) -Codechange: move some functions to a more logical location + some type safety.
Mon, 07 Jan 2008 00:57:19 +0000 rubidium (svn r11774) -Change: do not include variables.h in a header when it is not needed.
Tue, 01 Jan 2008 14:00:31 +0000 peter1138 (svn r11732) -Fix (r4150): elrail merge gave elrail, monorail & maglev unintended speed bonuses for curves, as the bonus was based on the railtype index. The bonus is now specified by a property of the railtype.
Tue, 25 Dec 2007 23:42:52 +0000 rubidium (svn r11700) -Codechange: reduce the amount of unnecessary includes.
Sun, 23 Dec 2007 10:56:02 +0000 rubidium (svn r11684) -Codechange: split gfx.h in a type and functional header.
Sat, 22 Dec 2007 23:30:28 +0000 rubidium (svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type.
Fri, 21 Dec 2007 22:50:51 +0000 rubidium (svn r11680) -Codechange: refactor more out of openttd.h and functions.h.
Fri, 21 Dec 2007 21:50:46 +0000 rubidium (svn r11677) -Codechange: move price and command related types/functions to their respective places.
Fri, 21 Dec 2007 19:21:21 +0000 rubidium (svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations.
Wed, 19 Dec 2007 23:26:02 +0000 rubidium (svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
Tue, 18 Dec 2007 20:10:21 +0000 rubidium (svn r11662) -Codechange: move some rail types/related functions around.
Tue, 18 Dec 2007 19:52:14 +0000 rubidium (svn r11661) -Codechange: some header reworks in order to try to reduce the compile time of OpenTTD by reduce the amount of circular-ish dependencies.
Sat, 08 Dec 2007 19:53:30 +0000 smatz (svn r11603) -Fix [FS#1481]: make price for railtype conversion more realistic
Mon, 19 Nov 2007 21:32:20 +0000 skidd13 (svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the remaining to fit with the naming style
Mon, 19 Nov 2007 21:02:30 +0000 skidd13 (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
Sun, 04 Nov 2007 23:06:39 +0000 truelight (svn r11383) -Codechange: fixed all the mess around KillFirstBit (tnx to Rubidium and skidd13)
Sat, 20 Oct 2007 21:05:18 +0000 rubidium (svn r11320) -Codechange: make lower halftiles at coast floodable. Patch by frosch.
Sun, 14 Oct 2007 21:20:12 +0000 maedhros (svn r11265) -Feature: Make more advanced rail types more expensive to build.
Tue, 09 Oct 2007 21:11:23 +0000 rubidium (svn r11237) -Codechange: reduce code duplication between GetRailFoundation() and CheckRailSlope(). Patch by frosch.
Wed, 19 Sep 2007 16:36:42 +0000 rubidium (svn r11128) -Fix: a lot of graphical glitches by changing some bounding boxes. It's not perfect yet, but a *very* good step into the right direction. Patch by frosch.
Sat, 08 Sep 2007 09:52:02 +0000 rubidium (svn r11059) -Fix [FS#1182]: inconsistency between Rail<->ElRail conversions of different kinds of rail containing tiles (normal rail, stations, depots, etc). Patch by SmatZ.
Fri, 03 Aug 2007 12:29:56 +0000 rubidium (svn r10765) -Documentation [FS#1100]: of rail.h. Based on a patch by Progman.
Thu, 26 Jul 2007 16:51:10 +0000 rubidium (svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch.
Wed, 04 Jul 2007 02:41:39 +0000 KUDr (svn r10429) -Fix: VC8 Code Analyzer warning: buffer overrun
Wed, 04 Apr 2007 01:35:16 +0000 belugas (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near
Wed, 07 Mar 2007 12:11:48 +0000 rubidium (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
Mon, 26 Feb 2007 22:32:21 +0000 rubidium (svn r8912) -Codechange: coding style cleanup and moving of two global externs into the functions that use them.
Sun, 25 Feb 2007 11:59:26 +0000 tron (svn r8901) -Fix
Sun, 25 Feb 2007 11:49:43 +0000 tron (svn r8900) -Fix
Fri, 23 Feb 2007 20:51:10 +0000 KUDr (svn r8864) -Codechange: make ClrBitT(), SetBitT() and ToggleBitT more like CLRBIT() and so on (modify value of the first parameter instead or returning the result)
Tue, 13 Feb 2007 20:57:02 +0000 rubidium (svn r8712) -Codechange/cleanup: replace 'magic' constants with enums, use proper types instead of byte, uint etc., give variables more descriptive names and add some comments.
Tue, 13 Feb 2007 10:46:45 +0000 rubidium (svn r8701) -Codechange: replace magic numbers with enums for u.rail.track.
Sat, 13 Jan 2007 14:43:46 +0000 KUDr (svn r8095) -Codechange: stuff that is not related to HAL moved from hal.h to gfx.h
Thu, 11 Jan 2007 10:34:42 +0000 KUDr (svn r8052) - Codechange: RemoveFirstTrack() and RemoveFirstTrackdir() now accept pointer to TrackBits/TrackdirBits instead of reference.
Wed, 10 Jan 2007 18:56:51 +0000 rubidium (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
Tue, 02 Jan 2007 19:19:48 +0000 rubidium (svn r7759) -Merge: makefile rewrite. This merge features: