michi_cc
|
1358995dfa
|
(svn r23897) -Feature: [NewGRF] 32bpp sprites in GRFs.
|
2012-02-04 22:18:57 +00:00 |
|
michi_cc
|
2c3bca6ad9
|
(svn r23897) -Feature: [NewGRF] 32bpp sprites in GRFs.
|
2012-02-04 22:18:57 +00:00 |
|
michi_cc
|
0552b23d31
|
(svn r23894) -Fix (r23893): Use the right variable, not the one that's always going to be 0.
|
2012-02-04 20:12:06 +00:00 |
|
michi_cc
|
c9e664d4cb
|
(svn r23894) -Fix (r23893): Use the right variable, not the one that's always going to be 0.
|
2012-02-04 20:12:06 +00:00 |
|
michi_cc
|
c586e162cb
|
(svn r23893) -Change: [NewGRF] Extended chunked sprite encoding to work for bigger sprites.
|
2012-02-04 19:21:32 +00:00 |
|
michi_cc
|
4702924f6e
|
(svn r23893) -Change: [NewGRF] Extended chunked sprite encoding to work for bigger sprites.
|
2012-02-04 19:21:32 +00:00 |
|
michi_cc
|
c6f136a620
|
(svn r23890) -Add: [NewGRF] Support for RealSprites with multiple zoom levels.
|
2012-02-04 13:29:18 +00:00 |
|
michi_cc
|
5c1cc27b03
|
(svn r23890) -Add: [NewGRF] Support for RealSprites with multiple zoom levels.
|
2012-02-04 13:29:18 +00:00 |
|
michi_cc
|
a55a77cbae
|
(svn r23889) -Codechange: Centralise sprite resizing in one place. (peter1138)
|
2012-02-04 13:29:13 +00:00 |
|
michi_cc
|
e85d5b5d31
|
(svn r23889) -Codechange: Centralise sprite resizing in one place. (peter1138)
|
2012-02-04 13:29:13 +00:00 |
|
michi_cc
|
14094d00bf
|
(svn r23887) -Feature: [NewGRF] Support for container version 2.
|
2012-02-04 13:29:04 +00:00 |
|
michi_cc
|
6db39410a1
|
(svn r23887) -Feature: [NewGRF] Support for container version 2.
|
2012-02-04 13:29:04 +00:00 |
|
michi_cc
|
949d2d3b55
|
(svn r23881) -Codechange: Move GRF sprite decoding into a separate function.
|
2012-02-04 13:28:40 +00:00 |
|
michi_cc
|
5af68295b0
|
(svn r23881) -Codechange: Move GRF sprite decoding into a separate function.
|
2012-02-04 13:28:40 +00:00 |
|
peter1138
|
42347d3c45
|
(svn r23670) -Feature: Add ability to adjust brightness of colour after remapping for 32bpp sprites
|
2011-12-24 23:33:45 +00:00 |
|
peter1138
|
3ef77e55c5
|
(svn r23670) -Feature: Add ability to adjust brightness of colour after remapping for 32bpp sprites
|
2011-12-24 23:33:45 +00:00 |
|
rubidium
|
16ccb8f246
|
(svn r23527) -Codechange: unify colo(u)r as far as it goes
|
2011-12-15 22:02:00 +00:00 |
|
rubidium
|
fd559171b4
|
(svn r23527) -Codechange: unify colo(u)r as far as it goes
|
2011-12-15 22:02:00 +00:00 |
|
rubidium
|
9aab2dc861
|
(svn r23474) -Codechange: move the declaration error related functions to error.h
|
2011-12-10 13:54:10 +00:00 |
|
rubidium
|
58423b26d1
|
(svn r23474) -Codechange: move the declaration error related functions to error.h
|
2011-12-10 13:54:10 +00:00 |
|
peter1138
|
9f787611fc
|
(svn r23324) -Fix (r15555): Don't free reusable buffer.
|
2011-11-25 11:45:46 +00:00 |
|
peter1138
|
8be8d5e843
|
(svn r23324) -Fix (r15555): Don't free reusable buffer.
|
2011-11-25 11:45:46 +00:00 |
|
peter1138
|
b84174fd4d
|
(svn r23316) -Feature: Add ability to zoom in to 2x and 4x level.
|
2011-11-24 12:38:48 +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 |
|
peter1138
|
9e0e4bf639
|
(svn r23315) -Codechange: Only encode sprites for zoom levels that will be used.
|
2011-11-24 12:26:44 +00:00 |
|
peter1138
|
15d0a22aac
|
(svn r23315) -Codechange: Only encode sprites for zoom levels that will be used.
|
2011-11-24 12:26:44 +00:00 |
|
frosch
|
d30b5d4ebe
|
(svn r23008) -Add: Palette detection and conversion for the M part of 32bpp sprites.
|
2011-10-06 19:17:49 +00:00 |
|
frosch
|
ca1df3ddab
|
(svn r23008) -Add: Palette detection and conversion for the M part of 32bpp sprites.
|
2011-10-06 19:17:49 +00:00 |
|
frosch
|
64ac0cd696
|
(svn r22878) -Fix (r22873-ish): Check range before casting to uint16.
|
2011-09-03 10:52:43 +00:00 |
|
frosch
|
b910ae9886
|
(svn r22878) -Fix (r22873-ish): Check range before casting to uint16.
|
2011-09-03 10:52:43 +00:00 |
|
michi_cc
|
4b6c2259ed
|
(svn r22873) -Fix [FS#4747]: Validate image dimensions before loading. (Based on patch by monoid)
|
2011-09-02 20:16:34 +00:00 |
|
michi_cc
|
6c7cbb1d46
|
(svn r22873) -Fix [FS#4747]: Validate image dimensions before loading. (Based on patch by monoid)
|
2011-09-02 20:16:34 +00:00 |
|
rubidium
|
62886dfeed
|
(svn r22827) -Codechange: pass the/a more proper sub directory when opening (some) files instead of the default one
|
2011-08-24 13:53:34 +00:00 |
|
rubidium
|
b4edc30c64
|
(svn r22827) -Codechange: pass the/a more proper sub directory when opening (some) files instead of the default one
|
2011-08-24 13:53:34 +00:00 |
|
rubidium
|
26788cf363
|
(svn r22825) -Codechange: pass subdir to FioOpenFile
|
2011-08-24 13:42:06 +00:00 |
|
rubidium
|
2a12c9df2f
|
(svn r22825) -Codechange: pass subdir to FioOpenFile
|
2011-08-24 13:42:06 +00:00 |
|
frosch
|
74e71380ef
|
(svn r22419) -Change: Always use the DOS palette for drawing.
-Remove: the '-i' option for palette selection.
|
2011-05-04 17:12:37 +00:00 |
|
frosch
|
bbcd2bab5d
|
(svn r22419) -Change: Always use the DOS palette for drawing.
-Remove: the '-i' option for palette selection.
|
2011-05-04 17:12:37 +00:00 |
|
rubidium
|
6e9122828e
|
(svn r22406) -Document: some more "random-ish" tidbits
|
2011-05-01 19:51:52 +00:00 |
|
rubidium
|
5a620d1c65
|
(svn r22406) -Document: some more "random-ish" tidbits
|
2011-05-01 19:51:52 +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
|
43c8073551
|
(svn r21886) -Codechange: move documentation towards the code to make it more likely to be updated [n].
|
2011-01-22 09:53:15 +00:00 |
|
rubidium
|
eb299736c1
|
(svn r21886) -Codechange: move documentation towards the code to make it more likely to be updated [n].
|
2011-01-22 09:53:15 +00:00 |
|
alberth
|
137e2b64c9
|
(svn r20211) -Codechange: Indented code should have curly braces around it.
|
2010-07-24 10:14:39 +00:00 |
|
alberth
|
be6c058424
|
(svn r20211) -Codechange: Indented code should have curly braces around it.
|
2010-07-24 10:14:39 +00:00 |
|
rubidium
|
0f6d129840
|
(svn r19628) -Change: support the tRNS chunk to read transparency information for RGB PNGs (Szvengar)
|
2010-04-14 16:07:17 +00:00 |
|
rubidium
|
51ea33f92f
|
(svn r19628) -Change: support the tRNS chunk to read transparency information for RGB PNGs (Szvengar)
|
2010-04-14 16:07:17 +00:00 |
|
smatz
|
5504b1105e
|
(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit
|
2010-02-24 14:46:15 +00:00 |
|
smatz
|
f051066bc4
|
(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit
|
2010-02-24 14:46:15 +00:00 |
|