summaryrefslogtreecommitdiff
path: root/src/industry_cmd.cpp
AgeCommit message (Expand)Author
2010-04-05(svn r19565) -Fix: some NewGRF callbacks were named incorrectlyrubidium
2010-03-21(svn r19499) -Remove: same_industry_close setting did not do what it said and...frosch
2010-03-20(svn r19494) -Codechange: Remove _error_message.alberth
2010-03-20(svn r19481) -Codechange: Turn _industry_counts into a static member of Indus...frosch
2010-03-19(svn r19476) -Codechange: simplify the 'is conflicting industry nearby' check...yexo
2010-03-17(svn r19443) -Fix [FS#3701]: Mark industry windows dirty more often.frosch
2010-03-07(svn r19362) -Fix [FS#3667] (r19270): Failure to prospect an industry should ...alberth
2010-03-05(svn r19319) -Codechange: EnsureNoVehicleOnGround() returns a CommandCost.alberth
2010-03-01(svn r19297) -Codechange: Variable scope and documentation of DoCreateNewIndu...frosch
2010-02-28(svn r19295) -Codechange: introduce wrapper functions for GRFConfig::name/infoyexo
2010-02-28(svn r19287) -Fix [FS#3650] (r19263): Don't store a boolean in a CommandCost.alberth
2010-02-27(svn r19270) -Codechange: Forward CommandCost results through CreateNewIndust...alberth
2010-02-27(svn r19269) -Codechange: PerformIndustryTileSlopeCheck() returns a succeeded...alberth
2010-02-26(svn r19265) -Fix [FS#3618]: "Can't build <industry> here... <industry> in th...rubidium
2010-02-26(svn r19263) -Fix (r19184): some specific industry creation errors got replac...rubidium
2010-02-21(svn r19185) -Codechange: Return succeeded or failed CommandCost from CheckIf...alberth
2010-02-21(svn r19184) -Codechange: Return succeeded/failed command from CheckIfIndustr...alberth
2010-02-21(svn r19183) -Codechange: Return CommandCost from FindTownForIndustry().alberth
2010-02-21(svn r19182) -Codechange: Use CommandCost return value in CheckIfIndustryIsAl...alberth
2010-02-20(svn r19167) -Fix [FS#3631](r19120): Industry 0 could be choosen even if not ...frosch
2010-02-16(svn r19146) -Codechange: Use CommandCost in industry checking routines.alberth
2010-02-15(svn r19138) -Codechange: Rename CheckMultipleIndustryInTown() to FindTownFor...alberth
2010-02-15(svn r19137) -Add: Report a more useful error when failing to build a bubble ...alberth
2010-02-15(svn r19136) -Doc: Added Doxygen comments for industry checking procedures.alberth
2010-02-14(svn r19126) -Codechange: Silence a warning.frosch
2010-02-13(svn r19120) -Fix: [NewGRF] Industry property 0x17 was interpreted incorrectl...frosch
2010-02-06(svn r19051) -Codechange: Variable scope.frosch
2010-02-06(svn r19050) -Fix: Don't call callbacks for disabled industrytypes.frosch
2010-02-06(svn r19049) -Codechange: Deduplicate computing number of initial industries.frosch
2010-01-28(svn r18938) -Fix: Industrylayout's special water tile check did not properly...frosch
2010-01-22(svn r18889) -Codechange: Use (GroundSprite|SpriteLayout)PaletteTransform() a...frosch
2010-01-21(svn r18872) -Codechange: introduce PaletteID and use itrubidium
2010-01-18(svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper...rubidium
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2010-01-04(svn r18726) -Fix [FS#3463]: with non-uniform industries the 'supplies' text ...rubidium
2010-01-04(svn r18718) -Codechange: make a wrapper macro for looping TileAreasrubidium
2010-01-04(svn r18717) -Codechange: use TileArea in industry instead of three separate ...rubidium
2010-01-04(svn r18716) -Codechange: pass a TileArea to FindStationsAroundTilesrubidium
2010-01-04(svn r18715) -Codechange: make StationFinder a subclass of TileArearubidium
2010-01-03(svn r18701) -Fix (r18700): always compile before making a commityexo
2010-01-03(svn r18700) -Fix: when deleting an industry on water (oil rigs) the tiles on...yexo
2009-12-19(svn r18554) -Change: Forbid industries to clear sea/river when leveling land.frosch
2009-11-24(svn r18283) -Feature: [NewGRF] Add new price bases for removing industries, ...frosch
2009-11-24(svn r18282) -Codechange: Remove IndustrySpec::raw_industry_cost_multiplier a...frosch
2009-11-15(svn r18110) -Codechange [FS#3316]: search for stations nearby only once per ...smatz
2009-11-09(svn r18028) -Codechange: unglobalise some functionsrubidium
2009-11-07(svn r18005) -Codechange: Convert the Prices struct into an array and an enum.frosch
2009-11-05(svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up includi...frosch
2009-10-02(svn r17682) -Codechange: remove erroneous space before some commasrubidium
2009-09-25(svn r17638) -Fix [FS#3235]: Crash when trying to build an industry that has ...rubidium