aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-07Don't #define M_PI in graphics/jpeg.h (it clashes with math.h, and it's bad s...Max Horn
2009-07-07Change SaveLoad_Playtoons caseArnaud Boutonné
2009-07-07Removed the superfluous sci_version_types array (it's essentially the same as...Filippos Karapetis
2009-07-07- Add a new gametype for 'The Land of the Magic Stones'Arnaud Boutonné
2009-07-07- Separate Playtoons gametypes from in GobEngine::initGameParts()Arnaud Boutonné
2009-07-07Groovie: Added video skipping functionality in 11h, verified some opcode usag...Jordi Vilalta Prat
2009-07-07Cleanup: added an enum for the auto-detected features, removed the selectors ...Filippos Karapetis
2009-07-07Added auto-detection for games with older headers for script blocks, and remo...Filippos Karapetis
2009-07-07Groovie: Fix a memory leak in still framesJordi Vilalta Prat
2009-07-07Added a SCI1.1 case in the lofss opcode, like in the lofsa opcode (essentiall...Filippos Karapetis
2009-07-07Add detection of Playtoons 2 EnArnaud Boutonné
2009-07-07Removed PixelFormat convenience constructors at behest of Max and Eugene.Jody Northup
2009-07-07- Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has...Filippos Karapetis
2009-07-07Removed the shooting workaround delay - the overlay number can vary, so it is...Paul Gilbert
2009-07-07Merged revisions 42201-42202 via svnmerge from Travis Howell
2009-07-07Merged revisions 42163-42164,42167-42181,42196-42200 via svnmerge from Travis Howell
2009-07-07Set the correct sound rate for Personal Nightmare.Travis Howell
2009-07-07Prevent a crash when the engine errors out before the game state is initializedFilippos Karapetis
2009-07-07Removed unused defineFilippos Karapetis
2009-07-07Fix to the return values of the Op_GetMouseButton library function now allows...Paul Gilbert
2009-07-07Added workaround to briefly pause when displaying the first message of the sh...Paul Gilbert
2009-07-07Bugfix so that user delays work correctlyPaul Gilbert
2009-07-07Bugfix so the game speed will correctly change after showing the credits when...Paul Gilbert
2009-07-06Groovie: Fix most ROQ glitchesJordi Vilalta Prat
2009-07-06Renamed SCI_VERSION_01 -> SCI_VERSION_01_EGAFilippos Karapetis
2009-07-06Fix RTL from Kyra3 main menu. (It now doesn't quit ScummVM anymore)Johannes Schickel
2009-07-06Swapped the music and audio resource check for SCI1.1 games. Digital sound ef...Filippos Karapetis
2009-07-06KQ6CD should be working correctly againFilippos Karapetis
2009-07-06Groovie: Improve ROQ timing and audio sync (noticeable at least in the Clande...Jordi Vilalta Prat
2009-07-06Loop over the string instead of copying and then editing it (hopefully, the P...Sven Hesse
2009-07-06add workaround for PSP compiler ICEJoost Peters
2009-07-06Proper handling of sound effects marked as music resourcesFilippos Karapetis
2009-07-06Removed all the current special cases coding for user (mouse press) waiting, ...Paul Gilbert
2009-07-06When a song isn't found, send a "stop handle" event so that the engine won't ...Filippos Karapetis
2009-07-06Splitting up the big evaluate() functionSven Hesse
2009-07-06Assigned several unimplemented/unused kernel functions as stubs, so that we k...Filippos Karapetis
2009-07-06Added seChanged the warning displayed when a selector can't be mapped to a de...Filippos Karapetis
2009-07-06Fixed compilationFilippos Karapetis
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
2009-07-06Updated doxygen comments on API functionsJody Northup
2009-07-06Merged revisions 42087-42088,42093-42095,42097-42099,42104-42107,42110,42112-...Travis Howell
2009-07-06Ooops, remove debug code.Travis Howell
2009-07-06Use graphics surfaces for screen buffers, and always use correct pitch when w...Travis Howell
2009-07-06Bugfix for node enabling/disabling, which was previously allowing the player ...Paul Gilbert
2009-07-06Adding more commentsSven Hesse
2009-07-05Groovie: get hotspots working correctly in 11H RGBHenry Bush
2009-07-05Added an enum for the hotspot statesSven Hesse
2009-07-05Adding some hotspot debug messagesSven Hesse
2009-07-05Renaming the last occurences of "Collision" to "Hotspot"Sven Hesse
2009-07-05Reordering some methodsSven Hesse