Mercurial > hg > openttd
log src/waypoint.cpp @ 6316:8ecb7b1dea16 draft
age | author | description |
---|---|---|
Wed, 07 Mar 2007 11:47:46 +0000 | rubidium | (svn r9050) -Codechange: Foo(void) -> Foo() draft |
Fri, 19 Jan 2007 22:41:50 +0000 | KUDr | (svn r8284) -Fix (r8277): g++ compilation error: missing brackets in sizeof draft |
Fri, 19 Jan 2007 17:46:44 +0000 | peter1138 | (svn r8280) -Codechange: Remove unnecessarily complex assignment of waypoint string ID. draft |
Fri, 19 Jan 2007 16:01:43 +0000 | KUDr | (svn r8277) -Fix (r8038): assert on game exit when waypoints were used. The static variable of type Station (inside ComposeWaypointStation) replaced by byte array so no destructor is called for it on exit. draft |
Wed, 10 Jan 2007 18:56:51 +0000 | rubidium | (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. draft |
Wed, 10 Jan 2007 18:12:09 +0000 | KUDr | (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp) draft |