summaryrefslogtreecommitdiff
path: root/src/station.h
AgeCommit message (Expand)Author
2008-03-31(svn r12489) -Codechange: split station.h into station_base.h and station_fun...rubidium
2008-03-28(svn r12468) -Codechange: move some type related stuff from station.h (and op...rubidium
2008-02-15(svn r12154) -Codechange: removed a magic numberglx
2008-01-12(svn r11822) -Codechange: Replaced fixed size custom name array. Names are no...peter1138
2008-01-09(svn r11801) -Codechange: remove some unneeded includes from some header files.rubidium
2008-01-07(svn r11776) -Codechange: more header splittings to reduce the dependencies.rubidium
2007-12-22(svn r11682) -Codechange: move some 'generic' geometry related types into a s...rubidium
2007-12-21(svn r11680) -Codechange: refactor more out of openttd.h and functions.h.rubidium
2007-12-19(svn r11670) -Feature [FS#1565]: list neutral stations where the player has s...smatz
2007-12-19(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.hrubidium
2007-12-18(svn r11663) -Codechange: moving of the road related types and functions.rubidium
2007-12-05(svn r11576) -Codechange: enumerize and comment station GUIsmatz
2007-11-15(svn r11442) -Feature: make news messages related to the industry (production...rubidium
2007-09-09(svn r11065) -Documentation [FS#1186]: of the dirty marking/repainting subsys...rubidium
2007-08-31(svn r11013) -Fix [FS#1171]: MoveGoodsToStation's search area is too small as...rubidium
2007-08-30(svn r11009) -Codechange: unvirtualise IsValid as that isn't needed with temp...rubidium
2007-08-26(svn r10981) -Fix [FS#1156] (r10970): stations gave ratings for accepted carg...rubidium
2007-08-24(svn r10974) -Fix [FS#1144, FS#1155]: road vehicles that could not (properly)...rubidium
2007-08-05(svn r10799) -Fix: only calling QuickFree and not the destructor on pool clea...rubidium
2007-08-03(svn r10777) -Fix: don't put the ctor debug on lvl3, it is more a lvl5 debugtruelight
2007-08-02(svn r10746) -Codechange: add a generic superclass for almost all pool items ...rubidium
2007-08-01(svn r10745) -Codechange: generalize the pool cleanup/initialize functions fo...rubidium
2007-07-16(svn r10601) -Codechange: store (and use) the type of stations instead of har...rubidium
2007-06-22(svn r10269) -Fix [FS#912]: station ratings were shown for all cargos instead...rubidium
2007-06-22(svn r10266) -Codechange: keep track of the origin, time of travel and accumu...rubidium
2007-06-18(svn r10208) -Codechange: replace int32 with Money where appropriate.rubidium
2007-06-08(svn r10062) -Codechange: Don't redraw all station tiles when cargo is added ...peter1138
2007-05-24(svn r9908) -Codechange: prepare the station picker for more road types.rubidium
2007-04-20(svn r9683) -Fix [FS#423]: improved loading does not use a huge amount of pro...rubidium
2007-04-04(svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The...belugas
2007-03-29(svn r9524) -Fix(FS#640,r8755): Implemented a "dummy" State Machine for stati...celestar
2007-03-08(svn r9070) -Fix [FS#404]: if bribe failed and you didn't pick up cargo yet, ...truelight
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-02(svn r8978) -Feature: Rewrite of transfer system.richk
2007-02-17(svn r8780) -Fix: Spelling of CatchmentArea incorrect.richk
2007-02-17(svn r8767) -Fixtron
2007-02-16(svn r8755) -Fixtron
2007-02-14(svn r8735) -Feature: drive-through road stops made possible by the hard work...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 r8694) -Codechange: make RoadStop's status accessible via accessor funct...rubidium
2007-02-04(svn r8575) -Fix (8125): remove unused includerubidium
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-31(svn r8485) -Fixtron
2007-01-31(svn r8477) -Fixtron
2007-01-31(svn r8476) -Fixtron
2007-01-31(svn r8475) -Fixtron