aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie
AgeCommit message (Collapse)Author
2009-01-14-1 is not an uint8. Assuming ones-complement, though, I guess 255 was meantMax Horn
svn-id: r35865
2009-01-14Hide the mouse cursor when loading a saved gameJordi Vilalta Prat
svn-id: r35863
2009-01-14Show the cursor and update it properly when closing the GMM.Jordi Vilalta Prat
svn-id: r35858
2009-01-14- Initialize the current cursor to an invalid one (this removes a glitch ↵Jordi Vilalta Prat
when loading from the launcher) - Removed the _syst attribute in Cursor_t7g svn-id: r35856
2009-01-13Reduced savegame code duplication and added savegame format versioning.Jordi Vilalta Prat
svn-id: r35855
2009-01-13Added const qualifier to (char *) parameterJordi Vilalta Prat
svn-id: r35854
2009-01-13Fix dithering of scaled videosJordi Vilalta Prat
svn-id: r35844
2009-01-08T7G: Stage one of move to ScummVM's CursorMan: rename groovie one so it ↵Henry Bush
doesn't have same name svn-id: r35793
2009-01-08T7G: Reset midi volume to 100 on starting a track, cleanupHenry Bush
svn-id: r35792
2009-01-07Fix an invalid access when the quit opcode occupies the last byte of the ↵Jordi Vilalta Prat
script, due to the quit status being updated by the event loop svn-id: r35779
2009-01-07Complete the ROQ video decoding (there are still a few minor glitches)Jordi Vilalta Prat
svn-id: r35778
2009-01-01Use the proper samples file name for 11hJordi Vilalta Prat
svn-id: r35656
2009-01-01Set/unified svn:keywords for all *.h and *.cpp filesMax Horn
svn-id: r35651
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-12-30Fix for dialogue from Stauf and Ego during puzzles.Scott Thomas
svn-id: r35620
2008-12-29Add detection for Russian The 7th Guest.Eugene Sandulenko
svn-id: r35614
2008-12-29T7G graphics enhancement: Add the unused skeleton graphics to the mazeScott Thomas
svn-id: r35598
2008-12-24Allocate just the required memory for scripts (spotted by sev)Jordi Vilalta Prat
svn-id: r35525
2008-12-24T7G: Implement runtime script fix for cake puzzle bug.Scott Thomas
svn-id: r35520
2008-12-23Update detection of the 11th hour demo. The disk.1 wasn't with the other files.Matthew Hoops
svn-id: r35509
2008-12-23Silenced MSVC warningsFilippos Karapetis
svn-id: r35507
2008-12-23Fix a valgrind error by using the appropiate delete operatorJordi Vilalta Prat
svn-id: r35498
2008-12-23T7G: Fix the stuck mouse cursorJordi Vilalta Prat
svn-id: r35494
2008-12-23T7G: Don't wait for the CD track to endJordi Vilalta Prat
svn-id: r35493
2008-12-23Improve the palette fading (timing and factor calculation), which fixes the ↵Jordi Vilalta Prat
introduction synchronization as a result svn-id: r35492
2008-12-21add detection for The 11th Hour demoMatthew Hoops
svn-id: r35469
2008-12-19T7G: Add support for custom AdLib instrumentsJordi Vilalta Prat
svn-id: r35440
2008-12-18Fixed cursor palette when returning from GMM/Debugger. (Thanks to jvprat for ↵Johannes Schickel
testing) svn-id: r35428
2008-12-06T7G: Fix for performance issue in save/load screen when hovering savegamesScott Thomas
svn-id: r35256
2008-11-30T7G: Reset origin at end of video: should fix seg fault after losing the ↵Henry Bush
microscope puzzle. Plus cleanup bitflag debugging. svn-id: r35195
2008-11-30T7G: Stop errorString from printing script positionHenry Bush
svn-id: r35194
2008-11-25T7G: Enhanced the Audio CD playback. Now the credits music on CD2 should ↵Jordi Vilalta Prat
play by ripping it as track 2 (not tested). svn-id: r35167
2008-11-24T7G: Implemented volume fadingJordi Vilalta Prat
svn-id: r35166
2008-11-24T7G: Add a debug level to play movies fast with no pcm sound (unstable)Henry Bush
svn-id: r35165
2008-11-24T7G: AI in microscope puzzle is "complete" (ie good enough for now)Henry Bush
svn-id: r35164
2008-11-22T7G Microscope: Stauf now makes legal moves (though not good ones)Henry Bush
svn-id: r35154
2008-11-19T7G: Add framework for microscope puzzle AIHenry Bush
svn-id: r35122
2008-11-18Added a mutex to the Groovie MIDI player. Maybe that will fix the rare andTorbjörn Andersson
unpredictable crashes I've been seeing. svn-id: r35116
2008-11-16Fixed various g++ warnings ("format not a string literal and no format ↵Johannes Schickel
arguments"). svn-id: r35096
2008-11-16T7G: Two leftover commits from t7gre: fix broken palette on intro video, and ↵Henry Bush
add scriptvar debug flag svn-id: r35095
2008-11-15Simplify error debugging by implementing GroovieEngine::errorString()Jordi Vilalta Prat
svn-id: r35087
2008-11-15Fix for bug "Save game's names don't show up" (issue 31 on google code)Jordi Vilalta Prat
svn-id: r35078
2008-11-15Added GroovieMetaEngine::getMaximumSaveSlot()Jordi Vilalta Prat
svn-id: r35077
2008-11-15Turn on single gameid in order to avoid polluting gameid namespace.Eugene Sandulenko
svn-id: r35076
2008-11-14Initialise _current. Fixes a Valgrind warning.Torbjörn Andersson
svn-id: r35067
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
svn-id: r35062
2008-11-14Patch #2271425: Groovie engineMax Horn
svn-id: r35060