Age | Commit message (Expand) | Author |
2009-09-14 | Fix valgrind warning. | Johannes Schickel |
2009-09-13 | Fixed crash when reaching the end of the movie, riggered by recent Stream | Torbjörn Andersson |
2009-09-08 | Fixed some (pedantic) warnings | Max Horn |
2009-09-08 | T7G: Fix bug #2853185 where card puzzle doesn't clean up, resulting in a blan... | Scott Thomas |
2009-08-31 | Groovie: Handle special case for cursor #4 | Scott Thomas |
2009-08-31 | Revert revision 43845, to keep configure options for games and game engines c... | Travis Howell |
2009-08-31 | Added the --enable-unsupported option to enable the detection of the | Jordi Vilalta Prat |
2009-08-31 | Add configure option for Groovie 2 games. | Travis Howell |
2009-08-30 | Groovie: Initial implementation cursors for Groovie V2 | Scott Thomas |
2009-08-30 | Groovie: Replace sprintf() usage with String::printf() | Jordi Vilalta Prat |
2009-08-23 | T7G: Load VDX frame chunks into a MemoryStream rather than streaming straight... | Scott Thomas |
2009-08-21 | Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran... | Andre Heider |
2009-08-21 | Groovie: Sync changes from 16bpp branch. Hopefully no regressions sneak in here | Scott Thomas |
2009-08-18 | Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD au... | Johannes Schickel |
2009-08-16 | Fix warning caused by -Wformat-security. | Johannes Schickel |
2009-08-05 | T7G: Fix bug #2831041 by implementing opcode responsible for starting music p... | Scott Thomas |
2009-08-03 | T7G: Fix bug #2831046 where save names not shown after loading a save from la... | Scott Thomas |
2009-07-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
2009-07-20 | Fix gcc warning (hopefully this is correct). | Johannes Schickel |
2009-07-20 | Proper implementation of microscope puzzle. | Eugene Sandulenko |
2009-07-15 | Got rid of two more ioFailed uses | Max Horn |
2009-07-06 | Groovie: Improve ROQ timing and audio sync (noticeable at least in the Clande... | Jordi Vilalta Prat |
2009-07-05 | - Refactorized Groovie::MusicPlayer to make it extensible | Jordi Vilalta Prat |
2009-07-03 | Added more GCC_PRINTF attributes, and fixed resulting warnings in format strings | Max Horn |
2009-06-14 | Fix groovie's GUI game options | Jordi Vilalta Prat |
2009-06-06 | Added game GUI options to advancedDetector and updated all engines | Eugene Sandulenko |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of cha... | Max Horn |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-03-15 | Groovie: Add non-uniform scaling to the ROQ player | Jordi Vilalta Prat |
2009-03-15 | Groovie: Added basic alpha channel support to the ROQ player | Jordi Vilalta Prat |
2009-03-14 | Give more meaningful names to detected entries. | Eugene Sandulenko |
2009-03-14 | Avoid polluting of global gameid namespace and restore compatibility with | Eugene Sandulenko |
2009-03-12 | Groovie: We need to save gameids to distinguish different entries detected fr... | Jordi Vilalta Prat |
2009-03-10 | - Convert some file references from uint16 to uint32 to suit 11H | Scott Thomas |
2009-03-10 | Fix graphics corruption in 11H FMV streams | Scott Thomas |
2009-03-10 | Groovie: Initial support for different opcode sets | Jordi Vilalta Prat |
2009-03-05 | Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ... | Jordi Vilalta Prat |
2009-03-04 | Fixed weirdness in groovie (as reported on scummvm-devel) | Max Horn |
2009-03-01 | Remove extra whitespaces | Jordi Vilalta Prat |
2009-03-01 | Groovie: Merged init() and go() into run() | Jordi Vilalta Prat |
2009-03-01 | Merged Engine::go() and ::init() into a new run() method (currently implement... | Max Horn |
2009-02-15 | - Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel. | Johannes Schickel |
2009-02-15 | T7G: Fix for #2511456. Volume is now only reset to 100 on playing a new track... | Henry Bush |
2009-02-15 | T7G: print out the current script pos in decimal too (to match ST's decomp's ;-) | Henry Bush |
2009-02-15 | Fixed compiler warning about loss of precision | Paul Gilbert |
2009-02-01 | T7G: Fix for 2474078 (hopefully). Check if volume has fallen to correct level... | Henry Bush |
2009-02-01 | T7G: revert r36125 until I figure out why it broke general midi music | Henry Bush |
2009-01-30 | Don't use g_engine to access the mixer | Max Horn |
2009-01-30 | Renamed SpecialDebugLevel to DebugChannel | Max Horn |