summaryrefslogtreecommitdiff
path: root/src/rail_cmd.cpp
AgeCommit message (Expand)Author
2007-11-15(svn r11433) -Fix: starting OpenTTD with DOS files made it look weird out of ...rubidium
2007-11-10(svn r11399) -Feature(ette): transparency settings can now be saved and thus ...belugas
2007-11-04(svn r11383) -Codechange: fixed all the mess around KillFirstBit (tnx to Rubi...truelight
2007-10-26(svn r11343) -Fix[FS#1368]: Autoslope did not work correctly for single track...belugas
2007-10-20(svn r11320) -Codechange: make lower halftiles at coast floodable. Patch by f...rubidium
2007-10-20(svn r11319) -Add: halftile- and anti-zig-zag-foundations. Patch by frosch.rubidium
2007-10-20(svn r11313) -Codechange: prepare several pieces of code so the can handle so...rubidium
2007-10-20(svn r11312) -Codechange: implement a overflow safe integer and use that for ...rubidium
2007-10-14(svn r11265) -Feature: Make more advanced rail types more expensive to build.maedhros
2007-10-09(svn r11237) -Codechange: reduce code duplication between GetRailFoundation()...rubidium
2007-09-26(svn r11173) -Codechange: rename some callback enums so they are more uniform.rubidium
2007-09-26(svn r11167) -Fix [FS#1260]: Electric trains were not shown as stopped in dep...rubidium
2007-09-19(svn r11128) -Fix: a lot of graphical glitches by changing some bounding boxe...rubidium
2007-09-14(svn r11107) -Feature: some tool so one can still build tunnels under rails (...rubidium
2007-09-08(svn r11059) -Fix [FS#1182]: inconsistency between Rail<->ElRail conversions ...rubidium
2007-08-30(svn r11005) -Codechange: move the tiletype specific terraforming checks to t...rubidium
2007-08-30(svn r11003) -Codechange: replace Vehicle->next to Vehicle->Next() and Vehicl...rubidium
2007-08-16(svn r10922) -Codechange: Allow building and removing tracks and signals when...maedhros
2007-08-02(svn r10758) -Codechange: make the depot struct use the pool item class as su...rubidium
2007-07-30(svn r10734) -Fix [FS#1030]: Revert r10513) and add special cases for collisi...peter1138
2007-07-29(svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "r...rubidium
2007-07-26(svn r10698) -Codechange [FS#1082]: simplify the code related to foundations....rubidium
2007-07-26(svn r10696) -Codechange: remove duplication of the "make sprite transparent"...rubidium
2007-07-23(svn r10659) -Codechange: updated documentation around RAIL_GROUND_FENCE_VERT...truelight
2007-07-16(svn r10601) -Codechange: store (and use) the type of stations instead of har...rubidium
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