Age | Commit message (Expand) | Author |
2009-07-29 | Adding a SoundType parameter to SmackerDecoder, defaulting to kSFXSoundType | Sven Hesse |
2009-07-28 | Changing stuff around a bit so alignment requirements won't increase | Sven Hesse |
2009-07-27 | Abstracting off the block types from Imd::renderFrame() and Vmd::renderFrame() | Sven Hesse |
2009-07-27 | Formatting. | Johannes Schickel |
2009-07-27 | Add ARM code version of Normal2x scaler. | Robin Watts |
2009-07-26 | Add a todo to FontSJIS::drawChar taking an Graphics::Surface. | Johannes Schickel |
2009-07-26 | Instead of only printing a warning, when no SJIS char data is present, just r... | Johannes Schickel |
2009-07-26 | Reflect code to test the magic bytes in the sjis.fnt header. | Johannes Schickel |
2009-07-26 | Add way to overwrite default SJIS font. | Johannes Schickel |
2009-07-26 | Specify that the chars passed to FontSJIS::drawChar should be little endian. | Johannes Schickel |
2009-07-26 | Print warning, when client code does try to draw an unsupported SJIS char. | Johannes Schickel |
2009-07-26 | Add a factory method, which tries to open different SJIS fonts/ROMs and retur... | Johannes Schickel |
2009-07-26 | Change the way the font data for SJIS fonts is load. | Johannes Schickel |
2009-07-26 | Add support for our custom SJIS font. | Johannes Schickel |
2009-07-26 | Create base class FontSJIS16x16 for our own SJIS font. | Johannes Schickel |
2009-07-26 | Reverting my fix for bug #2037158 ("In-Game animation shifted(?)"), because i... | Sven Hesse |
2009-07-25 | Adding more sanity checks to Vmd::renderFrame() | Sven Hesse |
2009-07-25 | Adding support for (new-style) stereo in DPCM audio | Sven Hesse |
2009-07-25 | Fixing Woodruff videos again after enabling block type 2 transparency | Sven Hesse |
2009-07-24 | CoktelVideo cleanup: Splitting up some IMD methods and removing the obsolete ... | Sven Hesse |
2009-07-24 | Moving all implementations into the cpp | Sven Hesse |
2009-07-24 | Renaming getAnchor() to getFrameCoords() | Sven Hesse |
2009-07-24 | Fixing bytes per pixel detection | Sven Hesse |
2009-07-24 | Adding stubs for newer VMDs found in Addy 5 | Sven Hesse |
2009-07-24 | Properly reading the video codec fourcc, in case we need other codecs in the ... | Sven Hesse |
2009-07-24 | Calculating the number of data bytes per initial sound slice, because relying... | Sven Hesse |
2009-07-24 | Adding subtitle support to Woodruff | Sven Hesse |
2009-07-24 | Adding support for ADPCM sound data (yet another IMA ADPCM variant). What we'... | Sven Hesse |
2009-07-24 | Adding transparency for VMD video block type 2, fixing bug #2037158 ("n-Game ... | Sven Hesse |
2009-07-21 | Add ARM code implementation of Scaler2x, and enable it for the WinCE | Robin Watts |
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 |