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_gui.cpp
Age
Commit message (
Expand
)
Author
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-03
(svn r8988) -Fix: Indenting, variable scope, variable type and minor duffage
peter1138
2007-02-23
(svn r8858) -Codechange: Replace magic number test with class method for dete...
peter1138
2007-02-20
(svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular str...
peter1138
2007-02-01
(svn r8511) -Codechange: make WindowClass an enumerated value.
rubidium
2007-01-21
(svn r8293) -Codechange: overloaded ShowVehicleListWindow() so it can open al...
bjarni
2007-01-14
(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ...
peter1138
2007-01-11
(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the poi...
KUDr
2007-01-11
(svn r8065) -Feature: The station list does now remember the sort settings
celestar
2007-01-10
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...
rubidium
2007-01-10
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...
KUDr