summaryrefslogtreecommitdiff
path: root/src/station.cpp
AgeCommit message (Expand)Author
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-02-23(svn r8857) -Documentation: Added some doxygen @file tags, repaired others (t...celestar
2007-02-23(svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp file...belugas
2007-02-14(svn r8735) -Feature: drive-through road stops made possible by the hard work...rubidium
2007-02-14(svn r8726) -Codechange: bools are 1 or 0 according to the C++ standard and r...rubidium
2007-02-13(svn r8709) -Fix/Codechange: Rename the function GetStationPlatforms into Get...celestar
2007-02-13(svn r8708) -Codechange(r8514): No need to use "this->" in methodscelestar
2007-02-13(svn r8707) -Codechange: Turn IsValidStation into a method of Stationcelestar
2007-02-13(svn r8694) -Codechange: make RoadStop's status accessible via accessor funct...rubidium
2007-02-02(svn r8536) -Fix (FS#577): Road Vehicles now can obtain a slot even if the st...celestar
2007-02-01(svn r8514) -Codechange: Turn IsBuoy into a method of stationscelestar
2007-01-28(svn r8449) -Fixtron
2007-01-25(svn r8401) -Codechange: Make 'IsValidRoadStop' a method of RoadStop and rena...celestar
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 r8203) -Fix:tron
2007-01-17(svn r8185) -Codechange: Equipped Roadstops with new/delete operators and gav...celestar
2007-01-14(svn r8138) -Cleanup: comment style correctionsKUDr
2007-01-14(svn r8136) -Codechange: Station spread rectangle manipulators turned into St...KUDr
2007-01-14(svn r8130) Provide struct GoodsEntry with a constructortron
2007-01-14(svn r8125) -Codechange: Station is now constructed/destroyed using new/delet...KUDr