aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/script.cpp
AgeCommit message (Expand)Author
2010-06-25AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel...Florian Kagerer
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2010-06-07Groovie:Jordi Vilalta Prat
2010-05-11Add support for loading T7G Mac resources using the MacResManager.Matthew Hoops
2010-05-04Move DebugChannel related code to new headerMax Horn
2010-04-27COMMON: Move DebugChannel stuff into a new DebugMan singletonMax Horn
2009-12-2411H: Add some more opcode stubsScott Thomas
2009-10-26Groovie: Fix some styling issues pointed by cppcheckJordi Vilalta Prat
2009-10-01T7G: Proper fix for #2847539 - remove ambiguity in multi-byte script reads.Scott Thomas
2009-09-08T7G: Fix bug #2853185 where card puzzle doesn't clean up, resulting in a blan...Scott Thomas
2009-08-30Groovie: Replace sprintf() usage with String::printf()Jordi Vilalta Prat
2009-08-21Groovie: Sync changes from 16bpp branch. Hopefully no regressions sneak in hereScott Thomas
2009-08-16Fix warning caused by -Wformat-security.Johannes Schickel
2009-08-05T7G: Fix bug #2831041 by implementing opcode responsible for starting music p...Scott Thomas
2009-08-03T7G: Fix bug #2831046 where save names not shown after loading a save from la...Scott Thomas
2009-07-25Move the event recorder to its own class (EventRecoder inside common/EventRec...Johannes Schickel
2009-07-20Proper implementation of microscope puzzle.Eugene Sandulenko
2009-07-03Added more GCC_PRINTF attributes, and fixed resulting warnings in format stringsMax Horn
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-03-10- Convert some file references from uint16 to uint32 to suit 11HScott Thomas
2009-03-10Groovie: Initial support for different opcode setsJordi Vilalta Prat
2009-03-01Remove extra whitespacesJordi Vilalta Prat
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-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-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-28T7G: start background music at start of input loop (0x0B). Should fix 2474078...Henry Bush
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-13Reduced savegame code duplication and added savegame format versioning.Jordi Vilalta Prat
2009-01-08T7G: Stage one of move to ScummVM's CursorMan: rename groovie one so it doesn...Henry Bush
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-30Fix for dialogue from Stauf and Ego during puzzles.Scott Thomas
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-23T7G: Fix the stuck mouse cursorJordi Vilalta Prat
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-25T7G: Enhanced the Audio CD playback. Now the credits music on CD2 should play...Jordi Vilalta Prat
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-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-14Patch #2271425: Groovie engineMax Horn