rubidium
|
d0689c2924
|
(svn r23097) -Codechange: remove pointless multiplications by TILE_HEIGHT from the bridge code
|
2011-11-04 10:28:20 +00:00 |
|
rubidium
|
bcb93b3b75
|
(svn r23093) -Codechange: add a default NULL for the Z of GetTileSlope and use it
|
2011-11-04 10:22:27 +00:00 |
|
rubidium
|
2ed0f93bfb
|
(svn r23093) -Codechange: add a default NULL for the Z of GetTileSlope and use it
|
2011-11-04 10:22:27 +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 |
|
yexo
|
a1c1d32405
|
(svn r22994) -Fix [FS#4775]: tile was cleared before the object-placement callback was run, resulting in possible differences in test and exec run
|
2011-10-04 20:18:12 +00:00 |
|
yexo
|
534bff1d19
|
(svn r22994) -Fix [FS#4775]: tile was cleared before the object-placement callback was run, resulting in possible differences in test and exec run
|
2011-10-04 20:18:12 +00:00 |
|
frosch
|
1df095f114
|
(svn r22960) -Feature: Allow depots, standard roadstops and airports on steep slopes.
|
2011-09-25 13:35:17 +00:00 |
|
frosch
|
8d5c1479f4
|
(svn r22960) -Feature: Allow depots, standard roadstops and airports on steep slopes.
|
2011-09-25 13:35:17 +00:00 |
|
frosch
|
e9e68c3a50
|
(svn r22698) -Fix [FS#4694]: Only insert cleared object tiles into _cleared_object_areas if clearing actually succeeds, else subsequential tests of the same tile will be skipped and considered successful.
|
2011-07-30 12:28:49 +00:00 |
|
frosch
|
9c239bb988
|
(svn r22698) -Fix [FS#4694]: Only insert cleared object tiles into _cleared_object_areas if clearing actually succeeds, else subsequential tests of the same tile will be skipped and considered successful.
|
2011-07-30 12:28:49 +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
|
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 |
|
terkhen
|
e392f26215
|
(svn r22557) -Codechange: Remove constness from AnimationBase callbacks.
|
2011-06-12 20:32:52 +00:00 |
|
terkhen
|
e127fca384
|
(svn r22557) -Codechange: Remove constness from AnimationBase callbacks.
|
2011-06-12 20:32:52 +00:00 |
|
smatz
|
c85e1c3089
|
(svn r22116) -Codechange: use PoolBase::Clean() at more places
|
2011-02-19 23:05:47 +00:00 |
|
smatz
|
756cc6cf65
|
(svn r22116) -Codechange: use PoolBase::Clean() at more places
|
2011-02-19 23:05:47 +00:00 |
|
smatz
|
0ff7e9a114
|
(svn r22033) -Fix: don't crash when there are too many objects generated already when placing transmitters
|
2011-02-08 21:49:39 +00:00 |
|
smatz
|
5ccf5cc551
|
(svn r22033) -Fix: don't crash when there are too many objects generated already when placing transmitters
|
2011-02-08 21:49:39 +00:00 |
|
smatz
|
a54faf0303
|
(svn r22026) -Fix: don't crash when we generate too many objects while generating map
|
2011-02-08 18:39:29 +00:00 |
|
smatz
|
9cd5243d04
|
(svn r22026) -Fix: don't crash when we generate too many objects while generating map
|
2011-02-08 18:39:29 +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
|
0cf2ef83f0
|
(svn r21846) -Codechange: move documentation towards the code to make it more likely to be updated [o-s].
|
2011-01-18 23:09:43 +00:00 |
|
rubidium
|
9ca4b629cd
|
(svn r21846) -Codechange: move documentation towards the code to make it more likely to be updated [o-s].
|
2011-01-18 23:09:43 +00:00 |
|
rubidium
|
82b1a32f70
|
(svn r21485) -Codechange: use CircularTileSearch to find whether there's a transmitter nearby
|
2010-12-12 18:18:50 +00:00 |
|
rubidium
|
1123d4790f
|
(svn r21485) -Codechange: use CircularTileSearch to find whether there's a transmitter nearby
|
2010-12-12 18:18:50 +00:00 |
|
rubidium
|
e590fe22ac
|
(svn r21454) -Codechange: add support for object variable 48
|
2010-12-10 21:32:52 +00:00 |
|
rubidium
|
5d0da9492e
|
(svn r21454) -Codechange: add support for object variable 48
|
2010-12-10 21:32:52 +00:00 |
|
rubidium
|
1af7df8ba0
|
(svn r21453) -Codechange: add the view of an object to the savegame
|
2010-12-10 21:32:04 +00:00 |
|
rubidium
|
cd6180a46d
|
(svn r21453) -Codechange: add the view of an object to the savegame
|
2010-12-10 21:32:04 +00:00 |
|
rubidium
|
83db490771
|
(svn r21314) -Fix [FS#4253]: [NewGRF] (Hopefully) make callback 157 behave more like TTDPatch does, i.e. fall back to the default check when the callback is not yielding a result for a tile instead of disallowing building the object
|
2010-11-24 23:08:12 +00:00 |
|
rubidium
|
31a5f8f043
|
(svn r21314) -Fix [FS#4253]: [NewGRF] (Hopefully) make callback 157 behave more like TTDPatch does, i.e. fall back to the default check when the callback is not yielding a result for a tile instead of disallowing building the object
|
2010-11-24 23:08:12 +00:00 |
|
frosch
|
5a355daa5b
|
(svn r21290) -Codechange: Add HasTileWaterGround() to deduplicate some tests.
|
2010-11-21 18:38:45 +00:00 |
|
frosch
|
612516ff76
|
(svn r21290) -Codechange: Add HasTileWaterGround() to deduplicate some tests.
|
2010-11-21 18:38:45 +00:00 |
|
frosch
|
061021cbc5
|
(svn r21288) -Codechange: Add helper function to find entries in _cleared_object_areas.
|
2010-11-21 17:05:23 +00:00 |
|
frosch
|
d5360390d0
|
(svn r21288) -Codechange: Add helper function to find entries in _cleared_object_areas.
|
2010-11-21 17:05:23 +00:00 |
|
alberth
|
b698045b82
|
(svn r21156) -Codechange: Introduce EconomyIsInRecession().
|
2010-11-13 09:45:20 +00:00 |
|
alberth
|
43f807a918
|
(svn r21156) -Codechange: Introduce EconomyIsInRecession().
|
2010-11-13 09:45:20 +00:00 |
|
rubidium
|
ecb191b1ba
|
(svn r20919) -Fix [FS#4140]: objects didn't change colour when the company changed colour. Now they do, except when the "decide colour" callback is (defined to be) used
|
2010-10-12 19:48:42 +00:00 |
|
rubidium
|
feece0b42c
|
(svn r20919) -Fix [FS#4140]: objects didn't change colour when the company changed colour. Now they do, except when the "decide colour" callback is (defined to be) used
|
2010-10-12 19:48:42 +00:00 |
|
rubidium
|
d160ca90a1
|
(svn r20909) -Fix [FS#4137]: don't see coasts as water for object construction
|
2010-10-08 21:08:38 +00:00 |
|
rubidium
|
7bbc19288f
|
(svn r20909) -Fix [FS#4137]: don't see coasts as water for object construction
|
2010-10-08 21:08:38 +00:00 |
|
yexo
|
66d57b96a8
|
(svn r20748) -Fix: overbuilding an object tile with sea under it with a canal didn't take the cost for clearing the sea into account
|
2010-09-05 16:00:36 +00:00 |
|
yexo
|
0e250f2bdf
|
(svn r20748) -Fix: overbuilding an object tile with sea under it with a canal didn't take the cost for clearing the sea into account
|
2010-09-05 16:00:36 +00:00 |
|
yexo
|
66c1f1881d
|
(svn r20745) -Fix: don't delete an object when trying to terraform a tile of it with canal under it. If we delete the object the terraforming will still fail due to the canal
|
2010-09-05 14:54:18 +00:00 |
|