summaryrefslogtreecommitdiff
path: root/src/elrail.cpp
AgeCommit message (Expand)Author
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-12-21(svn r24837) -Fix: Don't consider blocked rail station tiles that display wir...michi_cc
2012-12-21(svn r24836) -Feature(ette): Improve pylon placement around station tiles tha...michi_cc
2012-07-15(svn r24403) -Fix: Draw wires under low bridges if the bridge is transparent,...frosch
2012-07-15(svn r24402) -Fix [FS#5243]: Station properties 11 and 14 were combined incor...frosch
2011-11-04(svn r23110) -Codechange: let the flying altitude return ints are wellrubidium
2011-11-04(svn r23108) -Codechange: more uint -> int / byte -> int conversions for Z re...rubidium
2011-11-04(svn r23106) -Codechange: pass int* to GetTileSlope and friendsrubidium
2011-11-04(svn r23102) -Codechange: remove the remaining pointless multiplications by T...rubidium
2011-11-04(svn r23097) -Codechange: remove pointless multiplications by TILE_HEIGHT fro...rubidium
2011-11-04(svn r23093) -Codechange: add a default NULL for the Z of GetTileSlope and us...rubidium
2011-11-04(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions...rubidium
2011-05-08(svn r22437) -Fix: Catenary was drawn incorrectly next to level crossings wit...frosch
2011-05-02(svn r22411) -Document: another bunch of bitsrubidium
2011-01-18(svn r21845) -Codechange: move documentation towards the code to make it more...rubidium
2010-10-30(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)alberth
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...rubidium
2010-08-09(svn r20424) -Fix: Rename members of TileContext (TC_NORMAL conflicted with a...terkhen
2010-08-09(svn r20423) -Change [FS#3947]: Make snow on bridges depend on bridgeheight.frosch
2010-08-09(svn r20422) -Change [FS#3947]: Resolve tracksprites on bridges always using ...frosch
2010-08-09(svn r20420) -Codechange: Add TileContext enum instead of using a bool.frosch
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-07-13(svn r20137) -Fix [FS#3945]: desync due to (temporary) wrong railtype; when l...rubidium
2010-07-12(svn r20132) -Fix [FS#3944](r20126): There can also be halftile foundations o...frosch
2010-07-11(svn r20126) -Fix [FS#3883]: Make railtype Terrain Type variable aware of RAI...frosch
2010-05-11(svn r19792) -Change: use the typed FOR_EACH_SET_BIT for Tracks (adf88)rubidium
2010-02-07(svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail...peter1138
2010-01-15(svn r18812) -Codechange: make some functions in train.h functions of Train.rubidium
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-07-24(svn r16938) -Codechange: introduce helper function to tell whether a tile is...rubidium
2009-07-22(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions a...rubidium
2009-07-01(svn r16717) -Codechange: make IsFrontEngine() member of Trainsmatz
2009-05-26(svn r16441) -Codechange: new class SpecializedVehicle used as superclass for...smatz
2009-05-22(svn r16392) -Codechange: move some variables (the ones that aren't caches) f...rubidium
2009-05-22(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.rubidium
2009-05-18(svn r16350) -Codechange: make some 'rail track is present' checks more 'secure'smatz
2009-05-18(svn r16349) -Codechange: rename IsPlainRailTile() to IsPlainRail(), introduc...smatz
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-03-14(svn r15711) -Codechange: lots of whitespace cleanup/fixesrubidium
2009-02-05(svn r15348) -Fix (r15347): Preferred pylon position is dependant on the mask...michi_cc
2009-02-05(svn r15347) -Feature [FS#1761]: Don't draw superfluous catenary wires (based...michi_cc
2009-02-04(svn r15334) -Codechange: reset setting to old value when the callback proced...smatz
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-25(svn r15271) -Codechange: Use offsets for drawing elrail wires & pylons inste...peter1138
2008-09-30(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-09-11(svn r14292) -Cleanup (r11128): Move an 'if' out of a loop as it does not nee...frosch
2008-08-25(svn r14176) -Fix: better 'safe' than ... 'save'smatz