summaryrefslogtreecommitdiff
path: root/src/station_cmd.cpp
AgeCommit message (Expand)Author
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-03-03(svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing t...belugas
2007-03-02(svn r8978) -Feature: Rewrite of transfer system.richk
2007-02-24(svn r8876) -Fixtron
2007-02-24(svn r8875) -Fixtron
2007-02-23(svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp file...belugas
2007-02-23(svn r8852) -Fix (r8735): make the dynamite tool for drive through road stops...rubidium
2007-02-23(svn r8851) -Fix [FS#643] (r8735): crash on removing town owned roads outside...rubidium
2007-02-22(svn r8841) -Fixtron
2007-02-21(svn r8833) -Fixtron
2007-02-21(svn r8828) -Fixtron
2007-02-20(svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular str...peter1138
2007-02-20(svn r8822) -Fixtron
2007-02-19(svn r8809) -Fix (r8715): accidentally removed a part of an expression.rubidium
2007-02-18(svn r8800) -Fixtron
2007-02-18(svn r8799) -Fixtron
2007-02-18(svn r8797) -Fix (8741): the 'drive through station built on town owned road'...rubidium
2007-02-18(svn r8796) -Fixtron
2007-02-18(svn r8794) -Fixtron
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