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 |
|
frosch
|
1db0b427d9
|
(svn r22302) -Codechange: Replace a linear search with a binary search.
|
2011-04-09 11:32:11 +00:00 |
|
frosch
|
ecb3701210
|
(svn r22302) -Codechange: Replace a linear search with a binary search.
|
2011-04-09 11:32:11 +00:00 |
|
frosch
|
c81c55e008
|
(svn r22291) -Add: a linewidth argument to GfxDrawLine() and Blitter::DrawLine().
|
2011-04-02 16:39:30 +00:00 |
|
frosch
|
b18211bb9d
|
(svn r22291) -Add: a linewidth argument to GfxDrawLine() and Blitter::DrawLine().
|
2011-04-02 16:39:30 +00:00 |
|
frosch
|
d0511a0f74
|
(svn r22290) -Codechange: Somewhat deduplicate one line of code.
|
2011-04-02 15:07:58 +00:00 |
|
frosch
|
7659575cfa
|
(svn r22290) -Codechange: Somewhat deduplicate one line of code.
|
2011-04-02 15:07:58 +00:00 |
|
frosch
|
81b419c7d5
|
(svn r22288) -Codechange: Deduplicate Blitter_8bppBase::DrawLine() and Blitter_32bppBase::DrawLine() into Blitter::DrawLine().
|
2011-04-02 11:55:54 +00:00 |
|
frosch
|
004c93f9da
|
(svn r22288) -Codechange: Deduplicate Blitter_8bppBase::DrawLine() and Blitter_32bppBase::DrawLine() into Blitter::DrawLine().
|
2011-04-02 11:55:54 +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 |
|
frosch
|
dfff637487
|
(svn r21782) -Codechange: Move declaration of AllocatorProc from Blitter:: to spritecache.h
|
2011-01-14 15:34:33 +00:00 |
|
frosch
|
3d1008318b
|
(svn r21782) -Codechange: Move declaration of AllocatorProc from Blitter:: to spritecache.h
|
2011-01-14 15:34:33 +00:00 |
|
rubidium
|
8c85b4ce3d
|
(svn r20281) -Codechange: unify case scope closure + break coding style
|
2010-08-01 18:53:30 +00:00 |
|
rubidium
|
e356cb9405
|
(svn r20281) -Codechange: unify case scope closure + break coding style
|
2010-08-01 18:53:30 +00:00 |
|
alberth
|
e3b24801e2
|
(svn r19132) -Codechange: No need to end a line with ;;.
|
2010-02-14 16:31:35 +00:00 |
|
alberth
|
33a96b5ef3
|
(svn r19132) -Codechange: No need to end a line with ;;.
|
2010-02-14 16:31:35 +00:00 |
|
yexo
|
9a80d81f4c
|
(svn r19094) -Codechange: don't check for NULL values before calling StrEmpty
|
2010-02-11 14:58:51 +00:00 |
|
yexo
|
6406b75b8f
|
(svn r19094) -Codechange: don't check for NULL values before calling StrEmpty
|
2010-02-11 14:58:51 +00:00 |
|
alberth
|
206c1b4cd0
|
(svn r18907) -Cleanup: Smallmap was the last user of SetPixelIfEmpty().
|
2010-01-23 22:37:14 +00:00 |
|
alberth
|
b2f9b0ac43
|
(svn r18907) -Cleanup: Smallmap was the last user of SetPixelIfEmpty().
|
2010-01-23 22:37:14 +00:00 |
|
rubidium
|
72ce1f4979
|
(svn r18873) -Codechange: use PaletteID also in the blitter
|
2010-01-21 01:44:51 +00:00 |
|
rubidium
|
db33e32b4d
|
(svn r18873) -Codechange: use PaletteID also in the blitter
|
2010-01-21 01:44:51 +00:00 |
|
rubidium
|
9467b7c6d6
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|
rubidium
|
82fc28f77f
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|
rubidium
|
d39be5715f
|
(svn r18791) -Fix [FS#3504]: when copying an 'image' back into the buffer the 32bpp anim blitter triggered palette check of the whole window instead of only the part the got copied back
|
2010-01-12 16:38:48 +00:00 |
|
rubidium
|
70aad27dcb
|
(svn r18791) -Fix [FS#3504]: when copying an 'image' back into the buffer the 32bpp anim blitter triggered palette check of the whole window instead of only the part the got copied back
|
2010-01-12 16:38:48 +00:00 |
|
peter1138
|
ebe260f575
|
(svn r18709) -Fix (r10227,FS#3464): Animation buffer for 32bpp-anim blitter was only validated during sprite blitting, other drawing operations didn't check it. Initial startup and window resize could therefore lead to crash.
|
2010-01-04 02:32:36 +00:00 |
|
peter1138
|
abb147d974
|
(svn r18709) -Fix (r10227,FS#3464): Animation buffer for 32bpp-anim blitter was only validated during sprite blitting, other drawing operations didn't check it. Initial startup and window resize could therefore lead to crash.
|
2010-01-04 02:32:36 +00:00 |
|
rubidium
|
982b8ee5fc
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
d6cded5380
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
2e5596025c
|
(svn r17579) -Fix: remove doxygen docs for removed parameters, or change @param to @tparam if necessary
|
2009-09-19 15:17:47 +00:00 |
|