aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Expand)Author
2009-08-21Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran...Andre Heider
2009-08-21Add JPEG decoder from 16bpp branchScott Thomas
2009-08-21Fixed warning.Torbjörn Andersson
2009-08-21add conversion.h and conversion.cpp into trunk (were present in working copy,...Jody Northup
2009-08-21Merged RGB color API and support in from /scummvm/branches/gsoc2009-16bit/Jody Northup
2009-08-19Add another range check in our SJIS font code to avoid out of bounds access.Johannes Schickel
2009-08-16Merged revisions 43338-43340,43342,43344-43347,43349-43350,43352-43354,43357-...Travis Howell
2009-08-14MIPSpro compilation fixes / workarounds (from a patch by Rainer Canavan)Joost Peters
2009-08-13Merged revisions 43245-43249,43251-43252,43257,43260,43262-43264,43266,43268-...Travis Howell
2009-08-12Change SJIS code guard to also check whether dynamic plugins are enabled.Johannes Schickel
2009-08-05Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,...Travis Howell
2009-08-02When ESCing videos, seek to the last frame that was meant to be played. Fixes...Sven Hesse
2009-07-30Fixed missing clearing of the low bit of the alpha mask in the "dim" screen s...Johannes Schickel
2009-07-30Fix bug #2829737: "GUI: Wrong background colours on dialog screens (IRIX)".Johannes Schickel
2009-07-30Patch #2818501: enable scale2x mmx on x86_64Max Horn
2009-07-29Adding a SoundType parameter to SmackerDecoder, defaulting to kSFXSoundTypeSven Hesse
2009-07-28Changing stuff around a bit so alignment requirements won't increaseSven Hesse
2009-07-27Abstracting off the block types from Imd::renderFrame() and Vmd::renderFrame()Sven Hesse
2009-07-27Formatting.Johannes Schickel
2009-07-27Add ARM code version of Normal2x scaler.Robin Watts
2009-07-26Add a todo to FontSJIS::drawChar taking an Graphics::Surface.Johannes Schickel
2009-07-26Instead of only printing a warning, when no SJIS char data is present, just r...Johannes Schickel
2009-07-26Reflect code to test the magic bytes in the sjis.fnt header.Johannes Schickel
2009-07-26Add way to overwrite default SJIS font.Johannes Schickel
2009-07-26Specify that the chars passed to FontSJIS::drawChar should be little endian.Johannes Schickel
2009-07-26Print warning, when client code does try to draw an unsupported SJIS char.Johannes Schickel
2009-07-26Add a factory method, which tries to open different SJIS fonts/ROMs and retur...Johannes Schickel
2009-07-26Change the way the font data for SJIS fonts is load.Johannes Schickel
2009-07-26Add support for our custom SJIS font.Johannes Schickel
2009-07-26Create base class FontSJIS16x16 for our own SJIS font.Johannes Schickel
2009-07-26Reverting my fix for bug #2037158 ("In-Game animation shifted(?)"), because i...Sven Hesse
2009-07-25Adding more sanity checks to Vmd::renderFrame()Sven Hesse
2009-07-25Adding support for (new-style) stereo in DPCM audioSven Hesse
2009-07-25Fixing Woodruff videos again after enabling block type 2 transparencySven Hesse
2009-07-24CoktelVideo cleanup: Splitting up some IMD methods and removing the obsolete ...Sven Hesse
2009-07-24Moving all implementations into the cppSven Hesse
2009-07-24Renaming getAnchor() to getFrameCoords()Sven Hesse
2009-07-24Fixing bytes per pixel detectionSven Hesse
2009-07-24Adding stubs for newer VMDs found in Addy 5Sven Hesse
2009-07-24Properly reading the video codec fourcc, in case we need other codecs in the ...Sven Hesse
2009-07-24Calculating the number of data bytes per initial sound slice, because relying...Sven Hesse
2009-07-24Adding subtitle support to WoodruffSven Hesse
2009-07-24Adding support for ADPCM sound data (yet another IMA ADPCM variant). What we'...Sven Hesse
2009-07-24Adding transparency for VMD video block type 2, fixing bug #2037158 ("n-Game ...Sven Hesse
2009-07-21Add ARM code implementation of Scaler2x, and enable it for the WinCERobin Watts
2009-07-18Merged revisions 42463,42468-42484,42486-42488,42490-42495,42498-42507,42510-...Travis Howell
2009-07-16Fixed bug 2820514 ("Help dialog causes crash")Vicent Marti
2009-07-16Formatting.Johannes Schickel
2009-07-16Fixed issue with beveled shapes being drawn outside their shapes. Possible re...Vicent Marti
2009-07-14Got rid of some more ioFailed uses (also fixed a potential leak in graphics/f...Max Horn