aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Collapse)Author
2006-01-01Rename variable.Travis Howell
svn-id: r19874
2006-01-01Add additional drawStrip case for HE games.Travis Howell
Fixes glitches over key in Darkroom of freddi3. svn-id: r19873
2006-01-01HE Games use more image states for objects.Travis Howell
Fixes background redraw when getting urchin in room 13 of freddi2. svn-id: r19872
2005-12-31Minor changes.Travis Howell
svn-id: r19868
2005-12-30* Replaced MDT_PREFER_NATIVE/MDT_NATIVE by MDT_PREFER_MIDI/MDT_MIDI).Max Horn
* Changed MidiDriver::createMidi so that if MD_ADLIB is passed, it now *does* instantiate the adlib driver. * Rewrote MidiDriver::detectMusicDriver (code should be clearer now, and hopefully easier to adapt/maintain). Note that the behavior changed slightly (this may require some tweaking). * Added MidiDriver::findMusicDriver which works similar to the old MidiDriver::parseMusicDriver but returns the full MidiDriverDescription and ignores all characters in the passed driver name following a colon ":". * Changed MidiDriver::parseMusicDriver to use MidiDriver::findMusicDriver. * Changed game engines to match the changes made to MidiDriver. * Modified SCUMM engine to not record the selected midi/music driver (in _midiDriver), but rather the music *type* (in _musicType). svn-id: r19859
2005-12-30Correct Spy Fox game's titles.Travis Howell
svn-id: r19850
2005-12-29Minor changes.Travis Howell
svn-id: r19848
2005-12-29Revert HE version change for Mac. farm demo.Travis Howell
svn-id: r19843
2005-12-28Add Macintosh versions of more HE demos.Travis Howell
svn-id: r19842
2005-12-26Add details for Macintosh versions of airport and jungle.Travis Howell
svn-id: r19836
2005-12-20Change from Quietust:Travis Howell
-Fix assert regressions in NES version of maniac svn-id: r19812
2005-12-19Add German bundled Macintosh version of dott.Travis Howell
svn-id: r19810
2005-12-19Correct platform for German freddi demo.Travis Howell
svn-id: r19808
2005-12-19Correct HE version for German freddi demo.Travis Howell
svn-id: r19807
2005-12-18Add German version of freddi2 for Macintosh.Travis Howell
Add German demos of freddi & puttzoo. svn-id: r19806
2005-12-14Don't update screen when _width or _height is 0, otherwise the ↵Gregory Montoir
copyRectToScreen assert gets triggered. This happens at the beginning of vision.san in FT, where the first frame doesn't contain any FOBJ chunks. svn-id: r19797
2005-12-09Simplified COMI IMA codec (resulting code needs less memory and should be ↵Max Horn
faster on modern CPUs) svn-id: r19770
2005-12-09Unified IMA code a little bitMax Horn
svn-id: r19767
2005-12-09URL pointing to an IMA format referenceMax Horn
svn-id: r19766
2005-12-07Add Macintosh versions of Backyard sports titles.Travis Howell
svn-id: r19756
2005-12-05Changes for German version of puttrace/spyfox.Travis Howell
svn-id: r19746
2005-12-05Add German versions of puttrace/spyfox/spyfox2.Travis Howell
svn-id: r19744
2005-12-031. New build structure for Symbian builds to allow easier build and project ↵Lars Persson
updates 2. Updated framework files for new structure 3. Uncommented Debug statements in vorbis.cpp (Should probably be removed alltogether. 4. Incorporated Sevs code formatting changes in the new Symbian source structure. 5. Removed/Changed EScummVM to ScummVM instead, hopefully most cases covered. 6. Beginning vibration support to be used for Scumm shake effects (Work ongoing by SumthinWicked) 7. Replaced the ScummVM icon for the FavIcon and upscaled the icon to 32x32. I think it looks ok, comments are welcome. 8. Built for S60V1 and UIQ2 targets from the cvs 9. Updated Readme with new build instructions. Any comments are welcome. Hopefully the other builds are not affected by this and all Sevs code updates are also incorporated. svn-id: r19739
2005-12-03Not needed anymore :)Chris Apers
svn-id: r19735
2005-12-03Add Macintosh version of Pajama Sam 3.Travis Howell
svn-id: r19732
2005-12-03Add work around for filename difference in HE7 file of water (HE99 Mac.)Travis Howell
Add details for Macintosh versions of German HE demos. svn-id: r19731
2005-12-03Add German version of pajama3.Travis Howell
Add German version of freddi3 (Mac) svn-id: r19730
2005-12-02Used in Macintosh version too.Travis Howell
svn-id: r19727
2005-12-01Add another English version of spyfox/water.Travis Howell
svn-id: r19726
2005-11-30Correct demo target.Travis Howell
svn-id: r19723
2005-11-27Actor sounds need to be saved as uint16 for HE games, fixes bug #1367798.Travis Howell
svn-id: r19720
2005-11-27Add missing akos cases for pajama, fixes bug #1367793.Travis Howell
svn-id: r19719
2005-11-27Add patch:Travis Howell
1367403 - Korean Fixes svn-id: r19718
2005-11-27Correct HE version.Travis Howell
svn-id: r19712
2005-11-27Patch #1341626: "New GP32 port"Eugene Sandulenko
svn-id: r19710
2005-11-27Add another English version of Pajama Sam 1.Travis Howell
svn-id: r19709
2005-11-24original TheDig interpreter handles up to 200 blastObjects. Resized ↵Gregory Montoir
_blastObjectQueue accordingly, that should fix bugs #1364922 and #1356652. svn-id: r19701
2005-11-23Made the autosave period a configuration option and updated the engines ↵Gregory Montoir
using that feature (SCUMM, Queen and Sky). The value is supposed to be in seconds ; if it's set to 0 then autosaving is disabled. See also tracker item #1350187. svn-id: r19700
2005-11-23Add details for German version of pajama2/putttime for Macintosh.Travis Howell
svn-id: r19696
2005-11-22Filename used by German version of pajama2 for Macintosh too.Travis Howell
svn-id: r19692
2005-11-22Add another German version of Putt Putt Travels Through Time.Travis Howell
svn-id: r19691
2005-11-20Increase maxHeapThreshold to 6M for SCUMM games with the GF_NEW_COSTUMES ↵Joost Peters
feature, the old value of 2.5M was too small to contain all resources for certain scenes in The Dig and COMI. svn-id: r19679
2005-11-20*** empty log message ***Travis Howell
svn-id: r19675
2005-11-20Fix skipping cutscene in Commodore 64 version of zak.Travis Howell
svn-id: r19674
2005-11-20Update Commodore 64 palette table.Travis Howell
Cleanup. svn-id: r19673
2005-11-20Correct face color in Commodore 64 version of zak.Travis Howell
svn-id: r19672
2005-11-19Fix for crash caused by very rapid camera movement in V7/V8 gamesMax Horn
svn-id: r19671
2005-11-19fix compile warningAndrew Kurushin
svn-id: r19664
2005-11-19Add some German HE demos.Travis Howell
svn-id: r19660
2005-11-19Fix the bundled Macintosh version of FT demo.Travis Howell
Filename substitution should only be checked for resource files, not other data files. svn-id: r19659