aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie
AgeCommit message (Expand)Author
2019-12-04GROOVIE: Use Advanced Detector LISTEND Macro in Detection EntriesD G Turner
2019-11-03ENGINES: Stop using 'single id'Bastien Bouclet
2019-11-03ENGINES: Add an engine ID to all the enginesBastien Bouclet
2019-10-19GROOVIE: Fix Missing Default Switch CasesD G Turner
2019-04-28IMAGE: Allow setting the output pixel format to the JPEG decoderBastien Bouclet
2018-11-05GROOVIE: Fix Fallthrough Warning.D G Turner
2018-11-05GROOVIE: Fix Spaces in Savegame Naming.D G Turner
2018-11-03GROOVIE: Add Detection Entry for 11th Hour English Windows VariantD 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
2017-10-07ENGINES: Remove default1x scaler flagColin Snover
2017-08-24COMMON: Remove BitStream base class to allow inlining callsWillem Jan Palenstijn
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-07-28GROOVIE: Move debug channel registration to the top of the engine constructorEugene Sandulenko
2016-05-28GROOVIE: Clean initialization for few classesEugene Sandulenko
2016-05-17ALL: Change main engine header guard defines to <directory>_<engine>_HEugene Sandulenko
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2016-03-13BACKENDS: Only expose one set of functions for AudioCDManagerMatthew Hoops
2016-03-13BACKENDS: Move to an openCD() without parameters as the public APIMatthew Hoops
2016-03-08ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines.Johannes Schickel
2016-03-05CONFIGURE: Introduced new engine dependency: highresEugene Sandulenko
2016-02-15JANITORIAL: Typos detected with lintian & grepAlexandre Detiste
2015-08-30AUDIO: Make Rewindable- and SeekableAudioStream inherit virtuallyMatthew Hoops
2015-06-30GROOVIE: add support for TIMB chunkMartin Kiewitz
2015-06-28GROOVIE: Silence a gcc warningMatthew Hoops
2015-06-28GROOVIE: add support for Miles Audio MIDI driverMartin Kiewitz
2014-11-07GROOVIE: Do not play audio in V2 games when only one frame is shownFilippos Karapetis
2014-11-04GROOVIE: Handle transparency in Gamepad videos in the 11th HourFilippos Karapetis
2014-11-04GROOVIE: More bugfixes for V2 puzzle overlay videosFilippos Karapetis
2014-11-04GROOVIE: Handle flag 2 for V2 games (show a whole overlay video)Filippos Karapetis
2014-11-04GROOVIE: More work on transparency in the puzzle scenes for V2 gamesFilippos Karapetis
2014-11-03GROOVIE: Fix video transparency in V2 gamesFilippos Karapetis
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-06-02GROOVIE: Only compile ROQ when groovie2 is enabledMatthew Hoops
2014-06-01GROOVIE: Switch to 32bpp only in groovie2Matthew Hoops
2014-06-01GROOVIE: Fix various roq glitchesMatthew Hoops
2014-06-01GROOVIE: Switch roq decoding to do YUV decoding on codebook loadMatthew Hoops
2014-06-01GROOVIE: Remove groovie2 8bpp modeMatthew Hoops
2014-05-27ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd.Johannes Schickel
2014-05-27ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.Johannes Schickel
2014-03-30ALL: Resolve multiple clang warningsMax Horn
2014-03-09GROOVIE: Remove two useless variablesStrangerke
2014-02-28IMAGE: Move all ImageDecoders to image/Matthew Hoops