rubidium
|
d5eeab43b7
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
alberth
|
06597e684c
|
(svn r23704) -Doc: Doxygen comment fixes and additions.
|
2012-01-01 17:22:32 +00:00 |
|
rubidium
|
9aab2dc861
|
(svn r23474) -Codechange: move the declaration error related functions to error.h
|
2011-12-10 13:54:10 +00:00 |
|
frosch
|
e29221a31e
|
(svn r23154) -Change: [NewGRF v8] Use heightlevel units in nearby tile info variables. (rubidium)
|
2011-11-08 17:29:01 +00:00 |
|
frosch
|
ebf19d6219
|
(svn r23147) -Change: [NewGRF v8] Unify the return values of boolean callbacks, and check the results for validity.
|
2011-11-08 17:26:49 +00:00 |
|
frosch
|
6365d92776
|
(svn r23142) -Change: [NewGRF v8] Unify the return values of callbacks returning D0xx texts.
|
2011-11-08 17:24:43 +00:00 |
|
frosch
|
1900d7fcb6
|
(svn r23140) -Add: ErrorUnknownCallbackResult()
|
2011-11-08 17:24:15 +00:00 |
|
rubidium
|
70faeeaba9
|
(svn r23106) -Codechange: pass int* to GetTileSlope and friends
|
2011-11-04 11:30:37 +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
|
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 |
|
frosch
|
bf664cd68d
|
(svn r22924) -Codechange: Enhance NewGRFSpriteLayout for drawing construction stages in spritelayouts with inconsistent number of sprites per spriteset.
|
2011-09-11 15:10:09 +00:00 |
|
frosch
|
92b69aa8f8
|
(svn r22848) -Add: The missing bits in station variable 43.
|
2011-08-27 08:42:24 +00:00 |
|
frosch
|
00623a6ccb
|
(svn r22721) -Fix (r22518): Conditionally hiding a sprite caused subsequent items of the spritelayout to use wrong registers.
|
2011-08-06 10:47:37 +00:00 |
|
planetmaker
|
37acacce05
|
(svn r22679) -Change [FS#4692] (r22655): [NewGRF] Use a value of 0 to indicate the invalid waterclass in the nearby land info (0x60 ind. tiles, 0x62 houses, objects,...)
|
2011-07-21 17:17:48 +00:00 |
|
michi_cc
|
5a85a32413
|
(svn r22659) -Add: [NewGRF] Support for the land slope check callback for stations.
|
2011-07-11 16:32:35 +00:00 |
|
michi_cc
|
05418feb8a
|
(svn r22657) -Add: [NewGRF] More default error messages for the industry shape and location callbacks.
|
2011-07-11 16:32:25 +00:00 |
|
michi_cc
|
b31cf48c3a
|
(svn r22656) -Codechange: Deduplicate the custom error message of the industry shape and location callbacks.
|
2011-07-11 16:32:19 +00:00 |
|
michi_cc
|
b7d1196093
|
(svn r22655) -Add: [NewGRF] Add water class to the 'land info of nearby tiles' vars.
|
2011-07-11 16:32:13 +00:00 |
|
rubidium
|
7cff7ce30e
|
(svn r22578) -Fix: another MSVC compile warning
|
2011-06-13 08:27:12 +00:00 |
|
terkhen
|
7893be63db
|
(svn r22574) -Fix (r22566): GetGRFID was using a wrong return type.
|
2011-06-13 06:28:43 +00:00 |
|
terkhen
|
db879d5bd1
|
(svn r22566) -Codechange: Define and use OverrideManagerBase::GetGRFID function.
|
2011-06-12 20:42:23 +00:00 |
|
frosch
|
becf6c823f
|
(svn r22518) -Feature: [NewGRF] Advanced sprite layouts with register modifiers.
|
2011-05-29 16:56:22 +00:00 |
|
frosch
|
90337d88dd
|
(svn r22456) -Codechange: Derive NewGRFSpriteLayout from DrawTileSprites for spritelayouts allocated on the heap, and make use of constructors and destructors.
|
2011-05-14 17:25:45 +00:00 |
|
rubidium
|
eb2197f4c8
|
(svn r22410) -Document: some more bits ;)
|
2011-05-02 16:14:23 +00:00 |
|
rubidium
|
05199a641a
|
(svn r21890) -Cleanup: remove some unneeded includes
|
2011-01-22 14:52:20 +00:00 |
|
yexo
|
36e3b0ea0c
|
(svn r20996) -Change: [NewGRF] the X and Y offsets in the parameter for industry vars 60,61,62,63 are unsigned instead of signed
|
2010-10-19 21:00:45 +00:00 |
|
rubidium
|
4ec93f6bab
|
(svn r20654) -Codechange: implement reading action0 of objects
|
2010-08-28 18:21:09 +00:00 |
|
rubidium
|
3f6dab2127
|
(svn r20648) -Codechange: implement the NewGRF override manager for objects
|
2010-08-28 17:30:55 +00:00 |
|
rubidium
|
360d6daf34
|
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
|
2010-08-26 22:01:16 +00:00 |
|
rubidium
|
7b37f56b3f
|
(svn r20487) -Fix: typo in comments
|
2010-08-14 09:04:37 +00:00 |
|
rubidium
|
5aab3e1948
|
(svn r20448) -Codechange: make some functions that can be const const
|
2010-08-11 18:50:23 +00:00 |
|
terkhen
|
2c6a94b445
|
(svn r20424) -Fix: Rename members of TileContext (TC_NORMAL conflicted with an existing define on MinGW).
|
2010-08-09 10:59:30 +00:00 |
|
frosch
|
cab9bc419b
|
(svn r20423) -Change [FS#3947]: Make snow on bridges depend on bridgeheight.
|
2010-08-09 07:32:04 +00:00 |
|
frosch
|
b2ea8b196a
|
(svn r20420) -Codechange: Add TileContext enum instead of using a bool.
|
2010-08-09 07:10:42 +00:00 |
|
frosch
|
cc8d0af77c
|
(svn r20418) -Fix [FS#4017](r20125): During world generation the snow-mapbits are not yet available, so test the snowline variable directly (as before).
|
2010-08-08 21:34:19 +00:00 |
|
rubidium
|
1f2276b785
|
(svn r20411) -Codechange: rename unmovables as quite a lot of them are actually movable; e.g. HQ and owned land are pretty movable.
|
2010-08-08 10:59:30 +00:00 |
|
rubidium
|
da8c058b89
|
(svn r20401) -Codechange: let HouseSpec use GRFFileProps
|
2010-08-07 21:03:38 +00:00 |
|
frosch
|
c18839704b
|
(svn r20286) -Codechange: Unify end of doxygen comments.
|
2010-08-01 19:44:49 +00:00 |
|
frosch
|
5b86c79fce
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
rubidium
|
d28515d16c
|
(svn r20197) -Fix [FS#3963]: GetNearbyTileInformation can be used to get the terrain type of a MP_VOID tile.
|
2010-07-19 23:51:22 +00:00 |
|
frosch
|
6820cd1488
|
(svn r20153) -Fix (r20125): Make the snowchecks for clear land and trees consistent with the other tiletypes.
|
2010-07-14 20:26:01 +00:00 |
|
frosch
|
e5691636e6
|
(svn r20126) -Fix [FS#3883]: Make railtype Terrain Type variable aware of RAIL_GROUND_HALF_SNOW. That is, resolve the sprites for upper and lower part of the foundation independently.
|
2010-07-11 17:28:19 +00:00 |
|
frosch
|
38d753a98d
|
(svn r20125) -Change: [NewGRF] If a tile has a snow-flag in the map array, use that for Terrain Type variables, instead of always only using the tile Z position. Also use the maximum Z of a tile for tiles which usually have levelling foundations (stations, houses, industries, unmovables).
|
2010-07-11 17:11:14 +00:00 |
|
yexo
|
fa9d25eb2c
|
(svn r19435) -Fix: when loading a savegame created with a house newgrf without that newgrf available all houses became tall office blocks
|
2010-03-16 16:04:35 +00:00 |
|
frosch
|
eded89633c
|
(svn r18846) -Codechange: Merge DrawTileSeq into DrawCommonTileSeq.
|
2010-01-17 15:05:25 +00:00 |
|
frosch
|
9bbabadd29
|
(svn r18842) -Codechange: Rename SPRITE_MODIFIER_USE_OFFSET to SPRITE_MODIFIER_CUSTOM_SPRITE, invert its meaning, and also use it for industry/house layouts instead of IS_CUSTOM_SPRITE().
|
2010-01-17 01:01:56 +00:00 |
|
yexo
|
5cad8dac74
|
(svn r18762) -Codechange: unduplicate sprite layout drawing between industries and houses
|
2010-01-08 22:42:00 +00:00 |
|
rubidium
|
982b8ee5fc
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
ed8788d581
|
(svn r17682) -Codechange: remove erroneous space before some commas
|
2009-10-02 15:13:15 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|