aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Expand)Author
2008-12-15Adjust return values for HE games, when loading video file fails.Travis Howell
2008-12-15Ignore BINK files.Travis Howell
2008-12-14Avoid file leaking.Travis Howell
2008-12-14Enable Smacker support, and switch later HE games to Smacker support (since t...Travis Howell
2008-12-14Add preliminary support for SMK player. Code is derived from ffmpeg.Eugene Sandulenko
2008-12-07cleanupGregory Montoir
2008-12-02add missing _curFrame reset to 0Gregory Montoir
2008-11-29FormattingFilippos Karapetis
2008-11-29Remove warnings from NDS build.Robin Watts
2008-11-28added load/closeFile to Graphics::FlicPlayer (matching DXAPlayer class)Gregory Montoir
2008-11-28Check whether opening a flic actually worked... proper error handling would o...Max Horn
2008-11-20Updated documentation.Johannes Schickel
2008-11-20Fixed ZipArchive/FSDirectory creation.Johannes Schickel
2008-11-16some fixes to input handling, cleanupGregory Montoir
2008-11-15remove outdated commentJoost Peters
2008-11-15added missing File destructor call if file can't be readGregory Montoir
2008-11-15added FLIC player from KoM engine module.Gregory Montoir
2008-11-13minor tweaksMax Horn
2008-11-12Further optimized drawCharIntern (on my system, 30% of the time used to draw ...Max Horn
2008-11-12Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI...Max Horn
2008-11-10Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.Vicent Marti
2008-11-06Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys...Max Horn
2008-11-05Fixed off-by-one error in horizontal text centering codeMax Horn
2008-11-04Reordered initialization lists to kill a ton of warnings.Nicola Mettifogo
2008-11-03Removed dependency on OSystem::RGBToColor, by using Graphics::RGBToColor + Gr...Johannes Schickel
2008-11-03Oops actually it seems I forgot to remove mask entries of PixelFormat before ...Johannes Schickel
2008-11-03Simplified Graphics::createPixelFormatFromMask helper.Johannes Schickel
2008-11-03Committed my patch #2216641 "GRAPHICS: PixelFormat introduction".Johannes Schickel
2008-10-29Typo.Johannes Schickel
2008-10-29Enable gui renderer for all bit depths we support currently.Johannes Schickel
2008-10-29Committed my patch from -devel, which reintroduces DISABLE_FANCY_THEMES to st...Johannes Schickel
2008-10-22Committed updated version of my patch #2184529 "SearchSet: Get rid of SharedP...Johannes Schickel
2008-10-18Simplify DXAPlayer::decodeZlib, and use common/zlib.h instead of system's zlib.hMax Horn
2008-10-18Need a differentiating zlib.h filename for SymbianOS.Lars Persson
2008-10-18ImageManager: Added support for generic archives (zips and folders).Vicent Marti
2008-10-12Fix some in-line doxygen comments to document the correct member(s); also fix...Max Horn
2008-10-09Fixed small graphical glitch in Classic theme tabs.Vicent Marti
2008-09-29- Merged 75 revisions from trunk.Vicent Marti
2008-09-23Moved ZipArchive to namespace Common; moved unzip internals from unzip.h to u...Max Horn
2008-09-23ImageManager: renamed remArchive() to removeArchive(); switched to using a Se...Max Horn
2008-09-20Bugfix: Graphical glitch when drawing beveled squares (classic theme).Vicent Marti
2008-09-20- Reverted circle drawing algorithm.Vicent Marti
2008-09-20Fixed warnings.Johannes Schickel
2008-09-20Fixed build.Johannes Schickel
2008-09-20- Merged the new RTL changes into the branch.Vicent Marti
2008-09-19Unrolled a loop.Vicent Marti
2008-09-16Added "querySaveMetaInfos" to MetaEngine.Johannes Schickel
2008-09-14Big patch changing semantics of ReadStream::eos():Willem Jan Palenstijn
2008-09-10Fixed bottleneck: Screen dimming.Vicent Marti
2008-09-07Misc performance fixes.Vicent Marti