planetmaker
|
c24374f99c
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
rubidium
|
6d6be50ae0
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
peter1138
|
81598273e9
|
(svn r23316) -Feature: Add ability to zoom in to 2x and 4x level.
|
2011-11-24 12:38:48 +00:00 |
|
frosch
|
0625c9007f
|
(svn r22722) -Fix: Skip invisible parent and child sprites due to transparency settings using the same logic as skipping due to grf-defined invisibility.
|
2011-08-06 11:14:07 +00:00 |
|
frosch
|
a241a4ce97
|
(svn r22518) -Feature: [NewGRF] Advanced sprite layouts with register modifiers.
|
2011-05-29 16:56:22 +00:00 |
|
frosch
|
7415b9cca2
|
(svn r22456) -Codechange: Derive NewGRFSpriteLayout from DrawTileSprites for spritelayouts allocated on the heap, and make use of constructors and destructors.
|
2011-05-14 17:25:45 +00:00 |
|
yexo
|
261b34b705
|
(svn r22175) -Fix: [NewGRF] memory leak if a station newgrf contains prop 09 twice for the same station id
|
2011-03-03 21:24:03 +00:00 |
|
frosch
|
57dc3ed716
|
(svn r22106) -Codechange: Add DrawTileSeqStruct::MakeTerminator(), DrawTileSeqStruct::IsTerminator(), DrawTileSeqStruct::IsParentSprite() to simplify stuff.
|
2011-02-19 13:16:34 +00:00 |
|
rubidium
|
30f2afac9b
|
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
|
2010-08-26 22:01:16 +00:00 |
|
frosch
|
9e4a62d1ee
|
(svn r18959) -Feature: [NewGRF] Allow layering of multiple groundsprites in spritelayouts of stations, houses and industrytiles; so hacks with zero-sized bounding boxes are no longer needed and no longer cause trouble.
|
2010-01-30 10:08:39 +00:00 |
|
rubidium
|
f94c83a387
|
(svn r18872) -Codechange: introduce PaletteID and use it
|
2010-01-21 01:38:13 +00:00 |
|
frosch
|
24e0945bc4
|
(svn r18846) -Codechange: Merge DrawTileSeq into DrawCommonTileSeq.
|
2010-01-17 15:05:25 +00:00 |
|
frosch
|
ae48ea16f9
|
(svn r18843) -Codechange: Only NewGRF supplied spritelayouts use SPRITE_MODIFIER_CUSTOM_SPRITE, so no extra tests needed.
|
2010-01-17 01:22:43 +00:00 |
|
frosch
|
d9d75c83d5
|
(svn r18842) -Codechange: Rename SPRITE_MODIFIER_USE_OFFSET to SPRITE_MODIFIER_CUSTOM_SPRITE, invert its meaning, and also use it for industry/house layouts instead of IS_CUSTOM_SPRITE().
|
2010-01-17 01:01:56 +00:00 |
|
frosch
|
381bf04bab
|
(svn r18839) -Codechange: Detriplicate drawing of spritelayouts in the GUI.
|
2010-01-16 22:44:03 +00:00 |
|
frosch
|
d27999e446
|
(svn r18837) -Codechange: Rename DrawStationTileSeq() to DrawCommonTileSeq() and move it to separate file.
|
2010-01-16 22:25:44 +00:00 |
|