rubidium
|
c0771b1657
|
(svn r26866) -Change: make aircraft ascend/descend when they are too close to the ground or too far away (based on patch by ic111)
|
2014-09-21 06:35:34 +00:00 |
|
rubidium
|
2be4215f43
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
rubidium
|
0463dbdc9e
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
frosch
|
393c4fa965
|
(svn r26430) -Feature(ette): Add vehicle modflag 1 (unloading in progress).
|
2014-03-26 21:27:37 +00:00 |
|
frosch
|
6562ec9402
|
(svn r26430) -Feature(ette): Add vehicle modflag 1 (unloading in progress).
|
2014-03-26 21:27:37 +00:00 |
|
frosch
|
ce92faf682
|
(svn r26388) -Codechange: Move resolving of Action 3 into ResolverObject constructor.
|
2014-03-03 20:02:31 +00:00 |
|
frosch
|
6b61c4608f
|
(svn r26388) -Codechange: Move resolving of Action 3 into ResolverObject constructor.
|
2014-03-03 20:02:31 +00:00 |
|
frosch
|
e1ee51d43c
|
(svn r26294) -Change: [NewGRF] Make vehicle variable 61 return 'not available' instead of zero when using it in invalid callback contexts.
|
2014-02-03 21:10:04 +00:00 |
|
frosch
|
9e5fc88499
|
(svn r26294) -Change: [NewGRF] Make vehicle variable 61 return 'not available' instead of zero when using it in invalid callback contexts.
|
2014-02-03 21:10:04 +00:00 |
|
frosch
|
edf905e6cf
|
(svn r26157) -Feature: [NewGRF] Vehicle variable 4D for determining the position within an articulated vehicle.
|
2013-12-13 20:21:04 +00:00 |
|
frosch
|
e0d69933f6
|
(svn r26157) -Feature: [NewGRF] Vehicle variable 4D for determining the position within an articulated vehicle.
|
2013-12-13 20:21:04 +00:00 |
|
frosch
|
6c63c98d7f
|
(svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL.
|
2013-11-24 14:41:19 +00:00 |
|
frosch
|
db894b0b3f
|
(svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL.
|
2013-11-24 14:41:19 +00:00 |
|
rubidium
|
c702853917
|
(svn r25705) -Fix: a number of typos (inspired by 90c920601c84975acb694f3673e2beb08b013753)
|
2013-08-09 18:43:44 +00:00 |
|
rubidium
|
13855f0a09
|
(svn r25705) -Fix: a number of typos (inspired by 90c920601c84975acb694f3673e2beb08b013753)
|
2013-08-09 18:43:44 +00:00 |
|
frosch
|
c5d7445704
|
(svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() and Count(), and replace them with VehicleCargoList::StoredCount(), TotalCount(), StationCargoList::AvailableCount() and TotalCount(). (fonsinchen)
|
2013-04-13 13:42:08 +00:00 |
|
frosch
|
5eddbb338b
|
(svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() and Count(), and replace them with VehicleCargoList::StoredCount(), TotalCount(), StationCargoList::AvailableCount() and TotalCount(). (fonsinchen)
|
2013-04-13 13:42:08 +00:00 |
|
rubidium
|
2c67dc3d9f
|
(svn r24994) -Codechange: Replace access to service_interval with accessors (peter1138)
|
2013-02-14 17:04:01 +00:00 |
|
rubidium
|
c77cd1f409
|
(svn r24994) -Codechange: Replace access to service_interval with accessors (peter1138)
|
2013-02-14 17:04:01 +00:00 |
|
planetmaker
|
f00d9976f9
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
planetmaker
|
c24374f99c
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
frosch
|
f5131bd588
|
(svn r24695) -Fix/Cleanup: Remove remaining (incorrect) usages of ResolverObject::scope and count.
|
2012-11-11 12:57:27 +00:00 |
|
frosch
|
b65ece1ea9
|
(svn r24695) -Fix/Cleanup: Remove remaining (incorrect) usages of ResolverObject::scope and count.
|
2012-11-11 12:57:27 +00:00 |
|
alberth
|
6c1ff5f772
|
(svn r24693) -Doc: Add some doxymentation into the newgrf code.
|
2012-11-10 20:46:39 +00:00 |
|
alberth
|
33ff55a8f1
|
(svn r24693) -Doc: Add some doxymentation into the newgrf code.
|
2012-11-10 20:46:39 +00:00 |
|
alberth
|
8a297ca5f1
|
(svn r24692) -Cleanup: Cleanup final parts of the old resolver code.
|
2012-11-10 20:45:59 +00:00 |
|
alberth
|
4c9bea2a71
|
(svn r24692) -Cleanup: Cleanup final parts of the old resolver code.
|
2012-11-10 20:45:59 +00:00 |
|
alberth
|
7b18c31f37
|
(svn r24691) -Codechange: Add resolver classes for vehicles.
|
2012-11-10 20:45:04 +00:00 |
|
alberth
|
69e07c3e00
|
(svn r24691) -Codechange: Add resolver classes for vehicles.
|
2012-11-10 20:45:04 +00:00 |
|
alberth
|
6a619b40d5
|
(svn r24678) -Codechange: Introduce scope resolver base class and prepare for adding derived classes.
|
2012-11-10 20:37:31 +00:00 |
|
alberth
|
438495b433
|
(svn r24678) -Codechange: Introduce scope resolver base class and prepare for adding derived classes.
|
2012-11-10 20:37:31 +00:00 |
|
frosch
|
f7ca5d29ed
|
(svn r24528) -Fix: [NewGRF] RandomAction 84 should interpret register 100 as signed.
|
2012-09-16 16:31:53 +00:00 |
|
frosch
|
38f265c083
|
(svn r24528) -Fix: [NewGRF] RandomAction 84 should interpret register 100 as signed.
|
2012-09-16 16:31:53 +00:00 |
|
frosch
|
a9167a52db
|
(svn r24527) -Add: [NewGRF] Allow resolving var 5F via vehicle var 61.
|
2012-09-16 16:29:48 +00:00 |
|
frosch
|
e37e2d92a6
|
(svn r24527) -Add: [NewGRF] Allow resolving var 5F via vehicle var 61.
|
2012-09-16 16:29:48 +00:00 |
|
michi_cc
|
a763497cd1
|
(svn r24371) -Add: [NewGRF] Allow vehicle variable 61 for callback 2D (recolour) and re-randomisation.
|
2012-07-02 19:31:26 +00:00 |
|
michi_cc
|
6f88071942
|
(svn r24371) -Add: [NewGRF] Allow vehicle variable 61 for callback 2D (recolour) and re-randomisation.
|
2012-07-02 19:31:26 +00:00 |
|
frosch
|
270554f95f
|
(svn r24360) -Fix [FS#5224]: Ship-specific 80+x variables were missing for unknown reason. (Hirundo)
|
2012-06-28 19:24:26 +00:00 |
|
frosch
|
ee25344a6d
|
(svn r24360) -Fix [FS#5224]: Ship-specific 80+x variables were missing for unknown reason. (Hirundo)
|
2012-06-28 19:24:26 +00:00 |
|
frosch
|
268e4d65c9
|
(svn r24330) -Fix (r24321): Do not use the vehicle list order changes from the previous savegames, but only ever from the current one.
|
2012-06-07 15:38:46 +00:00 |
|
frosch
|
86b013f872
|
(svn r24330) -Fix (r24321): Do not use the vehicle list order changes from the previous savegames, but only ever from the current one.
|
2012-06-07 15:38:46 +00:00 |
|
frosch
|
741f0a15b6
|
(svn r24321) -Change/Fix [FS#4254]: [NewGRF] Group vehicles in the purchase list properly by source GRF, but also consider engine GRFID overrides.
|
2012-06-03 15:07:27 +00:00 |
|
frosch
|
8ec00c4cc9
|
(svn r24321) -Change/Fix [FS#4254]: [NewGRF] Group vehicles in the purchase list properly by source GRF, but also consider engine GRFID overrides.
|
2012-06-03 15:07:27 +00:00 |
|
michi_cc
|
d561bfe4db
|
(svn r24246) -Add [FS#5052-ish]: [NewGRF] Variable with the current max speed for vehicles.
|
2012-05-14 19:56:49 +00:00 |
|
michi_cc
|
ce5c936b07
|
(svn r24246) -Add [FS#5052-ish]: [NewGRF] Variable with the current max speed for vehicles.
|
2012-05-14 19:56:49 +00:00 |
|
frosch
|
fb9562c83a
|
(svn r23965) -Fix [FS#5070]: Refittability should never depend on the current capacity of a vehicle.
|
2012-02-19 18:34:24 +00:00 |
|
frosch
|
5167f2be29
|
(svn r23965) -Fix [FS#5070]: Refittability should never depend on the current capacity of a vehicle.
|
2012-02-19 18:34:24 +00:00 |
|
frosch
|
e3e7375c6d
|
(svn r23748) -Fix: Make vehicle variables A8 and A9 always return 0. Returning cur_image is a potential desyncer due to Action1 in static NewGRFs.
|
2012-01-03 23:53:53 +00:00 |
|
frosch
|
bc9c8db287
|
(svn r23748) -Fix: Make vehicle variables A8 and A9 always return 0. Returning cur_image is a potential desyncer due to Action1 in static NewGRFs.
|
2012-01-03 23:53:53 +00:00 |
|
rubidium
|
d5eeab43b7
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|