Age | Commit message (Expand) | Author |
2008-12-21 | Add initial Smacker support for The Feeble Files. | Travis Howell |
2008-12-19 | Hopefully fixed invalid buffer reads | Filippos Karapetis |
2008-12-19 | memset()ing the output image with 0 at the start | Sven Hesse |
2008-12-19 | Some slight cleanup | Filippos Karapetis |
2008-12-19 | Making curPos an uint32, so that it won't overflow anymore | Sven Hesse |
2008-12-19 | Fixing 16bit audio | Sven Hesse |
2008-12-19 | Adding convenience functions to get the time to wait for the next frame, whil... | Sven Hesse |
2008-12-18 | Fixing 8bit audio | Sven Hesse |
2008-12-18 | Oops, base values are read in the correct order now | Filippos Karapetis |
2008-12-18 | Audio support for Smacker videos. Audio doesn't sound right yet, though | Filippos Karapetis |
2008-12-18 | Fixed warnings. Hopefully without breaking anything. | Torbjörn Andersson |
2008-12-17 | Some more Smacker audio code (still non-functional) | Filippos Karapetis |
2008-12-17 | - Added some disabled code for Smacker audio support (still incomplete, not w... | Filippos Karapetis |
2008-12-16 | - Some more comments | Filippos Karapetis |
2008-12-16 | - Added some comments | Filippos Karapetis |
2008-12-16 | Synced Smacker player with ffmpeg revision #16143 | Filippos Karapetis |
2008-12-15 | Initialize palette when loading a new Smacker file - all palette colors shoul... | Filippos Karapetis |
2008-12-15 | - Removed the blockRuns array | Filippos Karapetis |
2008-12-15 | Mirror last Smacker changes. | Travis Howell |
2008-12-15 | SMK player: do not include headers that are not needed, do not expose interna... | Max Horn |
2008-12-15 | Adjust return values for HE games, when loading video file fails. | Travis Howell |
2008-12-15 | Ignore BINK files. | Travis Howell |
2008-12-14 | Avoid file leaking. | Travis Howell |
2008-12-14 | Enable Smacker support, and switch later HE games to Smacker support (since t... | Travis Howell |
2008-12-14 | Add preliminary support for SMK player. Code is derived from ffmpeg. | Eugene Sandulenko |
2008-12-07 | cleanup | Gregory Montoir |
2008-12-02 | add missing _curFrame reset to 0 | Gregory Montoir |
2008-11-29 | Formatting | Filippos Karapetis |
2008-11-29 | Remove warnings from NDS build. | Robin Watts |
2008-11-28 | added load/closeFile to Graphics::FlicPlayer (matching DXAPlayer class) | Gregory Montoir |
2008-11-28 | Check whether opening a flic actually worked... proper error handling would o... | Max Horn |
2008-11-20 | Updated documentation. | Johannes Schickel |
2008-11-20 | Fixed ZipArchive/FSDirectory creation. | Johannes Schickel |
2008-11-16 | some fixes to input handling, cleanup | Gregory Montoir |
2008-11-15 | remove outdated comment | Joost Peters |
2008-11-15 | added missing File destructor call if file can't be read | Gregory Montoir |
2008-11-15 | added FLIC player from KoM engine module. | Gregory Montoir |
2008-11-13 | minor tweaks | Max Horn |
2008-11-12 | Further optimized drawCharIntern (on my system, 30% of the time used to draw ... | Max Horn |
2008-11-12 | Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI... | Max Horn |
2008-11-10 | Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine. | Vicent Marti |
2008-11-06 | Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys... | Max Horn |
2008-11-05 | Fixed off-by-one error in horizontal text centering code | Max Horn |
2008-11-04 | Reordered initialization lists to kill a ton of warnings. | Nicola Mettifogo |
2008-11-03 | Removed dependency on OSystem::RGBToColor, by using Graphics::RGBToColor + Gr... | Johannes Schickel |
2008-11-03 | Oops actually it seems I forgot to remove mask entries of PixelFormat before ... | Johannes Schickel |
2008-11-03 | Simplified Graphics::createPixelFormatFromMask helper. | Johannes Schickel |
2008-11-03 | Committed my patch #2216641 "GRAPHICS: PixelFormat introduction". | Johannes Schickel |
2008-10-29 | Typo. | Johannes Schickel |
2008-10-29 | Enable gui renderer for all bit depths we support currently. | Johannes Schickel |