Age | Commit message (Expand) | Author |
2009-07-16 | Fixed bug 2820514 ("Help dialog causes crash") | Vicent Marti |
2009-07-16 | Formatting. | Johannes Schickel |
2009-07-16 | Fixed issue with beveled shapes being drawn outside their shapes. Possible re... | Vicent Marti |
2009-07-14 | Got rid of some more ioFailed uses (also fixed a potential leak in graphics/f... | Max Horn |
2009-07-14 | Fix possible memory leak. | Johannes Schickel |
2009-07-14 | Got rid of ioFailed in font code, also added another check for err() when loa... | Johannes Schickel |
2009-07-14 | Got rid of ioFailed(). I haven't actually tested it, but we don't use the MPEG | Torbjörn Andersson |
2009-07-14 | Removing ioFailed() usage and fixing a leak in case of error | Sven Hesse |
2009-07-09 | Reverted commit #42257, as the original issue was with the compilation proces... | Filippos Karapetis |
2009-07-09 | Warn instead of crash when a video frame part was found although the header s... | Sven Hesse |
2009-07-08 | The ENABLE_* flags are only checked for *.cpp files in MSVC, so move the ENAB... | Filippos Karapetis |
2009-07-07 | Simply compile guard of SJIS code and fix comment. | Johannes Schickel |
2009-07-07 | Add guards to only include SJIS font code, when KYRA or SCI is enabled. | Johannes Schickel |
2009-07-07 | Change "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 drawing | Johannes Schickel |
2009-07-07 | Add generic functionallity to draw FM-Towns ROM. (To be used by KYRA and SCI) | Johannes Schickel |
2009-06-29 | Add some more explanation to Graphics::CursorManager::showMouse and OSystem::... | Johannes Schickel |
2009-06-28 | GUI: 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-10 | Add a convenience wrapper to CursorMan for checking whether cursor palettes a... | Johannes Schickel |
2009-06-10 | Fix a bug in disableCursorPalette, where it never allowed the palette to be e... | Johannes Schickel |
2009-06-07 | Changed the bitstream buffer used to initialize the big Huffman trees to be a... | Filippos Karapetis |
2009-06-07 | Formatting | Filippos Karapetis |
2009-06-07 | Applied madmoose's patch from bug report #2794216 - "Loading large Smacker mo... | Filippos Karapetis |
2009-06-06 | Implement widget property "textalign". Added it to all theme layouts | Eugene Sandulenko |
2009-06-03 | Revert last change, better to wait for 16bit backend support. | Travis Howell |
2009-06-03 | Update thumbnail code to capture RGB565 screen. | Travis Howell |
2009-05-28 | Tweak the hq2x/hq3x a little bit (interpolation code is little bit shorter, f... | Max Horn |
2009-05-26 | Reserve some space in the Huffman tree arrays before starting to decode the H... | Filippos Karapetis |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-05-21 | Move Indeo3 static data from indeo3data.h to indeo3.cpp. | Johannes Schickel |
2009-05-21 | I'm no longer sure I've really seen case 12 happen, so don't mention it. | Torbjörn Andersson |
2009-05-21 | Renamed the DXA, SMK and FLIC video decoders to reflect the fact that they're... | Filippos Karapetis |
2009-05-21 | Moved the Coktel video player into its own subdirectory | Filippos Karapetis |
2009-05-21 | Added comment and warning message about possibly missing cases. | Torbjörn Andersson |
2009-05-21 | Fixed indentation. (Don't worry, it's just a small change, and it matches the | Torbjörn Andersson |
2009-05-20 | Moving 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 errors | Filippos Karapetis |
2009-05-19 | Changed calculations based on frame delay to be based on the scale of 1ms, no... | Filippos Karapetis |
2009-05-19 | Some fixes to the video decoders, thanks to salty-horse's comments | Filippos Karapetis |
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate... | Max Horn |
2009-05-17 | The 'frameSize' variable isn't used at the moment. | Torbjörn Andersson |
2009-05-17 | Changed the FLIC player to the common VideoDecoder interface. Note that curre... | Filippos Karapetis |
2009-05-16 | Add initial support for DOS non-interactive demos of The Feeble Files. | Travis Howell |
2009-05-12 | Must include common/scummsys.h in graphics/pixelformat.h because it uses type... | Max Horn |
2009-05-06 | Silence warnings. Const correctness | Eugene Sandulenko |
2009-03-27 | Add color component bit count (rBits, gBits, bBits, aBits) and maximum value ... | Kari Salminen |
2009-03-20 | Oops forgot one line in last commit, now the file should compile cleanly with... | Johannes Schickel |
2009-03-20 | Fix compilation on mingw64. | Johannes Schickel |