summaryrefslogtreecommitdiff
path: root/src/rail_cmd.cpp
AgeCommit message (Collapse)Author
2011-11-08(svn r23163) -Fix [FS#4627]: don't display railway fences between track and ↵yexo
waypoints (Krille)
2011-11-08(svn r23160) -Fix: wrong comments in a lot of TileTypeProcs definitionsyexo
2011-11-07(svn r23129) -Add: [NewGRF] Property for the rail type name.michi_cc
2011-11-04(svn r23108) -Codechange: more uint -> int / byte -> int conversions for Z ↵rubidium
related variables
2011-11-04(svn r23107) -Codechange: let GetSlopePixelZ and TerraformTile tile type ↵rubidium
functions use int z as well
2011-11-04(svn r23106) -Codechange: pass int* to GetTileSlope and friendsrubidium
2011-11-04(svn r23102) -Codechange: remove the remaining pointless multiplications by ↵rubidium
TILE_HEIGHT
2011-11-04(svn r23100) -Codechange: remove pointless multiplications by TILE_HEIGHT ↵rubidium
for the terraform code
2011-11-04(svn r23096) -Codechange: remove useless divisions and multiplications by ↵rubidium
TILE_HEIGHT for the snow line code
2011-11-04(svn r23093) -Codechange: add a default NULL for the Z of GetTileSlope and ↵rubidium
use it
2011-11-04(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ ↵rubidium
functions if they return the Z in pixels (like TilePixelHeight)
2011-09-25(svn r22960) -Feature: Allow depots, standard roadstops and airports on ↵frosch
steep slopes.
2011-08-28(svn r22854) -Change: [NewGRF] Allow replacing depot sprites without having ↵frosch
to provide rail overlays. (Hirundo)
2011-05-08(svn r22436) -Fix (r18969): Apply railtype property 12 (station graphics) ↵frosch
also to station groundsprites from action 1.
2011-02-07(svn r22018) -Cleanup: remove some (now) unneeded includes of functions.hrubidium
2011-01-20(svn r21866) -Feature [FS#4394]: [NewGRF] Rail type property to influence ↵rubidium
sorting of rail types in the drop down list
2011-01-18(svn r21846) -Codechange: move documentation towards the code to make it ↵rubidium
more likely to be updated [o-s].
2011-01-18(svn r21841) -Feature: [NewGRF] Allow to define other railtypes that should ↵rubidium
be introduced if a particular rail type is introduced, e.g. to make sure slow rail is introduced when fast rail gets introduced
2011-01-15(svn r21816) -Fix [FS#4378] (r14012): Allow dragging of combo signals (again)planetmaker
2010-12-14(svn r21521) -Codechange: Unify some cached values that were present in both ↵terkhen
road vehicles and trains.
2010-12-12(svn r21481) -Codechange: make rail conversion make use of TILE_AREA_LOOP as ↵rubidium
well
2010-12-11(svn r21473) -Feature [FS#4279]: [NewGRF] Use the station graphics property ↵rubidium
to determine a fallback for the depot sprites
2010-11-29(svn r21353) -Fix (r19056)[FS#4277]: New railtypes with overlays did not use ↵frosch
the shore sprites as groundtiles for three-corner-raised slopes (at shore).
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 ↵rubidium
some headers
2010-08-15(svn r20505) -Feature [FS#3978]: Allow changing visual effect when changing ↵frosch
railtype.
2010-08-15(svn r20500) -Fix: When converting rail all trains with a part on the ↵frosch
converted rails need updating. Not only engines, which have power afterwards. Also update Acceleration after updating Power.
2010-08-09(svn r20424) -Fix: Rename members of TileContext (TC_NORMAL conflicted with ↵terkhen
an existing define on MinGW).
2010-08-09(svn r20420) -Codechange: Add TileContext enum instead of using a bool.frosch
2010-08-08(svn r20408) -Fix [FS#4013]: PBS reservations were always displayed on ↵frosch
halftile foundations if the railtype uses overlays.
2010-08-01(svn r20286) -Codechange: Unify end of doxygen comments.frosch
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium
2010-07-29(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).terkhen
2010-07-28(svn r20237) -Fix (r20049): Check for disallowed level crossings also when ↵michi_cc
converting rail.
2010-07-26(svn r20224) -Fix [FS#3976]: Depot did not become unsnowy, when snowline rises.frosch
2010-07-24(svn r20211) -Codechange: Indented code should have curly braces around it.alberth
2010-07-19(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be ↵rubidium
missed :)
2010-07-19(svn r20187) -Codechange: move _tileh_to_sprite into a function in a more ↵rubidium
logical place and with a more descriptive name
2010-07-11(svn r20126) -Fix [FS#3883]: Make railtype Terrain Type variable aware of ↵frosch
RAIL_GROUND_HALF_SNOW. That is, resolve the sprites for upper and lower part of the foundation independently.
2010-07-10(svn r20116) -Add: Show an specific error message when trying to ↵terkhen
convert/remove nonexistant signals.
2010-07-10(svn r20114) -Add: Show an specific error message when trying to remove rail ↵terkhen
or build/convert/remove signals over nonexistant railways.
2010-07-10(svn r20110) -Fix [FS#3695]: Do not allow building a rail track to the water ↵alberth
using a tree-tile.
2010-07-09(svn r20100) -Fix: Give priority to ownership errors while removing rails.terkhen
2010-07-09(svn r20097) -Codechange: Share constant bitset of safe level crossing slopes.alberth
2010-07-02(svn r20049) -Feature: [NewGRF] Add a railtype flag to disallow level ↵michi_cc
crossings per railtype.
2010-06-20(svn r20003) -Feature [FS#3886]: [NewGRF] var 43 depot build date for railtypesyexo
2010-06-05(svn r19931) -Fix (r19914): Convert assertion in Backup<> destructor into ↵frosch
DEBUG() output. It was triggered on exceptions, especially when aborting world generation.
2010-06-04(svn r19925) -Fix [FS#3859]: one didn't pay for rail when building depots ↵rubidium
and stations, so with expensive railtypes building stations and then removing the station would be cheaper than just building the rail
2010-05-31(svn r19914) -Codechange: Wrap a helper class around temporary assignments ↵frosch
of _current_company to ensure proper restoration.