frosch
5152cb1a26
(svn r19297) -Codechange: Variable scope and documentation of DoCreateNewIndustry().
2010-03-01 19:34:04 +00:00
yexo
23af928ce9
(svn r19295) -Codechange: introduce wrapper functions for GRFConfig::name/info
2010-02-28 20:28:08 +00:00
yexo
404df87b1f
(svn r19295) -Codechange: introduce wrapper functions for GRFConfig::name/info
2010-02-28 20:28:08 +00:00
alberth
3338efed28
(svn r19287) -Fix [FS#3650] (r19263): Don't store a boolean in a CommandCost.
2010-02-28 09:44:35 +00:00
alberth
f73898a4ef
(svn r19287) -Fix [FS#3650] (r19263): Don't store a boolean in a CommandCost.
2010-02-28 09:44:35 +00:00
alberth
4ec812b147
(svn r19270) -Codechange: Forward CommandCost results through CreateNewIndustryHelper().
2010-02-27 12:12:01 +00:00
alberth
011ff40030
(svn r19270) -Codechange: Forward CommandCost results through CreateNewIndustryHelper().
2010-02-27 12:12:01 +00:00
alberth
fbbf22da32
(svn r19269) -Codechange: PerformIndustryTileSlopeCheck() returns a succeeded or failed command.
2010-02-27 10:21:59 +00:00
alberth
b33264f30f
(svn r19269) -Codechange: PerformIndustryTileSlopeCheck() returns a succeeded or failed command.
2010-02-27 10:21:59 +00:00
rubidium
7721a5cc51
(svn r19265) -Fix [FS#3618]: "Can't build <industry> here... <industry> in the way" showed the to-be-built industry twice, instead of the to-be-built industry and the industry that's in the way
2010-02-26 10:08:16 +00:00
rubidium
45f34a4203
(svn r19265) -Fix [FS#3618]: "Can't build <industry> here... <industry> in the way" showed the to-be-built industry twice, instead of the to-be-built industry and the industry that's in the way
2010-02-26 10:08:16 +00:00
rubidium
a88f57efde
(svn r19263) -Fix (r19184): some specific industry creation errors got replaced by 'site unsuitable'.
2010-02-26 09:55:53 +00:00
rubidium
425ac1ec1f
(svn r19263) -Fix (r19184): some specific industry creation errors got replaced by 'site unsuitable'.
2010-02-26 09:55:53 +00:00
alberth
19f5b6f7b6
(svn r19185) -Codechange: Return succeeded or failed CommandCost from CheckIfCallBackAllowsCreation().
2010-02-21 17:01:23 +00:00
alberth
82a4d532b6
(svn r19185) -Codechange: Return succeeded or failed CommandCost from CheckIfCallBackAllowsCreation().
2010-02-21 17:01:23 +00:00
alberth
b882106956
(svn r19184) -Codechange: Return succeeded/failed command from CheckIfIndustryTilesAreFree().
2010-02-21 15:27:11 +00:00
alberth
c4f67de69c
(svn r19184) -Codechange: Return succeeded/failed command from CheckIfIndustryTilesAreFree().
2010-02-21 15:27:11 +00:00
alberth
fe35b9d8e7
(svn r19183) -Codechange: Return CommandCost from FindTownForIndustry().
2010-02-21 14:57:27 +00:00
alberth
676a8bda3e
(svn r19183) -Codechange: Return CommandCost from FindTownForIndustry().
2010-02-21 14:57:27 +00:00
alberth
368976f395
(svn r19182) -Codechange: Use CommandCost return value in CheckIfIndustryIsAllowed() and CheckIfFarEnoughFromIndustry().
2010-02-21 13:32:14 +00:00
alberth
50bdd29758
(svn r19182) -Codechange: Use CommandCost return value in CheckIfIndustryIsAllowed() and CheckIfFarEnoughFromIndustry().
2010-02-21 13:32:14 +00:00
frosch
eb64024984
(svn r19167) -Fix [FS#3631](r19120): Industry 0 could be choosen even if not available.
2010-02-20 16:17:45 +00:00
frosch
e905cb57d8
(svn r19167) -Fix [FS#3631](r19120): Industry 0 could be choosen even if not available.
2010-02-20 16:17:45 +00:00
alberth
f2adc37cc8
(svn r19146) -Codechange: Use CommandCost in industry checking routines.
2010-02-16 22:01:23 +00:00
alberth
dec02fad59
(svn r19146) -Codechange: Use CommandCost in industry checking routines.
2010-02-16 22:01:23 +00:00
alberth
d2fbf654df
(svn r19138) -Codechange: Rename CheckMultipleIndustryInTown() to FindTownForIndustry().
2010-02-15 11:04:27 +00:00
alberth
c0933e825a
(svn r19138) -Codechange: Rename CheckMultipleIndustryInTown() to FindTownForIndustry().
2010-02-15 11:04:27 +00:00
alberth
e4986c8430
(svn r19137) -Add: Report a more useful error when failing to build a bubble generator.
2010-02-15 10:28:40 +00:00
alberth
6553f49991
(svn r19137) -Add: Report a more useful error when failing to build a bubble generator.
2010-02-15 10:28:40 +00:00
alberth
f94c030837
(svn r19136) -Doc: Added Doxygen comments for industry checking procedures.
2010-02-15 09:49:10 +00:00
alberth
bb5261a075
(svn r19136) -Doc: Added Doxygen comments for industry checking procedures.
2010-02-15 09:49:10 +00:00
frosch
09ce2f49b5
(svn r19126) -Codechange: Silence a warning.
2010-02-14 13:01:07 +00:00
frosch
d757f81646
(svn r19126) -Codechange: Silence a warning.
2010-02-14 13:01:07 +00:00
frosch
3fe58a2250
(svn r19120) -Fix: [NewGRF] Industry property 0x17 was interpreted incorrectly and in some cases circumvented the density difficulty setting.
...
-Change: Do not scale the number of industry creations during map creation with the number of available industry types.
-Feature: [NewGRF] Implement special industry flag 0x10000.
2010-02-13 14:06:01 +00:00
frosch
e7106d8121
(svn r19120) -Fix: [NewGRF] Industry property 0x17 was interpreted incorrectly and in some cases circumvented the density difficulty setting.
...
-Change: Do not scale the number of industry creations during map creation with the number of available industry types.
-Feature: [NewGRF] Implement special industry flag 0x10000.
2010-02-13 14:06:01 +00:00
frosch
87cf1f75ff
(svn r19051) -Codechange: Variable scope.
2010-02-06 20:50:50 +00:00
frosch
3c7dff4270
(svn r19051) -Codechange: Variable scope.
2010-02-06 20:50:50 +00:00
frosch
75a55bbb85
(svn r19050) -Fix: Don't call callbacks for disabled industrytypes.
2010-02-06 20:41:27 +00:00
frosch
69184fdc79
(svn r19050) -Fix: Don't call callbacks for disabled industrytypes.
2010-02-06 20:41:27 +00:00
frosch
b0a60e1f2b
(svn r19049) -Codechange: Deduplicate computing number of initial industries.
2010-02-06 20:19:59 +00:00
frosch
0ab6f60c62
(svn r19049) -Codechange: Deduplicate computing number of initial industries.
2010-02-06 20:19:59 +00:00
frosch
b1603d0d2c
(svn r18938) -Fix: Industrylayout's special water tile check did not properly check for crossing north border of map. Also don't consider MP_VOID tiles as water.
2010-01-28 19:41:45 +00:00
frosch
294bc14652
(svn r18938) -Fix: Industrylayout's special water tile check did not properly check for crossing north border of map. Also don't consider MP_VOID tiles as water.
2010-01-28 19:41:45 +00:00
frosch
8b9e5140ab
(svn r18889) -Codechange: Use (GroundSprite|SpriteLayout)PaletteTransform() also for drawing of default industries. They are compatible since the bubblegenerator is also randomly recoloured.
2010-01-22 21:52:20 +00:00
frosch
bf65eb686e
(svn r18889) -Codechange: Use (GroundSprite|SpriteLayout)PaletteTransform() also for drawing of default industries. They are compatible since the bubblegenerator is also randomly recoloured.
2010-01-22 21:52:20 +00:00
rubidium
7127338414
(svn r18872) -Codechange: introduce PaletteID and use it
2010-01-21 01:38:13 +00:00
rubidium
f94c83a387
(svn r18872) -Codechange: introduce PaletteID and use it
2010-01-21 01:38:13 +00:00
rubidium
f618acfb7d
(svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper functions
2010-01-18 22:57:21 +00:00
rubidium
4d93b704d9
(svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper functions
2010-01-18 22:57:21 +00:00
rubidium
9467b7c6d6
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
2010-01-15 16:41:15 +00:00