summaryrefslogtreecommitdiff
path: root/src/station_type.h
AgeCommit message (Expand)Author
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-29Codechange: Remove StationHadVehicleOfTypeByte typeCharles Pigott
2019-04-29Codechange: Remove StationFacilityByte typeCharles Pigott
2019-03-09Codechange: Convert StationList from SmallVector to std::set.peter1138
2019-02-21Codechange: Remove never-used StationIDList.peter1138
2013-10-20(svn r25890) -Codechange: define a smallstack for station IDsfonsinchen
2013-06-09(svn r25361) -Feature: distribute cargo according to plan given by linkgraphfonsinchen
2011-12-19(svn r23595) -Codechange: add comma after last enum to get a more uniform cod...rubidium
2011-04-17(svn r22343) -Change: Remove pixel limiter for query strings.terkhen
2011-01-22(svn r21890) -Cleanup: remove some unneeded includesrubidium
2011-01-14(svn r21797) -Fix/Change: unify the size (in characters) of the string inputs...rubidium
2010-12-05(svn r21415) -Codechange: limit station/waypoint name by amount of characters...rubidium
2010-05-13(svn r19812) -Codechange: give some unnamed enums a name or, in case they con...rubidium
2010-03-23(svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT an...smatz
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2010-01-04(svn r18715) -Codechange: make StationFinder a subclass of TileArearubidium
2010-01-04(svn r18714) -Codechange: move the TileArea struct to it's own headerrubidium
2009-12-02(svn r18377) -Codechange: add 'cache' of the tile area of truck and bus stops.rubidium
2009-11-15(svn r18110) -Codechange [FS#3316]: search for stations nearby only once per ...smatz
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-07-28(svn r16976) -Codechange: remove WaypointID and MAX_LENGTH constants in favou...rubidium
2009-07-26(svn r16965) -Codechange: use tile area instead of sets of variables for the ...rubidium
2009-07-22(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions a...rubidium
2009-07-18(svn r16876) -Codechange: add helper functions to cast to Station/Waypoint wi...rubidium
2009-07-18(svn r16869) -Codechange: make drawing waypoints a tiny bit more like drawing...rubidium
2009-07-17(svn r16859) -Codechange: split the Station struct into two so parts of it ca...rubidium
2009-07-07(svn r16758) -Document: some station related types/enumsrubidium
2009-07-04(svn r16736) -Codechange: give some station enums a name and use that instead...rubidium
2009-04-10(svn r16025) -Fix [FS#2818]: "build separate station" in the station picker w...rubidium
2008-10-19(svn r14491) -Documentation: updates/additions of doxygen docs (Alberth)rubidium
2008-08-13(svn r14063) -Codechange: replace some "magic" constants with enumified const...rubidium
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-25(svn r13251) -Codechange: rename _patches to _settings as that is more logic.rubidium
2008-03-31(svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especial...rubidium
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