summaryrefslogtreecommitdiff
path: root/src/rail_cmd.cpp
AgeCommit message (Expand)Author
2007-07-04(svn r10437) -Feature: Automatic signal completion, enabled by pressing ctrl ...peter1138
2007-07-04(svn r10432) -Codechange: use existing function instead of data duplicationpeter1138
2007-06-24(svn r10308) -Codechange: some "cleanup" chunks from B. N. SmatZ!' work on fi...rubidium
2007-06-21(svn r10246) -Fix (r10297): some forgotten money conversions and truncation i...rubidium
2007-06-18(svn r10205) -Codechange: refactor returning of cost, so it can be more easil...rubidium
2007-06-18(svn r10200) -Codechange: add "shortcut" for !CmdFailed (CmdSucceeded).rubidium
2007-06-18(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.rubidium
2007-06-03(svn r10030) -Fix [FS#823]: one could build on (some) slopes when building on...rubidium
2007-05-31(svn r10006) -Fix (FS#362): allow different signal types on one tileglx
2007-05-30(svn r9988) -Codechange: remove the last direct map accesses, except the ones...rubidium
2007-05-28(svn r9960) -Fix [FS#813]: road wasn't properly added when overbuilding a tra...rubidium
2007-05-24(svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple ...rubidium
2007-05-20(svn r9892) -Codechange: lots of ground work for allowing multiple types of "...rubidium
2007-05-07(svn r9805) -Codechange: Use HASBIT() et al for display options bits.peter1138
2007-04-18(svn r9669) -Documentation: some more doxygen fixesbelugas
2007-04-17(svn r9664) -Documentation: Doxygen corrections,errors and omissionsbelugas
2007-04-12(svn r9602) -Fix (r5833): Building rail on steep slopes ignored build_on_slop...peter1138
2007-04-06(svn r9568) -Documentation: doxygen and comment changes: Root of src is final...belugas
2007-04-05(svn r9563) -Feature: Add more finer control to transparency options, includi...peter1138
2007-04-04(svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The...belugas
2007-04-01(svn r9542) -Fix(FS# 712): When checking if a vehicle is on a given tile, and...belugas
2007-03-28(svn r9523) -Cleanup: doxygen changes. Time to take care of "R"belugas
2007-03-24(svn r9425) -Codechange/Fix (FS#689): Housekeeping in the convert rail functi...celestar
2007-03-22(svn r9400) -Codechange: Use some more representative enum names for landscap...belugas
2007-03-20(svn r9371) -Feature: Add support for variable snow lines in the arctic clima...maedhros
2007-03-08(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the cod...rubidium
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-03-02(svn r8966) -Codechange: replace some if-cascades by switches.rubidium
2007-02-27(svn r8935) -Codechange: unification of track type between road and rail tile...rubidium
2007-02-26(svn r8908) -Codechange: declaration of DrawBridgeMiddle does not belong in a...rubidium
2007-02-24(svn r8876) -Fixtron
2007-02-24(svn r8875) -Fixtron
2007-02-23(svn r8864) -Codechange: make ClrBitT(), SetBitT() and ToggleBitT more like C...KUDr
2007-02-22(svn r8841) -Fixtron
2007-02-13(svn r8701) -Codechange: replace magic numbers with enums for u.rail.track.rubidium
2007-02-13(svn r8698) -Codechange: enumify the returns of VehicleEnterTilerubidium
2007-01-19(svn r8283) -Fix (r8128): Custom waypoint drawing used wrong bits since bitsh...peter1138
2007-01-19(svn r8279) -Regression (r8274): Removing signals could fail under certain ci...Darkvater
2007-01-19(svn r8274) -Codechange (r8151): Move the automatic semaphore/signal checks i...Darkvater
2007-01-14(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ...peter1138
2007-01-11(svn r8052) - Codechange: RemoveFirstTrack() and RemoveFirstTrackdir() now ac...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