scummvm/graphics
Torbjörn Andersson 4818467908 Silenced some more cppcheck warnings. Some of these may seem silly, but the way
I figure it the changes are harmless at worst, and making them will make it
easier to find real errors in the (still quite long) list of warnings.

svn-id: r47443
2010-01-22 19:05:02 +00:00
..
fonts GRAPHICS: Change font code to be identical on all platforms 2009-12-09 16:44:48 +00:00
scaler
video Silenced some more cppcheck warnings. Some of these may seem silly, but the way 2010-01-22 19:05:02 +00:00
colormasks.h remove bad hackery caused by n64 port and avoid polluting StdioStream using a custom Stream subclass 2009-12-30 22:56:19 +00:00
conversion.cpp
conversion.h Use the special Cinepak YUV2RGB function in the Cinepak decoder. This makes the Riven videos match up with the backgrounds better. Thanks, Torbjorn\! 2009-12-30 15:29:52 +00:00
cursorman.cpp Properly clean up memory when destroying CursorManager. 2009-12-09 23:05:15 +00:00
cursorman.h - Adapt documentation, that keycolor in setMouseCursor may not exceed the maximum color value of the specified format. 2010-01-07 15:28:58 +00:00
dither.cpp
dither.h
font.cpp Rename Common::Stream::readLine_NEW to readLine 2009-12-30 23:00:55 +00:00
font.h Hopefully fixing linking on MSVC: 2009-12-10 21:40:38 +00:00
fontman.cpp Hopefully fixing linking on MSVC: 2009-12-10 21:40:38 +00:00
fontman.h GRAPHICS: Change font code to be identical on all platforms 2009-12-09 16:44:48 +00:00
iff.cpp
iff.h
imagedec.cpp
imagedec.h
jpeg.cpp Worked around what appears to be a bad JPEG image in the Masterpiece edition of 2009-12-31 10:13:59 +00:00
jpeg.h JPEG tweaks and optimization (thanks to digitall) 2009-12-24 08:26:13 +00:00
module.mk The wrapper for the VMD decoder is only used in the SCI engine for SCI32 games, so moved it inside the engine, instead of common code. Added support for VMD video playing from the "play_video" console command 2009-12-30 10:09:48 +00:00
pixelformat.h Move findCompatibleFormat from graphics/pixelformat.h to engines/engine.cpp 2009-12-09 16:45:35 +00:00
primitives.cpp
primitives.h
scaler.cpp
scaler.h
sjis.cpp
sjis.h
surface.cpp
surface.h
thumbnail.cpp
thumbnail.h
VectorRenderer.cpp
VectorRenderer.h
VectorRendererSpec.cpp
VectorRendererSpec.h