.. |
fonts
|
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
|
2007-09-19 08:40:12 +00:00 |
scaler
|
Fixed hq2x ASM scaler
|
2009-01-27 21:44:24 +00:00 |
video
|
do not include common/debug.h from common/util.h
|
2009-01-30 05:25:17 +00:00 |
colormasks.h
|
1555 is ABGR (not ARGB)
|
2009-02-10 23:38:07 +00:00 |
cursorman.cpp
|
Implemented popAllCursors() in CursorManager to ensure that all unnecessary cursors are removed from the cursor stack when returning to the launcher
|
2008-06-09 23:15:17 +00:00 |
cursorman.h
|
Fixed indentation and removed whitespaces at the end of line
|
2008-12-22 11:22:15 +00:00 |
dither.cpp
|
Adding support for specifying an index that will be ignored when building the PaletteLUT (for transparent values that should never be found)
|
2008-12-27 22:47:34 +00:00 |
dither.h
|
Adding support for specifying an index that will be ignored when building the PaletteLUT (for transparent values that should never be found)
|
2008-12-27 22:47:34 +00:00 |
font.cpp
|
Fixed indentation and removed whitespaces at the end of line
|
2008-12-22 11:22:15 +00:00 |
font.h
|
minor tweaks
|
2008-11-13 11:20:43 +00:00 |
fontman.cpp
|
Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
|
2007-05-30 21:56:52 +00:00 |
fontman.h
|
No need to specify CaseSensitiveString_Hash explicitly anymore
|
2008-06-11 06:00:56 +00:00 |
iff.cpp
|
Big patch changing semantics of ReadStream::eos():
|
2008-09-14 22:28:53 +00:00 |
iff.h
|
Fixed the spaces before tabs.
|
2008-01-28 00:14:17 +00:00 |
imagedec.cpp
|
Changed Graphics::ImageDecoder to allow custom PixelFormats
|
2009-01-23 23:50:54 +00:00 |
imagedec.h
|
Changed Graphics::ImageDecoder to allow custom PixelFormats
|
2009-01-23 23:50:54 +00:00 |
module.mk
|
Further merging of the SMK and DXA players (the FLIC player is not done yet):
|
2009-01-07 21:19:00 +00:00 |
pixelformat.h
|
Added an '!=' operator to PixelFormat.
|
2009-01-22 15:53:05 +00:00 |
primitives.cpp
|
Converted some spaces to tabs.
|
2008-01-05 08:17:39 +00:00 |
primitives.h
|
An attempt to implement thick line drawing.
|
2007-11-25 13:33:28 +00:00 |
scaler.cpp
|
Added new interpolate16_1_1_1_1 func, got rid of interpolate32_1_1_1_1
|
2009-01-27 01:46:29 +00:00 |
scaler.h
|
Got rid of gBitFormat in thumbnail scaler code (and even simplified it in the process)
|
2009-01-22 04:45:19 +00:00 |
surface.cpp
|
Moved Surface::blit to backends/vkeybd/virtual-keyboard-gui.cpp
|
2009-01-20 22:52:29 +00:00 |
surface.h
|
Moved Surface::blit to backends/vkeybd/virtual-keyboard-gui.cpp
|
2009-01-20 22:52:29 +00:00 |
thumbnail.cpp
|
Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. into methods, and added an operator==
|
2009-01-22 04:35:10 +00:00 |
thumbnail.h
|
Committed patch #2050337 "KYRA/SCUMM: Thumbnail support/improvement". (Without Max' compressed backward seeking support for now)
|
2008-08-20 14:03:34 +00:00 |
VectorRenderer.cpp
|
Removed unused area convolution code from VectorRenderer
|
2009-01-30 15:43:45 +00:00 |
VectorRenderer.h
|
Got rid of VectorRenderer::surfacePitch() & VectorRenderer::bytesPerPixel(): the latter was not used, for the former it is silly to go through a virtual method to compute that value; all in all, this code performs too many unnecessary divisions ;)
|
2009-01-30 16:18:58 +00:00 |
VectorRendererSpec.cpp
|
Silenced MSVC warning (MSVC is being silly here...)
|
2009-02-01 20:52:53 +00:00 |
VectorRendererSpec.h
|
Got rid of VectorRenderer::surfacePitch() & VectorRenderer::bytesPerPixel(): the latter was not used, for the former it is silly to go through a virtual method to compute that value; all in all, this code performs too many unnecessary divisions ;)
|
2009-01-30 16:18:58 +00:00 |