aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie
AgeCommit message (Expand)Author
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
2009-01-14-1 is not an uint8. Assuming ones-complement, though, I guess 255 was meantMax Horn
2009-01-14Hide the mouse cursor when loading a saved gameJordi Vilalta Prat
2009-01-14Show the cursor and update it properly when closing the GMM.Jordi Vilalta Prat
2009-01-14- Initialize the current cursor to an invalid one (this removes a glitch when...Jordi Vilalta Prat
2009-01-13Reduced savegame code duplication and added savegame format versioning.Jordi Vilalta Prat
2009-01-13Added const qualifier to (char *) parameterJordi Vilalta Prat
2009-01-13Fix dithering of scaled videosJordi Vilalta Prat
2009-01-08T7G: Stage one of move to ScummVM's CursorMan: rename groovie one so it doesn...Henry Bush
2009-01-08T7G: Reset midi volume to 100 on starting a track, cleanupHenry Bush
2009-01-07Fix an invalid access when the quit opcode occupies the last byte of the scri...Jordi Vilalta Prat
2009-01-07Complete the ROQ video decoding (there are still a few minor glitches)Jordi Vilalta Prat
2009-01-01Use the proper samples file name for 11hJordi Vilalta Prat
2009-01-01Set/unified svn:keywords for all *.h and *.cpp filesMax Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-30Fix for dialogue from Stauf and Ego during puzzles.Scott Thomas
2008-12-29Add detection for Russian The 7th Guest.Eugene Sandulenko
2008-12-29T7G graphics enhancement: Add the unused skeleton graphics to the mazeScott Thomas
2008-12-24Allocate just the required memory for scripts (spotted by sev)Jordi Vilalta Prat
2008-12-24T7G: Implement runtime script fix for cake puzzle bug.Scott Thomas
2008-12-23Update detection of the 11th hour demo. The disk.1 wasn't with the other files.Matthew Hoops
2008-12-23Silenced MSVC warningsFilippos Karapetis
2008-12-23Fix a valgrind error by using the appropiate delete operatorJordi Vilalta Prat
2008-12-23T7G: Fix the stuck mouse cursorJordi Vilalta Prat
2008-12-23T7G: Don't wait for the CD track to endJordi Vilalta Prat
2008-12-23Improve the palette fading (timing and factor calculation), which fixes the i...Jordi Vilalta Prat
2008-12-21add detection for The 11th Hour demoMatthew Hoops
2008-12-19T7G: Add support for custom AdLib instrumentsJordi Vilalta Prat
2008-12-18Fixed cursor palette when returning from GMM/Debugger. (Thanks to jvprat for ...Johannes Schickel
2008-12-06T7G: Fix for performance issue in save/load screen when hovering savegamesScott Thomas
2008-11-30T7G: Reset origin at end of video: should fix seg fault after losing the micr...Henry Bush
2008-11-30T7G: Stop errorString from printing script positionHenry Bush
2008-11-25T7G: Enhanced the Audio CD playback. Now the credits music on CD2 should play...Jordi Vilalta Prat
2008-11-24T7G: Implemented volume fadingJordi Vilalta Prat
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