peter1138
|
8f420f944f
|
(svn r24903) -Fix: Cached station animation triggers were only set when removing parts of a station.
|
2013-01-10 18:58:22 +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 |
|
peter1138
|
9eadd83372
|
(svn r24840) -Fix: Draw NewGRF railtypes in NewGRF station previews.
|
2012-12-23 15:38:54 +00:00 |
|
frosch
|
193ee85c6f
|
(svn r24718) -Codechange: Rename GoodsEntry::days_since_pickup to GoodsEntry::time_since_pickup.
|
2012-11-12 21:59:02 +00:00 |
|
frosch
|
88b8349ec3
|
(svn r24714) -Fix [FS#5337]: [NewGRF] Draw default foundations if resolving of custom station foundation sprites fails.
|
2012-11-12 20:13:17 +00:00 |
|
frosch
|
b3752fabbb
|
(svn r24712) -Fix [FS#5303]: [NewGRF] Station variables 61 and 62 returned incorrect values, if no vehicle ever tried loading.
|
2012-11-12 20:12:45 +00:00 |
|
frosch
|
d580328dd1
|
(svn r24706) -Fix (r10981): [NewGRF] Station var 48 should report acceptance, not supply.
|
2012-11-12 18:10:42 +00:00 |
|
alberth
|
6c1ff5f772
|
(svn r24693) -Doc: Add some doxymentation into the newgrf code.
|
2012-11-10 20:46:39 +00:00 |
|
alberth
|
87122038fc
|
(svn r24684) -Codechange: Add resolver classes for stations.
|
2012-11-10 20:41:08 +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 |
|
frosch
|
ff9c74fed7
|
(svn r24506) -Fix: Airport variables 60 to 65 an 69 used the wrong CTT for translations. (Alberth)
|
2012-09-01 19:36:15 +00:00 |
|
frosch
|
8b76e46045
|
(svn r24402) -Fix [FS#5243]: Station properties 11 and 14 were combined incorrectly.
|
2012-07-15 16:17:22 +00:00 |
|
frosch
|
2fd194d8dd
|
(svn r24273) -Fix: [NewGRF] GetReverseCargoTranslation() was unnecessary complicated and also returned the wrong thing for cargos not present in the translation table.
|
2012-05-25 17:23:19 +00:00 |
|
frosch
|
ed1fb53859
|
(svn r24169) -Add: Make NewGRFClass distinguish between defined specs and specs visible for the user.
|
2012-04-22 16:28:27 +00:00 |
|
frosch
|
c45a8e083c
|
(svn r24168) -Codechange: Simplify default station class instantiation.
|
2012-04-22 16:28:23 +00:00 |
|
frosch
|
3d7ac6af1a
|
(svn r24166) -Codechange: Turn NewGRFClass::Get(Tid, uint) and GetCount(Tid) into non-static members GetSpec(uint) and GetSpecCount().
|
2012-04-22 16:28:14 +00:00 |
|
rubidium
|
d5eeab43b7
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +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
|
c0fd4aec7f
|
(svn r23141) -Change: [NewGRF v8] Invert result bit 10 of callbacks 149 and 157 to make them consistent with other slope check callbacks. (michi_cc)
|
2011-11-08 17:24:31 +00:00 |
|
frosch
|
46e77ee24f
|
(svn r23138) -Feature: [NewGRF] Allow passing 32bit parameters to 60+x variables (using var 7B). Currently most useful for vehicle var 60.
|
2011-11-08 17:23:30 +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
|
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 |
|
michi_cc
|
68370d2bc9
|
(svn r23071) -Codechange: [NewGRF] Allow passing custom extra data through the generic NewGRF animation helper class.
|
2011-10-31 22:31:35 +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
|
d7285e73de
|
(svn r22661) -Fix (r22659): Silence a gcc warning.
|
2011-07-12 16:36:53 +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 |
|
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 |
|
terkhen
|
e8a8b6dae5
|
(svn r22569) -Feature: [NewGRF] Persistent storage for towns.
|
2011-06-12 20:50:03 +00:00 |
|
terkhen
|
713acf1ad3
|
(svn r22562) -Codechange: Remove constness from TownGetVariable.
|
2011-06-12 20:37:26 +00:00 |
|
terkhen
|
faa77c9bc4
|
(svn r22558) -Codechange: Remove constness from BaseStation in ResolverObject.
|
2011-06-12 20:34:03 +00:00 |
|
terkhen
|
e392f26215
|
(svn r22557) -Codechange: Remove constness from AnimationBase callbacks.
|
2011-06-12 20:32:52 +00:00 |
|
terkhen
|
387ff1ddf5
|
(svn r22543) -Feature: [NewGRF] Support for station variable 0x69.
|
2011-06-04 21:24:23 +00:00 |
|
terkhen
|
55695277c8
|
(svn r22540) -Codechange: Rename AcceptancePickup to GoodsEntryStatus.
|
2011-06-04 21:17:07 +00:00 |
|
frosch
|
becf6c823f
|
(svn r22518) -Feature: [NewGRF] Advanced sprite layouts with register modifiers.
|
2011-05-29 16:56:22 +00:00 |
|
frosch
|
c33578a3c2
|
(svn r22455) -Fix (r22286): x != y
|
2011-05-14 16:01:40 +00:00 |
|
frosch
|
b5c0304e0b
|
(svn r22454) -Codechange: Deduplicate GetCustomStationGroundRelocation() into GetCustomStationRelocation() and only call it if actually needed.
|
2011-05-14 13:12:47 +00:00 |
|
frosch
|
84b0168348
|
(svn r22453) -Feature(ette): Implement variable 18 for custom station foundations.
|
2011-05-14 12:38:10 +00:00 |
|
frosch
|
7130afef14
|
(svn r22452) -Fix (r18708): Zero register 0x100 as specified before resolving custom station foundations.
|
2011-05-14 12:36:31 +00:00 |
|
frosch
|
fb72295945
|
(svn r22436) -Fix (r18969): Apply railtype property 12 (station graphics) also to station groundsprites from action 1.
|
2011-05-08 15:58:59 +00:00 |
|
yexo
|
c13ce77412
|
(svn r22286) -Fix: [NewGRF] the c and p parts of station vars 40, 41 and 49 were incorrect for large stations
|
2011-04-01 19:55:56 +00:00 |
|
yexo
|
ec64a1086f
|
(svn r22280) -Fix: update the 40+x station vars caches when displaying them in the NewGRF debug gui
|
2011-03-30 21:39:44 +00:00 |
|
alberth
|
a14f4eb271
|
(svn r22144) -Codechange: Unify 'while (true)' to 'for (;;)'
|
2011-02-25 21:53:43 +00:00 |
|
alberth
|
9f3845227e
|
(svn r21273) -Codechange: Return values should start at the same line.
|
2010-11-20 15:44:24 +00:00 |
|
alberth
|
de9c678901
|
(svn r21270) -Doc: Doxyment updates and additions. Removal of doxyment in code.
|
2010-11-20 14:15:02 +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
|
7107eef4de
|
(svn r20627) -Codechange: unify the animation code of station, airport, house and industry tiles
|
2010-08-26 17:01:17 +00:00 |
|
rubidium
|
514f566d7c
|
(svn r20623) -Codechange: unify the storing of animation related information
|
2010-08-26 15:31:40 +00:00 |
|
rubidium
|
5a7d6249af
|
(svn r20622) -Codechange: unify [GS]et[Statation|Object|Industry|House]AnimationFrame
|
2010-08-26 14:45:45 +00:00 |
|
rubidium
|
443ecb986d
|
(svn r20436) -Codechange: use GRFFilePropsBase's spritegroup for stations.
|
2010-08-10 15:51:33 +00:00 |
|