Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-06 | Fix typo in one md5. Fix DOTT CD Mac bundle name. | Eugene Sandulenko | |
svn-id: r19932 | |||
2006-01-06 | Partial fix for MM NES crash. Thanks to Quietust | Eugene Sandulenko | |
svn-id: r19931 | |||
2006-01-06 | HE90+ games use difference value for actor conditions. | Travis Howell | |
Fixes animation regressions during speech. svn-id: r19927 | |||
2006-01-06 | Avoid invalid read/writes in createSound() for now. | Travis Howell | |
svn-id: r19926 | |||
2006-01-06 | Adjustments to createSound(). | Travis Howell | |
svn-id: r19925 | |||
2006-01-06 | Nukes resource directly in HE games. | Travis Howell | |
svn-id: r19924 | |||
2006-01-06 | Add another French version of DOTT. | Travis Howell | |
svn-id: r19923 | |||
2006-01-06 | Correct bounds checking for akos codec 16 in HE 71+ games. | Travis Howell | |
Fixes crash during introduction of demo of farm (Updated) svn-id: r19922 | |||
2006-01-06 | No longer required. | Travis Howell | |
svn-id: r19921 | |||
2006-01-05 | fixed warnings | Paweł Kołodziejski | |
svn-id: r19919 | |||
2006-01-05 | No longer required | Travis Howell | |
svn-id: r19917 | |||
2006-01-05 | Fix sound resource loading in HE games. | Travis Howell | |
The main resource header and size was been cut off in some cases. svn-id: r19916 | |||
2006-01-05 | Revert, might be HE100 only. | Travis Howell | |
svn-id: r19915 | |||
2006-01-05 | Adjust size, script in freddi3 triggers sound var 26. | Travis Howell | |
svn-id: r19914 | |||
2006-01-05 | Sets random talk state, if value is zero. | Travis Howell | |
Fixes song in puttrace. svn-id: r19913 | |||
2006-01-05 | Add safety check. | Travis Howell | |
svn-id: r19912 | |||
2006-01-05 | Flag 4 used for looping in later HE games. | Travis Howell | |
svn-id: r19911 | |||
2006-01-05 | Enable sound priority in HE games. | Travis Howell | |
svn-id: r19910 | |||
2006-01-05 | Initial support for sound code in HE games. | Travis Howell | |
Split HE sound functions into separate file. svn-id: r19909 | |||
2006-01-04 | Update | Travis Howell | |
svn-id: r19906 | |||
2006-01-04 | Update comments | Travis Howell | |
Add missing akos case. svn-id: r19905 | |||
2006-01-02 | Match original game titles and make game titles consistent. | Travis Howell | |
svn-id: r19892 | |||
2006-01-02 | V7/V8 games do not use the text masking anymore at all, so we can optimize ↵ | Max Horn | |
drawStripToScreen for them (this should improve CoMI speed a bit) svn-id: r19891 | |||
2006-01-01 | Rename variable. | Travis Howell | |
svn-id: r19874 | |||
2006-01-01 | Add additional drawStrip case for HE games. | Travis Howell | |
Fixes glitches over key in Darkroom of freddi3. svn-id: r19873 | |||
2006-01-01 | HE 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-31 | Minor 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-30 | Correct Spy Fox game's titles. | Travis Howell | |
svn-id: r19850 | |||
2005-12-29 | Minor changes. | Travis Howell | |
svn-id: r19848 | |||
2005-12-29 | Revert HE version change for Mac. farm demo. | Travis Howell | |
svn-id: r19843 | |||
2005-12-28 | Add Macintosh versions of more HE demos. | Travis Howell | |
svn-id: r19842 | |||
2005-12-26 | Add details for Macintosh versions of airport and jungle. | Travis Howell | |
svn-id: r19836 | |||
2005-12-20 | Change from Quietust: | Travis Howell | |
-Fix assert regressions in NES version of maniac svn-id: r19812 | |||
2005-12-19 | Add German bundled Macintosh version of dott. | Travis Howell | |
svn-id: r19810 | |||
2005-12-19 | Correct platform for German freddi demo. | Travis Howell | |
svn-id: r19808 | |||
2005-12-19 | Correct HE version for German freddi demo. | Travis Howell | |
svn-id: r19807 | |||
2005-12-18 | Add German version of freddi2 for Macintosh. | Travis Howell | |
Add German demos of freddi & puttzoo. svn-id: r19806 | |||
2005-12-14 | Don'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-09 | Simplified COMI IMA codec (resulting code needs less memory and should be ↵ | Max Horn | |
faster on modern CPUs) svn-id: r19770 | |||
2005-12-09 | Unified IMA code a little bit | Max Horn | |
svn-id: r19767 | |||
2005-12-09 | URL pointing to an IMA format reference | Max Horn | |
svn-id: r19766 | |||
2005-12-07 | Add Macintosh versions of Backyard sports titles. | Travis Howell | |
svn-id: r19756 | |||
2005-12-05 | Changes for German version of puttrace/spyfox. | Travis Howell | |
svn-id: r19746 | |||
2005-12-05 | Add German versions of puttrace/spyfox/spyfox2. | Travis Howell | |
svn-id: r19744 | |||
2005-12-03 | 1. 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-03 | Not needed anymore :) | Chris Apers | |
svn-id: r19735 | |||
2005-12-03 | Add Macintosh version of Pajama Sam 3. | Travis Howell | |
svn-id: r19732 | |||
2005-12-03 | Add 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-03 | Add German version of pajama3. | Travis Howell | |
Add German version of freddi3 (Mac) svn-id: r19730 |