aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie
AgeCommit message (Expand)Author
2009-07-10Simplified SCI and groovie's initial graphics setup making use of the overloa...Jody Northup
2009-07-08Reinstated static inline Graphics::PixelFormat::createFormatCLUT8(), which I ...Jody Northup
2009-07-07Groovie: Added video skipping functionality in 11h, verified some opcode usag...Jordi Vilalta Prat
2009-07-07Groovie: Fix a memory leak in still framesJordi Vilalta Prat
2009-07-07Removed PixelFormat convenience constructors at behest of Max and Eugene.Jody Northup
2009-07-07Merged revisions 42163-42164,42167-42181,42196-42200 via svnmerge from Travis Howell
2009-07-06Groovie: Fix most ROQ glitchesJordi Vilalta Prat
2009-07-06Groovie: Improve ROQ timing and audio sync (noticeable at least in the Clande...Jordi Vilalta Prat
2009-07-06Merged revisions 42087-42088,42093-42095,42097-42099,42104-42107,42110,42112-...Travis Howell
2009-07-05Groovie: get hotspots working correctly in 11H RGBHenry Bush
2009-07-05- Refactorized Groovie::MusicPlayer to make it extensibleJordi Vilalta Prat
2009-07-04Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,...Travis Howell
2009-07-03Moved the YUV<->RGB routines to graphics/conversion.hJordi Vilalta Prat
2009-07-03Added more GCC_PRINTF attributes, and fixed resulting warnings in format stringsMax Horn
2009-07-01Add JPEG support to 11H for ROQ playbackScott Thomas
2009-06-30Groovie: Converted compile time checks for RGB modes support to runtime check...Jordi Vilalta Prat
2009-06-27changed initGraphics, and OSystem::initSize to take Graphics::PixelFormat * p...Jody Northup
2009-06-25API modification -- replaced "Graphics::PixelFormat getBestFormat()" with "Co...Jody Northup
2009-06-23ENABLE_16BIT has been renamed to ENABLE_RGB_COLOR as of r41696, so make sure ...Matthew Hoops
2009-06-17Groovie: Initial support for 16bit screen surfacesJordi Vilalta Prat
2009-06-14Fix groovie's GUI game optionsJordi Vilalta Prat
2009-06-06Added game GUI options to advancedDetector and updated all enginesEugene Sandulenko
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of cha...Max Horn
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-03-15Groovie: Add non-uniform scaling to the ROQ playerJordi Vilalta Prat
2009-03-15Groovie: Added basic alpha channel support to the ROQ playerJordi Vilalta Prat
2009-03-14Give more meaningful names to detected entries.Eugene Sandulenko
2009-03-14Avoid polluting of global gameid namespace and restore compatibility withEugene Sandulenko
2009-03-12Groovie: We need to save gameids to distinguish different entries detected fr...Jordi Vilalta Prat
2009-03-10- Convert some file references from uint16 to uint32 to suit 11HScott Thomas
2009-03-10Fix graphics corruption in 11H FMV streamsScott Thomas
2009-03-10Groovie: Initial support for different opcode setsJordi Vilalta Prat
2009-03-05Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ...Jordi Vilalta Prat
2009-03-04Fixed weirdness in groovie (as reported on scummvm-devel)Max Horn
2009-03-01Remove extra whitespacesJordi Vilalta Prat
2009-03-01Groovie: Merged init() and go() into run()Jordi Vilalta Prat
2009-03-01Merged Engine::go() and ::init() into a new run() method (currently implement...Max Horn
2009-02-15- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.Johannes Schickel
2009-02-15T7G: Fix for #2511456. Volume is now only reset to 100 on playing a new track...Henry Bush
2009-02-15T7G: print out the current script pos in decimal too (to match ST's decomp's ;-)Henry Bush
2009-02-15Fixed compiler warning about loss of precisionPaul Gilbert
2009-02-01T7G: Fix for 2474078 (hopefully). Check if volume has fallen to correct level...Henry Bush
2009-02-01T7G: revert r36125 until I figure out why it broke general midi musicHenry Bush
2009-01-30Don't use g_engine to access the mixerMax Horn
2009-01-30Renamed SpecialDebugLevel to DebugChannelMax Horn
2009-01-30Some more 'special debug levels' tweaksMax Horn
2009-01-30Some work on the 'special debug levels' aka 'engine debug levels' codeMax Horn
2009-01-29Moved AdvancedDetector from common/ to engines/Max Horn
2009-01-28T7G: start background music at start of input loop (0x0B). Should fix 2474078...Henry Bush