Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-19 | Adding convenience functions to get the time to wait for the next frame, ↵ | Sven Hesse | |
while keeping A/V sync svn-id: r35431 | |||
2008-12-18 | Fixing 8bit audio | Sven Hesse | |
svn-id: r35430 | |||
2008-12-18 | Oops, base values are read in the correct order now | Filippos Karapetis | |
svn-id: r35426 | |||
2008-12-18 | Audio support for Smacker videos. Audio doesn't sound right yet, though | Filippos Karapetis | |
svn-id: r35425 | |||
2008-12-18 | Fixed warnings. Hopefully without breaking anything. | Torbjörn Andersson | |
svn-id: r35420 | |||
2008-12-17 | Some more Smacker audio code (still non-functional) | Filippos Karapetis | |
svn-id: r35415 | |||
2008-12-17 | - Added some disabled code for Smacker audio support (still incomplete, not ↵ | Filippos Karapetis | |
working yet) - Made the _image buffer protected instead of private (in case it's coped directly to the screen and not an intermediate buffer) svn-id: r35411 | |||
2008-12-16 | - Some more comments | Filippos Karapetis | |
- The audio header is now decoded properly (still no audio support) svn-id: r35392 | |||
2008-12-16 | - Added some comments | Filippos Karapetis | |
- Removed _paletteDidChange, as the virtual setPalette() function is called back on every palette change - Some cleanup - Removed unused/unneeded functions and variables - Changed _frameTypes to hold bytes instead of 32-bit integers (since frame types are held within a byte) svn-id: r35391 | |||
2008-12-16 | Synced Smacker player with ffmpeg revision #16143 | Filippos Karapetis | |
svn-id: r35390 | |||
2008-12-15 | Initialize palette when loading a new Smacker file - all palette colors ↵ | Filippos Karapetis | |
should show correctly now svn-id: r35387 | |||
2008-12-15 | - Removed the blockRuns array | Filippos Karapetis | |
- Added some comments svn-id: r35386 | |||
2008-12-15 | Mirror last Smacker changes. | Travis Howell | |
svn-id: r35383 | |||
2008-12-15 | SMK player: do not include headers that are not needed, do not expose ↵ | Max Horn | |
internal _fileStream for no apparent reason svn-id: r35382 | |||
2008-12-15 | Adjust return values for HE games, when loading video file fails. | Travis Howell | |
svn-id: r35374 | |||
2008-12-15 | Ignore BINK files. | Travis Howell | |
svn-id: r35370 | |||
2008-12-14 | Avoid file leaking. | Travis Howell | |
svn-id: r35369 | |||
2008-12-14 | Enable Smacker support, and switch later HE games to Smacker support (since ↵ | Travis Howell | |
they aren't supported yet). svn-id: r35368 | |||
2008-12-14 | Add preliminary support for SMK player. Code is derived from ffmpeg. | Eugene Sandulenko | |
svn-id: r35366 | |||
2008-12-07 | cleanup | Gregory Montoir | |
svn-id: r35275 | |||
2008-12-02 | add missing _curFrame reset to 0 | Gregory Montoir | |
svn-id: r35208 | |||
2008-11-29 | Formatting | Filippos Karapetis | |
svn-id: r35173 | |||
2008-11-29 | Remove warnings from NDS build. | Robin Watts | |
svn-id: r35172 | |||
2008-11-28 | added load/closeFile to Graphics::FlicPlayer (matching DXAPlayer class) | Gregory Montoir | |
svn-id: r35170 | |||
2008-11-28 | Check whether opening a flic actually worked... proper error handling would ↵ | Max Horn | |
of course be much better svn-id: r35168 | |||
2008-11-20 | Updated documentation. | Johannes Schickel | |
svn-id: r35134 | |||
2008-11-20 | Fixed ZipArchive/FSDirectory creation. | Johannes Schickel | |
svn-id: r35133 | |||
2008-11-16 | some fixes to input handling, cleanup | Gregory Montoir | |
svn-id: r35100 | |||
2008-11-15 | remove outdated comment | Joost Peters | |
svn-id: r35079 | |||
2008-11-15 | added missing File destructor call if file can't be read | Gregory Montoir | |
svn-id: r35070 | |||
2008-11-15 | added FLIC player from KoM engine module. | Gregory Montoir | |
changes : - changed methods name to match the ones from DXAPlayer - added file read streaming - added possibiltiy to reset playback svn-id: r35068 | |||
2008-11-13 | minor tweaks | Max Horn | |
svn-id: r35036 | |||
2008-11-12 | Further optimized drawCharIntern (on my system, 30% of the time used to draw ↵ | Max Horn | |
the GUI is spent in there) svn-id: r35028 | |||
2008-11-12 | Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with ↵ | Max Horn | |
GUI::ThemeEngine::TextAlignVertical svn-id: r35023 | |||
2008-11-10 | Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine. | Vicent Marti | |
Massive cleanup. svn-id: r34983 | |||
2008-11-06 | Got rid of OSystem::colorToRGB and RGBToColor; added implementations for ↵ | Max Horn | |
OSystem::getOverlayFormat to several ports (pending testing by the porters) svn-id: r34912 | |||
2008-11-05 | Fixed off-by-one error in horizontal text centering code | Max Horn | |
svn-id: r34903 | |||
2008-11-04 | Reordered initialization lists to kill a ton of warnings. | Nicola Mettifogo | |
svn-id: r34892 | |||
2008-11-03 | Removed dependency on OSystem::RGBToColor, by using Graphics::RGBToColor + ↵ | Johannes Schickel | |
Graphics::PixelFormat instead. svn-id: r34888 | |||
2008-11-03 | Oops actually it seems I forgot to remove mask entries of PixelFormat before ↵ | Johannes Schickel | |
committing... svn-id: r34877 | |||
2008-11-03 | Simplified Graphics::createPixelFormatFromMask helper. | Johannes Schickel | |
svn-id: r34876 | |||
2008-11-03 | Committed my patch #2216641 "GRAPHICS: PixelFormat introduction". | Johannes Schickel | |
svn-id: r34875 | |||
2008-10-29 | Typo. | Johannes Schickel | |
svn-id: r34866 | |||
2008-10-29 | Enable gui renderer for all bit depths we support currently. | Johannes Schickel | |
svn-id: r34865 | |||
2008-10-29 | Committed my patch from -devel, which reintroduces DISABLE_FANCY_THEMES to ↵ | Johannes Schickel | |
strip functionallity in theme renderer uneeded by small devices. svn-id: r34864 | |||
2008-10-22 | Committed updated version of my patch #2184529 "SearchSet: Get rid of ↵ | Johannes Schickel | |
SharedPtr usage". svn-id: r34837 | |||
2008-10-18 | Simplify DXAPlayer::decodeZlib, and use common/zlib.h instead of system's zlib.h | Max Horn | |
svn-id: r34824 | |||
2008-10-18 | Need a differentiating zlib.h filename for SymbianOS. | Lars Persson | |
svn-id: r34820 | |||
2008-10-18 | ImageManager: Added support for generic archives (zips and folders). | Vicent Marti | |
Theme Font Loading: Added support for generic archives. ThemeEngine: Removed dependency on Common::File and File::AddDefaultPath for image and font loading. svn-id: r34815 | |||
2008-10-12 | Fix some in-line doxygen comments to document the correct member(s); also ↵ | Max Horn | |
fixed some typos svn-id: r34781 |