aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Expand)Author
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-08The ENABLE_* flags are only checked for *.cpp files in MSVC, so move the ENAB...Filippos Karapetis
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-06-29Add some more explanation to Graphics::CursorManager::showMouse and OSystem::...Johannes Schickel
2009-06-28GUI: Replaced ThemeParser::_drawFunction hashmap by a static function getDraw...Max Horn
2009-06-12* Moved the updated IFF code from Parallaction to common/Nicola Mettifogo
2009-06-10Add a convenience wrapper to CursorMan for checking whether cursor palettes a...Johannes Schickel
2009-06-10Fix a bug in disableCursorPalette, where it never allowed the palette to be e...Johannes Schickel
2009-06-07Changed the bitstream buffer used to initialize the big Huffman trees to be a...Filippos Karapetis
2009-06-07FormattingFilippos Karapetis
2009-06-07Applied madmoose's patch from bug report #2794216 - "Loading large Smacker mo...Filippos Karapetis
2009-06-06Implement widget property "textalign". Added it to all theme layoutsEugene Sandulenko
2009-06-03Revert last change, better to wait for 16bit backend support.Travis Howell
2009-06-03Update thumbnail code to capture RGB565 screen.Travis Howell
2009-05-28Tweak the hq2x/hq3x a little bit (interpolation code is little bit shorter, f...Max Horn
2009-05-26Reserve some space in the Huffman tree arrays before starting to decode the H...Filippos Karapetis
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-21Move Indeo3 static data from indeo3data.h to indeo3.cpp.Johannes Schickel
2009-05-21I'm no longer sure I've really seen case 12 happen, so don't mention it.Torbjörn Andersson
2009-05-21Renamed the DXA, SMK and FLIC video decoders to reflect the fact that they're...Filippos Karapetis
2009-05-21Moved the Coktel video player into its own subdirectoryFilippos Karapetis
2009-05-21Added comment and warning message about possibly missing cases.Torbjörn Andersson
2009-05-21Fixed indentation. (Don't worry, it's just a small change, and it matches theTorbjörn Andersson
2009-05-20Moving CoktelVideo (IMD/VMD) and the Indeo3 code (needed for Urban Runner's V...Sven Hesse
2009-05-20- Reverted commit #40730, as it introduced rounding errorsFilippos Karapetis
2009-05-19Changed calculations based on frame delay to be based on the scale of 1ms, no...Filippos Karapetis
2009-05-19Some fixes to the video decoders, thanks to salty-horse's commentsFilippos Karapetis
2009-05-19COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...Max Horn
2009-05-17The 'frameSize' variable isn't used at the moment.Torbjörn Andersson
2009-05-17Changed the FLIC player to the common VideoDecoder interface. Note that curre...Filippos Karapetis
2009-05-16Add initial support for DOS non-interactive demos of The Feeble Files.Travis Howell
2009-05-12Must include common/scummsys.h in graphics/pixelformat.h because it uses type...Max Horn
2009-05-06Silence warnings. Const correctnessEugene Sandulenko
2009-03-27Add color component bit count (rBits, gBits, bBits, aBits) and maximum value ...Kari Salminen
2009-03-20Oops forgot one line in last commit, now the file should compile cleanly with...Johannes Schickel
2009-03-20Fix compilation on mingw64.Johannes Schickel
2009-03-15* Improved ILBMDecoder to also handle files with width non divisible by 8.Nicola Mettifogo
2009-03-11Fixed bug #2619802 (Game name overwrites scroll bar).Vicent Marti
2009-03-09Renamed SMKPlayer -> SmackerDecoder and DXAPlayer -> DXADecoder, as well as s...Max Horn
2009-03-08Patch #2658710: "Add comments to specify which engines use which decoders"Eugene Sandulenko
2009-02-18Honour alpha bits in applyScreenShading() (used in "add game", "edit game" an...Joost Peters
2009-02-18Use 4444 overlay on PSP (instead of 1555).Joost Peters
2009-02-17Fixed bug #2609755 (GUI memory corruption).Vicent Marti
2009-02-17Remove VECTOR_RENDERER_FORMAT check and related documentation.Johannes Schickel