Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-17 | Correction number of actors in a few HE games. | Travis Howell | |
VAR_NUM_ACTORS doesn't always have the correct value. svn-id: r16799 | |||
2005-02-15 | - Fixed what I understand to be a check to ensure that sysex instrument data ↵ | Jerome Fisher | |
wasn't sent to the rhythm channel. It was preventing instruments from being written to part 8. This fixes the window crashing sound in the intro of the floppy version of Indy 4, and possibly other things. Hopefully it breaks nothing. svn-id: r16798 | |||
2005-02-15 | Re-phrased comment to make it sound more like the fact it is and less like | Torbjörn Andersson | |
a "FIXME". svn-id: r16797 | |||
2005-02-15 | This should keep ScummVM from trying to free invalid pointers. I hope. | Torbjörn Andersson | |
svn-id: r16796 | |||
2005-02-15 | Fix crash in updated Russian freddi1. | Eugene Sandulenko | |
svn-id: r16795 | |||
2005-02-14 | o Added 5 updated Russian freddi-related titles. | Eugene Sandulenko | |
o Fixed ScummEngine_v72he::o72_openFile() so autogenerated names also checked for substitution. o New case 0 in o100_actorOps() used by Russian updated freddicove. Number of stack items weren't checked against disassembly svn-id: r16792 | |||
2005-02-14 | Add addiotnal decode type in later HE games. | Travis Howell | |
svn-id: r16791 | |||
2005-02-14 | Update comment | Travis Howell | |
svn-id: r16790 | |||
2005-02-14 | Correct sound TAG for Backyard sports games | Travis Howell | |
Fix memory leak. svn-id: r16789 | |||
2005-02-14 | *** empty log message *** | Travis Howell | |
svn-id: r16788 | |||
2005-02-14 | Add opcode for HE100 | Travis Howell | |
svn-id: r16787 | |||
2005-02-14 | Add opcode | Travis Howell | |
svn-id: r16786 | |||
2005-02-14 | Add opcode | Travis Howell | |
svn-id: r16785 | |||
2005-02-14 | Add basic support for DISK index block in later HE games. | Travis Howell | |
svn-id: r16784 | |||
2005-02-13 | Fix typo in football substitute. | Eugene Sandulenko | |
svn-id: r16783 | |||
2005-02-13 | HE version correction for russian spyfox | Eugene Sandulenko | |
svn-id: r16782 | |||
2005-02-13 | Added new Russian HE titles. | Eugene Sandulenko | |
svn-id: r16780 | |||
2005-02-12 | fix/workaround for bug: 1120625 | Paweł Kołodziejski | |
svn-id: r16779 | |||
2005-02-12 | fixed warning | Paweł Kołodziejski | |
svn-id: r16777 | |||
2005-02-11 | Renamed substDataFileNames to substResFileNames. Just forgot to do it last | Eugene Sandulenko | |
time. svn-id: r16772 | |||
2005-02-11 | Added "PuttPuttTTT" as an alias for "putttime", since that's what my copy | Torbjörn Andersson | |
of the game uses. (Unfortunately the data files do not all use the same capitilization. Some are named "PuttPuttTTT"-something, while others are named "puttputtTTT"-something.) svn-id: r16770 | |||
2005-02-11 | Sorted multiple_versions_md5_settings[] table to ease maintenance. | Eugene Sandulenko | |
svn-id: r16768 | |||
2005-02-11 | Eliminated more targets and fixed couple mistakes | Eugene Sandulenko | |
svn-id: r16767 | |||
2005-02-11 | Few more targets eliminated. Though they never existed. Need to check this | Eugene Sandulenko | |
with joostp. svn-id: r16766 | |||
2005-02-11 | Renamed eliminated HE targets. Now bgbennyboy should be happy :) | Eugene Sandulenko | |
svn-id: r16765 | |||
2005-02-11 | Turned HE Mac resource filename generator into generall, whole SCUMM-purpose | Eugene Sandulenko | |
method. Right now it is used to eliminate those Windows HE titles which have different target base names. If you want to use it, then define another entry in substDataFileNameTable[]. If your version with different base name has other features then you need to define GF_MULTIPLE_VERSIONS for main entry and add any additional entries to multiple_versions_md5_settings based on MD5 of the entry. svn-id: r16764 | |||
2005-02-09 | Portability fixes. | Eugene Sandulenko | |
svn-id: r16761 | |||
2005-02-09 | Patch from Quietust: | Travis Howell | |
Add comments and misc changes to Amiga V2 player. svn-id: r16759 | |||
2005-02-09 | Patch from Quietust: | Travis Howell | |
Add another two sounds for Amiga version of Zak McKracken svn-id: r16758 | |||
2005-02-08 | Fix bug #1118854 | Nicolas Bacca | |
svn-id: r16757 | |||
2005-02-08 | *** empty log message *** | Travis Howell | |
svn-id: r16755 | |||
2005-02-08 | Minor updates to HE100 | Travis Howell | |
svn-id: r16754 | |||
2005-02-06 | Removed pointless debug calls (they just cause overhead) | Max Horn | |
svn-id: r16738 | |||
2005-02-06 | return null if sound is not found | Paweł Kołodziejski | |
svn-id: r16737 | |||
2005-02-05 | Removed unnecessary empty line. | Torbjörn Andersson | |
svn-id: r16736 | |||
2005-02-04 | Some HFS dumpinf programs write files with resource fork to .bin file. | Eugene Sandulenko | |
Support that. Also support separately dumped resource forks. File name for those has .rsrc extension. svn-id: r16735 | |||
2005-02-03 | Add suppoert for coloured Mac cursors. Though they're disabled at the moment. | Eugene Sandulenko | |
The reason is that they use their own palette which could not match current global one. Now I have to turn back to that old OSystem patch and render cursor on a separate surface and extend OSystem with yet another optional call setCursorPalette. svn-id: r16734 | |||
2005-02-02 | correct typos | Joost Peters | |
svn-id: r16733 | |||
2005-02-02 | Ooops | Travis Howell | |
svn-id: r16732 | |||
2005-02-02 | Merge two opcode, move two opcodes back to HE70. | Travis Howell | |
svn-id: r16731 | |||
2005-02-02 | Forgot to add baseball2003 | Eugene Sandulenko | |
svn-id: r16730 | |||
2005-02-02 | Small correction to baseball2003 | Eugene Sandulenko | |
svn-id: r16729 | |||
2005-02-02 | These demos make use of Smacker. | Travis Howell | |
svn-id: r16724 | |||
2005-02-02 | Add some HE targets and some Russian versions. | Eugene Sandulenko | |
svn-id: r16723 | |||
2005-02-02 | o Added few targets | Eugene Sandulenko | |
* baseball2003 and Soccer2004 use Bink videos but just for intro movies and logos, so we may add them. * artdemo and readdemo also use Bink, but seems that additionally it uses them in cutscenes, but since there are just few of them, not like in full games, we may try to look at them too * SoccerMLS is (alsmost) working. It runs the intro, shows menu, lets to select from it but then fails at some Wiz stuff and there is no hotspots to choose. I think it may be related to overall HE99 problem with inventory where there is a bug preventing from item selection o baseball2003 and Soccer2004 featured new LECF index block. Add stub for it o SoccerMLS used kernelSetFunction 2001 in intro. add stub for it o Alternative russian freddi3 uses badly formatted logo substitution in intro, so error() in default case in Gdi::drawBMAPBg() was replaced with warning(). svn-id: r16722 | |||
2005-02-01 | More HE100 diffs. | Travis Howell | |
svn-id: r16720 | |||
2005-02-01 | HE100 updates for lost | Travis Howell | |
svn-id: r16719 | |||
2005-02-01 | HE100 updates for lost | Travis Howell | |
svn-id: r16718 | |||
2005-02-01 | Add HE100 version of Pajama Sam 1/ Pajama Sam's Lost & Found. | Travis Howell | |
svn-id: r16717 | |||
2005-01-31 | Yet another correction to 'dog'. Kirben, please check it as you have different | Eugene Sandulenko | |
version than me. It seems that the game was released on multiple engine versions. svn-id: r16716 |