frosch
|
d8db4e3e9e
|
(svn r23988) -Fix: Typo in comment.
|
2012-02-25 17:22:57 +00:00 |
|
frosch
|
dac51654fe
|
(svn r23988) -Fix: Typo in comment.
|
2012-02-25 17:22:57 +00:00 |
|
rubidium
|
46894cc2b7
|
(svn r23927) -Fix [FS#5056]: 32bpp animated blitter was optimised a bit too far regarding not needing to update the colour mapping when (re)initialising the palette
|
2012-02-11 20:08:31 +00:00 |
|
rubidium
|
0e925c9e5e
|
(svn r23927) -Fix [FS#5056]: 32bpp animated blitter was optimised a bit too far regarding not needing to update the colour mapping when (re)initialising the palette
|
2012-02-11 20:08:31 +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 |
|
rubidium
|
d5eeab43b7
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
rubidium
|
6d6be50ae0
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
truebrain
|
dea311a07e
|
(svn r23729) -Fix (r23670) [FS#4941]: if you increase the buffer size, also increase the bytes per pixel
|
2012-01-03 10:50:06 +00:00 |
|
truebrain
|
2aa6086256
|
(svn r23729) -Fix (r23670) [FS#4941]: if you increase the buffer size, also increase the bytes per pixel
|
2012-01-03 10:50:06 +00:00 |
|
truebrain
|
ee94a7512e
|
(svn r23727) -Codechange: speedup the 32bpp palette animation by reducing the amount of compares. This is possible because the function is called with only 2 possible conditions: from 0 to 255 (full palette update, 8bpp only) or from PALETTE_ANIM_START to 255
|
2012-01-03 09:46:37 +00:00 |
|
truebrain
|
8dbb654e39
|
(svn r23727) -Codechange: speedup the 32bpp palette animation by reducing the amount of compares. This is possible because the function is called with only 2 possible conditions: from 0 to 255 (full palette update, 8bpp only) or from PALETTE_ANIM_START to 255
|
2012-01-03 09:46:37 +00:00 |
|
peter1138
|
570d2dcbed
|
(svn r23726) -Fix (r23670): Remove debugging code added accidentally
|
2012-01-03 02:38:35 +00:00 |
|
peter1138
|
4da7f2b723
|
(svn r23726) -Fix (r23670): Remove debugging code added accidentally
|
2012-01-03 02:38:35 +00:00 |
|
michi_cc
|
c54c4398b1
|
(svn r23674) -Fix (r23670): Don't read invalid memory in the 32bpp simple blitter.
|
2011-12-26 14:53:19 +00:00 |
|
michi_cc
|
47171c7829
|
(svn r23674) -Fix (r23670): Don't read invalid memory in the 32bpp simple blitter.
|
2011-12-26 14:53:19 +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 |
|
smatz
|
36747f96a6
|
(svn r23588) -Codechange: use the 'final' keyword so compiler can optimise out some indirect calls
|
2011-12-18 17:17:18 +00:00 |
|
smatz
|
33d283fdb1
|
(svn r23588) -Codechange: use the 'final' keyword so compiler can optimise out some indirect calls
|
2011-12-18 17:17:18 +00:00 |
|
rubidium
|
e6c46d4cf4
|
(svn r23448) -Fix: keep a local copy of the palette in the 32bpp animated blitter so changes of the palette data during the game don't influence drawing (with SDL)
|
2011-12-08 19:37:33 +00:00 |
|
rubidium
|
61625e53c9
|
(svn r23448) -Fix: keep a local copy of the palette in the 32bpp animated blitter so changes of the palette data during the game don't influence drawing (with SDL)
|
2011-12-08 19:37:33 +00:00 |
|
rubidium
|
a531ec1899
|
(svn r23446) -Codechange: move _cur_palette and it's related first/count dirty variables into a single structure
|
2011-12-08 18:13:29 +00:00 |
|
rubidium
|
2ccbd2a6f5
|
(svn r23446) -Codechange: move _cur_palette and it's related first/count dirty variables into a single structure
|
2011-12-08 18:13:29 +00:00 |
|
frosch
|
4b0b43da2e
|
(svn r23343) -Fix (r23332): Incorrect encoding of sprites with much transparency.
|
2011-11-27 14:53:05 +00:00 |
|
frosch
|
f8478cecb3
|
(svn r23343) -Fix (r23332): Incorrect encoding of sprites with much transparency.
|
2011-11-27 14:53:05 +00:00 |
|
peter1138
|
fad1c81243
|
(svn r23332) -Fix (r23316): Length of transparent pixels could exceed a byte. (frosch)
|
2011-11-26 13:36:38 +00:00 |
|
peter1138
|
cd6249dfc5
|
(svn r23332) -Fix (r23316): Length of transparent pixels could exceed a byte. (frosch)
|
2011-11-26 13:36:38 +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 |
|
truebrain
|
e271463efa
|
(svn r23311) -Remove: removed the silly blitter called 8bpp-debug. You can find him at the same place as you can find CTRL+D. Sorry for those who liked to trip while playing OpenTTD; I truly am sorry :D
|
2011-11-23 19:36:11 +00:00 |
|
truebrain
|
ecbe29ecb7
|
(svn r23311) -Remove: removed the silly blitter called 8bpp-debug. You can find him at the same place as you can find CTRL+D. Sorry for those who liked to trip while playing OpenTTD; I truly am sorry :D
|
2011-11-23 19:36:11 +00:00 |
|
rubidium
|
33d71b45fe
|
(svn r23198) -Codechange: introduce a free that takes const pointers so we don't need to cast to void/non-const before being able to free
|
2011-11-12 13:00:29 +00:00 |
|
rubidium
|
7fd1e1df81
|
(svn r23198) -Codechange: introduce a free that takes const pointers so we don't need to cast to void/non-const before being able to free
|
2011-11-12 13:00:29 +00:00 |
|
rubidium
|
3053d8e3b5
|
(svn r23194) -Codechange: don't cast away const needlessly
|
2011-11-12 08:26:30 +00:00 |
|
rubidium
|
4f87d2e88c
|
(svn r23194) -Codechange: don't cast away const needlessly
|
2011-11-12 08:26:30 +00:00 |
|
peter1138
|
504c018c2e
|
(svn r23016) -Change: Disable palette animation for pixels with alpha, as the alpha and previous colour information will be lost when the palette is animated.
|
2011-10-11 07:13:36 +00:00 |
|
peter1138
|
719f6618d7
|
(svn r23016) -Change: Disable palette animation for pixels with alpha, as the alpha and previous colour information will be lost when the palette is animated.
|
2011-10-11 07:13:36 +00:00 |
|
michi_cc
|
7b35dd4f54
|
(svn r23000) -Feature: Base graphics sets can now specify a preferred blitter which OpenTTD uses to decide which blitter to load.
|
2011-10-04 21:35:47 +00:00 |
|
michi_cc
|
c575b5bbd7
|
(svn r23000) -Feature: Base graphics sets can now specify a preferred blitter which OpenTTD uses to decide which blitter to load.
|
2011-10-04 21:35:47 +00:00 |
|
frosch
|
ca1469b782
|
(svn r22439) -Fix (r22291, r22426): Drawing lines of length zero failed.
|
2011-05-08 18:20:21 +00:00 |
|
frosch
|
b7c6424104
|
(svn r22439) -Fix (r22291, r22426): Drawing lines of length zero failed.
|
2011-05-08 18:20:21 +00:00 |
|
frosch
|
d3f23f0fbd
|
(svn r22426) -Fix (r22291): Drawing vertical and horizontal lines of width 1 missed drawing the first pixel.
|
2011-05-05 20:20:52 +00:00 |
|
frosch
|
f976cddcba
|
(svn r22426) -Fix (r22291): Drawing vertical and horizontal lines of width 1 missed drawing the first pixel.
|
2011-05-05 20:20:52 +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
|
7dfcc69011
|
(svn r22397) -Document: some tidbits of the blitter code
|
2011-05-01 10:15:33 +00:00 |
|
rubidium
|
485c7cd99e
|
(svn r22397) -Document: some tidbits of the blitter code
|
2011-05-01 10:15:33 +00:00 |
|
frosch
|
facd1301fc
|
(svn r22383) -Codechange: Rename PALETTE_TO_STRUCT_GREY to PALETTE_NEWSPAPER as it does not belong to the other PALETTE_TO_STRUCT_xxx recolourings.
|
2011-04-29 20:47:36 +00:00 |
|
frosch
|
1ffd720f81
|
(svn r22383) -Codechange: Rename PALETTE_TO_STRUCT_GREY to PALETTE_NEWSPAPER as it does not belong to the other PALETTE_TO_STRUCT_xxx recolourings.
|
2011-04-29 20:47:36 +00:00 |
|