aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-04SCI: adding GfxPaint32 class, adding back support for planes, minor change ↵Martin Kiewitz
in GfxPaint16 (using #def instead of fixed value) svn-id: r47880
2010-02-04SCI: adding back selector for sci32Martin Kiewitz
svn-id: r47879
2010-02-04SCI: also adjusting bottom/right coordinate of plane rectMartin Kiewitz
svn-id: r47878
2010-02-04SCI: added clipping inside frameout (fixes torin)Martin Kiewitz
svn-id: r47877
2010-02-04SCI: adding selectors bottom and rightMartin Kiewitz
svn-id: r47876
2010-02-04SCI: support for resX, resY inside frameoutMartin Kiewitz
svn-id: r47875
2010-02-04SCI: adding support for resX, resY selectors for sci32Martin Kiewitz
svn-id: r47874
2010-02-04SCI: fix support for cels that are larger than 64k (sierra logo animation in ↵Martin Kiewitz
sq6) svn-id: r47873
2010-02-04added fading in certain areas (bush in forest)Vladimir Menshakov
svn-id: r47872
2010-02-04Fascination - Add detection for EN Atari versionArnaud Boutonné
svn-id: r47871
2010-02-03Fixed the hang with the new music code after the copy protection in Island ↵Filippos Karapetis
of Dr. Brain svn-id: r47870
2010-02-03clean-up : forgot commented codeArnaud Boutonné
svn-id: r47869
2010-02-03Fascination - based on the theoritical values of flag, use getWindow instead ↵Arnaud Boutonné
of the code I added. Suppress shr 8 in getWindow and switched from int8 to uint16, in order to match the executable. svn-id: r47868
2010-02-03SCI: some work on robot REing (still comments only)Martin Kiewitz
svn-id: r47867
2010-02-03SCI: fixing picture corruption in sci32 (e.g. sq6 picture 430, kq7 after intro)Martin Kiewitz
svn-id: r47866
2010-02-03SCI: we checked first cel size when detecting hires instead of actual ↵Martin Kiewitz
picture resolution, now checking correctly svn-id: r47865
2010-02-03Loosening the 2 samples per channel requirement of Apple_ADPCMStream to 1 ↵Sven Hesse
sample per channel svn-id: r47864
2010-02-03Remove code duplication.Johannes Schickel
svn-id: r47863
2010-02-03Add tests for RawStream's seek implementation.Johannes Schickel
svn-id: r47862
2010-02-03Add tests for stereo mode of RawStream.Johannes Schickel
svn-id: r47861
2010-02-03Test various sample rates with RawStream's getLength implementation (just in ↵Johannes Schickel
case...). svn-id: r47860
2010-02-03Fix bug in RawStream::getLength for 16bit streams. (Uncovered by our new ↵Johannes Schickel
unit tests yay!) svn-id: r47859
2010-02-03Add unit test for RawStream::getLength.Johannes Schickel
svn-id: r47858
2010-02-03Some additional tests of RawStream::readBuffer.Johannes Schickel
svn-id: r47857
2010-02-03Add test for rewind functionality of RawStream.Johannes Schickel
svn-id: r47856
2010-02-03Add tests for unsigned sample data for RawStream.Johannes Schickel
svn-id: r47855
2010-02-03Less noisy output in case something goes wrong.Johannes Schickel
svn-id: r47854
2010-02-03Test both BE and LE 16bit samples.Johannes Schickel
svn-id: r47853
2010-02-03Cleanup.Johannes Schickel
svn-id: r47852
2010-02-03Fascination - Cleanup: suppress some noisy debug output, suppress some ↵Arnaud Boutonné
obsolete and commented code. svn-id: r47851
2010-02-03Placed all the game feature detection code in a separate classFilippos Karapetis
svn-id: r47850
2010-02-03Add some (lame) first version of RawStream unit tests. Currently all it does ↵Johannes Schickel
it, checking, whether readBuffer works for 8bit and 16bit samples. svn-id: r47849
2010-02-03Make makeMP3Stream return 0 on failure too.Johannes Schickel
svn-id: r47848
2010-02-03Yet more Flac -> FLAC changes for consistency.Johannes Schickel
svn-id: r47847
2010-02-03- Rename FlacStream to FLACStream.Johannes Schickel
- Rename makeFlacStream to makeFLACStream. svn-id: r47846
2010-02-03Implementing saving/loading for Fascination. Tested in the DOS floppy ↵Sven Hesse
versions and the Amiga version svn-id: r47845
2010-02-03Rename RawAudioStream to RawStream for consistency.Johannes Schickel
svn-id: r47844
2010-02-03Cleanup.Johannes Schickel
svn-id: r47843
2010-02-03Rename:Johannes Schickel
- FlacInputStream -> FlacStream - VorbisInputStream -> VorbisStream - MP3InputStream -> MP3Stream svn-id: r47842
2010-02-03- Return 0 in makeVorbisStream and makeFlacStream, in case creating the ↵Johannes Schickel
stream failed. - Add a TODO in the MP3 code for the same behavior. svn-id: r47841
2010-02-03Only show that annoying checkmouse warning for FascinationSven Hesse
svn-id: r47840
2010-02-03Minor style-related changesSven Hesse
svn-id: r47839
2010-02-03Initial implementation of text drawing for SCI2 (it's a hack for now, done ↵Filippos Karapetis
the "SCI0-SCI11" way, and text splitting is wrong...) svn-id: r47838
2010-02-03SCI: Make add_exec_stack_entry & add_exec_stack_varselector static / privateMax Horn
svn-id: r47837
2010-02-03SCI: Move more stuff aroundMax Horn
svn-id: r47836
2010-02-03cleanupMax Horn
svn-id: r47835
2010-02-03SCI: restoring param of run_vm is a bool, not an intMax Horn
svn-id: r47834
2010-02-03SCI: Get rid of EngineState::stack_segmentMax Horn
svn-id: r47833
2010-02-03SCI: Rearrange members of class EngineStateMax Horn
svn-id: r47832
2010-02-03SCI: Renamed Console::_vm to _engineMax Horn
svn-id: r47831