translators
e338449974
(svn r22663) -Update from WebTranslator v3.0:
...
croatian - 5 changes by VoyagerOne
dutch - 5 changes by habell
french - 5 changes by glx
italian - 6 changes by lorenzodv
russian - 6 changes by Lone_Wolf
vietnamese - 5 changes by nglekhoi
2011-07-12 17:45:23 +00:00
frosch
865831cc5d
(svn r22662) -Fix (r22639)[FS#4683]: Ships can also travel on certain rail tiles.
2011-07-12 17:12:10 +00:00
frosch
371a66e14d
(svn r22662) -Fix (r22639)[FS#4683]: Ships can also travel on certain rail tiles.
2011-07-12 17:12:10 +00:00
frosch
d7285e73de
(svn r22661) -Fix (r22659): Silence a gcc warning.
2011-07-12 16:36:53 +00:00
frosch
7ec119a574
(svn r22661) -Fix (r22659): Silence a gcc warning.
2011-07-12 16:36:53 +00:00
translators
0dd2bac311
(svn r22660) -Update from WebTranslator v3.0:
...
english_US - 5 changes by Rubidium
finnish - 5 changes by jpx_
2011-07-11 17:45:18 +00:00
translators
44b49269fc
(svn r22660) -Update from WebTranslator v3.0:
...
english_US - 5 changes by Rubidium
finnish - 5 changes by jpx_
2011-07-11 17:45:18 +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
d579af11e8
(svn r22659) -Add: [NewGRF] Support for the land slope check callback for stations.
2011-07-11 16:32:35 +00:00
michi_cc
cf2bfa91a4
(svn r22658) -Feature: [NewGRF] Custom error messages for object callback 0x157.
2011-07-11 16:32:30 +00:00
michi_cc
e5dd6f9227
(svn r22658) -Feature: [NewGRF] Custom error messages for object callback 0x157.
2011-07-11 16:32:30 +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
624aec0b19
(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
206ff68e65
(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
michi_cc
1e855be492
(svn r22655) -Add: [NewGRF] Add water class to the 'land info of nearby tiles' vars.
2011-07-11 16:32:13 +00:00
frosch
27a095fd92
(svn r22649) -Fix [FS#4670]: Switching from a red to a white highlight (by switching to another tool) without switching the highlight mode (HT_RECT etc.) did not mark the selection dirty.
2011-07-10 14:44:41 +00:00
frosch
abf286e990
(svn r22649) -Fix [FS#4670]: Switching from a red to a white highlight (by switching to another tool) without switching the highlight mode (HT_RECT etc.) did not mark the selection dirty.
2011-07-10 14:44:41 +00:00
frosch
bbe5d67681
(svn r22648) -Fix (r22629): Missing 'break'. (thanks michi_cc)
2011-07-10 13:25:52 +00:00
frosch
9afe1c1d20
(svn r22648) -Fix (r22629): Missing 'break'. (thanks michi_cc)
2011-07-10 13:25:52 +00:00
frosch
bbb9c1e52f
(svn r22647) -Codechange: Enhance MP_WATER map accessors with assertions. (adf88)
2011-07-10 13:21:21 +00:00
frosch
3639456cc4
(svn r22647) -Codechange: Enhance MP_WATER map accessors with assertions. (adf88)
2011-07-10 13:21:21 +00:00
frosch
ba358638a8
(svn r22646) -Codechange: Simplify MP_WATER map accessors, esp. for locks and depots. (based on patched by adf88 and michi_cc)
2011-07-10 13:04:04 +00:00
frosch
a7f7a97825
(svn r22646) -Codechange: Simplify MP_WATER map accessors, esp. for locks and depots. (based on patched by adf88 and michi_cc)
2011-07-10 13:04:04 +00:00
frosch
2ebf8fa584
(svn r22645) -Fix [FS#4678]: GetSection() does not return a LockPart.
2011-07-10 13:00:05 +00:00
frosch
d4dbe95274
(svn r22645) -Fix [FS#4678]: GetSection() does not return a LockPart.
2011-07-10 13:00:05 +00:00
frosch
78e4abbed0
(svn r22644) -Codechange: Use IsShipDepotTile() instead of single water- and depottests. (adf88)
2011-07-09 18:10:48 +00:00
frosch
570da01d3a
(svn r22644) -Codechange: Use IsShipDepotTile() instead of single water- and depottests. (adf88)
2011-07-09 18:10:48 +00:00
michi_cc
dd0439c690
(svn r22643) -Fix: Disallow building NewObjects on water tiles owned by another company.
2011-07-08 14:42:18 +00:00
michi_cc
8565703a4c
(svn r22643) -Fix: Disallow building NewObjects on water tiles owned by another company.
2011-07-08 14:42:18 +00:00
frosch
3426225c9f
(svn r22642) -Change: Disable the 'set parameters' button in the NewGRF GUI, if the GRF specifies to have no parameters and one would not be able to set any parameters anyway.
2011-07-07 21:52:08 +00:00
frosch
a6ce6c144b
(svn r22642) -Change: Disable the 'set parameters' button in the NewGRF GUI, if the GRF specifies to have no parameters and one would not be able to set any parameters anyway.
2011-07-07 21:52:08 +00:00
frosch
c03cbc8b92
(svn r22641) -Fix (r22639): Warning about uninitialised fields.
2011-07-07 20:35:48 +00:00
frosch
566a9612a0
(svn r22641) -Fix (r22639): Warning about uninitialised fields.
2011-07-07 20:35:48 +00:00
translators
e13879d502
(svn r22640) -Update from WebTranslator v3.0:
...
brazilian_portuguese - 2 changes by Tucalipe
2011-07-07 17:45:07 +00:00
translators
84007b6f9a
(svn r22640) -Update from WebTranslator v3.0:
...
brazilian_portuguese - 2 changes by Tucalipe
2011-07-07 17:45:07 +00:00
michi_cc
f4a34471c5
(svn r22639) -Feature: [NewGRF] Support for ship props 14/15 (ocean/canal speed fraction).
2011-07-07 14:16:22 +00:00
michi_cc
9218c56cde
(svn r22639) -Feature: [NewGRF] Support for ship props 14/15 (ocean/canal speed fraction).
2011-07-07 14:16:22 +00:00
michi_cc
f182f6e675
(svn r22638) -Fix: Keep the previous owner of the upper and lower lock parts if they are built on existing water.
2011-07-07 14:16:16 +00:00
michi_cc
662a0a9cd3
(svn r22638) -Fix: Keep the previous owner of the upper and lower lock parts if they are built on existing water.
2011-07-07 14:16:16 +00:00
translators
2516164b60
(svn r22637) -Update from WebTranslator v3.0:
...
polish - 1 changes by wojteks86
2011-07-05 17:45:08 +00:00
translators
d1be388bc9
(svn r22637) -Update from WebTranslator v3.0:
...
polish - 1 changes by wojteks86
2011-07-05 17:45:08 +00:00
frosch
a712f23cc8
(svn r22636) -Fix: Airports should not expose the tile specific random bits of the north tile. Only airport tiles should access those.
2011-07-04 22:07:53 +00:00
frosch
412cbe133d
(svn r22636) -Fix: Airports should not expose the tile specific random bits of the north tile. Only airport tiles should access those.
2011-07-04 22:07:53 +00:00
frosch
0f8065fef4
(svn r22635) -Fix: Correctly reseed random bits of industries and industry tiles.
2011-07-04 20:37:20 +00:00
frosch
8930337aae
(svn r22635) -Fix: Correctly reseed random bits of industries and industry tiles.
2011-07-04 20:37:20 +00:00
frosch
e2a5d69cb7
(svn r22634) -Codechange: Deduplicate some code. Note that zeroing 'count' is intentionally removed, it is only used together with 'scope'.
2011-07-04 20:31:57 +00:00
frosch
8b18292a2e
(svn r22634) -Codechange: Deduplicate some code. Note that zeroing 'count' is intentionally removed, it is only used together with 'scope'.
2011-07-04 20:31:57 +00:00
frosch
74fbbc2f38
(svn r22633) -Fix: Implement variables 25 and 7F for railtypes.
2011-07-04 20:25:17 +00:00