Age | Commit message (Expand) | Author |
2008-12-26 | Fix for the SliderWidget glitch when showing very small values (and potential... | Jordi Vilalta Prat |
2008-12-24 | Silenced signed/unsigned warning | Filippos Karapetis |
2008-12-24 | Documenting the dither code a bit more and removing SierraLight's not needed ... | Sven Hesse |
2008-12-24 | Moving the dither code to graphics/ | Sven Hesse |
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat |
2008-12-22 | Fix the rendering of stroked tabs | Jordi Vilalta Prat |
2008-12-21 | Move all video players to separate directory | Eugene Sandulenko |
2008-12-21 | Fix warnings. | Travis Howell |
2008-12-21 | Fixed compilation | Filippos Karapetis |
2008-12-21 | Return exact frame rate in Smacker player, and minor cleanup. | Travis Howell |
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 |