aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/groovie.cpp
AgeCommit message (Expand)Author
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-07Removed PixelFormat convenience constructors at behest of Max and Eugene.Jody Northup
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-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-03-10Groovie: Initial support for different opcode setsJordi Vilalta Prat
2009-03-01Groovie: Merged init() and go() into run()Jordi Vilalta Prat
2009-02-15Fixed compiler warning about loss of precisionPaul Gilbert
2009-01-30Renamed SpecialDebugLevel to DebugChannelMax Horn
2009-01-14Show the cursor and update it properly when closing the GMM.Jordi Vilalta Prat
2009-01-08T7G: Stage one of move to ScummVM's CursorMan: rename groovie one so it doesn...Henry Bush
2009-01-07Fix an invalid access when the quit opcode occupies the last byte of the scri...Jordi Vilalta Prat
2009-01-01Use the proper samples file name for 11hJordi Vilalta Prat
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-30Fix for dialogue from Stauf and Ego during puzzles.Scott Thomas
2008-12-23Update detection of the 11th hour demo. The disk.1 wasn't with the other files.Matthew Hoops
2008-12-21add detection for The 11th Hour demoMatthew Hoops
2008-11-30T7G: Stop errorString from printing script positionHenry Bush
2008-11-24T7G: Add a debug level to play movies fast with no pcm sound (unstable)Henry Bush
2008-11-24T7G: AI in microscope puzzle is "complete" (ie good enough for now)Henry Bush
2008-11-16T7G: Two leftover commits from t7gre: fix broken palette on intro video, and ...Henry Bush
2008-11-15Simplify error debugging by implementing GroovieEngine::errorString()Jordi Vilalta Prat
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
2008-11-14Patch #2271425: Groovie engineMax Horn