summaryrefslogtreecommitdiff
path: root/src/station_cmd.cpp
AgeCommit message (Expand)Author
2010-03-06(svn r19355) -Codechange: add the airport layout to build as parameter to Cmd...yexo
2010-03-06(svn r19351) -Codechange: use TileArea for AfterRemoveRectyexo
2010-03-06(svn r19350) -Codechange: StationRect::BeforeAddRect() returns a CommandCost.alberth
2010-03-06(svn r19331) -Fix: when deleting an airport the size from the AirportSpec was...yexo
2010-03-05(svn r19319) -Codechange: EnsureNoVehicleOnGround() returns a CommandCost.alberth
2010-03-05(svn r19318) -Fix [FS#3661](r19198): crash when building an airport at a stat...yexo
2010-02-28(svn r19295) -Codechange: introduce wrapper functions for GRFConfig::name/infoyexo
2010-02-27(svn r19279) -Codechange: CheckIfAuthorityAllowsNewStation() returns CommandC...alberth
2010-02-27(svn r19276) -Fix [FS#3649](r19229): Newly built road stops were not always r...terkhen
2010-02-27(svn r19275) -Codechange: CanExpandRailStation() returns a CommandCost.alberth
2010-02-27(svn r19274) -Codechange: CmdBuildAirport() returns the 'too spread out' erro...alberth
2010-02-27(svn r19273) -Codechange: Return station joining error message when error is ...alberth
2010-02-26(svn r19265) -Fix [FS#3618]: "Can't build <industry> here... <industry> in th...rubidium
2010-02-25(svn r19259) -Fix (r19230): Road stops were not removed in case of bankruptcy.terkhen
2010-02-24(svn r19232) -Fix (r19231): Forbid overbuilding drive-through stops using a d...terkhen
2010-02-24(svn r19231) -Feature: Allow overbuilding of road stops.terkhen
2010-02-24(svn r19230) -Feature: Allow to remove multiple road stops using drag and drop.terkhen
2010-02-24(svn r19229) -Feature: Allow to build multiple road stops using drag and drop...terkhen
2010-02-24(svn r19228) -Codechange: Move an additional check from CmdBuildRoadStop to C...terkhen
2010-02-24(svn r19227) -Codechange: Reorganization of parameters at CmdBuildRoadStop.terkhen
2010-02-22(svn r19201) -Codechange: airport tiles now have 4 random bits per tile.yexo
2010-02-22(svn r19199) -Codechange: add a 'name'-property to airport tilesyexo
2010-02-22(svn r19198) -Codechange: store the size of stations in savegamesyexo
2010-02-22(svn r19197) -Codechange: introduce animation callbacks for airport tilesyexo
2010-02-22(svn r19196) -Codechange: change the airport tile animation info so it works ...yexo
2010-02-22(svn r19195) -Codechange: actually draw newgrf airport tilesyexo
2010-02-22(svn r19191) -Codechange: move AirportTileSpec to newgrf_airporttiles.hyexo
2010-02-20(svn r19172) -Codechange: Move road checks from CmdBuildRoadStop to CheckFlat...terkhen
2010-02-20(svn r19171) -Codechange: Split CheckFlatLandBelow into different functions.terkhen
2010-02-20(svn r19170) -Codechange: Make CheckFlatLandBelow use TileArea.terkhen
2010-02-20(svn r19169) -Codechange: Move buildable tile checks outside of CheckFlatLand...terkhen
2010-02-14(svn r19132) -Codechange: No need to end a line with ;;.alberth
2010-02-07(svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail...peter1138
2010-02-04(svn r19010) -Codechange: Remove a now unneeded check at CmdBuildRailStation.terkhen
2010-01-26(svn r18921) -Codechange: make the preconditions for Get/Set CustomStationSpe...yexo
2010-01-24(svn r18912) -Codechange: free up a bunch of airporttile ids by using the til...yexo
2010-01-23(svn r18897) -Fix: Land area information read the stationspec also for non-ra...frosch
2010-01-21(svn r18876) -Codechange: make sure m4 is always 0 for non-railroad station t...yexo
2010-01-21(svn r18872) -Codechange: introduce PaletteID and use itrubidium
2010-01-18(svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper...rubidium
2010-01-18(svn r18860) -Codechange: introduce a wrapper to get an hangar tile from a st...yexo
2010-01-18(svn r18857) -Codechange: don't rely on the fact that all airports are rectan...yexo
2010-01-17(svn r18846) -Codechange: Merge DrawTileSeq into DrawCommonTileSeq.frosch
2010-01-17(svn r18845) -Codechange: introduce AirportTileSpec and use it for animationyexo
2010-01-17(svn r18842) -Codechange: Rename SPRITE_MODIFIER_USE_OFFSET to SPRITE_MODIFIE...frosch
2010-01-17(svn r18841) -Fix (r16869): Default-waypoint was drawn incorrectly for monora...frosch
2010-01-16(svn r18839) -Codechange: Detriplicate drawing of spritelayouts in the GUI.frosch
2010-01-16(svn r18837) -Codechange: Rename DrawStationTileSeq() to DrawCommonTileSeq() ...frosch
2010-01-16(svn r18832) -Fix: some indentation whitespace.frosch
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium