author | skidd13 |
Thu, 24 Jan 2008 18:35:35 +0000 | |
changeset 8408 | cab5989c2ce2 |
parent 8270 | e7c342f6b14c |
child 8448 | f716c812f401 |
permissions | -rw-r--r-- |
2186 | 1 |
/* $Id$ */ |
2 |
||
6422
6679df1c05ba
(svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done
belugas
parents:
6357
diff
changeset
|
3 |
/** @file tree_cmd.cpp */ |
6679df1c05ba
(svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done
belugas
parents:
6357
diff
changeset
|
4 |
|
0 | 5 |
#include "stdafx.h" |
1891
862800791170
(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
parents:
1784
diff
changeset
|
6 |
#include "openttd.h" |
5385
3868f2e6db9b
(svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary rail/road combinations (including signals)
celestar
parents:
4850
diff
changeset
|
7 |
#include "bridge_map.h" |
3144
33e42feae531
(svn r3763) Adapt to the new 'map accessors go in foo_map.h'-scheme
tron
parents:
3079
diff
changeset
|
8 |
#include "clear_map.h" |
8119
52b48108425a
(svn r11680) -Codechange: refactor more out of openttd.h and functions.h.
rubidium
parents:
8116
diff
changeset
|
9 |
#include "tile_cmd.h" |
6343
76d17f784c13
(svn r9371) -Feature: Add support for variable snow lines in the arctic climate, supplied
maedhros
parents:
6248
diff
changeset
|
10 |
#include "landscape.h" |
3144
33e42feae531
(svn r3763) Adapt to the new 'map accessors go in foo_map.h'-scheme
tron
parents:
3079
diff
changeset
|
11 |
#include "tree_map.h" |
8225
cd84a95b6630
(svn r11788) -Fix (11787): makedepend doesn't mark delete files as changed...
rubidium
parents:
8187
diff
changeset
|
12 |
#include "viewport_func.h" |
8116
8da76dcb3287
(svn r11677) -Codechange: move price and command related types/functions to their respective places.
rubidium
parents:
8108
diff
changeset
|
13 |
#include "command_func.h" |
8da76dcb3287
(svn r11677) -Codechange: move price and command related types/functions to their respective places.
rubidium
parents:
8108
diff
changeset
|
14 |
#include "economy_func.h" |
0 | 15 |
#include "town.h" |
2153
ecfc674410b4
(svn r2663) Include variables.h only in these files which need it, not globally via openttd.h
tron
parents:
2148
diff
changeset
|
16 |
#include "variables.h" |
4300
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
17 |
#include "genworld.h" |
7849
0a1c0af2c96c
(svn r11399) -Feature(ette): transparency settings can now be saved and thus remembered.
belugas
parents:
7712
diff
changeset
|
18 |
#include "transparency.h" |
8131
160939e24ed3
(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
rubidium
parents:
8119
diff
changeset
|
19 |
#include "functions.h" |
8254
1496654ca5e7
(svn r11818) -Codechange: split player.h into smaller pieces.
rubidium
parents:
8232
diff
changeset
|
20 |
#include "player_func.h" |
8157
1505def01945
(svn r11719) -Codechange: split sound.h in a header with types and one with functions.
rubidium
parents:
8139
diff
changeset
|
21 |
#include "sound_func.h" |
8270
e7c342f6b14c
(svn r11834) -Codechange: only include settings_type.h if needed.
rubidium
parents:
8264
diff
changeset
|
22 |
#include "settings_type.h" |
4300
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
23 |
|
8264
b1e85998c7d3
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
rubidium
parents:
8254
diff
changeset
|
24 |
#include "table/strings.h" |
b1e85998c7d3
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
rubidium
parents:
8254
diff
changeset
|
25 |
#include "table/sprites.h" |
b1e85998c7d3
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
rubidium
parents:
8254
diff
changeset
|
26 |
#include "table/tree_land.h" |
b1e85998c7d3
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
rubidium
parents:
8254
diff
changeset
|
27 |
|
7597
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
28 |
/** |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
29 |
* List of tree placer algorithm. |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
30 |
* |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
31 |
* This enumeration defines all possible tree placer algorithm in the game. |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
32 |
*/ |
4300
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
33 |
enum TreePlacer { |
7597
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
34 |
TP_NONE, ///< No tree placer algorithm |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
35 |
TP_ORIGINAL, ///< The original algorithm |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
36 |
TP_IMPROVED, ///< A 'improved' algorithm |
4300
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
37 |
}; |
0 | 38 |
|
7597
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
39 |
/** |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
40 |
* Get a random TreeType for the given tile based on a given seed |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
41 |
* |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
42 |
* This function returns a random TreeType which can be placed on the given tile. |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
43 |
* The seed for randomness must be less or equal 256, use #GB on the value of Random() |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
44 |
* to get such a value. |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
45 |
* |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
46 |
* @param tile The tile to get a random TreeType from |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
47 |
* @param seed The seed for randomness, must be less or equal 256 |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
48 |
* @return The random tree type |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
49 |
*/ |
2981 | 50 |
static TreeType GetRandomTreeType(TileIndex tile, uint seed) |
0 | 51 |
{ |
1286
10b9fe28effc
(svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable:
tron
parents:
1209
diff
changeset
|
52 |
switch (_opt.landscape) { |
6357
f0f5e7d1713c
(svn r9400) -Codechange: Use some more representative enum names for landscape types.
belugas
parents:
6343
diff
changeset
|
53 |
case LT_TEMPERATE: |
5587
167d9a91ef02
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
rubidium
parents:
5584
diff
changeset
|
54 |
return (TreeType)(seed * TREE_COUNT_TEMPERATE / 256 + TREE_TEMPERATE); |
0 | 55 |
|
6357
f0f5e7d1713c
(svn r9400) -Codechange: Use some more representative enum names for landscape types.
belugas
parents:
6343
diff
changeset
|
56 |
case LT_ARCTIC: |
5587
167d9a91ef02
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
rubidium
parents:
5584
diff
changeset
|
57 |
return (TreeType)(seed * TREE_COUNT_SUB_ARCTIC / 256 + TREE_SUB_ARCTIC); |
1286
10b9fe28effc
(svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable:
tron
parents:
1209
diff
changeset
|
58 |
|
6357
f0f5e7d1713c
(svn r9400) -Codechange: Use some more representative enum names for landscape types.
belugas
parents:
6343
diff
changeset
|
59 |
case LT_TROPIC: |
3379
50b253bb9819
(svn r4181) CodeChange : Replaced [G/S]etMapExtraBits by [G/S]etTropicZone. Although it was an accessor, nor his usage nor the values were clear.
belugas
parents:
3271
diff
changeset
|
60 |
switch (GetTropicZone(tile)) { |
5587
167d9a91ef02
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
rubidium
parents:
5584
diff
changeset
|
61 |
case TROPICZONE_INVALID: return (TreeType)(seed * TREE_COUNT_SUB_TROPICAL / 256 + TREE_SUB_TROPICAL); |
167d9a91ef02
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
rubidium
parents:
5584
diff
changeset
|
62 |
case TROPICZONE_DESERT: return (TreeType)((seed > 12) ? TREE_INVALID : TREE_CACTUS); |
167d9a91ef02
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
rubidium
parents:
5584
diff
changeset
|
63 |
default: return (TreeType)(seed * TREE_COUNT_RAINFOREST / 256 + TREE_RAINFOREST); |
1286
10b9fe28effc
(svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable:
tron
parents:
1209
diff
changeset
|
64 |
} |
10b9fe28effc
(svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable:
tron
parents:
1209
diff
changeset
|
65 |
|
10b9fe28effc
(svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable:
tron
parents:
1209
diff
changeset
|
66 |
default: |
5587
167d9a91ef02
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
rubidium
parents:
5584
diff
changeset
|
67 |
return (TreeType)(seed * TREE_COUNT_TOYLAND / 256 + TREE_TOYLAND); |
0 | 68 |
} |
69 |
} |
|
70 |
||
7597
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
71 |
/** |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
72 |
* Make a random tree tile of the given tile |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
73 |
* |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
74 |
* Create a new tree-tile for the given tile. The second parameter is used for |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
75 |
* randomness like type and number of trees. |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
76 |
* |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
77 |
* @param tile The tile to make a tree-tile from |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
78 |
* @param r The randomness value from a Random() value |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
79 |
*/ |
2958
ac0a9673b522
(svn r3520) Remove unused parameters from some functions
tron
parents:
2957
diff
changeset
|
80 |
static void PlaceTree(TileIndex tile, uint32 r) |
0 | 81 |
{ |
2981 | 82 |
TreeType tree = GetRandomTreeType(tile, GB(r, 24, 8)); |
2088
d7a97ef74701
(svn r2598) Small cleanup, especially get rid of a FindLandscapeHeight(), because it was overkill
tron
parents:
2085
diff
changeset
|
83 |
|
3441
fead68bcb6a3
(svn r4271) s/\<TR_/TREE_/ resp. s/\<TR_/TREE_GROUND/
tron
parents:
3422
diff
changeset
|
84 |
if (tree != TREE_INVALID) { |
fead68bcb6a3
(svn r4271) s/\<TR_/TREE_/ resp. s/\<TR_/TREE_GROUND/
tron
parents:
3422
diff
changeset
|
85 |
MakeTree(tile, tree, GB(r, 22, 2), min(GB(r, 16, 3), 6), TREE_GROUND_GRASS, 0); |
0 | 86 |
|
6422
6679df1c05ba
(svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done
belugas
parents:
6357
diff
changeset
|
87 |
/* above snowline? */ |
6357
f0f5e7d1713c
(svn r9400) -Codechange: Use some more representative enum names for landscape types.
belugas
parents:
6343
diff
changeset
|
88 |
if (_opt.landscape == LT_ARCTIC && GetTileZ(tile) > GetSnowLine()) { |
3441
fead68bcb6a3
(svn r4271) s/\<TR_/TREE_/ resp. s/\<TR_/TREE_GROUND/
tron
parents:
3422
diff
changeset
|
89 |
SetTreeGroundDensity(tile, TREE_GROUND_SNOW_DESERT, 3); |
5587
167d9a91ef02
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
rubidium
parents:
5584
diff
changeset
|
90 |
SetTreeCounter(tile, (TreeGround)GB(r, 24, 3)); |
2088
d7a97ef74701
(svn r2598) Small cleanup, especially get rid of a FindLandscapeHeight(), because it was overkill
tron
parents:
2085
diff
changeset
|
91 |
} else { |
7710
777524fbb1fb
(svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka)
truelight
parents:
7601
diff
changeset
|
92 |
SetTreeGroundDensity(tile, (TreeGround)GB(r, 28, 1), 3); |
5587
167d9a91ef02
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
rubidium
parents:
5584
diff
changeset
|
93 |
SetTreeCounter(tile, (TreeGround)GB(r, 24, 4)); |
0 | 94 |
} |
95 |
} |
|
96 |
} |
|
97 |
||
7597
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
98 |
/** |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
99 |
* Place some amount of trees around a given tile. |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
100 |
* |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
101 |
* This function adds some trees around a given tile. As this function use |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
102 |
* the Random() call it depends on the random how many trees are actually placed |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
103 |
* around the given tile. |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
104 |
* |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
105 |
* @param tile The center of the trees to add |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
106 |
*/ |
1977
37bbebf94434
(svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"
tron
parents:
1902
diff
changeset
|
107 |
static void DoPlaceMoreTrees(TileIndex tile) |
0 | 108 |
{ |
2088
d7a97ef74701
(svn r2598) Small cleanup, especially get rid of a FindLandscapeHeight(), because it was overkill
tron
parents:
2085
diff
changeset
|
109 |
uint i; |
0 | 110 |
|
2088
d7a97ef74701
(svn r2598) Small cleanup, especially get rid of a FindLandscapeHeight(), because it was overkill
tron
parents:
2085
diff
changeset
|
111 |
for (i = 0; i < 1000; i++) { |
0 | 112 |
uint32 r = Random(); |
2088
d7a97ef74701
(svn r2598) Small cleanup, especially get rid of a FindLandscapeHeight(), because it was overkill
tron
parents:
2085
diff
changeset
|
113 |
int x = GB(r, 0, 5) - 16; |
d7a97ef74701
(svn r2598) Small cleanup, especially get rid of a FindLandscapeHeight(), because it was overkill
tron
parents:
2085
diff
changeset
|
114 |
int y = GB(r, 8, 5) - 16; |
7923
91982bd3c549
(svn r11476) -Codechange: rename the function myabs to abs to get rid of an unneeded define
skidd13
parents:
7876
diff
changeset
|
115 |
uint dist = abs(x) + abs(y); |
2088
d7a97ef74701
(svn r2598) Small cleanup, especially get rid of a FindLandscapeHeight(), because it was overkill
tron
parents:
2085
diff
changeset
|
116 |
TileIndex cur_tile = TILE_MASK(tile + TileDiffXY(x, y)); |
0 | 117 |
|
2955
24de69e236d2
(svn r3514) -Codechange: Replace direct fiddling of bits for the ground type and density of clear tiles with symbolic names and accessors.
tron
parents:
2952
diff
changeset
|
118 |
if (dist <= 13 && |
24de69e236d2
(svn r3514) -Codechange: Replace direct fiddling of bits for the ground type and density of clear tiles with symbolic names and accessors.
tron
parents:
2952
diff
changeset
|
119 |
IsTileType(cur_tile, MP_CLEAR) && |
5385
3868f2e6db9b
(svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary rail/road combinations (including signals)
celestar
parents:
4850
diff
changeset
|
120 |
!IsBridgeAbove(cur_tile) && |
3447 | 121 |
!IsClearGround(cur_tile, CLEAR_FIELDS) && |
122 |
!IsClearGround(cur_tile, CLEAR_ROCKS)) { |
|
2958
ac0a9673b522
(svn r3520) Remove unused parameters from some functions
tron
parents:
2957
diff
changeset
|
123 |
PlaceTree(cur_tile, r); |
0 | 124 |
} |
2088
d7a97ef74701
(svn r2598) Small cleanup, especially get rid of a FindLandscapeHeight(), because it was overkill
tron
parents:
2085
diff
changeset
|
125 |
} |
0 | 126 |
} |
127 |
||
7597
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
128 |
/** |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
129 |
* Place more trees on the map. |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
130 |
* |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
131 |
* This function add more trees to the map. |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
132 |
*/ |
6247 | 133 |
static void PlaceMoreTrees() |
0 | 134 |
{ |
2243 | 135 |
uint i = ScaleByMapSize(GB(Random(), 0, 5) + 25); |
0 | 136 |
do { |
2051 | 137 |
DoPlaceMoreTrees(RandomTile()); |
0 | 138 |
} while (--i); |
139 |
} |
|
140 |
||
4300
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
141 |
/** |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
142 |
* Place a tree at the same height as an existing tree. |
7597
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
143 |
* |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
144 |
* Add a new tree around the given tile which is at the same |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
145 |
* height or at some offset (2 units) of it. |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
146 |
* |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
147 |
* @param tile The base tile to add a new tree somewhere around |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
148 |
* @param height The height (like the one from the tile) |
4300
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
149 |
*/ |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
150 |
void PlaceTreeAtSameHeight(TileIndex tile, uint height) |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
151 |
{ |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
152 |
uint i; |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
153 |
|
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
154 |
for (i = 0; i < 1000; i++) { |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
155 |
uint32 r = Random(); |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
156 |
int x = GB(r, 0, 5) - 16; |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
157 |
int y = GB(r, 8, 5) - 16; |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
158 |
TileIndex cur_tile = TILE_MASK(tile + TileDiffXY(x, y)); |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
159 |
|
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
160 |
/* Keep in range of the existing tree */ |
7923
91982bd3c549
(svn r11476) -Codechange: rename the function myabs to abs to get rid of an unneeded define
skidd13
parents:
7876
diff
changeset
|
161 |
if (abs(x) + abs(y) > 16) continue; |
4300
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
162 |
|
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
163 |
/* Clear tile, no farm-tiles or rocks */ |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
164 |
if (!IsTileType(cur_tile, MP_CLEAR) || |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
165 |
IsClearGround(cur_tile, CLEAR_FIELDS) || |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
166 |
IsClearGround(cur_tile, CLEAR_ROCKS)) |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
167 |
continue; |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
168 |
|
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
169 |
/* Not too much height difference */ |
7970
7d6b9ab57081
(svn r11526) -Codechange: Rename the function delta fitting to the naming style
skidd13
parents:
7967
diff
changeset
|
170 |
if (Delta(GetTileZ(cur_tile), height) > 2) continue; |
4300
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
171 |
|
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
172 |
/* Place one tree and quit */ |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
173 |
PlaceTree(cur_tile, r); |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
174 |
break; |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
175 |
} |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
176 |
} |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
177 |
|
7597
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
178 |
/** |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
179 |
* Place some trees randomly |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
180 |
* |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
181 |
* This function just place some trees randomly on the map. |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
182 |
*/ |
6247 | 183 |
void PlaceTreesRandomly() |
0 | 184 |
{ |
4300
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
185 |
uint i, j, ht; |
0 | 186 |
|
1202
4d2a20c50760
(svn r1706) Implement ScaleByMapSize() and ScaleByMapSize1D()
tron
parents:
1093
diff
changeset
|
187 |
i = ScaleByMapSize(1000); |
0 | 188 |
do { |
2088
d7a97ef74701
(svn r2598) Small cleanup, especially get rid of a FindLandscapeHeight(), because it was overkill
tron
parents:
2085
diff
changeset
|
189 |
uint32 r = Random(); |
d7a97ef74701
(svn r2598) Small cleanup, especially get rid of a FindLandscapeHeight(), because it was overkill
tron
parents:
2085
diff
changeset
|
190 |
TileIndex tile = RandomTileSeed(r); |
4300
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
191 |
|
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
192 |
IncreaseGeneratingWorldProgress(GWP_TREE); |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
193 |
|
2955
24de69e236d2
(svn r3514) -Codechange: Replace direct fiddling of bits for the ground type and density of clear tiles with symbolic names and accessors.
tron
parents:
2952
diff
changeset
|
194 |
if (IsTileType(tile, MP_CLEAR) && |
5385
3868f2e6db9b
(svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary rail/road combinations (including signals)
celestar
parents:
4850
diff
changeset
|
195 |
!IsBridgeAbove(tile) && |
3447 | 196 |
!IsClearGround(tile, CLEAR_FIELDS) && |
197 |
!IsClearGround(tile, CLEAR_ROCKS)) { |
|
2958
ac0a9673b522
(svn r3520) Remove unused parameters from some functions
tron
parents:
2957
diff
changeset
|
198 |
PlaceTree(tile, r); |
4300
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
199 |
if (_patches.tree_placer != TP_IMPROVED) continue; |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
200 |
|
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
201 |
/* Place a number of trees based on the tile height. |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
202 |
* This gives a cool effect of multiple trees close together. |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
203 |
* It is almost real life ;) */ |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
204 |
ht = GetTileZ(tile); |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
205 |
/* The higher we get, the more trees we plant */ |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
206 |
j = GetTileZ(tile) / TILE_HEIGHT * 2; |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
207 |
while (j--) { |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
208 |
/* Above snowline more trees! */ |
6357
f0f5e7d1713c
(svn r9400) -Codechange: Use some more representative enum names for landscape types.
belugas
parents:
6343
diff
changeset
|
209 |
if (_opt.landscape == LT_ARCTIC && ht > GetSnowLine()) { |
4300
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
210 |
PlaceTreeAtSameHeight(tile, ht); |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
211 |
PlaceTreeAtSameHeight(tile, ht); |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
212 |
}; |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
213 |
|
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
214 |
PlaceTreeAtSameHeight(tile, ht); |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
215 |
} |
0 | 216 |
} |
217 |
} while (--i); |
|
218 |
||
219 |
/* place extra trees at rainforest area */ |
|
6357
f0f5e7d1713c
(svn r9400) -Codechange: Use some more representative enum names for landscape types.
belugas
parents:
6343
diff
changeset
|
220 |
if (_opt.landscape == LT_TROPIC) { |
1202
4d2a20c50760
(svn r1706) Implement ScaleByMapSize() and ScaleByMapSize1D()
tron
parents:
1093
diff
changeset
|
221 |
i = ScaleByMapSize(15000); |
0 | 222 |
|
223 |
do { |
|
2088
d7a97ef74701
(svn r2598) Small cleanup, especially get rid of a FindLandscapeHeight(), because it was overkill
tron
parents:
2085
diff
changeset
|
224 |
uint32 r = Random(); |
d7a97ef74701
(svn r2598) Small cleanup, especially get rid of a FindLandscapeHeight(), because it was overkill
tron
parents:
2085
diff
changeset
|
225 |
TileIndex tile = RandomTileSeed(r); |
4300
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
226 |
|
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
227 |
IncreaseGeneratingWorldProgress(GWP_TREE); |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
228 |
|
5385
3868f2e6db9b
(svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary rail/road combinations (including signals)
celestar
parents:
4850
diff
changeset
|
229 |
if (IsTileType(tile, MP_CLEAR) && |
3868f2e6db9b
(svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary rail/road combinations (including signals)
celestar
parents:
4850
diff
changeset
|
230 |
!IsBridgeAbove(tile) && |
3868f2e6db9b
(svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary rail/road combinations (including signals)
celestar
parents:
4850
diff
changeset
|
231 |
!IsClearGround(tile, CLEAR_FIELDS) && |
3868f2e6db9b
(svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary rail/road combinations (including signals)
celestar
parents:
4850
diff
changeset
|
232 |
GetTropicZone(tile) == TROPICZONE_RAINFOREST) { |
2958
ac0a9673b522
(svn r3520) Remove unused parameters from some functions
tron
parents:
2957
diff
changeset
|
233 |
PlaceTree(tile, r); |
0 | 234 |
} |
235 |
} while (--i); |
|
236 |
} |
|
237 |
} |
|
238 |
||
7597
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
239 |
/** |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
240 |
* Place new trees. |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
241 |
* |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
242 |
* This function takes care of the selected tree placer algorithm and |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
243 |
* place randomly the trees for a new game. |
e9ad1ed5c4d5
(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.
rubidium
parents:
7509
diff
changeset
|
244 |
*/ |
6247 | 245 |
void GenerateTrees() |
0 | 246 |
{ |
4300
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
247 |
uint i, total; |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
248 |
|
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
249 |
if (_patches.tree_placer == TP_NONE) return; |
0 | 250 |
|
6357
f0f5e7d1713c
(svn r9400) -Codechange: Use some more representative enum names for landscape types.
belugas
parents:
6343
diff
changeset
|
251 |
if (_opt.landscape != LT_TOYLAND) PlaceMoreTrees(); |
2088
d7a97ef74701
(svn r2598) Small cleanup, especially get rid of a FindLandscapeHeight(), because it was overkill
tron
parents:
2085
diff
changeset
|
252 |
|
4300
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
253 |
switch (_patches.tree_placer) { |
6357
f0f5e7d1713c
(svn r9400) -Codechange: Use some more representative enum names for landscape types.
belugas
parents:
6343
diff
changeset
|
254 |
case TP_ORIGINAL: i = _opt.landscape == LT_ARCTIC ? 15 : 6; break; |
f0f5e7d1713c
(svn r9400) -Codechange: Use some more representative enum names for landscape types.
belugas
parents:
6343
diff
changeset
|
255 |
case TP_IMPROVED: i = _opt.landscape == LT_ARCTIC ? 4 : 2; break; |
4300
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
256 |
default: NOT_REACHED(); return; |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
257 |
} |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
258 |
|
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
259 |
total = ScaleByMapSize(1000); |
6357
f0f5e7d1713c
(svn r9400) -Codechange: Use some more representative enum names for landscape types.
belugas
parents:
6343
diff
changeset
|
260 |
if (_opt.landscape == LT_TROPIC) total += ScaleByMapSize(15000); |
4300
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
261 |
total *= i; |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
262 |
SetGeneratingWorldProgress(GWP_TREE, total); |
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
263 |
|
c7e43c47a2b9
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight
parents:
4231
diff
changeset
|
264 |
for (; i != 0; i--) { |
2088
d7a97ef74701
(svn r2598) Small cleanup, especially get rid of a FindLandscapeHeight(), because it was overkill
tron
parents:
2085
diff
changeset
|
265 |
PlaceTreesRandomly(); |
0 | 266 |
} |
267 |
} |
|
268 |
||
1784
d0698aac0c2e
(svn r2288) - CodeChange: protected the next batch of commands (41 so far, out of 115).
Darkvater
parents:
1370
diff
changeset
|
269 |
/** Plant a tree. |
3491
35d747bb5e82
(svn r4342) Change the first two parameters of commands - virtual pixel coordinates of the tile to operate on - to a TileIndex
tron
parents:
3447
diff
changeset
|
270 |
* @param tile start tile of area-drag of tree plantation |
6422
6679df1c05ba
(svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done
belugas
parents:
6357
diff
changeset
|
271 |
* @param flags type of operation |
1784
d0698aac0c2e
(svn r2288) - CodeChange: protected the next batch of commands (41 so far, out of 115).
Darkvater
parents:
1370
diff
changeset
|
272 |
* @param p1 tree type, -1 means random. |
d0698aac0c2e
(svn r2288) - CodeChange: protected the next batch of commands (41 so far, out of 115).
Darkvater
parents:
1370
diff
changeset
|
273 |
* @param p2 end tile of area-drag |
0 | 274 |
*/ |
6943
1914f26aee04
(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.
rubidium
parents:
6683
diff
changeset
|
275 |
CommandCost CmdPlantTree(TileIndex tile, uint32 flags, uint32 p1, uint32 p2) |
0 | 276 |
{ |
3183
90c676e6a50d
(svn r3829) Reduce the use of _error_message by directly returning error codes instead of using this global variable
tron
parents:
3144
diff
changeset
|
277 |
StringID msg = INVALID_STRING_ID; |
8230
64f28fe2d5c8
(svn r11793) -Codechange: pass the expense type via the CommandCost instead of a global variable. Patch by Noldo (FS#1114).
rubidium
parents:
8225
diff
changeset
|
278 |
CommandCost cost(EXPENSES_OTHER); |
3491
35d747bb5e82
(svn r4342) Change the first two parameters of commands - virtual pixel coordinates of the tile to operate on - to a TileIndex
tron
parents:
3447
diff
changeset
|
279 |
int ex; |
35d747bb5e82
(svn r4342) Change the first two parameters of commands - virtual pixel coordinates of the tile to operate on - to a TileIndex
tron
parents:
3447
diff
changeset
|
280 |
int ey; |
2118
aec8042f000b
(svn r2628) - Fix: Planting trees does not result in a MapSize() assertion anymore; introduced in r2598
Darkvater
parents:
2088
diff
changeset
|
281 |
int sx, sy, x, y; |
1286
10b9fe28effc
(svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable:
tron
parents:
1209
diff
changeset
|
282 |
|
2892
db216dc91941
(svn r3446) - Fix: incorrect validating of tree-planting command which can allow a buffer-overflow (Tron)
Darkvater
parents:
2654
diff
changeset
|
283 |
if (p2 >= MapSize()) return CMD_ERROR; |
1784
d0698aac0c2e
(svn r2288) - CodeChange: protected the next batch of commands (41 so far, out of 115).
Darkvater
parents:
1370
diff
changeset
|
284 |
/* Check the tree type. It can be random or some valid value within the current climate */ |
d0698aac0c2e
(svn r2288) - CodeChange: protected the next batch of commands (41 so far, out of 115).
Darkvater
parents:
1370
diff
changeset
|
285 |
if (p1 != (uint)-1 && p1 - _tree_base_by_landscape[_opt.landscape] >= _tree_count_by_landscape[_opt.landscape]) return CMD_ERROR; |
193
0a7025304867
(svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
truelight
parents:
160
diff
changeset
|
286 |
|
0 | 287 |
// make sure sx,sy are smaller than ex,ey |
3491
35d747bb5e82
(svn r4342) Change the first two parameters of commands - virtual pixel coordinates of the tile to operate on - to a TileIndex
tron
parents:
3447
diff
changeset
|
288 |
ex = TileX(tile); |
35d747bb5e82
(svn r4342) Change the first two parameters of commands - virtual pixel coordinates of the tile to operate on - to a TileIndex
tron
parents:
3447
diff
changeset
|
289 |
ey = TileY(tile); |
2118
aec8042f000b
(svn r2628) - Fix: Planting trees does not result in a MapSize() assertion anymore; introduced in r2598
Darkvater
parents:
2088
diff
changeset
|
290 |
sx = TileX(p2); |
aec8042f000b
(svn r2628) - Fix: Planting trees does not result in a MapSize() assertion anymore; introduced in r2598
Darkvater
parents:
2088
diff
changeset
|
291 |
sy = TileY(p2); |
6106 | 292 |
if (ex < sx) Swap(ex, sx); |
293 |
if (ey < sy) Swap(ey, sy); |
|
193
0a7025304867
(svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
truelight
parents:
160
diff
changeset
|
294 |
|
2118
aec8042f000b
(svn r2628) - Fix: Planting trees does not result in a MapSize() assertion anymore; introduced in r2598
Darkvater
parents:
2088
diff
changeset
|
295 |
for (x = sx; x <= ex; x++) { |
aec8042f000b
(svn r2628) - Fix: Planting trees does not result in a MapSize() assertion anymore; introduced in r2598
Darkvater
parents:
2088
diff
changeset
|
296 |
for (y = sy; y <= ey; y++) { |
2088
d7a97ef74701
(svn r2598) Small cleanup, especially get rid of a FindLandscapeHeight(), because it was overkill
tron
parents:
2085
diff
changeset
|
297 |
TileIndex tile = TileXY(x, y); |
1286
10b9fe28effc
(svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable:
tron
parents:
1209
diff
changeset
|
298 |
|
2088
d7a97ef74701
(svn r2598) Small cleanup, especially get rid of a FindLandscapeHeight(), because it was overkill
tron
parents:
2085
diff
changeset
|
299 |
switch (GetTileType(tile)) { |
1286
10b9fe28effc
(svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable:
tron
parents:
1209
diff
changeset
|
300 |
case MP_TREES: |
6422
6679df1c05ba
(svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done
belugas
parents:
6357
diff
changeset
|
301 |
/* no more space for trees? */ |
3003 | 302 |
if (_game_mode != GM_EDITOR && GetTreeCount(tile) == 3) { |
3183
90c676e6a50d
(svn r3829) Reduce the use of _error_message by directly returning error codes instead of using this global variable
tron
parents:
3144
diff
changeset
|
303 |
msg = STR_2803_TREE_ALREADY_HERE; |
1286
10b9fe28effc
(svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable:
tron
parents:
1209
diff
changeset
|
304 |
continue; |
0 | 305 |
} |
306 |
||
1286
10b9fe28effc
(svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable:
tron
parents:
1209
diff
changeset
|
307 |
if (flags & DC_EXEC) { |
2981 | 308 |
AddTreeCount(tile, 1); |
2088
d7a97ef74701
(svn r2598) Small cleanup, especially get rid of a FindLandscapeHeight(), because it was overkill
tron
parents:
2085
diff
changeset
|
309 |
MarkTileDirtyByTile(tile); |
1286
10b9fe28effc
(svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable:
tron
parents:
1209
diff
changeset
|
310 |
} |
6422
6679df1c05ba
(svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done
belugas
parents:
6357
diff
changeset
|
311 |
/* 2x as expensive to add more trees to an existing tile */ |
6950
14ecb0acdfb4
(svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified.
rubidium
parents:
6943
diff
changeset
|
312 |
cost.AddCost(_price.build_trees * 2); |
1286
10b9fe28effc
(svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable:
tron
parents:
1209
diff
changeset
|
313 |
break; |
10b9fe28effc
(svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable:
tron
parents:
1209
diff
changeset
|
314 |
|
7509
23372ed624e8
(svn r11024) -Fix [FS#1173]: give a more correct error when building some things on tile 0; "Can't build on water" or "Too close to the edge" instead of "Vehicle in the way". Patch by SmatZ.
rubidium
parents:
7494
diff
changeset
|
315 |
case MP_WATER: |
23372ed624e8
(svn r11024) -Fix [FS#1173]: give a more correct error when building some things on tile 0; "Can't build on water" or "Too close to the edge" instead of "Vehicle in the way". Patch by SmatZ.
rubidium
parents:
7494
diff
changeset
|
316 |
msg = STR_3807_CAN_T_BUILD_ON_WATER; |
23372ed624e8
(svn r11024) -Fix [FS#1173]: give a more correct error when building some things on tile 0; "Can't build on water" or "Too close to the edge" instead of "Vehicle in the way". Patch by SmatZ.
rubidium
parents:
7494
diff
changeset
|
317 |
continue; |
23372ed624e8
(svn r11024) -Fix [FS#1173]: give a more correct error when building some things on tile 0; "Can't build on water" or "Too close to the edge" instead of "Vehicle in the way". Patch by SmatZ.
rubidium
parents:
7494
diff
changeset
|
318 |
break; |
23372ed624e8
(svn r11024) -Fix [FS#1173]: give a more correct error when building some things on tile 0; "Can't build on water" or "Too close to the edge" instead of "Vehicle in the way". Patch by SmatZ.
rubidium
parents:
7494
diff
changeset
|
319 |
|
1286
10b9fe28effc
(svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable:
tron
parents:
1209
diff
changeset
|
320 |
case MP_CLEAR: |
5385
3868f2e6db9b
(svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary rail/road combinations (including signals)
celestar
parents:
4850
diff
changeset
|
321 |
if (!IsTileOwner(tile, OWNER_NONE) || |
3868f2e6db9b
(svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary rail/road combinations (including signals)
celestar
parents:
4850
diff
changeset
|
322 |
IsBridgeAbove(tile)) { |
3183
90c676e6a50d
(svn r3829) Reduce the use of _error_message by directly returning error codes instead of using this global variable
tron
parents:
3144
diff
changeset
|
323 |
msg = STR_2804_SITE_UNSUITABLE; |
1286
10b9fe28effc
(svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable:
tron
parents:
1209
diff
changeset
|
324 |
continue; |
0 | 325 |
} |
193
0a7025304867
(svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
truelight
parents:
160
diff
changeset
|
326 |
|
2955
24de69e236d2
(svn r3514) -Codechange: Replace direct fiddling of bits for the ground type and density of clear tiles with symbolic names and accessors.
tron
parents:
2952
diff
changeset
|
327 |
switch (GetClearGround(tile)) { |
7977
4a4e11757be5
(svn r11533) -Codechange: Rename some unclear clear_x prices member names.
belugas
parents:
7970
diff
changeset
|
328 |
case CLEAR_FIELDS: cost.AddCost(_price.clear_fields); break; |
4a4e11757be5
(svn r11533) -Codechange: Rename some unclear clear_x prices member names.
belugas
parents:
7970
diff
changeset
|
329 |
case CLEAR_ROCKS: cost.AddCost(_price.clear_rocks); break; |
2955
24de69e236d2
(svn r3514) -Codechange: Replace direct fiddling of bits for the ground type and density of clear tiles with symbolic names and accessors.
tron
parents:
2952
diff
changeset
|
330 |
default: break; |
24de69e236d2
(svn r3514) -Codechange: Replace direct fiddling of bits for the ground type and density of clear tiles with symbolic names and accessors.
tron
parents:
2952
diff
changeset
|
331 |
} |
0 | 332 |
|
8232
a4883a0598db
(svn r11795) -Fix [FS#1616]: take town rating into account when testing if a command can be executed.
glx
parents:
8230
diff
changeset
|
333 |
if (_game_mode != GM_EDITOR && IsValidPlayer(_current_player)) { |
a4883a0598db
(svn r11795) -Fix [FS#1616]: take town rating into account when testing if a command can be executed.
glx
parents:
8230
diff
changeset
|
334 |
Town *t = ClosestTownFromTile(tile, _patches.dist_local_authority); |
a4883a0598db
(svn r11795) -Fix [FS#1616]: take town rating into account when testing if a command can be executed.
glx
parents:
8230
diff
changeset
|
335 |
if (t != NULL) ChangeTownRating(t, RATING_TREE_UP_STEP, RATING_TREE_MAXIMUM); |
a4883a0598db
(svn r11795) -Fix [FS#1616]: take town rating into account when testing if a command can be executed.
glx
parents:
8230
diff
changeset
|
336 |
} |
a4883a0598db
(svn r11795) -Fix [FS#1616]: take town rating into account when testing if a command can be executed.
glx
parents:
8230
diff
changeset
|
337 |
|
1286
10b9fe28effc
(svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable:
tron
parents:
1209
diff
changeset
|
338 |
if (flags & DC_EXEC) { |
2981 | 339 |
TreeType treetype; |
3079
a26f87fba4c1
(svn r3668) Add a function to turn a tile into a tree tile
tron
parents:
3076
diff
changeset
|
340 |
uint growth; |
1286
10b9fe28effc
(svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable:
tron
parents:
1209
diff
changeset
|
341 |
|
5587
167d9a91ef02
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
rubidium
parents:
5584
diff
changeset
|
342 |
treetype = (TreeType)p1; |
3441
fead68bcb6a3
(svn r4271) s/\<TR_/TREE_/ resp. s/\<TR_/TREE_GROUND/
tron
parents:
3422
diff
changeset
|
343 |
if (treetype == TREE_INVALID) { |
2981 | 344 |
treetype = GetRandomTreeType(tile, GB(Random(), 24, 8)); |
3441
fead68bcb6a3
(svn r4271) s/\<TR_/TREE_/ resp. s/\<TR_/TREE_GROUND/
tron
parents:
3422
diff
changeset
|
345 |
if (treetype == TREE_INVALID) treetype = TREE_CACTUS; |
1286
10b9fe28effc
(svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable:
tron
parents:
1209
diff
changeset
|
346 |
} |
10b9fe28effc
(svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable:
tron
parents:
1209
diff
changeset
|
347 |
|
3079
a26f87fba4c1
(svn r3668) Add a function to turn a tile into a tree tile
tron
parents:
3076
diff
changeset
|
348 |
growth = _game_mode == GM_EDITOR ? 3 : 0; |
2981 | 349 |
switch (GetClearGround(tile)) { |
7710
777524fbb1fb
(svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka)
truelight
parents:
7601
diff
changeset
|
350 |
case CLEAR_ROUGH: MakeTree(tile, treetype, 0, growth, TREE_GROUND_ROUGH, 3); break; |
777524fbb1fb
(svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka)
truelight
parents:
7601
diff
changeset
|
351 |
case CLEAR_SNOW: |
777524fbb1fb
(svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka)
truelight
parents:
7601
diff
changeset
|
352 |
case CLEAR_DESERT: MakeTree(tile, treetype, 0, growth, TREE_GROUND_SNOW_DESERT, GetClearDensity(tile)); break; |
777524fbb1fb
(svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka)
truelight
parents:
7601
diff
changeset
|
353 |
default: MakeTree(tile, treetype, 0, growth, TREE_GROUND_GRASS, GetClearDensity(tile)); break; |
1286
10b9fe28effc
(svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable:
tron
parents:
1209
diff
changeset
|
354 |
} |
3003 | 355 |
MarkTileDirtyByTile(tile); |
1286
10b9fe28effc
(svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable:
tron
parents:
1209
diff
changeset
|
356 |
|
7954
57b51c69c072
(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fitting to the naming style
skidd13
parents:
7923
diff
changeset
|
357 |
if (_game_mode == GM_EDITOR && IsInsideMM(treetype, TREE_RAINFOREST, TREE_CACTUS)) |
3379
50b253bb9819
(svn r4181) CodeChange : Replaced [G/S]etMapExtraBits by [G/S]etTropicZone. Although it was an accessor, nor his usage nor the values were clear.
belugas
parents:
3271
diff
changeset
|
358 |
SetTropicZone(tile, TROPICZONE_RAINFOREST); |
0 | 359 |
} |
6950
14ecb0acdfb4
(svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified.
rubidium
parents:
6943
diff
changeset
|
360 |
cost.AddCost(_price.build_trees); |
1286
10b9fe28effc
(svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable:
tron
parents:
1209
diff
changeset
|
361 |
break; |
10b9fe28effc
(svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable:
tron
parents:
1209
diff
changeset
|
362 |
|
10b9fe28effc
(svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable:
tron
parents:
1209
diff
changeset
|
363 |
default: |
3183
90c676e6a50d
(svn r3829) Reduce the use of _error_message by directly returning error codes instead of using this global variable
tron
parents:
3144
diff
changeset
|
364 |
msg = STR_2804_SITE_UNSUITABLE; |
1286
10b9fe28effc
(svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable:
tron
parents:
1209
diff
changeset
|
365 |
break; |
0 | 366 |
} |
367 |
} |
|
368 |
} |
|
193
0a7025304867
(svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
truelight
parents:
160
diff
changeset
|
369 |
|
6950
14ecb0acdfb4
(svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified.
rubidium
parents:
6943
diff
changeset
|
370 |
if (cost.GetCost() == 0) { |
3183
90c676e6a50d
(svn r3829) Reduce the use of _error_message by directly returning error codes instead of using this global variable
tron
parents:
3144
diff
changeset
|
371 |
return_cmd_error(msg); |
90c676e6a50d
(svn r3829) Reduce the use of _error_message by directly returning error codes instead of using this global variable
tron
parents:
3144
diff
changeset
|
372 |
} else { |
90c676e6a50d
(svn r3829) Reduce the use of _error_message by directly returning error codes instead of using this global variable
tron
parents:
3144
diff
changeset
|
373 |
return cost; |
90c676e6a50d
(svn r3829) Reduce the use of _error_message by directly returning error codes instead of using this global variable
tron
parents:
3144
diff
changeset
|
374 |
} |
0 | 375 |
} |
376 |
||
6248
e4a2ed7e5613
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
rubidium
parents:
6247
diff
changeset
|
377 |
struct TreeListEnt { |
5668
36b39f4a9032
(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
peter1138
parents:
5587
diff
changeset
|
378 |
SpriteID image; |
36b39f4a9032
(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
peter1138
parents:
5587
diff
changeset
|
379 |
SpriteID pal; |
6491
00dc414c909d
(svn r9672) -Cleanup: lots of coding style fixes around operands.
rubidium
parents:
6427
diff
changeset
|
380 |
byte x, y; |
6248
e4a2ed7e5613
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
rubidium
parents:
6247
diff
changeset
|
381 |
}; |
0 | 382 |
|
383 |
static void DrawTile_Trees(TileInfo *ti) |
|
384 |
{ |
|
5668
36b39f4a9032
(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
peter1138
parents:
5587
diff
changeset
|
385 |
const PalSpriteID *s; |
2654
1370de8783d3
(svn r3196) Use structs instead of magic offsets into arrays
tron
parents:
2644
diff
changeset
|
386 |
const TreePos* d; |
0 | 387 |
byte z; |
388 |
||
2981 | 389 |
switch (GetTreeGround(ti->tile)) { |
7710
777524fbb1fb
(svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka)
truelight
parents:
7601
diff
changeset
|
390 |
case TREE_GROUND_GRASS: DrawClearLandTile(ti, GetTreeDensity(ti->tile)); break; |
3441
fead68bcb6a3
(svn r4271) s/\<TR_/TREE_/ resp. s/\<TR_/TREE_GROUND/
tron
parents:
3422
diff
changeset
|
391 |
case TREE_GROUND_ROUGH: DrawHillyLandTile(ti); break; |
5668
36b39f4a9032
(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
peter1138
parents:
5587
diff
changeset
|
392 |
default: DrawGroundSprite(_tree_sprites_1[GetTreeDensity(ti->tile)] + _tileh_to_sprite[ti->tileh], PAL_NONE); break; |
0 | 393 |
} |
394 |
||
2220 | 395 |
DrawClearLandFence(ti); |
0 | 396 |
|
397 |
z = ti->z; |
|
3636
a36cc46e754d
(svn r4541) Add a type for slopes and replace many magic numbers by the appropriate enums
tron
parents:
3491
diff
changeset
|
398 |
if (ti->tileh != SLOPE_FLAT) { |
0 | 399 |
z += 4; |
3636
a36cc46e754d
(svn r4541) Add a type for slopes and replace many magic numbers by the appropriate enums
tron
parents:
3491
diff
changeset
|
400 |
if (IsSteepSlope(ti->tileh)) z += 4; |
0 | 401 |
} |
402 |
||
403 |
{ |
|
404 |
uint16 tmp = ti->x; |
|
959
e6a3bbda610f
(svn r1451) Fix some of the signed/unsigned comparison warnings
tron
parents:
926
diff
changeset
|
405 |
uint index; |
0 | 406 |
|
2088
d7a97ef74701
(svn r2598) Small cleanup, especially get rid of a FindLandscapeHeight(), because it was overkill
tron
parents:
2085
diff
changeset
|
407 |
tmp = ROR(tmp, 2); |
0 | 408 |
tmp -= ti->y; |
2088
d7a97ef74701
(svn r2598) Small cleanup, especially get rid of a FindLandscapeHeight(), because it was overkill
tron
parents:
2085
diff
changeset
|
409 |
tmp = ROR(tmp, 3); |
0 | 410 |
tmp -= ti->x; |
2088
d7a97ef74701
(svn r2598) Small cleanup, especially get rid of a FindLandscapeHeight(), because it was overkill
tron
parents:
2085
diff
changeset
|
411 |
tmp = ROR(tmp, 1); |
0 | 412 |
tmp += ti->y; |
413 |
||
2088
d7a97ef74701
(svn r2598) Small cleanup, especially get rid of a FindLandscapeHeight(), because it was overkill
tron
parents:
2085
diff
changeset
|
414 |
d = _tree_layout_xy[GB(tmp, 4, 2)]; |
0 | 415 |
|
2981 | 416 |
index = GB(tmp, 6, 2) + (GetTreeType(ti->tile) << 2); |
193
0a7025304867
(svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
truelight
parents:
160
diff
changeset
|
417 |
|
0 | 418 |
/* different tree styles above one of the grounds */ |
3441
fead68bcb6a3
(svn r4271) s/\<TR_/TREE_/ resp. s/\<TR_/TREE_GROUND/
tron
parents:
3422
diff
changeset
|
419 |
if (GetTreeGround(ti->tile) == TREE_GROUND_SNOW_DESERT && |
2981 | 420 |
GetTreeDensity(ti->tile) >= 2 && |
7954
57b51c69c072
(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fitting to the naming style
skidd13
parents:
7923
diff
changeset
|
421 |
IsInsideMM(index, TREE_SUB_ARCTIC << 2, TREE_RAINFOREST << 2)) { |
3441
fead68bcb6a3
(svn r4271) s/\<TR_/TREE_/ resp. s/\<TR_/TREE_GROUND/
tron
parents:
3422
diff
changeset
|
422 |
index += 164 - (TREE_SUB_ARCTIC << 2); |
2981 | 423 |
} |
193
0a7025304867
(svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
truelight
parents:
160
diff
changeset
|
424 |
|
0a7025304867
(svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
truelight
parents:
160
diff
changeset
|
425 |
assert(index < lengthof(_tree_layout_sprite)); |
0 | 426 |
s = _tree_layout_sprite[index]; |
427 |
} |
|
428 |
||
429 |
StartSpriteCombine(); |
|
430 |
||
7876
da2a6603bac5
(svn r11426) -Codechange: Just one boolean inversion instead of two
belugas
parents:
7849
diff
changeset
|
431 |
if (!(IsTransparencySet(TO_TREES) && _patches.invisible_trees)) { |
2088
d7a97ef74701
(svn r2598) Small cleanup, especially get rid of a FindLandscapeHeight(), because it was overkill
tron
parents:
2085
diff
changeset
|
432 |
TreeListEnt te[4]; |
d7a97ef74701
(svn r2598) Small cleanup, especially get rid of a FindLandscapeHeight(), because it was overkill
tron
parents:
2085
diff
changeset
|
433 |
uint i; |
0 | 434 |
|
435 |
/* put the trees to draw in a list */ |
|
3271
114243e3465f
(svn r3983) Use existing functions to access tree and road info
tron
parents:
3183
diff
changeset
|
436 |
i = GetTreeCount(ti->tile) + 1; |
0 | 437 |
do { |
5668
36b39f4a9032
(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
peter1138
parents:
5587
diff
changeset
|
438 |
SpriteID image = s[0].sprite + (--i == 0 ? GetTreeGrowth(ti->tile) : 3); |
7333
e48228e44be8
(svn r10696) -Codechange: remove duplication of the "make sprite transparent" code.
rubidium
parents:
7317
diff
changeset
|
439 |
SpriteID pal = s[0].pal; |
e48228e44be8
(svn r10696) -Codechange: remove duplication of the "make sprite transparent" code.
rubidium
parents:
7317
diff
changeset
|
440 |
|
0 | 441 |
te[i].image = image; |
5668
36b39f4a9032
(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
peter1138
parents:
5587
diff
changeset
|
442 |
te[i].pal = pal; |
2654
1370de8783d3
(svn r3196) Use structs instead of magic offsets into arrays
tron
parents:
2644
diff
changeset
|
443 |
te[i].x = d->x; |
1370de8783d3
(svn r3196) Use structs instead of magic offsets into arrays
tron
parents:
2644
diff
changeset
|
444 |
te[i].y = d->y; |
0 | 445 |
s++; |
2654
1370de8783d3
(svn r3196) Use structs instead of magic offsets into arrays
tron
parents:
2644
diff
changeset
|
446 |
d++; |
0 | 447 |
} while (i); |
448 |
||
449 |
/* draw them in a sorted way */ |
|
2952 | 450 |
for (;;) { |
0 | 451 |
byte min = 0xFF; |
452 |
TreeListEnt *tep = NULL; |
|
453 |
||
3271
114243e3465f
(svn r3983) Use existing functions to access tree and road info
tron
parents:
3183
diff
changeset
|
454 |
i = GetTreeCount(ti->tile) + 1; |
0 | 455 |
do { |
2644 | 456 |
if (te[--i].image != 0 && te[i].x + te[i].y < min) { |
0 | 457 |
min = te[i].x + te[i].y; |
458 |
tep = &te[i]; |
|
459 |
} |
|
460 |
} while (i); |
|
461 |
||
2088
d7a97ef74701
(svn r2598) Small cleanup, especially get rid of a FindLandscapeHeight(), because it was overkill
tron
parents:
2085
diff
changeset
|
462 |
if (tep == NULL) break; |
0 | 463 |
|
7849
0a1c0af2c96c
(svn r11399) -Feature(ette): transparency settings can now be saved and thus remembered.
belugas
parents:
7712
diff
changeset
|
464 |
AddSortableSpriteToDraw(tep->image, tep->pal, ti->x + tep->x, ti->y + tep->y, 16 - tep->x, 16 - tep->y, 0x30, z, IsTransparencySet(TO_TREES), -tep->x, -tep->y); |
0 | 465 |
tep->image = 0; |
466 |
} |
|
467 |
} |
|
468 |
||
469 |
EndSpriteCombine(); |
|
470 |
} |
|
471 |
||
472 |
||
4231
2823b3643862
(svn r5794) Pass the TileIndex plus x and y coordinates into GetSlopeZ_* instead of a TileInfo
tron
parents:
4157
diff
changeset
|
473 |
static uint GetSlopeZ_Trees(TileIndex tile, uint x, uint y) |
2537 | 474 |
{ |
4231
2823b3643862
(svn r5794) Pass the TileIndex plus x and y coordinates into GetSlopeZ_* instead of a TileInfo
tron
parents:
4157
diff
changeset
|
475 |
uint z; |
5587
167d9a91ef02
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
rubidium
parents:
5584
diff
changeset
|
476 |
Slope tileh = GetTileSlope(tile, &z); |
4231
2823b3643862
(svn r5794) Pass the TileIndex plus x and y coordinates into GetSlopeZ_* instead of a TileInfo
tron
parents:
4157
diff
changeset
|
477 |
|
2823b3643862
(svn r5794) Pass the TileIndex plus x and y coordinates into GetSlopeZ_* instead of a TileInfo
tron
parents:
4157
diff
changeset
|
478 |
return z + GetPartialZ(x & 0xF, y & 0xF, tileh); |
0 | 479 |
} |
480 |
||
7335
141c6b86ec1f
(svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch.
rubidium
parents:
7333
diff
changeset
|
481 |
static Foundation GetFoundation_Trees(TileIndex tile, Slope tileh) |
2548
49c8a096033f
(svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in comments, excess empty lines, minor other changes
tron
parents:
2537
diff
changeset
|
482 |
{ |
7335
141c6b86ec1f
(svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch.
rubidium
parents:
7333
diff
changeset
|
483 |
return FOUNDATION_NONE; |
39 | 484 |
} |
485 |
||
6943
1914f26aee04
(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.
rubidium
parents:
6683
diff
changeset
|
486 |
static CommandCost ClearTile_Trees(TileIndex tile, byte flags) |
1977
37bbebf94434
(svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"
tron
parents:
1902
diff
changeset
|
487 |
{ |
2243 | 488 |
uint num; |
0 | 489 |
|
8232
a4883a0598db
(svn r11795) -Fix [FS#1616]: take town rating into account when testing if a command can be executed.
glx
parents:
8230
diff
changeset
|
490 |
if (IsValidPlayer(_current_player)) { |
0 | 491 |
Town *t = ClosestTownFromTile(tile, _patches.dist_local_authority); |
8232
a4883a0598db
(svn r11795) -Fix [FS#1616]: take town rating into account when testing if a command can be executed.
glx
parents:
8230
diff
changeset
|
492 |
if (t != NULL) ChangeTownRating(t, RATING_TREE_DOWN_STEP, RATING_TREE_MINIMUM); |
0 | 493 |
} |
494 |
||
2981 | 495 |
num = GetTreeCount(tile) + 1; |
7954
57b51c69c072
(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fitting to the naming style
skidd13
parents:
7923
diff
changeset
|
496 |
if (IsInsideMM(GetTreeType(tile), TREE_RAINFOREST, TREE_CACTUS)) num *= 4; |
0 | 497 |
|
2243 | 498 |
if (flags & DC_EXEC) DoClearSquare(tile); |
0 | 499 |
|
8230
64f28fe2d5c8
(svn r11793) -Codechange: pass the expense type via the CommandCost instead of a global variable. Patch by Noldo (FS#1114).
rubidium
parents:
8225
diff
changeset
|
500 |
return CommandCost(EXPENSES_CONSTRUCTION, num * _price.remove_trees); |
0 | 501 |
} |
502 |
||
1977
37bbebf94434
(svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"
tron
parents:
1902
diff
changeset
|
503 |
static void GetAcceptedCargo_Trees(TileIndex tile, AcceptedCargo ac) |
0 | 504 |
{ |
505 |
/* not used */ |
|
506 |
} |
|
507 |
||
1977
37bbebf94434
(svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"
tron
parents:
1902
diff
changeset
|
508 |
static void GetTileDesc_Trees(TileIndex tile, TileDesc *td) |
0 | 509 |
{ |
2981 | 510 |
TreeType tt = GetTreeType(tile); |
511 |
||
7954
57b51c69c072
(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fitting to the naming style
skidd13
parents:
7923
diff
changeset
|
512 |
if (IsInsideMM(tt, TREE_RAINFOREST, TREE_CACTUS)) { |
2981 | 513 |
td->str = STR_280F_RAINFOREST; |
514 |
} else { |
|
7712
ceffd344c7a7
(svn r11246) -Codechange: beautify some conditions from "if else" into trinary operator
belugas
parents:
7710
diff
changeset
|
515 |
td->str = tt == TREE_CACTUS ? STR_2810_CACTUS_PLANTS : STR_280E_TREES; |
2981 | 516 |
} |
0 | 517 |
|
1901
03bf9bf99319
(svn r2407) Use {Get,Is}TileOwner to get/check the owner of a tile and fix some bogus reads of _map_owner
tron
parents:
1891
diff
changeset
|
518 |
td->owner = GetTileOwner(tile); |
0 | 519 |
} |
520 |
||
1977
37bbebf94434
(svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"
tron
parents:
1902
diff
changeset
|
521 |
static void AnimateTile_Trees(TileIndex tile) |
0 | 522 |
{ |
523 |
/* not used */ |
|
524 |
} |
|
525 |
||
1977
37bbebf94434
(svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"
tron
parents:
1902
diff
changeset
|
526 |
static void TileLoopTreesDesert(TileIndex tile) |
0 | 527 |
{ |
3379
50b253bb9819
(svn r4181) CodeChange : Replaced [G/S]etMapExtraBits by [G/S]etTropicZone. Although it was an accessor, nor his usage nor the values were clear.
belugas
parents:
3271
diff
changeset
|
528 |
switch (GetTropicZone(tile)) { |
50b253bb9819
(svn r4181) CodeChange : Replaced [G/S]etMapExtraBits by [G/S]etTropicZone. Although it was an accessor, nor his usage nor the values were clear.
belugas
parents:
3271
diff
changeset
|
529 |
case TROPICZONE_DESERT: |
3441
fead68bcb6a3
(svn r4271) s/\<TR_/TREE_/ resp. s/\<TR_/TREE_GROUND/
tron
parents:
3422
diff
changeset
|
530 |
if (GetTreeGround(tile) != TREE_GROUND_SNOW_DESERT) { |
fead68bcb6a3
(svn r4271) s/\<TR_/TREE_/ resp. s/\<TR_/TREE_GROUND/
tron
parents:
3422
diff
changeset
|
531 |
SetTreeGroundDensity(tile, TREE_GROUND_SNOW_DESERT, 3); |
2981 | 532 |
MarkTileDirtyByTile(tile); |
533 |
} |
|
534 |
break; |
|
2243 | 535 |
|
3379
50b253bb9819
(svn r4181) CodeChange : Replaced [G/S]etMapExtraBits by [G/S]etTropicZone. Although it was an accessor, nor his usage nor the values were clear.
belugas
parents:
3271
diff
changeset
|
536 |
case TROPICZONE_RAINFOREST: { |
2981 | 537 |
static const SoundFx forest_sounds[] = { |
538 |
SND_42_LOON_BIRD, |
|
539 |
SND_43_LION, |
|
540 |
SND_44_MONKEYS, |
|
541 |
SND_48_DISTANT_BIRD |
|
542 |
}; |
|
543 |
uint32 r = Random(); |
|
0 | 544 |
|
7967
a230c063a672
(svn r11523) -Codechange: Move the CHANCE macros to core/random_func.cpp cause they depend on Random()
skidd13
parents:
7954
diff
changeset
|
545 |
if (Chance16I(1, 200, r)) SndPlayTileFx(forest_sounds[GB(r, 16, 2)], tile); |
2981 | 546 |
break; |
0 | 547 |
} |
3379
50b253bb9819
(svn r4181) CodeChange : Replaced [G/S]etMapExtraBits by [G/S]etTropicZone. Although it was an accessor, nor his usage nor the values were clear.
belugas
parents:
3271
diff
changeset
|
548 |
|
50b253bb9819
(svn r4181) CodeChange : Replaced [G/S]etMapExtraBits by [G/S]etTropicZone. Although it was an accessor, nor his usage nor the values were clear.
belugas
parents:
3271
diff
changeset
|
549 |
default: break; |
0 | 550 |
} |
551 |
} |
|
552 |
||
1977
37bbebf94434
(svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"
tron
parents:
1902
diff
changeset
|
553 |
static void TileLoopTreesAlps(TileIndex tile) |
0 | 554 |
{ |
6343
76d17f784c13
(svn r9371) -Feature: Add support for variable snow lines in the arctic climate, supplied
maedhros
parents:
6248
diff
changeset
|
555 |
int k = GetTileZ(tile) - GetSnowLine() + TILE_HEIGHT; |
0 | 556 |
|
4157
8d0051fdde68
(svn r5581) Slightly alter some snow line related calculations to make them a bit clearer
tron
parents:
3977
diff
changeset
|
557 |
if (k < 0) { |
3441
fead68bcb6a3
(svn r4271) s/\<TR_/TREE_/ resp. s/\<TR_/TREE_GROUND/
tron
parents:
3422
diff
changeset
|
558 |
if (GetTreeGround(tile) != TREE_GROUND_SNOW_DESERT) return; |
7710
777524fbb1fb
(svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka)
truelight
parents:
7601
diff
changeset
|
559 |
SetTreeGroundDensity(tile, TREE_GROUND_GRASS, 3); |
0 | 560 |
} else { |
4157
8d0051fdde68
(svn r5581) Slightly alter some snow line related calculations to make them a bit clearer
tron
parents:
3977
diff
changeset
|
561 |
uint density = min((uint)k / TILE_HEIGHT, 3); |
2981 | 562 |
|
3441
fead68bcb6a3
(svn r4271) s/\<TR_/TREE_/ resp. s/\<TR_/TREE_GROUND/
tron
parents:
3422
diff
changeset
|
563 |
if (GetTreeGround(tile) != TREE_GROUND_SNOW_DESERT || |
fead68bcb6a3
(svn r4271) s/\<TR_/TREE_/ resp. s/\<TR_/TREE_GROUND/
tron
parents:
3422
diff
changeset
|
564 |
GetTreeDensity(tile) != density) { |
fead68bcb6a3
(svn r4271) s/\<TR_/TREE_/ resp. s/\<TR_/TREE_GROUND/
tron
parents:
3422
diff
changeset
|
565 |
SetTreeGroundDensity(tile, TREE_GROUND_SNOW_DESERT, density); |
2981 | 566 |
} else { |
567 |
if (GetTreeDensity(tile) == 3) { |
|
568 |
uint32 r = Random(); |
|
7967
a230c063a672
(svn r11523) -Codechange: Move the CHANCE macros to core/random_func.cpp cause they depend on Random()
skidd13
parents:
7954
diff
changeset
|
569 |
if (Chance16I(1, 200, r)) { |
2981 | 570 |
SndPlayTileFx((r & 0x80000000) ? SND_39_HEAVY_WIND : SND_34_WIND, tile); |
571 |
} |
|
0 | 572 |
} |
573 |
return; |
|
574 |
} |
|
575 |
} |
|
576 |
MarkTileDirtyByTile(tile); |
|
577 |
} |
|
578 |
||
1977
37bbebf94434
(svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"
tron
parents:
1902
diff
changeset
|
579 |
static void TileLoop_Trees(TileIndex tile) |
0 | 580 |
{ |
2981 | 581 |
switch (_opt.landscape) { |
6357
f0f5e7d1713c
(svn r9400) -Codechange: Use some more representative enum names for landscape types.
belugas
parents:
6343
diff
changeset
|
582 |
case LT_TROPIC: TileLoopTreesDesert(tile); break; |
f0f5e7d1713c
(svn r9400) -Codechange: Use some more representative enum names for landscape types.
belugas
parents:
6343
diff
changeset
|
583 |
case LT_ARCTIC: TileLoopTreesAlps(tile); break; |
0 | 584 |
} |
585 |
||
586 |
TileLoopClearHelper(tile); |
|
587 |
||
7710
777524fbb1fb
(svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka)
truelight
parents:
7601
diff
changeset
|
588 |
uint treeCounter = GetTreeCounter(tile); |
777524fbb1fb
(svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka)
truelight
parents:
7601
diff
changeset
|
589 |
|
777524fbb1fb
(svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka)
truelight
parents:
7601
diff
changeset
|
590 |
/* Handle growth of grass at every 8th processings, like it's done for grass */ |
777524fbb1fb
(svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka)
truelight
parents:
7601
diff
changeset
|
591 |
if ((treeCounter & 7) == 7 && GetTreeGround(tile) == TREE_GROUND_GRASS) { |
777524fbb1fb
(svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka)
truelight
parents:
7601
diff
changeset
|
592 |
uint density = GetTreeDensity(tile); |
777524fbb1fb
(svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka)
truelight
parents:
7601
diff
changeset
|
593 |
if (density < 3) { |
777524fbb1fb
(svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka)
truelight
parents:
7601
diff
changeset
|
594 |
SetTreeGroundDensity(tile, TREE_GROUND_GRASS, density + 1); |
777524fbb1fb
(svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka)
truelight
parents:
7601
diff
changeset
|
595 |
MarkTileDirtyByTile(tile); |
777524fbb1fb
(svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka)
truelight
parents:
7601
diff
changeset
|
596 |
} |
777524fbb1fb
(svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka)
truelight
parents:
7601
diff
changeset
|
597 |
} |
2981 | 598 |
if (GetTreeCounter(tile) < 15) { |
599 |
AddTreeCounter(tile, 1); |
|
600 |
return; |
|
601 |
} |
|
602 |
SetTreeCounter(tile, 0); |
|
193
0a7025304867
(svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
truelight
parents:
160
diff
changeset
|
603 |
|
2981 | 604 |
switch (GetTreeGrowth(tile)) { |
605 |
case 3: /* regular sized tree */ |
|
6357
f0f5e7d1713c
(svn r9400) -Codechange: Use some more representative enum names for landscape types.
belugas
parents:
6343
diff
changeset
|
606 |
if (_opt.landscape == LT_TROPIC && |
3441
fead68bcb6a3
(svn r4271) s/\<TR_/TREE_/ resp. s/\<TR_/TREE_GROUND/
tron
parents:
3422
diff
changeset
|
607 |
GetTreeType(tile) != TREE_CACTUS && |
3379
50b253bb9819
(svn r4181) CodeChange : Replaced [G/S]etMapExtraBits by [G/S]etTropicZone. Although it was an accessor, nor his usage nor the values were clear.
belugas
parents:
3271
diff
changeset
|
608 |
GetTropicZone(tile) == TROPICZONE_DESERT) { |
2981 | 609 |
AddTreeGrowth(tile, 1); |
610 |
} else { |
|
611 |
switch (GB(Random(), 0, 3)) { |
|
612 |
case 0: /* start destructing */ |
|
613 |
AddTreeGrowth(tile, 1); |
|
2955
24de69e236d2
(svn r3514) -Codechange: Replace direct fiddling of bits for the ground type and density of clear tiles with symbolic names and accessors.
tron
parents:
2952
diff
changeset
|
614 |
break; |
24de69e236d2
(svn r3514) -Codechange: Replace direct fiddling of bits for the ground type and density of clear tiles with symbolic names and accessors.
tron
parents:
2952
diff
changeset
|
615 |
|
2981 | 616 |
case 1: /* add a tree */ |
617 |
if (GetTreeCount(tile) < 3) { |
|
618 |
AddTreeCount(tile, 1); |
|
619 |
SetTreeGrowth(tile, 0); |
|
620 |
break; |
|
621 |
} |
|
622 |
/* FALL THROUGH */ |
|
0 | 623 |
|
2981 | 624 |
case 2: { /* add a neighbouring tree */ |
625 |
TreeType treetype = GetTreeType(tile); |
|
0 | 626 |
|
7317
e61af9d8a2b3
(svn r10672) -Codechange: typify some parameters/variables.
rubidium
parents:
6950
diff
changeset
|
627 |
tile += TileOffsByDir((Direction)(Random() & 7)); |
0 | 628 |
|
5385
3868f2e6db9b
(svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary rail/road combinations (including signals)
celestar
parents:
4850
diff
changeset
|
629 |
if (!IsTileType(tile, MP_CLEAR) || IsBridgeAbove(tile)) return; |
2981 | 630 |
|
631 |
switch (GetClearGround(tile)) { |
|
3447 | 632 |
case CLEAR_GRASS: |
2981 | 633 |
if (GetClearDensity(tile) != 3) return; |
7710
777524fbb1fb
(svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka)
truelight
parents:
7601
diff
changeset
|
634 |
MakeTree(tile, treetype, 0, 0, TREE_GROUND_GRASS, 3); |
2981 | 635 |
break; |
636 |
||
7710
777524fbb1fb
(svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka)
truelight
parents:
7601
diff
changeset
|
637 |
case CLEAR_ROUGH: MakeTree(tile, treetype, 0, 0, TREE_GROUND_ROUGH, 3); break; |
777524fbb1fb
(svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka)
truelight
parents:
7601
diff
changeset
|
638 |
case CLEAR_DESERT: return; // Cacti don't spread |
777524fbb1fb
(svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka)
truelight
parents:
7601
diff
changeset
|
639 |
case CLEAR_SNOW: MakeTree(tile, treetype, 0, 0, TREE_GROUND_SNOW_DESERT, GetClearDensity(tile)); break; |
2981 | 640 |
default: return; |
641 |
} |
|
642 |
break; |
|
643 |
} |
|
644 |
||
645 |
default: |
|
646 |
return; |
|
647 |
} |
|
0 | 648 |
} |
2981 | 649 |
break; |
650 |
||
651 |
case 6: /* final stage of tree destruction */ |
|
652 |
if (GetTreeCount(tile) > 0) { |
|
653 |
/* more than one tree, delete it */ |
|
654 |
AddTreeCount(tile, -1); |
|
655 |
SetTreeGrowth(tile, 3); |
|
656 |
} else { |
|
657 |
/* just one tree, change type into MP_CLEAR */ |
|
658 |
switch (GetTreeGround(tile)) { |
|
7710
777524fbb1fb
(svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka)
truelight
parents:
7601
diff
changeset
|
659 |
case TREE_GROUND_GRASS: MakeClear(tile, CLEAR_GRASS, GetTreeDensity(tile)); break; |
3447 | 660 |
case TREE_GROUND_ROUGH: MakeClear(tile, CLEAR_ROUGH, 3); break; |
7710
777524fbb1fb
(svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka)
truelight
parents:
7601
diff
changeset
|
661 |
default: // snow or desert |
7712
ceffd344c7a7
(svn r11246) -Codechange: beautify some conditions from "if else" into trinary operator
belugas
parents:
7710
diff
changeset
|
662 |
MakeClear(tile, _opt.landscape == LT_TROPIC ? CLEAR_DESERT : CLEAR_SNOW, GetTreeDensity(tile)); |
7710
777524fbb1fb
(svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka)
truelight
parents:
7601
diff
changeset
|
663 |
break; |
2981 | 664 |
} |
0 | 665 |
} |
2981 | 666 |
break; |
667 |
||
668 |
default: |
|
669 |
AddTreeGrowth(tile, 1); |
|
670 |
break; |
|
0 | 671 |
} |
672 |
||
673 |
MarkTileDirtyByTile(tile); |
|
674 |
} |
|
675 |
||
6247 | 676 |
void OnTick_Trees() |
0 | 677 |
{ |
678 |
uint32 r; |
|
1977
37bbebf94434
(svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"
tron
parents:
1902
diff
changeset
|
679 |
TileIndex tile; |
2955
24de69e236d2
(svn r3514) -Codechange: Replace direct fiddling of bits for the ground type and density of clear tiles with symbolic names and accessors.
tron
parents:
2952
diff
changeset
|
680 |
ClearGround ct; |
3017
a75caf4efa2d
(svn r3597) Miscellaneous (I like that word) changes: Fix some indentation, add consts, reduce indentation level by short-circuit logic, convert if cascades to switch, whitespace, bracing, plus some minor stuff
tron
parents:
3003
diff
changeset
|
681 |
TreeType tree; |
0 | 682 |
|
683 |
/* place a tree at a random rainforest spot */ |
|
6357
f0f5e7d1713c
(svn r9400) -Codechange: Use some more representative enum names for landscape types.
belugas
parents:
6343
diff
changeset
|
684 |
if (_opt.landscape == LT_TROPIC && |
3379
50b253bb9819
(svn r4181) CodeChange : Replaced [G/S]etMapExtraBits by [G/S]etTropicZone. Although it was an accessor, nor his usage nor the values were clear.
belugas
parents:
3271
diff
changeset
|
685 |
(r = Random(), tile = RandomTileSeed(r), GetTropicZone(tile) == TROPICZONE_RAINFOREST) && |
1035
812f837ee03f
(svn r1536) Move GET_TILEHEIGHT, GET_TILETYPE and IS_TILETYPE to map.h, turn them into inline functions and add some asserts
tron
parents:
1005
diff
changeset
|
686 |
IsTileType(tile, MP_CLEAR) && |
5385
3868f2e6db9b
(svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary rail/road combinations (including signals)
celestar
parents:
4850
diff
changeset
|
687 |
!IsBridgeAbove(tile) && |
3447 | 688 |
(ct = GetClearGround(tile), ct == CLEAR_GRASS || ct == CLEAR_ROUGH) && |
3441
fead68bcb6a3
(svn r4271) s/\<TR_/TREE_/ resp. s/\<TR_/TREE_GROUND/
tron
parents:
3422
diff
changeset
|
689 |
(tree = GetRandomTreeType(tile, GB(r, 24, 8))) != TREE_INVALID) { |
7712
ceffd344c7a7
(svn r11246) -Codechange: beautify some conditions from "if else" into trinary operator
belugas
parents:
7710
diff
changeset
|
690 |
MakeTree(tile, tree, 0, 0, ct == CLEAR_ROUGH ? TREE_GROUND_ROUGH : TREE_GROUND_GRASS, GetClearDensity(tile)); |
0 | 691 |
} |
692 |
||
6422
6679df1c05ba
(svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done
belugas
parents:
6357
diff
changeset
|
693 |
/* byte underflow */ |
2088
d7a97ef74701
(svn r2598) Small cleanup, especially get rid of a FindLandscapeHeight(), because it was overkill
tron
parents:
2085
diff
changeset
|
694 |
if (--_trees_tick_ctr != 0) return; |
193
0a7025304867
(svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
truelight
parents:
160
diff
changeset
|
695 |
|
0 | 696 |
/* place a tree at a random spot */ |
697 |
r = Random(); |
|
698 |
tile = TILE_MASK(r); |
|
1035
812f837ee03f
(svn r1536) Move GET_TILEHEIGHT, GET_TILETYPE and IS_TILETYPE to map.h, turn them into inline functions and add some asserts
tron
parents:
1005
diff
changeset
|
699 |
if (IsTileType(tile, MP_CLEAR) && |
5385
3868f2e6db9b
(svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary rail/road combinations (including signals)
celestar
parents:
4850
diff
changeset
|
700 |
!IsBridgeAbove(tile) && |
3447 | 701 |
(ct = GetClearGround(tile), ct == CLEAR_GRASS || ct == CLEAR_ROUGH || ct == CLEAR_SNOW) && |
3441
fead68bcb6a3
(svn r4271) s/\<TR_/TREE_/ resp. s/\<TR_/TREE_GROUND/
tron
parents:
3422
diff
changeset
|
702 |
(tree = GetRandomTreeType(tile, GB(r, 24, 8))) != TREE_INVALID) { |
2955
24de69e236d2
(svn r3514) -Codechange: Replace direct fiddling of bits for the ground type and density of clear tiles with symbolic names and accessors.
tron
parents:
2952
diff
changeset
|
703 |
switch (ct) { |
7710
777524fbb1fb
(svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka)
truelight
parents:
7601
diff
changeset
|
704 |
case CLEAR_GRASS: MakeTree(tile, tree, 0, 0, TREE_GROUND_GRASS, GetClearDensity(tile)); break; |
777524fbb1fb
(svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka)
truelight
parents:
7601
diff
changeset
|
705 |
case CLEAR_ROUGH: MakeTree(tile, tree, 0, 0, TREE_GROUND_ROUGH, 3); break; |
3441
fead68bcb6a3
(svn r4271) s/\<TR_/TREE_/ resp. s/\<TR_/TREE_GROUND/
tron
parents:
3422
diff
changeset
|
706 |
default: MakeTree(tile, tree, 0, 0, TREE_GROUND_SNOW_DESERT, GetClearDensity(tile)); break; |
0 | 707 |
} |
708 |
} |
|
709 |
} |
|
710 |
||
1977
37bbebf94434
(svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"
tron
parents:
1902
diff
changeset
|
711 |
static void ClickTile_Trees(TileIndex tile) |
0 | 712 |
{ |
713 |
/* not used */ |
|
714 |
} |
|
715 |
||
6683
b88ae30866ce
(svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile.
rubidium
parents:
6491
diff
changeset
|
716 |
static uint32 GetTileTrackStatus_Trees(TileIndex tile, TransportType mode, uint sub_mode) |
0 | 717 |
{ |
718 |
return 0; |
|
719 |
} |
|
720 |
||
2436
7d5df545bd5d
(svn r2962) - const correctness for all Get* functions and most Draw* functions that don't change their pointer parameters
Darkvater
parents:
2243
diff
changeset
|
721 |
static void ChangeTileOwner_Trees(TileIndex tile, PlayerID old_player, PlayerID new_player) |
0 | 722 |
{ |
723 |
/* not used */ |
|
724 |
} |
|
725 |
||
6247 | 726 |
void InitializeTrees() |
0 | 727 |
{ |
728 |
_trees_tick_ctr = 0; |
|
729 |
} |
|
730 |
||
7494
ab05bad37410
(svn r11005) -Codechange: move the tiletype specific terraforming checks to the functions for those tile types.
rubidium
parents:
7335
diff
changeset
|
731 |
static CommandCost TerraformTile_Trees(TileIndex tile, uint32 flags, uint z_new, Slope tileh_new) |
ab05bad37410
(svn r11005) -Codechange: move the tiletype specific terraforming checks to the functions for those tile types.
rubidium
parents:
7335
diff
changeset
|
732 |
{ |
ab05bad37410
(svn r11005) -Codechange: move the tiletype specific terraforming checks to the functions for those tile types.
rubidium
parents:
7335
diff
changeset
|
733 |
return DoCommand(tile, 0, 0, flags, CMD_LANDSCAPE_CLEAR); |
ab05bad37410
(svn r11005) -Codechange: move the tiletype specific terraforming checks to the functions for those tile types.
rubidium
parents:
7335
diff
changeset
|
734 |
} |
ab05bad37410
(svn r11005) -Codechange: move the tiletype specific terraforming checks to the functions for those tile types.
rubidium
parents:
7335
diff
changeset
|
735 |
|
0 | 736 |
|
5587
167d9a91ef02
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
rubidium
parents:
5584
diff
changeset
|
737 |
extern const TileTypeProcs _tile_type_trees_procs = { |
4344
7e123fec5b0b
(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents:
4300
diff
changeset
|
738 |
DrawTile_Trees, /* draw_tile_proc */ |
7e123fec5b0b
(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents:
4300
diff
changeset
|
739 |
GetSlopeZ_Trees, /* get_slope_z_proc */ |
7e123fec5b0b
(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents:
4300
diff
changeset
|
740 |
ClearTile_Trees, /* clear_tile_proc */ |
7e123fec5b0b
(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents:
4300
diff
changeset
|
741 |
GetAcceptedCargo_Trees, /* get_accepted_cargo_proc */ |
7e123fec5b0b
(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents:
4300
diff
changeset
|
742 |
GetTileDesc_Trees, /* get_tile_desc_proc */ |
7e123fec5b0b
(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents:
4300
diff
changeset
|
743 |
GetTileTrackStatus_Trees, /* get_tile_track_status_proc */ |
7e123fec5b0b
(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents:
4300
diff
changeset
|
744 |
ClickTile_Trees, /* click_tile_proc */ |
7e123fec5b0b
(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents:
4300
diff
changeset
|
745 |
AnimateTile_Trees, /* animate_tile_proc */ |
7e123fec5b0b
(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents:
4300
diff
changeset
|
746 |
TileLoop_Trees, /* tile_loop_clear */ |
7e123fec5b0b
(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents:
4300
diff
changeset
|
747 |
ChangeTileOwner_Trees, /* change_tile_owner_clear */ |
7e123fec5b0b
(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents:
4300
diff
changeset
|
748 |
NULL, /* get_produced_cargo_proc */ |
7e123fec5b0b
(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents:
4300
diff
changeset
|
749 |
NULL, /* vehicle_enter_tile_proc */ |
7335
141c6b86ec1f
(svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch.
rubidium
parents:
7333
diff
changeset
|
750 |
GetFoundation_Trees, /* get_foundation_proc */ |
7494
ab05bad37410
(svn r11005) -Codechange: move the tiletype specific terraforming checks to the functions for those tile types.
rubidium
parents:
7335
diff
changeset
|
751 |
TerraformTile_Trees, /* terraform_tile_proc */ |
0 | 752 |
}; |