yexo
|
f884be58e5
|
(svn r23724) -Codechange: split of the check to see if ambient sounds are enabled to a header file allowing compilers to inline that check
|
2012-01-03 00:45:22 +00:00 |
|
yexo
|
5f79b4c5d1
|
(svn r23724) -Codechange: split of the check to see if ambient sounds are enabled to a header file allowing compilers to inline that check
|
2012-01-03 00:45:22 +00:00 |
|
yexo
|
0566a6cfda
|
(svn r23168) -Feature [FS#1824]: always draw fences around field tiles
|
2011-11-08 19:48:47 +00:00 |
|
yexo
|
5c838ff1c3
|
(svn r23168) -Feature [FS#1824]: always draw fences around field tiles
|
2011-11-08 19:48:47 +00:00 |
|
yexo
|
36e61e08b3
|
(svn r23160) -Fix: wrong comments in a lot of TileTypeProcs definitions
|
2011-11-08 17:37:32 +00:00 |
|
yexo
|
6a272233b3
|
(svn r23160) -Fix: wrong comments in a lot of TileTypeProcs definitions
|
2011-11-08 17:37:32 +00:00 |
|
michi_cc
|
84a103e112
|
(svn r23114) -Feature: [NewGRF] Ambient sound effect callback.
|
2011-11-04 21:05:08 +00:00 |
|
michi_cc
|
707b0f48e6
|
(svn r23114) -Feature: [NewGRF] Ambient sound effect callback.
|
2011-11-04 21:05:08 +00:00 |
|
rubidium
|
fb9fb416a1
|
(svn r23107) -Codechange: let GetSlopePixelZ and TerraformTile tile type functions use int z as well
|
2011-11-04 11:36:10 +00:00 |
|
rubidium
|
459c9523e8
|
(svn r23107) -Codechange: let GetSlopePixelZ and TerraformTile tile type functions use int z as well
|
2011-11-04 11:36:10 +00:00 |
|
rubidium
|
70faeeaba9
|
(svn r23106) -Codechange: pass int* to GetTileSlope and friends
|
2011-11-04 11:30:37 +00:00 |
|
rubidium
|
19eabdba2c
|
(svn r23106) -Codechange: pass int* to GetTileSlope and friends
|
2011-11-04 11:30:37 +00:00 |
|
rubidium
|
1a54b7733c
|
(svn r23102) -Codechange: remove the remaining pointless multiplications by TILE_HEIGHT
|
2011-11-04 10:31:46 +00:00 |
|
rubidium
|
798f5a8608
|
(svn r23102) -Codechange: remove the remaining pointless multiplications by TILE_HEIGHT
|
2011-11-04 10:31:46 +00:00 |
|
rubidium
|
a70fdbcf2f
|
(svn r23096) -Codechange: remove useless divisions and multiplications by TILE_HEIGHT for the snow line code
|
2011-11-04 10:25:58 +00:00 |
|
rubidium
|
69162621d8
|
(svn r23096) -Codechange: remove useless divisions and multiplications by TILE_HEIGHT for the snow line code
|
2011-11-04 10:25:58 +00:00 |
|
rubidium
|
de980ef0f9
|
(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions if they return the Z in pixels (like TilePixelHeight)
|
2011-11-04 10:18:13 +00:00 |
|
rubidium
|
7757a2ed40
|
(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions if they return the Z in pixels (like TilePixelHeight)
|
2011-11-04 10:18:13 +00:00 |
|
rubidium
|
41223c8bc9
|
(svn r23084) -Codechange: get rid of a redundant variable
|
2011-11-03 22:49:03 +00:00 |
|
rubidium
|
47c5d30b5d
|
(svn r23084) -Codechange: get rid of a redundant variable
|
2011-11-03 22:49:03 +00:00 |
|
rubidium
|
3cb12ed89c
|
(svn r22019) -Codechange: s/functions.h/clear_func.h/
|
2011-02-07 22:38:02 +00:00 |
|
rubidium
|
0395aab420
|
(svn r22019) -Codechange: s/functions.h/clear_func.h/
|
2011-02-07 22:38:02 +00:00 |
|
rubidium
|
05199a641a
|
(svn r21890) -Cleanup: remove some unneeded includes
|
2011-01-22 14:52:20 +00:00 |
|
rubidium
|
7eba2bf4d3
|
(svn r21890) -Cleanup: remove some unneeded includes
|
2011-01-22 14:52:20 +00:00 |
|
rubidium
|
9fd2afb147
|
(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :)
|
2010-07-19 17:28:27 +00:00 |
|
rubidium
|
b8487afe54
|
(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :)
|
2010-07-19 17:28:27 +00:00 |
|
rubidium
|
035d0ef16b
|
(svn r20187) -Codechange: move _tileh_to_sprite into a function in a more logical place and with a more descriptive name
|
2010-07-19 17:00:54 +00:00 |
|
rubidium
|
5a836cdec7
|
(svn r20187) -Codechange: move _tileh_to_sprite into a function in a more logical place and with a more descriptive name
|
2010-07-19 17:00:54 +00:00 |
|
smatz
|
85ac1eb4d7
|
(svn r19768) -Fix: half-desert tiles would never revert back to clear tiles
|
2010-05-08 14:36:56 +00:00 |
|
smatz
|
173b56b895
|
(svn r19768) -Fix: half-desert tiles would never revert back to clear tiles
|
2010-05-08 14:36:56 +00:00 |
|
yexo
|
d31d15ec00
|
(svn r18945) -Codechange: typo
|
2010-01-29 00:11:30 +00:00 |
|
yexo
|
a43a23b408
|
(svn r18945) -Codechange: typo
|
2010-01-29 00:11:30 +00:00 |
|
smatz
|
4655855d46
|
(svn r18856) -Codechange: do not call GetSlopeZInCorner() when there's no fence to draw
|
2010-01-18 12:09:25 +00:00 |
|
smatz
|
84bc831e32
|
(svn r18856) -Codechange: do not call GetSlopeZInCorner() when there's no fence to draw
|
2010-01-18 12:09:25 +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 |
|
rubidium
|
82fc28f77f
|
(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 |
|
yexo
|
0de753ee07
|
(svn r18728) -Fix: don't mark all tiles dirty in the artic tileloop
|
2010-01-04 22:26:25 +00:00 |
|
yexo
|
6dcfa9a063
|
(svn r18728) -Fix: don't mark all tiles dirty in the artic tileloop
|
2010-01-04 22:26:25 +00:00 |
|
yexo
|
2a6fc142de
|
(svn r18719) -Feature: don't delete the rough/rocky status of a tile when it's covered by snow, this allows rocky tiles under snow if you have a variable snowline
|
2010-01-04 18:33:43 +00:00 |
|
yexo
|
b378e82676
|
(svn r18719) -Feature: don't delete the rough/rocky status of a tile when it's covered by snow, this allows rocky tiles under snow if you have a variable snowline
|
2010-01-04 18:33:43 +00:00 |
|
frosch
|
bf3fa7522b
|
(svn r18702) -Fix [FS#3467]: Enable DrawGroundSpriteAt() to deal with foundations as DrawGroundSprite() does, and use this for drawing one-way-road-signs and clear-land-fences.
|
2010-01-03 20:55:00 +00:00 |
|
frosch
|
a9d4147eb2
|
(svn r18702) -Fix [FS#3467]: Enable DrawGroundSpriteAt() to deal with foundations as DrawGroundSprite() does, and use this for drawing one-way-road-signs and clear-land-fences.
|
2010-01-03 20:55:00 +00:00 |
|
alberth
|
6704b21440
|
(svn r18670) -Fix [FS#3455]: Update all tiles when snowline height changes in larger steps than one tile.
|
2009-12-30 19:30:49 +00:00 |
|
alberth
|
d86dbabbc4
|
(svn r18670) -Fix [FS#3455]: Update all tiles when snowline height changes in larger steps than one tile.
|
2009-12-30 19:30:49 +00:00 |
|
frosch
|
040404c5d3
|
(svn r18005) -Codechange: Convert the Prices struct into an array and an enum.
|
2009-11-07 22:47:54 +00:00 |
|
frosch
|
ba1fc280e3
|
(svn r18005) -Codechange: Convert the Prices struct into an array and an enum.
|
2009-11-07 22:47:54 +00:00 |
|
rubidium
|
982b8ee5fc
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
d6cded5380
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
smatz
|
f85b8c4e09
|
(svn r17596) -Codechange: constify some tables
|
2009-09-20 23:11:01 +00:00 |
|
smatz
|
114d48e492
|
(svn r17596) -Codechange: constify some tables
|
2009-09-20 23:11:01 +00:00 |
|