Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-26 | (svn r10346) -Fix: Forgotten "else" in r10345 (thanks peter1138). | matthijs | |
2007-06-26 | (svn r10345) -Fix [FS#290]: Make OPF handle coming out of a tunnel as well ↵ | matthijs | |
as going into a tunnel, to support road vehicles looking back when finding a depot while in a tunnel. -Fix [FS#290]: Make NPF look back when finding a depot for road vehicles. | |||
2007-06-26 | (svn r10336) -Fix [FS#910]: reaching the end of a line in certain cases ↵ | peter1138 | |
incorrectly stopped signal updates | |||
2007-05-24 | (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple ↵ | rubidium | |
road types on a single tile. | |||
2007-04-18 | (svn r9672) -Cleanup: lots of coding style fixes around operands. | rubidium | |
2007-04-12 | (svn r9609) -Codechange: Move some function prototypes out of functions.h ↵ | maedhros | |
and into landscape.h, and add a few where they didn't exist. | |||
2007-03-21 | (svn r9391) -Documentation : correct Doxygen of comments and @file ↵ | belugas | |
inclusion. Time for P and Q files | |||
2007-03-07 | (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; | rubidium | |
2007-02-27 | (svn r8935) -Codechange: unification of track type between road and rail ↵ | rubidium | |
tiles, unification of ground type between normal rail tiles and depots/waypoints and removing the need for RailTileSubType. | |||
2007-02-14 | (svn r8735) -Feature: drive-through road stops made possible by the hard ↵ | rubidium | |
work of mart3p. | |||
2007-01-19 | (svn r8276) -Fix | tron | |
Change the signature of Swap() to be less error prone, i.e. pass the variables to be swapped by reference instead of passing pointers to the variables. Just do Swap(x, y) instead of Swap(&x, &y). This prevents accidents when the variables are pointers. | |||
2007-01-11 | (svn r8052) - Codechange: RemoveFirstTrack() and RemoveFirstTrackdir() now ↵ | KUDr | |
accept pointer to TrackBits/TrackdirBits instead of reference. | |||
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) |