summaryrefslogtreecommitdiff
path: root/src/tunnelbridge_cmd.cpp
AgeCommit message (Expand)Author
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-03-13(svn r15704) -Cleanup: remove further includes from recently split filessmatz
2009-03-12(svn r15683) -Fix (r15670): Removing town-owned bridges was no longer possible.yexo
2009-03-11(svn r15670) -Fix (r15601): The owner of both the road and of the tram tracks...yexo
2009-03-10(svn r15667) -Fix (r15601)[FS#2718]: It was possible to remove rail tunnels/b...yexo
2009-03-02(svn r15601) -Fix [FS#2615]: bridges/tunnels don't store tram owner making it...rubidium
2009-02-11(svn r15452) -Codechange: Add DC_NO_MODIFY_TOWN_RATING.frosch
2009-02-09(svn r15434) -Codechange: bit of type safety for the DC_xxx flags.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-21(svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map.Yexo
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-11-23(svn r14613) -Fix [FS#2420]: When building industries, clear the tiles as OWN...frosch
2008-10-14(svn r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus)rubidium
2008-09-30(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-09-14(svn r14326) -Fix: some wrong comments (Yexo)rubidium
2008-09-11(svn r14293) -Change: do not show PBS track reservation in the intro gamesmatz
2008-09-11(svn r14291) -Fix [FS#2288] (r12853): For tunnels DrawCatenary() draws only p...frosch
2008-09-07(svn r14258) -Codechange: rework the way to query the vehicle hash to make su...rubidium
2008-08-25(svn r14176) -Fix: better 'safe' than ... 'save'smatz
2008-08-25(svn r14173) -Fix: Don't check for rail type and catenary on aqueducts.peter1138
2008-08-02(svn r13957) -Codechange [YAPP]: Free the old path reservation on removing so...rubidium
2008-08-02(svn r13927) -Add [YAPP]: Draw reserved tracks darker, toggeld by a patch set...rubidium
2008-07-22(svn r13795) -Change: do not require canals/rivers/seas to be empty when buil...rubidium
2008-07-17(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line wit...rubidium
2008-07-15(svn r13705) -Codechange: Define and use BridgePieces enum, which will remove...belugas
2008-06-26(svn r13638) -Fix: signed/unsigned warning for MSVC9 and gcc2smatz
2008-06-23(svn r13611) -Fix [FS#2100]: if the first bridge can't be build for a given l...rubidium
2008-06-11(svn r13478) -Codechange: don't use GetBridgeSpec() for aqueductssmatz
2008-06-11(svn r13477) -Fix (r13464): correct tile type in the Query tile info windowsmatz
2008-06-11(svn r13475) -Fix (r13464): crash on destroying aquaduct with ship on in and ...smatz
2008-06-11(svn r13468) -Fix: make aqueducts a little more expensive than normal bridges...rubidium
2008-06-11(svn r13466) -Fix (r13464): slope checking got lost during development...rubidium
2008-06-11(svn r13464) -Codechange: support NewGRF Action 0x05, type 12.rubidium
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-25(svn r13255) -Codechange: move _opt to _settings.rubidium
2008-05-25(svn r13251) -Codechange: rename _patches to _settings as that is more logic.rubidium
2008-05-21(svn r13206) -Feature(ette): Display all owners of a tile in the tile-info-wi...frosch
2008-05-14(svn r13090) -Codechange: add functions for direct conversion from DiagDirect...smatz
2008-05-08(svn r13016) -Codechange: unify the detection if rail catenary should be drawnsmatz
2008-05-07(svn r12986) -Codechange: move the landscape and transport related types from...rubidium
2008-04-29(svn r12924) -Feature: Introducing the so called 'engine pool' which primaril...peter1138
2008-04-23(svn r12853) -Fix: catenary on tunnel entrances and middle bridge pieces was ...smatz
2008-04-18(svn r12765) -Codechange: move some stuff out of variables.h that required in...rubidium
2008-04-17(svn r12757) -Codechange: move all cheat related stuff from all over the plac...rubidium
2008-04-17(svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and de...rubidium