summaryrefslogtreecommitdiff
path: root/src/waypoint.cpp
AgeCommit message (Collapse)Author
2007-01-19(svn r8284) -Fix (r8277): g++ compilation error: missing brackets in sizeofKUDr
2007-01-19(svn r8280) -Codechange: Remove unnecessarily complex assignment of waypoint ↵peter1138
string ID.
2007-01-19(svn r8277) -Fix (r8038): assert on game exit when waypoints were used. The ↵KUDr
static variable of type Station (inside ComposeWaypointStation) replaced by byte array so no destructor is called for it on exit.
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ↵rubidium
stillunknown and pv2b.
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files ↵KUDr
renamed to .cpp)