summaryrefslogtreecommitdiff
path: root/station_cmd.c
AgeCommit message (Expand)Author
2006-09-18(svn r6477) - Fix a loop-hole that allowed docks to be built regardless of to...peter1138
2006-09-05(svn r6406) -Codechange: Rename TileOffsByDir to TileOffsByDiagDir because it...Darkvater
2006-09-04(svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more...rubidium
2006-09-03(svn r6355) -Fix: Go to hangar orders for aircraft could get spuriously remov...tron
2006-09-03(svn r6353) -Codechange: Make DestinationID a typedef of uin16, which is as l...tron
2006-08-31(svn r6252) Replace a comglomerate of ifs for animated station tiles by a sma...tron
2006-08-28(svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {...rubidium
2006-08-26(svn r6152) -Codechange: renamed GetNumRoadStops to GetNumRoadStopsInStation ...truelight
2006-08-26(svn r6151) -Codechange: DeleteStation/DeleteRoadStop removes a station/RoadS...truelight
2006-08-26(svn r6150) -Codechange: introduced and used RoadStopID where neededtruelight
2006-08-26(svn r6146) -Fix: MSVC doesn't know how to cast to an union.. so fix it via a...truelight
2006-08-26(svn r6142) -Codechange: added WaypointID (sorry DV, couldn't splits it anymore)truelight
2006-08-22(svn r6055) -Codechange: added GetXXXArraySize, which returns HighestID + 1 (...truelight
2006-08-22(svn r6053) -Codechange: renamed all IsXXXIndex to IsValidXXXIDtruelight
2006-08-22(svn r6052) -Codechange: change OrderType (order->type) in a typedeftruelight
2006-08-22(svn r6049) -Codechange: forgot EngineRenew in r6047truelight
2006-08-22(svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips inva...truelight
2006-08-22(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit...rubidium
2006-08-20(svn r5999) -Feature: change the original date format to a 32 bits format bas...rubidium
2006-08-14(svn r5887) -Cleanup: move date related functions, defines and variables to d...rubidium
2006-08-06(svn r5794) Pass the TileIndex plus x and y coordinates into GetSlopeZ_* inst...tron
2006-08-06(svn r5787) Rename width, height and unk of struct DrawTileSeqStruct to size_...tron
2006-08-05(svn r5773) Clarify why the owner is checked before a palette is chosen when ...tron
2006-07-26(svn r5615) Move GetStationTileForVehicle() to its only usertron
2006-07-22(svn r5582) Add and use AxisToTrack{Bits,}()tron
2006-06-27(svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectaculartron
2006-06-25(svn r5362) - Fix: Updated sprites in New Airports to be allow cleaner replac...richk
2006-06-23(svn r5346) - Feature: Add 4 new airports. 2 for aircraft, 2 for helicopters.richk
2006-06-10(svn r5210) Many small changes which piled up: const, unsigned, variable scop...tron
2006-06-07(svn r5155) - Remove the bridge branch merge (revision r5070)tron
2006-06-02(svn r5070) Merged the bridge branchcelestar
2006-06-01(svn r5063) -Codechange: Add a function to determine the length of a platform...celestar
2006-05-27(svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous su...KUDr
2006-05-21(svn r4940) Remove the dubious feature of remembering the last built depot. I...tron
2006-05-21(svn r4938) Remove STATION_HANGAR, because it isn't really a station type of ...tron
2006-05-20(svn r4918) Move the information about the size of airports from an global ar...tron
2006-05-19(svn r4915) - Fix: SLE_UINT8 replaced by SLE_BOOL for bool variables (found b...KUDr
2006-05-11(svn r4822) -Feature: Station List View can now be sorted and filtered (by wa...celestar
2006-05-08(svn r4785) - Newstations: don't draw catenary on non-track tilesglx
2006-05-08(svn r4780) - Newstations: when building using a dynamic layout, add the stat...peter1138
2006-05-07(svn r4767) - Newstations: fix loading / use of custom ground spritespeter1138
2006-05-06(svn r4763) - Newstations: revert r4762, instead map bit the palette modifier...peter1138
2006-05-06(svn r4762) - Newstations: make child sprites transparent.peter1138
2006-05-06(svn r4761) - Newstations: support platform information in variable 10 (callb...peter1138
2006-05-06(svn r4758) - Newstations: add support for 'blocked' station tiles, which no ...peter1138
2006-05-06(svn r4757) - Newstations: add saveload support for custom station speclistspeter1138
2006-05-06(svn r4754) - Newstations: expose default station display data via a function...peter1138
2006-05-04(svn r4742) - Newstations: Add callbacks for building and drawing custom stat...peter1138
2006-05-04(svn r4739) - Newstations: remove cargo type parameter of GetCustomStationRel...peter1138
2006-05-03(svn r4724) - Newstations: Add per-tile random data for station tiles.peter1138