summaryrefslogtreecommitdiff
path: root/road_cmd.c
AgeCommit message (Expand)Author
2005-07-20(svn r2658) -Codechange: Use MAKE_TRANSPARENT to display a transparented spritecelestar
2005-07-20(svn r2650) Convert many explicit shifts+ands to extract bits to invocations ...tron
2005-07-19(svn r2643) Get rid of some unnecessary caststron
2005-07-19(svn r2634) Fix typo: IsSteepTile expects a tileh, not a TileIndex (thanks to...tron
2005-07-16(svn r2595) -Codechange: Introduced "IsSteepTileh" to find whether a tile is ...celestar
2005-07-15(svn r2584) - Fix: Game no longer asserts when you use the remove-road tool o...Darkvater
2005-07-13(svn r2558) Change the internal map format from 7 arrays to one array of stru...tron
2005-07-04(svn r2516) - Feature: [pbs] Implement path-based-signalling. This allows mu...hackykid
2005-06-27(svn r2492) Remove some pointless casts and fix some nearby indentationtron
2005-06-25(svn r2487) Replace TILE_XY by TileXY/TileDiffXYtron
2005-06-25(svn r2486) Turn TILE_FROM_XY into an inline function and rename it to TileVi...tron
2005-06-24(svn r2485) Missed two uint -> TileIndex, thanks _Luca_tron
2005-06-24(svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"tron
2005-06-16(svn r2448) General cleanup of rail related code, more to follow.matthijs
2005-06-07(svn r2433) - CodeChange: unmagicify all road/train crossings with IsLevelCro...Darkvater
2005-06-04(svn r2408) Introduce SetTileOwner() and use ittron
2005-06-04(svn r2407) Use {Get,Is}TileOwner to get/check the owner of a tile and fix so...tron
2005-06-02(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.Darkvater
2005-05-10(svn r2289) - Fix (regression): check p1 param of road-depot building instead...Darkvater
2005-05-09(svn r2288) - CodeChange: protected the next batch of commands (41 so far, ou...Darkvater
2005-04-03(svn r2142) - Fix: Game no longer crashes when you want to remove a piece of ...Darkvater
2005-02-22(svn r1902) Replace some casts with proper typingtron
2005-02-12(svn r1863) Give the effect vehicle type enums more descriptive names and use...tron
2005-02-06(svn r1831) -Fix: Scenario Editor now handles human-made roads better (try to...truelight
2005-02-06(svn r1817) -Codechange: Moved depot-functions to depot.ctruelight
2005-02-04(svn r1785) -Fix: space-correctness in road_cmd.c, and one wrong line from last truelight
2005-02-04(svn r1784) -Fix: removed ClosestTownFromTile where possible, or replaced it truelight
2005-02-02(svn r1768) -Codechange: Store town index in _map2 of town tilescelestar
2005-01-31(svn r1751) - Feature: New PathFinder (NPF).matthijs
2005-01-31(svn r1749) Move the functions which calculate distances to map.[ch] and give...tron
2005-01-29(svn r1718) Use the enum TileType as parameter/return type for [GS]etTileType...tron
2005-01-29(svn r1713) Split off several functions which query/set information about a s...tron
2005-01-22(svn r1596) Add some more staticstron
2005-01-22(svn r1594) Convert all undefined parameter lists to (void) and add the appro...tron
2005-01-18(svn r1560) Introduce SetTileType() and SetTileHeight()tron
2005-01-16(svn r1542) Rename TileHeight to TilePixelHeight, because this is what it act...tron
2005-01-16(svn r1536) Move GET_TILEHEIGHT, GET_TILETYPE and IS_TILETYPE to map.h, turn ...tron
2005-01-14(svn r1504) enummed town ratings (Jango)celestar
2005-01-09(svn r1451) Fix some of the signed/unsigned comparison warningstron
2005-01-07(svn r1414) Move TileIndex, TILE_MASK and GET_TILE_[XY] to map.h and turn the...tron
2005-01-04(svn r1375) -Fix: [1050990] Buying trains sometimes accounted for incorrectly...darkvater
2004-12-28(svn r1288) -Codechange: changed _map2 to an uint16. It is still saved and lo...truelight
2004-12-15(svn r1117) Move map arrays and some related macros into their own files map....tron
2004-12-04(svn r925) Use sound enumstron
2004-12-02(svn r901) Small step in the process to clean up the DPARAM mess:tron
2004-11-25(svn r815) Include strings.h only in the files which need it.tron
2004-11-23(svn r787) Invert the sense of the DO_TRANS_BUILDINGS flag to be consistent w...tron
2004-11-21(svn r724) Remove restriction that a tile can only accept 3 cargo types.tron
2004-11-14(svn r607) -Patch: [ 985102 ] static cleanuptron
2004-11-05(svn r513) Merge revisions 402, 416, 417, 478, 479, 511, 512 from map to trunktron