Age | Commit message (Expand) | Author |
2014-11-07 | GROOVIE: Do not play audio in V2 games when only one frame is shown | Filippos Karapetis |
2014-11-04 | GROOVIE: Handle transparency in Gamepad videos in the 11th Hour | Filippos Karapetis |
2014-11-04 | GROOVIE: More bugfixes for V2 puzzle overlay videos | Filippos Karapetis |
2014-11-04 | GROOVIE: Handle flag 2 for V2 games (show a whole overlay video) | Filippos Karapetis |
2014-11-04 | GROOVIE: More work on transparency in the puzzle scenes for V2 games | Filippos Karapetis |
2014-11-03 | GROOVIE: Fix video transparency in V2 games | Filippos Karapetis |
2014-11-03 | GROOVIE: Initial implementation of direct game load for the 11th Hour | Filippos Karapetis |
2014-11-03 | GROOVIE: Add a stub for opcode 42 in V2 games | Filippos Karapetis |
2014-11-03 | GROOVIE: Implement o2_copyscreentobg and o2_copybgtoscreen | Filippos Karapetis |
2014-11-03 | GROOVIE: Add initial full screen functionality for V2 games | Filippos Karapetis |
2014-11-03 | GROOVIE: Finish implementation of o_hotspot_outrect | Filippos Karapetis |
2014-06-05 | GROOVIE: Use debugC() and debugCN() functions directly in script debug. | D G Turner |
2014-06-05 | GROOVIE: Remove engine-specific "all" debugflag. Minor naming cleanup. | D G Turner |
2014-06-02 | GROOVIE: Add sanity checks and range limits to copyRect opcode param. | D G Turner |
2014-06-02 | GROOVIE: Only compile ROQ when groovie2 is enabled | Matthew Hoops |
2014-06-01 | GROOVIE: Switch to 32bpp only in groovie2 | Matthew Hoops |
2014-06-01 | GROOVIE: Fix various roq glitches | Matthew Hoops |
2014-06-01 | GROOVIE: Switch roq decoding to do YUV decoding on codebook load | Matthew Hoops |
2014-06-01 | GROOVIE: Remove groovie2 8bpp mode | Matthew Hoops |
2014-05-27 | ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd. | Johannes Schickel |
2014-05-27 | ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf. | Johannes Schickel |
2014-03-30 | ALL: Resolve multiple clang warnings | Max Horn |
2014-03-09 | GROOVIE: Remove two useless variables | Strangerke |
2014-02-28 | IMAGE: Move all ImageDecoders to image/ | Matthew Hoops |
2014-02-18 | GROOVIE: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-11-26 | Merge pull request #375 from digitall/engineAutoPlug | Johannes Schickel |
2013-11-24 | BUILD: Remove need for engine.mk in each engine directory. | D G Turner |
2013-11-24 | BUILD: Remove need for engine-plugin.h in engines. | D G Turner |
2013-11-24 | BUILD: Split engines/plugins_table header down to a file per engine. | D G Turner |
2013-11-24 | BUILD: Split engines.mk down to a single file per engine. | D G Turner |
2013-11-24 | BUILD: Split configure.engines down to a single file per engine. | D G Turner |
2013-11-23 | GRAPHICS: Let Font take uint32 as character codes. | Johannes Schickel |
2013-09-16 | GROOVIE: Fix ROQ JPEG decoding | Matthew Hoops |
2013-09-16 | Merge pull request #376 from lordhoto/libjpeg | Johannes Schickel |
2013-09-16 | GRAPHICS: Make JPEGDecoder request RGB output from libjpeg by default. | Johannes Schickel |
2013-09-16 | GRAPHICS: Implement JPEGDecoder based on libjpeg. | Johannes Schickel |
2013-08-12 | I18N: Move specification of engine specific files to enginedir/POTFILES. | Johannes Schickel |
2013-08-03 | GROOVIE: Take advantage of Surface::getPixels. | Johannes Schickel |
2013-07-14 | JANITORIAL: Remove trailing whitespace | Sven Hesse |
2013-05-02 | COMMON: Change kPlatformPC to kPlatformDOS | Matthew Hoops |
2013-04-27 | GROOVOE: Plug memory leak. CID 1003912 | Eugene Sandulenko |
2013-04-18 | ENGINES: Remove a bunch of unused private member variables | Max Horn |
2013-01-02 | GROOVIE: Simplify the movie speed settings and add a GUI option | Filippos Karapetis |
2012-12-13 | Merge pull request #293 from clone2727/qtmidi | clone2727 |
2012-12-03 | GROOVIE: Fix some indentation in StuffIt | Matthew Hoops |
2012-11-15 | GROOVIE: Added documentation for the GameSpeed enum | Filippos Karapetis |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2012-09-12 | GROOVIE: Load the 11H Mac installer file when present | Matthew Hoops |
2012-09-12 | GROOVIE: Add detection for 11H Mac | Matthew Hoops |
2012-09-12 | GROOVIE: Add a MusicPlayerMac_v2 for 11H Mac | Matthew Hoops |