summaryrefslogtreecommitdiff
path: root/src/rail_cmd.cpp
AgeCommit message (Expand)Author
2008-01-17(svn r11910) -Fix: play 'ding-ding' crossing sound in more cases (except game...smatz
2008-01-17(svn r11908) -Fix: update crossing when merging a company, when building a cr...smatz
2008-01-17(svn r11898) -Fix: Update neighboured canals + signals when flooding non-flat...frosch
2008-01-16(svn r11883) -Fix (r11864): assert when trying to remove rail from a house or...smatz
2008-01-16(svn r11871) -Fix [FS#1074]: do not update signals after each tile when build...smatz
2008-01-15(svn r11864) -Codechange: pass owner whose signals we will update instead of ...smatz
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-09(svn r11802) -Fix [FS#716]: do not crash trains when leaving depot to a very ...smatz
2008-01-09(svn r11800) -Codechange: move some functions to a more logical location + so...rubidium
2008-01-09(svn r11793) -Codechange: pass the expense type via the CommandCost instead o...rubidium
2008-01-09(svn r11791) -Cleanup: move railtype data into table/, like other data files.peter1138
2008-01-09(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.rubidium
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