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
/
base_station_base.h
Age
Commit message (
Expand
)
Author
2020-05-21
Codechange: Use std::string for most of the user-settable custom names.
Michael Lutz
2020-01-12
Codechange: Cache resolved town, station and industry name strings
Jonathan G Rennison
2019-12-21
Codechange: Replace station related FOR_ALL with range-based for loops
glx
2019-12-01
Fix #7847: Use ViewportSign coordinates for sign Kdtree coordinates (#7849)
Niels Martin Hansen
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-29
Codechange: Remove Company/OwnerByte types
Charles Pigott
2019-04-29
Codechange: Remove StationFacilityByte type
Charles Pigott
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-24
Fix #7374: Ensure k-d trees are always updated when station sign moves
Niels Martin Hansen
2018-05-21
Change: Add CargoTypes type for cargo masks. (#6790)
PeterN
2013-11-24
(svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointe...
frosch
2013-01-11
(svn r24905) -Feature(ish): Implement station randomisation triggers.
peter1138
2011-12-20
(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o...
truebrain
2010-12-22
(svn r21593) -Codechange: endif comment correcttions.
alberth
2010-03-06
(svn r19351) -Codechange: use TileArea for AfterRemoveRect
yexo
2010-03-06
(svn r19350) -Codechange: StationRect::BeforeAddRect() returns a CommandCost.
alberth
2010-03-06
(svn r19335) -Codechange: StationRect::BeforeAddTile() returns a CommandCost.
alberth
2010-03-06
(svn r19334) -Codechange: method-call codestyle fixes, and introduction of co...
alberth
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2009-11-29
(svn r18342) -Fix: erroneous spaces before ;
rubidium
2009-09-12
(svn r17508) -Fix [FS#3195] (r16859): join station window didn't get updated ...
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-07-26
(svn r16965) -Codechange: use tile area instead of sets of variables for the ...
rubidium
2009-07-26
(svn r16962) -Codechange: more work towards multi tile waypoints
rubidium
2009-07-25
(svn r16947) -Codechange: use TileArea instead of train_tile, trainst_w and t...
rubidium
2009-07-24
(svn r16945) -Fix (r16940): comments got swapped
rubidium
2009-07-24
(svn r16940) -Codechange: make the pathfinders behave the same when finding w...
rubidium
2009-07-24
(svn r16934) -Codechange: introduce a simple helper function to check whether...
rubidium
2009-07-22
(svn r16914) -Codechange: split Station and BaseStation into different files
rubidium