aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-04Fascination - Add detection for EN Atari versionArnaud Boutonné
2010-02-03Fixed the hang with the new music code after the copy protection in Island of...Filippos Karapetis
2010-02-03clean-up : forgot commented codeArnaud Boutonné
2010-02-03Fascination - based on the theoritical values of flag, use getWindow instead ...Arnaud Boutonné
2010-02-03SCI: some work on robot REing (still comments only)Martin Kiewitz
2010-02-03SCI: fixing picture corruption in sci32 (e.g. sq6 picture 430, kq7 after intro)Martin Kiewitz
2010-02-03SCI: we checked first cel size when detecting hires instead of actual picture...Martin Kiewitz
2010-02-03Loosening the 2 samples per channel requirement of Apple_ADPCMStream to 1 sam...Sven Hesse
2010-02-03Remove code duplication.Johannes Schickel
2010-02-03Add tests for RawStream's seek implementation.Johannes Schickel
2010-02-03Add tests for stereo mode of RawStream.Johannes Schickel
2010-02-03Test various sample rates with RawStream's getLength implementation (just in ...Johannes Schickel
2010-02-03Fix bug in RawStream::getLength for 16bit streams. (Uncovered by our new unit...Johannes Schickel
2010-02-03Add unit test for RawStream::getLength.Johannes Schickel
2010-02-03Some additional tests of RawStream::readBuffer.Johannes Schickel
2010-02-03Add test for rewind functionality of RawStream.Johannes Schickel
2010-02-03Add tests for unsigned sample data for RawStream.Johannes Schickel
2010-02-03Less noisy output in case something goes wrong.Johannes Schickel
2010-02-03Test both BE and LE 16bit samples.Johannes Schickel
2010-02-03Cleanup.Johannes Schickel
2010-02-03Fascination - Cleanup: suppress some noisy debug output, suppress some obsole...Arnaud Boutonné
2010-02-03Placed all the game feature detection code in a separate classFilippos Karapetis
2010-02-03Add some (lame) first version of RawStream unit tests. Currently all it does ...Johannes Schickel
2010-02-03Make makeMP3Stream return 0 on failure too.Johannes Schickel
2010-02-03Yet more Flac -> FLAC changes for consistency.Johannes Schickel
2010-02-03- Rename FlacStream to FLACStream.Johannes Schickel
2010-02-03Implementing saving/loading for Fascination. Tested in the DOS floppy version...Sven Hesse
2010-02-03Rename RawAudioStream to RawStream for consistency.Johannes Schickel
2010-02-03Cleanup.Johannes Schickel
2010-02-03Rename:Johannes Schickel
2010-02-03- Return 0 in makeVorbisStream and makeFlacStream, in case creating the strea...Johannes Schickel
2010-02-03Only show that annoying checkmouse warning for FascinationSven Hesse
2010-02-03Minor style-related changesSven Hesse
2010-02-03Initial implementation of text drawing for SCI2 (it's a hack for now, done th...Filippos Karapetis
2010-02-03SCI: Make add_exec_stack_entry & add_exec_stack_varselector static / privateMax Horn
2010-02-03SCI: Move more stuff aroundMax Horn
2010-02-03cleanupMax Horn
2010-02-03SCI: restoring param of run_vm is a bool, not an intMax Horn
2010-02-03SCI: Get rid of EngineState::stack_segmentMax Horn
2010-02-03SCI: Rearrange members of class EngineStateMax Horn
2010-02-03SCI: Renamed Console::_vm to _engineMax Horn
2010-02-03Fascination - Fix screen transition Arnaud Boutonné
2010-02-02Fascination - comment calls to getWindow() in checkMouse(). I think getWindow...Arnaud Boutonné
2010-02-02Fascination - Add a window specific function, modify checkmouse() function in...Arnaud Boutonné
2010-02-02Fascination - Add a define to enable/disable MDY player, as it currently gene...Arnaud Boutonné
2010-02-02Fascination - Fix one wrong wait timeArnaud Boutonné
2010-02-02SCI: cleanupMax Horn
2010-02-02SCI: Use Common::List and Common::String to simplify breakpoint handling (unt...Max Horn
2010-02-02SCI: Move some code around (no code changes)Max Horn
2010-02-02Fix compile without SCI32Matthew Hoops