summaryrefslogtreecommitdiff
path: root/src/rail_cmd.cpp
AgeCommit message (Expand)Author
2008-01-07(svn r11774) -Change: do not include variables.h in a header when it is not n...rubidium
2008-01-04(svn r11760) -Codechange: unify the way how other end of a tunnel/bridge is d...smatz
2007-12-29(svn r11720) -Codechange: [NewGRF] Add support for bit 30 of station tile lay...peter1138
2007-12-29(svn r11719) -Codechange: split sound.h in a header with types and one with f...rubidium
2007-12-28(svn r11715) -Fix: do not use GetTrackBits() for depots and waypoints while c...smatz
2007-12-27(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless...rubidium
2007-12-26(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ...rubidium
2007-12-21(svn r11680) -Codechange: refactor more out of openttd.h and functions.h.rubidium
2007-12-21(svn r11677) -Codechange: move price and command related types/functions to t...rubidium
2007-12-19(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.hrubidium
2007-12-19(svn r11667) -Codechange: split window.h into a header that defines some 'glo...rubidium
2007-12-17(svn r11657) -Fix: show better error message when trying to convert railsmatz
2007-12-16(svn r11649) -Codechange: some code can be simplified thanks to changes in r1...smatz
2007-12-16(svn r11644) -Codechange: merge some functions from tunnel_map.h and bridge_m...smatz
2007-12-15(svn r11642) -Codechange: VehicleFromPos does check for v->tile == tile, so r...smatz
2007-12-15(svn r11638) -Codechange: use faster check in SignalVehicleCheck for tunnel/b...smatz
2007-12-08(svn r11603) -Fix [FS#1481]: make price for railtype conversion more realisticsmatz
2007-12-01(svn r11547) -Add: signal selection GUI for the ones that really like to use ...rubidium
2007-11-27(svn r11533) -Codechange: Rename some unclear clear_x prices member names.belugas
2007-11-24(svn r11504) -Fix [FS#1467]: removing docks/ship depots could result in non-c...rubidium
2007-11-20(svn r11485) -Codechange: Remove the doubled function ToggleBitT and rename t...skidd13
2007-11-20(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the ...skidd13
2007-11-19(svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the ...skidd13
2007-11-19(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...skidd13
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