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.cpp
Age
Commit message (
Expand
)
Author
2007-08-30
(svn r11009) -Codechange: unvirtualise IsValid as that isn't needed with temp...
rubidium
2007-08-25
(svn r10978) -Fix (r10974): only the first road stop (with correct roadtype) ...
rubidium
2007-08-24
(svn r10974) -Fix [FS#1144, FS#1155]: road vehicles that could not (properly)...
rubidium
2007-08-18
(svn r10931) -Fix [FS#1131]: when a station was destroyed and a vehicle was s...
rubidium
2007-08-06
(svn r10813) -Fix (r10799): some destructors were performing too much during ...
rubidium
2007-08-05
(svn r10799) -Fix: only calling QuickFree and not the destructor on pool clea...
rubidium
2007-08-02
(svn r10746) -Codechange: add a generic superclass for almost all pool items ...
rubidium
2007-08-01
(svn r10745) -Codechange: generalize the pool cleanup/initialize functions fo...
rubidium
2007-06-22
(svn r10266) -Codechange: keep track of the origin, time of travel and accumu...
rubidium
2007-06-08
(svn r10062) -Codechange: Don't redraw all station tiles when cargo is added ...
peter1138
2007-05-26
(svn r9932) -Fix: can't assume a zoom-level with MarkAllViewportsDirty, causi...
truelight
2007-05-19
(svn r9884) -Feature: 2 new zoom-out levels: 8 times and 16 times
truelight
2007-04-18
(svn r9669) -Documentation: some more doxygen fixes
belugas
2007-04-04
(svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The...
belugas
2007-03-08
(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the cod...
rubidium
2007-03-07
(svn r9050) -Codechange: Foo(void) -> Foo()
rubidium
2007-02-23
(svn r8857) -Documentation: Added some doxygen @file tags, repaired others (t...
celestar
2007-02-23
(svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp file...
belugas
2007-02-14
(svn r8735) -Feature: drive-through road stops made possible by the hard work...
rubidium
2007-02-14
(svn r8726) -Codechange: bools are 1 or 0 according to the C++ standard and r...
rubidium
2007-02-13
(svn r8709) -Fix/Codechange: Rename the function GetStationPlatforms into Get...
celestar
2007-02-13
(svn r8708) -Codechange(r8514): No need to use "this->" in methods
celestar
2007-02-13
(svn r8707) -Codechange: Turn IsValidStation into a method of Station
celestar
2007-02-13
(svn r8694) -Codechange: make RoadStop's status accessible via accessor funct...
rubidium
2007-02-02
(svn r8536) -Fix (FS#577): Road Vehicles now can obtain a slot even if the st...
celestar
2007-02-01
(svn r8514) -Codechange: Turn IsBuoy into a method of stations
celestar
2007-01-28
(svn r8449) -Fix
tron
2007-01-25
(svn r8401) -Codechange: Make 'IsValidRoadStop' a method of RoadStop and rena...
celestar
2007-01-18
(svn r8231) -Fix (r8125): MP desync caused by calling Random() from station c...
KUDr
2007-01-17
(svn r8212) -Fix
tron
2007-01-17
(svn r8207) -Fix
tron
2007-01-17
(svn r8203) -Fix:
tron
2007-01-17
(svn r8185) -Codechange: Equipped Roadstops with new/delete operators and gav...
celestar
2007-01-14
(svn r8138) -Cleanup: comment style corrections
KUDr
2007-01-14
(svn r8136) -Codechange: Station spread rectangle manipulators turned into St...
KUDr
2007-01-14
(svn r8130) Provide struct GoodsEntry with a constructor
tron
2007-01-14
(svn r8125) -Codechange: Station is now constructed/destroyed using new/delet...
KUDr