Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-21 | Fix the Hoyle 4 (Hoyle Classic) demo's top offset. It currently errors out ↵ | Matthew Hoops | |
later from lacking a selector (static selector problem). svn-id: r50118 | |||
2010-06-18 | SCI: Add mac SQ1 & SQ3 | Max Horn | |
svn-id: r50030 | |||
2010-05-10 | Add support for loading SCI games from Mac resource forks. The games ↵ | Matthew Hoops | |
themselves do not work yet as some (not all) of the data is in BE order instead of LE. They currently error out because it thinks the relocation block is outside of the script. svn-id: r48998 | |||
2010-03-05 | SCI: Add detection entry for Space Quest 5 french found in Space Quest ↵ | Fabio Battaglia | |
Collector's edition svn-id: r48165 | |||
2010-02-28 | Add detection entry for SQ4 Mac. | Matthew Hoops | |
svn-id: r48156 | |||
2010-02-23 | SCI: add Gabriel Knight 1 French DOS CD detection entry | Fabio Battaglia | |
svn-id: r48115 | |||
2010-02-06 | Add detection entry for KQ5 Mac. Also, make Mac and Amiga SCI1_EGA+ games ↵ | Matthew Hoops | |
default to MIDI as we don't (yet) support their patches. KQ5 Mac will start and go until the main menu. svn-id: r47924 | |||
2010-02-01 | kPlatform(0) should return the SCI platform number. Fixes playing AVI's in ↵ | Matthew Hoops | |
KQ7 Windows. Also, adding/updating detection entries for KQ7 Windows. svn-id: r47791 | |||
2010-01-29 | Add duplicate entries of GK1 CD with the Windows platform set so that ↵ | Matthew Hoops | |
setting the platform to Windows won't appear as a missing entry. svn-id: r47670 | |||
2010-01-27 | Improve support for the SCI2.1/SCI3 file naming scheme. Multiple maps can be ↵ | Matthew Hoops | |
used and have to be matched up with their volume counterparts. Adding detection for the Phantasmagoria Demo too. svn-id: r47588 | |||
2010-01-26 | Disable all detection entries for SCI3 games - they use a different script ↵ | Filippos Karapetis | |
format (in .CSC files), and are currently totally unsupported svn-id: r47570 | |||
2010-01-26 | SCI: Added comment about PQ:SWAT original release (has the same MD5s as the ↵ | Martin Kiewitz | |
pq collection release although version is 1.000) svn-id: r47567 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-19 | SCI: added french lb2 floppy | Martin Kiewitz | |
svn-id: r47373 | |||
2009-12-07 | Applied patch from tracker item #2900436 - "SCI: SCI32 Checksums" with some ↵ | Filippos Karapetis | |
formatting changes svn-id: r46275 | |||
2009-10-25 | Mark Jones CD with the CD flag and add CD in the extras field. | Matthew Hoops | |
svn-id: r45365 | |||
2009-10-22 | Added the rest of the detection entries from bug report #2612718 and removed ↵ | Filippos Karapetis | |
some extra whitespace svn-id: r45331 | |||
2009-10-09 | Removed the now unused GF_SCI0_OLDGETTIME flag and simplified all of the ↵ | Filippos Karapetis | |
game entries in the detector svn-id: r44856 | |||
2009-09-17 | Added alternate versions for iceman, lsl2, qfg1, sq3 and sq4 from bug report ↵ | Filippos Karapetis | |
#2612718. Still many to go, that bug report is huge svn-id: r44158 | |||
2009-09-17 | Added the CD version of Jones (bug report #2813795) and another version of ↵ | Filippos Karapetis | |
RAMA (bug report #2850645) svn-id: r44139 | |||
2009-09-01 | Added checksums for KQ5 EGA (bug report #2829470) | Filippos Karapetis | |
svn-id: r43903 | |||
2009-09-01 | - Reverted the *vga targets back to *sci, and used the extras field again ↵ | Filippos Karapetis | |
for VGA remakes - The extras field is now filled by the fallback detector for VGA games svn-id: r43893 | |||
2009-09-01 | - Added MD5's for the 5 different Crazy Nick's collections | Filippos Karapetis | |
- Added the MD5's of the French versions of GK2 and SQ6 (bug reports #2846842 and #2846515) - Added a different game id for QFG1 VGA (SCI1.1), to distinguish it from the older EGA version (SCI0) and added detection for the VGA version in the fallback detector - Changed some VGA SCI game IDs: lsl1sci -> lsl1vga, pq1sci -> pq1vga, sq1sci -> sq1vga, to distinguish SCI VGA remakes from SCI EGA remakes (like with QFG1VGA) svn-id: r43891 | |||
2009-08-30 | Adding support for AVI in SCI games (such as kq6) and implement kPlatform. | Matthew Hoops | |
svn-id: r43834 | |||
2009-08-24 | Move detection tables to separate file. | Eugene Sandulenko | |
svn-id: r43682 |