summaryrefslogtreecommitdiff
path: root/src/station_cmd.cpp
AgeCommit message (Expand)Author
2007-02-17(svn r8782) -Fixtron
2007-02-17(svn r8781) -Fixtron
2007-02-17(svn r8779) -Fixtron
2007-02-17(svn r8767) -Fixtron
2007-02-16(svn r8765) -Codechange: remove logic redundancy by moving it from the gui in...rubidium
2007-02-16(svn r8755) -Fixtron
2007-02-14(svn r8741) -Fix (r8735): make the saveguards of CmdBuildRoadStop more robust...rubidium
2007-02-14(svn r8735) -Feature: drive-through road stops made possible by the hard work...rubidium
2007-02-13(svn r8715) -Codechange/cleanup: replace magic numbers related to state of ro...rubidium
2007-02-13(svn r8709) -Fix/Codechange: Rename the function GetStationPlatforms into Get...celestar
2007-02-13(svn r8707) -Codechange: Turn IsValidStation into a method of Stationcelestar
2007-02-13(svn r8705) -Codechange: Increased the number of airport blocks to 64. This i...celestar
2007-02-13(svn r8698) -Codechange: enumify the returns of VehicleEnterTilerubidium
2007-02-13(svn r8694) -Codechange: make RoadStop's status accessible via accessor funct...rubidium
2007-02-08(svn r8635) -Fix: draw canal edges under buoys that are in a canal.rubidium
2007-02-07(svn r8619) -Fix: store the ownership of a water tile in the buoy tile and se...rubidium
2007-02-02(svn r8540) -Fix[YAPF]: Assert when buoy is placed on NE or NW map edge (Dan)KUDr
2007-02-02(svn r8539) -Fixtron
2007-02-02(svn r8531) -Fixtron
2007-02-02(svn r8528) -Codechange: Rename IsBuoy_() to IsBuoy() now that the naming con...celestar
2007-02-01(svn r8514) -Codechange: Turn IsBuoy into a method of stationscelestar
2007-02-01(svn r8507) -Codechange/Feature: Don't remove player-owned property on-load i...Darkvater
2007-01-31(svn r8499) -Fixtron
2007-01-31(svn r8477) -Fixtron
2007-01-31(svn r8476) -Fixtron
2007-01-31(svn r8475) -Fixtron
2007-01-31(svn r8474) -Fixtron
2007-01-28(svn r8449) -Fixtron
2007-01-26(svn r8414) -Codechange: Use own AutoPtrT instead of std::auto_ptr.KUDr
2007-01-25(svn r8403) -Fix (r8402): Forgot to remove an enumcelestar
2007-01-25(svn r8402) -Codechange: Move RoadStop-specific enums to the RoadStop class, ...celestar
2007-01-25(svn r8400) -Fixtron
2007-01-25(svn r8399) -Fix (r8185): a new road stop was always created in CmdBuildRoadS...glx
2007-01-18(svn r8231) -Fix (r8125): MP desync caused by calling Random() from station c...KUDr
2007-01-17(svn r8212) -Fixtron
2007-01-17(svn r8207) -Fixtron
2007-01-17(svn r8186) -Fix (FS#557): Apply railtype offset to station graphics if no cu...peter1138
2007-01-17(svn r8185) -Codechange: Equipped Roadstops with new/delete operators and gav...celestar
2007-01-16(svn r8161) -Fix (FS#555, r8144): enroute_from_xy was not set properly for ol...rubidium
2007-01-16(svn r8153) -Codechange: Change UpdateStationAcceptance() and ShowRejectOrAcc...peter1138
2007-01-15(svn r8144) -Fix: [FS#163] When a station is removed, vehicles do not get exc...celestar
2007-01-14(svn r8139) -Cleanup: simplify auto_ptr initialization (Tron)KUDr
2007-01-14(svn r8137) -Fix (FS#551, r4259, r4320): roadstop->num_vehicles was wrong for...rubidium
2007-01-14(svn r8136) -Codechange: Station spread rectangle manipulators turned into St...KUDr
2007-01-14(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ...peter1138
2007-01-14(svn r8127) -Fix (r8125): removed redundant free() call which is also in Stat...KUDr
2007-01-14(svn r8126) -Fix (r8125): missing #include fixes compilation error on g++ (st...KUDr
2007-01-14(svn r8125) -Codechange: Station is now constructed/destroyed using new/delet...KUDr
2007-01-14(svn r8120) -Fix (r8055): Station cargo waiting value clamp should be signed ...peter1138
2007-01-11(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the poi...KUDr