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_base.h
Age
Commit message (
Expand
)
Author
2009-05-17
(svn r16333) -Cleanup: remove a bunch of unused wrapper functions.
rubidium
2009-05-17
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...
smatz
2009-05-16
(svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolS...
smatz
2009-05-16
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
smatz
2009-03-07
(svn r15635) -Fix [FS#2707]: don't allow more than 64 road vehicles to reserv...
rubidium
2008-12-26
(svn r14743) -Codechange: use INVALID_TILE to indicate station doesn't have q...
smatz
2008-11-19
(svn r14598) -Feature: Action0Industries property 24 (industry suuplies defau...
rubidium
2008-10-25
(svn r14529) -Codechange: Turn FindCatchmentRadius() into Station::GetCatchme...
frosch
2008-10-19
(svn r14491) -Documentation: updates/additions of doxygen docs (Alberth)
rubidium
2008-09-30
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
rubidium
2008-09-30
(svn r14421) -Codechange: rename all player variables/types to company *or* c...
rubidium
2008-05-07
(svn r12987) -Codechange: split viewport and tile selection.
rubidium
2008-04-19
(svn r12798) -Feature: Add some support for NewGRF station animation. (Thanks...
peter1138
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