Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-21 | GROOVIE: Use SWAP(). | Christoph Mallon | |
2011-09-06 | GROOVIE: Remove dither code from ROQ | Scott Thomas | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-01 | Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". | Johannes Schickel | |
For further discussion check here: https://github.com/scummvm/scummvm/pull/16 Conflicts: graphics/png.cpp | |||
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-04-19 | GROOVIE: Replace TODO about YUV data with a comment. | Johannes Schickel | |
Since the surfaces in question are never used outside the ROQ code it is fine to use a faked RGB pixel format even when they are actually YUV data. | |||
2011-04-17 | GROOVIE: Do not access Surface::bytesPerPixel anymore. | Johannes Schickel | |
2011-04-17 | GROOVIE: Prefer Surface::create taking a PixelFormat over the one taking a ↵ | Johannes Schickel | |
byte depth. Groovie seems to use Graphics::Surface also to store YUV data, I used a fake PixelFormat setup there and added a TODO about it. | |||
2011-02-14 | GROOVIE: Adapt to setPalette/grabPalette RGBA->RGB change. | Johannes Schickel | |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn | |
svn-id: r55806 | |||
2010-06-07 | Groovie: | Jordi Vilalta Prat | |
- Rewritten T7G's font code to subclass Graphics::Font and make it cleaner. - Use theme fonts for the Mac version of T7G (which used ugly system fonts originally). With this the Mac version should be completable. - Cleanup include interdependencies. svn-id: r49487 | |||
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn | |
svn-id: r48637 | |||
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir ↵ | Max Horn | |
sound/decoders/ svn-id: r47579 | |||
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn | |
svn-id: r47395 | |||
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn | |
Also fix several recently introduced new/delete vs. malloc/free mismatches. svn-id: r47369 | |||
2010-01-09 | Replace AppendableAudioStream by QueuingAudioStream | Max Horn | |
svn-id: r47189 | |||
2009-12-24 | Tweak Groovie2 video buffer handling | Scott Thomas | |
svn-id: r46523 | |||
2009-08-21 | Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to ↵ | Andre Heider | |
guarantee a consistent build. svn-id: r43604 | |||
2009-08-21 | Groovie: Sync changes from 16bpp branch. Hopefully no regressions sneak in here | Scott Thomas | |
svn-id: r43598 | |||
2009-07-06 | Groovie: Improve ROQ timing and audio sync (noticeable at least in the ↵ | Jordi Vilalta Prat | |
Clandestiny trailer) svn-id: r42177 | |||
2009-03-15 | Groovie: Add non-uniform scaling to the ROQ player | Jordi Vilalta Prat | |
svn-id: r39408 | |||
2009-03-15 | Groovie: Added basic alpha channel support to the ROQ player | Jordi Vilalta Prat | |
svn-id: r39406 | |||
2009-03-10 | Fix graphics corruption in 11H FMV streams | Scott Thomas | |
svn-id: r39291 | |||
2009-01-30 | Don't use g_engine to access the mixer | Max Horn | |
svn-id: r36147 | |||
2009-01-13 | Fix dithering of scaled videos | Jordi Vilalta Prat | |
svn-id: r35844 | |||
2009-01-07 | Complete the ROQ video decoding (there are still a few minor glitches) | Jordi Vilalta Prat | |
svn-id: r35778 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-11-14 | Patch #2271425: Groovie engine | Max Horn | |
svn-id: r35060 |