aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Expand)Author
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
2009-07-14Fix possible memory leak.Johannes Schickel
2009-07-14Got rid of ioFailed in font code, also added another check for err() when loa...Johannes Schickel
2009-07-14Got rid of ioFailed(). I haven't actually tested it, but we don't use the MPEGTorbjörn Andersson
2009-07-14Removing ioFailed() usage and fixing a leak in case of errorSven Hesse
2009-07-14changed generic Graphics::PixelFormat constructor to take xBits instead of xL...Jody Northup
2009-07-13Fixed logic error in Graphics::crossBlit which would result in no blit occuri...Jody Northup
2009-07-10Merged revisions 42277-42278,42286-42290,42292-42293,42297,42300-42301,42303,...Travis Howell
2009-07-09Reverted commit #42257, as the original issue was with the compilation proces...Filippos Karapetis
2009-07-09Warn instead of crash when a video frame part was found although the header s...Sven Hesse
2009-07-09Merged revisions 42252,42255-42263,42269-42271 via svnmerge from Travis Howell
2009-07-08Reinstated static inline Graphics::PixelFormat::createFormatCLUT8(), which I ...Jody Northup
2009-07-08The ENABLE_* flags are only checked for *.cpp files in MSVC, so move the ENAB...Filippos Karapetis
2009-07-07Merged revisions 42205-42206,42208-42209,42211-42212,42214-42217,42219,42221-...Travis Howell
2009-07-07Simply compile guard of SJIS code and fix comment.Johannes Schickel
2009-07-07Add guards to only include SJIS font code, when KYRA or SCI is enabled.Johannes Schickel
2009-07-07Change "FM-Towns" to "FM-TOWNS" for consistency.Johannes Schickel
2009-07-07- Rename FontSJIS::enableShadow to enableOutline.Johannes Schickel
2009-07-07- Added support for outlined FM-Towns ROM drawingJohannes Schickel
2009-07-07Add generic functionallity to draw FM-Towns ROM. (To be used by KYRA and SCI)Johannes Schickel
2009-07-07Properly handle odd-sized JPEG files (ie, those not a multiple of 8 pixels)Scott Thomas
2009-07-07Don't #define M_PI in graphics/jpeg.h (it clashes with math.h, and it's bad s...Max Horn
2009-07-07Removed PixelFormat convenience constructors at behest of Max and Eugene.Jody Northup
2009-07-06Updated doxygen comments on API functionsJody Northup
2009-07-04Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,...Travis Howell
2009-07-04Fixed cursor corruption in non-8bit graphics games when switching back from o...Jody Northup
2009-07-03Moved the YUV<->RGB routines to graphics/conversion.hJordi Vilalta Prat
2009-07-03Fix some formatting bitsJordi Vilalta Prat
2009-07-03Add conversion.o to module.mk. Add missing endline.Willem Jan Palenstijn
2009-07-03Cleaned up system.h, renamed OSystem::convertRect to OSystem::convertScreenRe...Jody Northup
2009-07-01fix compileMatthew Hoops
2009-07-01Add JPEG support to 16bpp branch (if it breaks or is wrong, clone2727 made me)Scott Thomas
2009-07-01Implemented Graphics::PixelFormat Graphics::findCompatibleFormat(Common::List...Jody Northup
2009-07-01Allowed for 16, 24, and 32 bit pixel format factory constructors to be used w...Jody Northup
2009-06-30Fixed a few formatting bitsJordi Vilalta Prat
2009-06-30renamed kTransactionPixelFormatNotSupported to kTransactionFormatNotSupported...Jody Northup
2009-06-29Add some more explanation to Graphics::CursorManager::showMouse and OSystem::...Johannes Schickel