peter1138
|
9ccce57438
|
(svn r12317) -Fix [FS#1815]: Map string IDs that are embedded from other strings.
|
2008-02-29 08:48:01 +00:00 |
|
peter1138
|
b913a135c0
|
(svn r12316) -Codechange: Support loading full range of 0xD0xx NewGRF strings which
includes 0xD000 to 0xD3FF (yes, 0xD0xx makes a lot of sense, really...)
and handle 0xD400 to 0xD7FF strings which map to 0xD000 to 0xD3FF
(obviously).
|
2008-02-29 08:40:49 +00:00 |
|
peter1138
|
6bdc8e5fae
|
(svn r12316) -Codechange: Support loading full range of 0xD0xx NewGRF strings which
includes 0xD000 to 0xD3FF (yes, 0xD0xx makes a lot of sense, really...)
and handle 0xD400 to 0xD7FF strings which map to 0xD000 to 0xD3FF
(obviously).
|
2008-02-29 08:40:49 +00:00 |
|
peter1138
|
6c4060a59a
|
(svn r12295) -Codechange: Make plane speed option available to NewGRFs
|
2008-02-27 21:33:52 +00:00 |
|
peter1138
|
6aea2454c8
|
(svn r12295) -Codechange: Make plane speed option available to NewGRFs
|
2008-02-27 21:33:52 +00:00 |
|
peter1138
|
f6e4dc4d8c
|
(svn r12209) -Fix: [NewGRF] Support using any base price for rail and road vehicles' running cost, and show running cost of wagons if they have it.
|
2008-02-21 19:09:10 +00:00 |
|
peter1138
|
dda6cab17a
|
(svn r12209) -Fix: [NewGRF] Support using any base price for rail and road vehicles' running cost, and show running cost of wagons if they have it.
|
2008-02-21 19:09:10 +00:00 |
|
peter1138
|
0e997be11e
|
(svn r12205) -Codechange: rename RailVehicleInfo::running_cost_base to running_cost, inline with other vehicle types (It is the factor, not the base)
|
2008-02-20 20:56:54 +00:00 |
|
peter1138
|
79b6b9cb66
|
(svn r12205) -Codechange: rename RailVehicleInfo::running_cost_base to running_cost, inline with other vehicle types (It is the factor, not the base)
|
2008-02-20 20:56:54 +00:00 |
|
belugas
|
a6fbbf92fc
|
(svn r12158) -Codechange: merge all the sprite recolouring mapping under a single function
-Fix: Handle the bridge recolouring mapping as the other features. Although not specified by the specs, it seems to be implicit.
|
2008-02-16 03:01:05 +00:00 |
|
belugas
|
245fccf22d
|
(svn r12158) -Codechange: merge all the sprite recolouring mapping under a single function
-Fix: Handle the bridge recolouring mapping as the other features. Although not specified by the specs, it seems to be implicit.
|
2008-02-16 03:01:05 +00:00 |
|
frosch
|
a13899ee8e
|
(svn r12149) -Codechange: Merge 'ground_sprite' and 'ground_pal' of DrawTileSprites into one PalSpriteID
|
2008-02-15 18:40:42 +00:00 |
|
frosch
|
a40d761d7f
|
(svn r12149) -Codechange: Merge 'ground_sprite' and 'ground_pal' of DrawTileSprites into one PalSpriteID
|
2008-02-15 18:40:42 +00:00 |
|
frosch
|
ae996a270b
|
(svn r12148) -Codechange: Merge 'image' and 'pal' of DrawTileSeqStruct into one PalSpriteID
|
2008-02-15 18:34:26 +00:00 |
|
frosch
|
fd0f57a794
|
(svn r12148) -Codechange: Merge 'image' and 'pal' of DrawTileSeqStruct into one PalSpriteID
|
2008-02-15 18:34:26 +00:00 |
|
frosch
|
0aece5ed6b
|
(svn r12124) -Codechange: Move newgrf-variables that are common to VarAction2 and Action7/9/D to their own function.
-Fix: Add some variables that were missing in one or both cases.
|
2008-02-12 15:43:10 +00:00 |
|
frosch
|
c2bad6d22c
|
(svn r12124) -Codechange: Move newgrf-variables that are common to VarAction2 and Action7/9/D to their own function.
-Fix: Add some variables that were missing in one or both cases.
|
2008-02-12 15:43:10 +00:00 |
|
peter1138
|
d6670eed6b
|
(svn r12122) -Codechange: Add framework for generic feature callbacks, along with some parts for AI use.
|
2008-02-12 13:23:57 +00:00 |
|
peter1138
|
4d0c443953
|
(svn r12122) -Codechange: Add framework for generic feature callbacks, along with some parts for AI use.
|
2008-02-12 13:23:57 +00:00 |
|
peter1138
|
57aacb50c8
|
(svn r12119) -Codechange: Rename grfspec_feature to match code style, and expose in header for use elsewhere.
|
2008-02-12 11:08:47 +00:00 |
|
peter1138
|
e76f7c9359
|
(svn r12119) -Codechange: Rename grfspec_feature to match code style, and expose in header for use elsewhere.
|
2008-02-12 11:08:47 +00:00 |
|
belugas
|
d465b23ee2
|
(svn r12118) -Codechange: Put the two descriptions of bridges in an array instead of two single variables, following the transport type it represents
|
2008-02-12 03:05:27 +00:00 |
|
belugas
|
f4334301e8
|
(svn r12118) -Codechange: Put the two descriptions of bridges in an array instead of two single variables, following the transport type it represents
|
2008-02-12 03:05:27 +00:00 |
|
belugas
|
6a717aa49b
|
(svn r12111) -Codechange: Rename Bridge to BridgeSpec, out of consistensy with other Specs in used.
|
2008-02-11 17:35:15 +00:00 |
|
belugas
|
cc2b8b574a
|
(svn r12111) -Codechange: Rename Bridge to BridgeSpec, out of consistensy with other Specs in used.
|
2008-02-11 17:35:15 +00:00 |
|
belugas
|
831e678120
|
(svn r12069) -Feature[newGRF]: Specify the purchase, rail and road description of a bridge.
|
2008-02-06 03:01:29 +00:00 |
|
belugas
|
94f4217984
|
(svn r12069) -Feature[newGRF]: Specify the purchase, rail and road description of a bridge.
|
2008-02-06 03:01:29 +00:00 |
|
belugas
|
0ee48fc6d3
|
(svn r12064) -Codechange : Give grf bridges their own ResetBridges function, and put bridge spec in table/bridge_land.h, where it should be.
|
2008-02-05 04:48:56 +00:00 |
|
belugas
|
3003986e67
|
(svn r12064) -Codechange : Give grf bridges their own ResetBridges function, and put bridge spec in table/bridge_land.h, where it should be.
|
2008-02-05 04:48:56 +00:00 |
|
glx
|
b5055f73fe
|
(svn r12059) -Fix (r12041): industries prop 24 is a word
|
2008-02-04 16:48:00 +00:00 |
|
glx
|
b35611dae3
|
(svn r12059) -Fix (r12041): industries prop 24 is a word
|
2008-02-04 16:48:00 +00:00 |
|
maedhros
|
0cb2a7fa17
|
(svn r12052) -Fix [FS#1737] (r11494): The cargo translation table was loaded at the right time, but all the other global variables were now loaded too early. ;)
|
2008-02-03 20:23:59 +00:00 |
|
maedhros
|
2588879c6d
|
(svn r12052) -Fix [FS#1737] (r11494): The cargo translation table was loaded at the right time, but all the other global variables were now loaded too early. ;)
|
2008-02-03 20:23:59 +00:00 |
|
belugas
|
6e761a18d6
|
(svn r12041) -Codechange: Add the loader and the property for action 00 industries, prop 24, nearby station name.
No assignation yet, no real work either.
|
2008-02-02 03:23:26 +00:00 |
|
belugas
|
7cf2c83462
|
(svn r12041) -Codechange: Add the loader and the property for action 00 industries, prop 24, nearby station name.
No assignation yet, no real work either.
|
2008-02-02 03:23:26 +00:00 |
|
peter1138
|
1268a70466
|
(svn r12019) -Codechange: Add support for passenger engine designation for AI-use, NewGRF property 0x08 for trains.
|
2008-01-30 10:27:45 +00:00 |
|
peter1138
|
1cdee354b4
|
(svn r12019) -Codechange: Add support for passenger engine designation for AI-use, NewGRF property 0x08 for trains.
|
2008-01-30 10:27:45 +00:00 |
|
frosch
|
5d9326ff03
|
(svn r12001) -Fix: When skipping Action 11 or 12, also skip belonging sprites.
|
2008-01-28 15:55:59 +00:00 |
|
frosch
|
d3c7a35d22
|
(svn r12001) -Fix: When skipping Action 11 or 12, also skip belonging sprites.
|
2008-01-28 15:55:59 +00:00 |
|
frosch
|
4a1ad2c85f
|
(svn r11973) -Fix (r11726, r11947)[FS#1683]: Use grass tiles for corner shores, if shores got replaced by ActionA.
|
2008-01-24 14:49:40 +00:00 |
|
frosch
|
79aa7247c0
|
(svn r11973) -Fix (r11726, r11947)[FS#1683]: Use grass tiles for corner shores, if shores got replaced by ActionA.
|
2008-01-24 14:49:40 +00:00 |
|
belugas
|
ba1f3b4834
|
(svn r11963) -Fix(r11961): Forgot to specify the meaning of the magical 6 substraction
|
2008-01-23 17:40:37 +00:00 |
|
belugas
|
9c16461c29
|
(svn r11963) -Fix(r11961): Forgot to specify the meaning of the magical 6 substraction
|
2008-01-23 17:40:37 +00:00 |
|
belugas
|
fa39916fe9
|
(svn r11961) -Feature[newGRF]: Add support for Action 0D, var 13: informations about current map size.
|
2008-01-23 17:08:35 +00:00 |
|
belugas
|
4a3e135086
|
(svn r11961) -Feature[newGRF]: Add support for Action 0D, var 13: informations about current map size.
|
2008-01-23 17:08:35 +00:00 |
|
peter1138
|
9d754a7f76
|
(svn r11938) -Codechange: support loading of canal/river properties (though still ignored)
|
2008-01-21 20:41:04 +00:00 |
|
peter1138
|
ca1b3e7b4e
|
(svn r11938) -Codechange: support loading of canal/river properties (though still ignored)
|
2008-01-21 20:41:04 +00:00 |
|
glx
|
4e847a9c52
|
(svn r11888) -Codechange: simplify sorting of the strings in town names dropdown
|
2008-01-17 02:10:26 +00:00 |
|
glx
|
3d61a1adc5
|
(svn r11888) -Codechange: simplify sorting of the strings in town names dropdown
|
2008-01-17 02:10:26 +00:00 |
|
rubidium
|
fcee6dad93
|
(svn r11862) -Fix [FS#1559]: when two NewGRFs 'fight' to define the same cargo it could happen that the strings are defined by one cargo and the 'action2' by another and when one assumes that both come from the same NewGRF... So store the GRF ID with the strings. To be extra sure add the same protection mechanism to industries and towns too.
|
2008-01-15 13:19:49 +00:00 |
|