index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
station_type.h
Age
Commit message (
Expand
)
Author
2013-10-20
(svn r25890) -Codechange: define a smallstack for station IDs
fonsinchen
2013-06-09
(svn r25361) -Feature: distribute cargo according to plan given by linkgraph
fonsinchen
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 includes
rubidium
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 TileArea
rubidium
2010-01-04
(svn r18714) -Codechange: move the TileArea struct to it's own header
rubidium
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 appropriate
rubidium
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/enums
rubidium
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