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
/
waypoint.cpp
Age
Commit message (
Expand
)
Author
2007-10-19
(svn r11303) -Fix: EnsureNoVehicle and EnsureNoVehicleOnGround were both used...
rubidium
2007-10-09
(svn r11238) -Fix [FS#1316]: the orders of trains going to a waypoint where n...
rubidium
2007-08-30
(svn r11009) -Codechange: unvirtualise IsValid as that isn't needed with temp...
rubidium
2007-08-24
(svn r10973) -Fix [FS#1154]: update wp->xy when waypoint is moved (Catalan)
KUDr
2007-08-05
(svn r10799) -Fix: only calling QuickFree and not the destructor on pool clea...
rubidium
2007-08-02
(svn r10750) -Codechange: make the waypoint struct use the new poolitem class...
rubidium
2007-06-27
(svn r10368) -Fix: when renaming waypoints, ownership was only checked client...
peter1138
2007-06-27
(svn r10364) -Fix [FS#706]: checking for duplicate custom names was inconsist...
peter1138
2007-06-18
(svn r10205) -Codechange: refactor returning of cost, so it can be more easil...
rubidium
2007-06-18
(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.
rubidium
2007-04-12
(svn r9609) -Codechange: Move some function prototypes out of functions.h and...
maedhros
2007-04-11
(svn r9601) -Codechange: Store grf file reference in station spec, not just G...
peter1138
2007-04-06
(svn r9568) -Documentation: doxygen and comment changes: Root of src is final...
belugas
2007-03-07
(svn r9050) -Codechange: Foo(void) -> Foo()
rubidium
2007-01-19
(svn r8284) -Fix (r8277): g++ compilation error: missing brackets in sizeof
KUDr
2007-01-19
(svn r8280) -Codechange: Remove unnecessarily complex assignment of waypoint ...
peter1138
2007-01-19
(svn r8277) -Fix (r8038): assert on game exit when waypoints were used. The s...
KUDr
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