aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie
AgeCommit message (Expand)Author
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
2008-11-22T7G Microscope: Stauf now makes legal moves (though not good ones)Henry Bush
2008-11-19T7G: Add framework for microscope puzzle AIHenry Bush
2008-11-18Added a mutex to the Groovie MIDI player. Maybe that will fix the rare andTorbjörn Andersson
2008-11-16Fixed various g++ warnings ("format not a string literal and no format argume...Johannes Schickel
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-15Fix for bug "Save game's names don't show up" (issue 31 on google code)Jordi Vilalta Prat
2008-11-15Added GroovieMetaEngine::getMaximumSaveSlot()Jordi Vilalta Prat
2008-11-15Turn on single gameid in order to avoid polluting gameid namespace.Eugene Sandulenko
2008-11-14Initialise _current. Fixes a Valgrind warning.Torbjörn Andersson
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
2008-11-14Patch #2271425: Groovie engineMax Horn