summaryrefslogtreecommitdiff
path: root/src/rail_cmd.cpp
AgeCommit message (Expand)Author
2009-07-01(svn r16719) -Codechange: make IsArticulatedPart(), IsTrainEngine(), IsTrainW...smatz
2009-06-27(svn r16673) -Codechange: rename GetProducedCargo() to AddProducedCargo() and...smatz
2009-06-26(svn r16664) -Codechange: move house-related stuff from town.h and town_type....smatz
2009-06-25(svn r16660) -Codechange: get rid of more dummy tile_type_procssmatz
2009-06-25(svn r16659) -Codechange: rename GetAcceptedCargo() to AddAcceptedCargo() and...smatz
2009-06-24(svn r16646) -Codechange: rename GetDepotByTile() to Depot::GetByTile()smatz
2009-06-07(svn r16528) -Fix [FS#2959]: Draw PBS reservation as groundsprite resp. child...frosch
2009-06-06(svn r16527) -Codechange: use static member functions instead of simple casts...smatz
2009-06-01(svn r16491) -Codechange: Added parentheses around bitwise operators for code...alberth
2009-05-22(svn r16393) -Codechange: move VehicleRail to Train.rubidium
2009-05-22(svn r16392) -Codechange: move some variables (the ones that aren't caches) f...rubidium
2009-05-22(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.rubidium
2009-05-18(svn r16350) -Codechange: make some 'rail track is present' checks more 'secure'smatz
2009-05-18(svn r16349) -Codechange: rename IsPlainRailTile() to IsPlainRail(), introduc...smatz
2009-05-17(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...smatz
2009-05-15(svn r16311) -Fix: (Get|Set)TrackBits() is only valid for RAIL_TILE_NORMAL an...frosch
2009-04-21(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...rubidium
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-03-14(svn r15709) -Change [FS#2729]: be a tad more specific about the fact that yo...rubidium
2009-03-12(svn r15687) -Fix [FS#2723]: wrong/misleading error message when autorail bui...rubidium
2009-03-02(svn r15601) -Fix [FS#2615]: bridges/tunnels don't store tram owner making it...rubidium
2009-02-24(svn r15567) -Fix [FS#2674]: When building signals by dragging from a pre/ent...yexo
2009-02-21(svn r15548) -Fix: incorrect error message when removing non-existing diagona...rubidium
2009-02-09(svn r15434) -Codechange: bit of type safety for the DC_xxx flags.rubidium
2009-02-09(svn r15428) -Codechange: consistently use colour instead of having both colo...rubidium
2009-02-08(svn r15410) -Cleanup: get rid of most of the references to the 'patches' exc...rubidium
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-13(svn r15050) -Codechange: Use one absolute SpriteID with offsets to draw trac...peter1138
2009-01-12(svn r15039) -Codechange: fix comments regarding old AI, remove one old AI hacksmatz
2009-01-12(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ...truebrain
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2009-01-02(svn r14789) -Feature: allow scrolling with the left mouse button pressed (if...rubidium
2008-12-28(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...rubidium
2008-12-14(svn r14676) -Fix: Do not copy the signal type of parallel vertical/horizonta...frosch
2008-11-22(svn r14606) -Codechange: Unify usage of PALETTE_MODIFIER_TRANSPARENT and PAL...frosch
2008-11-16(svn r14581) -Fix: make rail, road and canal building behave the same when ov...rubidium
2008-11-07(svn r14567) -Revert (part of 14566): don't commit testing stuff...rubidium
2008-11-07(svn r14566) -Fix [FS#2397]: RV's go via order would reserve a slot at the 'v...rubidium
2008-11-02(svn r14558) -Fix (r13957): Converting the track type of a tunnel/bridge coul...michi_cc
2008-10-19(svn r14491) -Documentation: updates/additions of doxygen docs (Alberth)rubidium
2008-10-18(svn r14488) -Fix: Synchronize drawing of spritelayouts in DrawTileLayout (Ho...frosch
2008-10-14(svn r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus)rubidium
2008-10-02(svn r14434) -Fix (r14432): compile warning.rubidium
2008-10-02(svn r14432) -Fix: tile description of tiles with only one signal that is not...rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-09-20(svn r14365) -Backport (r14364 from NoAI): add the ability do CmdBuildSingleS...glx
2008-09-17(svn r14356) -Fix [FS#2307](r14258): converting of railtype was broken for tu...smatz
2008-09-16(svn r14350) -Fix (r13927): do not draw PBS reservation for NW and NE depots,...smatz
2008-09-11(svn r14293) -Change: do not show PBS track reservation in the intro gamesmatz
2008-09-07(svn r14258) -Codechange: rework the way to query the vehicle hash to make su...rubidium