aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/script.cpp
AgeCommit message (Expand)Author
2019-10-19GROOVIE: Fix Missing Default Switch CasesD G Turner
2018-11-05GROOVIE: Fix Spaces in Savegame Naming.D G Turner
2018-11-03GROOVIE: Fix GMM loads, block saves in a puzzleScott Thomas
2018-08-03GROOVIE: Allow saving via GMM and increase save slots to 25David Fioramonti
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2014-11-03GROOVIE: Initial implementation of direct game load for the 11th HourFilippos Karapetis
2014-11-03GROOVIE: Add a stub for opcode 42 in V2 gamesFilippos Karapetis
2014-11-03GROOVIE: Implement o2_copyscreentobg and o2_copybgtoscreenFilippos Karapetis
2014-11-03GROOVIE: Add initial full screen functionality for V2 gamesFilippos Karapetis
2014-11-03GROOVIE: Finish implementation of o_hotspot_outrectFilippos Karapetis
2014-06-05GROOVIE: Use debugC() and debugCN() functions directly in script debug.D G Turner
2014-06-05GROOVIE: Remove engine-specific "all" debugflag. Minor naming cleanup.D G Turner
2014-06-02GROOVIE: Add sanity checks and range limits to copyRect opcode param.D G Turner
2014-02-18GROOVIE: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-03GROOVIE: Take advantage of Surface::getPixels.Johannes Schickel
2012-06-16GROOVIE: Get rid of casts on OSystem::copyRectToScreen calls.Johannes Schickel
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-11-29GROOVIE: Prefer 'mask' animations to run at regular speed.Scott Thomas
2011-08-06ALL: Reduce audio/ header dependencyEugene Sandulenko
2011-07-02ENGINES: Clean up SaveStateDescriptor.Johannes Schickel
2011-06-13I18N: Make many more GUI MessageDialog strings translatableThierry Crozat
2011-05-31Merge remote branch 'upstream/master' into t7g-iosMatthew Hoops
2011-05-17COMMON: Registers RandomSources in constructor with the event recorderMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-11Merge remote branch 'upstream/master' into t7g-iosMatthew Hoops
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-25GROOVIE: fix for bug #3093310spookypeanut
2011-04-20GROOVIE: Tweak supernatural teeth detection (for VDX playback speed)Scott Thomas
2011-04-15GROOVIE: Use uint32 when searching for a video id by nameScott Thomas
2011-04-14ALL: centre -> centerMax Horn
2011-04-07GROOVIE: Add additional play-speed modes to T7G.Scott Thomas
2010-11-01COMMON: Rename String::printf() to String::format()Max Horn
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