Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-04 | Correct music drivers for AtariST/Macintosh versions. | Travis Howell | |
svn-id: r18775 | |||
2005-09-04 | Remove baseFilename and detectFilename from struct ScummGameSettings since | Eugene Sandulenko | |
it is not needed anymore. svn-id: r18772 | |||
2005-09-04 | fixed crash in Sound::openSfxFile() | Gregory Montoir | |
svn-id: r18771 | |||
2005-09-04 | Fix detection/running of those games which have different file generation in | Eugene Sandulenko | |
different cases. Though it lacks file caches. svn-id: r18770 | |||
2005-09-04 | oops. | Eugene Sandulenko | |
svn-id: r18768 | |||
2005-09-04 | Fix more platforms. | Eugene Sandulenko | |
Fix dig demos. svn-id: r18767 | |||
2005-09-04 | Fix platforms | Eugene Sandulenko | |
svn-id: r18766 | |||
2005-09-04 | Implement my own request #1091806 "SCUMM: Eliminate platform-specific targets". | Eugene Sandulenko | |
.ini file gets auto-upgraded and user gets a warning to console. Old targets are still present but get converted immediately. We could remove them maybe after 2 releases. Also demos targets were removed as well. Probably next target is HE demos. I tried my best to test all combinations of files, but bugs still may be present. svn-id: r18765 | |||
2005-09-04 | The Venice music should not be played in FM TOWNS versions of indy3. | Travis Howell | |
Confirmed by checking original game under UNZ. svn-id: r18764 | |||
2005-09-03 | YALE (yet another line ending). Chris, it is good to do CVS diff before | Eugene Sandulenko | |
each commit as I do. This easily lets avoid such mistakes and reminds you about your changes, debug leftovers et al. svn-id: r18762 | |||
2005-09-03 | PalmOS : ARM optimization | Chris Apers | |
svn-id: r18755 | |||
2005-09-03 | Change PalmOS ident | Chris Apers | |
svn-id: r18750 | |||
2005-09-02 | cleanup | Gregory Montoir | |
svn-id: r18734 | |||
2005-09-02 | workaround bug #1223621 | Gregory Montoir | |
svn-id: r18731 | |||
2005-09-02 | Match original games, only the music file is essential in COMI. | Travis Howell | |
svn-id: r18728 | |||
2005-08-31 | cleanup | Gregory Montoir | |
svn-id: r18727 | |||
2005-08-31 | add fillWizPixel() | Gregory Montoir | |
svn-id: r18726 | |||
2005-08-31 | get rid of the GF_DEFAULT_TO_1X_SCALER hack for _heversion >= 71 | Gregory Montoir | |
svn-id: r18725 | |||
2005-08-30 | Add German version of pajama2. | Travis Howell | |
svn-id: r18720 | |||
2005-08-19 | typo | Gregory Montoir | |
svn-id: r18707 | |||
2005-08-19 | constness | Gregory Montoir | |
svn-id: r18706 | |||
2005-08-15 | Switch to debug, since an actor name isn't always set. | Travis Howell | |
ie actor 14 in The Dig svn-id: r18690 | |||
2005-08-14 | If I understand cyx correctly, this is the proper fix for bug #1253171, | Torbjörn Andersson | |
even though I thought it looked a bit hackish when I proposed it. svn-id: r18687 | |||
2005-08-14 | Replace warnings with debug, errors or printfs: | Travis Howell | |
-To catch any missing cases/functions used. -To prevent users reporting warnings as bugs svn-id: r18682 | |||
2005-08-14 | Replace warnings with debug, errors or printfs: | Travis Howell | |
-To catch any missing cases/functions used. -To prevent users reporting warnings as bugs svn-id: r18681 | |||
2005-08-14 | Remove leftover. | Travis Howell | |
svn-id: r18680 | |||
2005-08-14 | Add a few more HE games. | Travis Howell | |
svn-id: r18679 | |||
2005-08-14 | Fix regression in fbpack | Travis Howell | |
svn-id: r18678 | |||
2005-08-11 | rename some actor struct fields | Gregory Montoir | |
svn-id: r18664 | |||
2005-08-10 | clip the 'top' argument in Gdi::resetBackground (as we do for bottom), this ↵ | Gregory Montoir | |
is safer and should prevent crashes when loading savegames with 'invalid' coordinates for the actors. See also bug #1252714. svn-id: r18655 | |||
2005-08-10 | Don't explicity check for tremor and vorbis everywhere and | Jonathan Gray | |
require both USE_TREMOR and USE_VORBIS to be defined when using tremor. svn-id: r18642 | |||
2005-08-10 | Rest of the changes required for tremor to actually work. | Jonathan Gray | |
Based on patches against 0.7.1 by Jolan Luff. svn-id: r18641 | |||
2005-08-08 | added replacement code for hypot() | Paweł Kołodziejski | |
svn-id: r18636 | |||
2005-08-07 | added md5 for french dott demo | Gregory Montoir | |
svn-id: r18628 | |||
2005-08-06 | Cleanup. | Torbjörn Andersson | |
svn-id: r18621 | |||
2005-08-04 | Add Big Thinkers 1st Grade | Travis Howell | |
svn-id: r18608 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-07-30 | Add He70 version of function instead. | Travis Howell | |
svn-id: r18600 | |||
2005-07-30 | Fix regression (Bug #1235863), limit code change to HE70+ games. | Travis Howell | |
svn-id: r18599 | |||
2005-07-23 | In lost/smaller, spriteGroups bounds set by Sprite::setGroupBounds() aren't ↵ | Gregory Montoir | |
always valid rects, add a check for this. svn-id: r18578 | |||
2005-07-23 | typo | Gregory Montoir | |
svn-id: r18577 | |||
2005-07-23 | add missing break | Gregory Montoir | |
svn-id: r18576 | |||
2005-07-20 | Add demosi discovered by yesitsme. I have them, so ask me if interested. | Eugene Sandulenko | |
svn-id: r18571 | |||
2005-07-19 | Applied patch #1238516, with very minor modifications. It gets rid of an | Torbjörn Andersson | |
old DOTT hack/workaround. svn-id: r18559 | |||
2005-07-19 | No need to test if a pointer is NULL before freeing it. And since I | Torbjörn Andersson | |
couldn't see _frameBuffer being freed anywhere, I added that as well, though I'm not sure when it's allocated. svn-id: r18557 | |||
2005-07-16 | Set SCUMM debug mode to be on if a boot param is specified. | Jonathan Gray | |
This avoids having to use -d0 for scumm titles and alows boot params from config files to work better. svn-id: r18548 | |||
2005-07-16 | Missed flag | Travis Howell | |
svn-id: r18547 | |||
2005-07-16 | Try HE99 | Travis Howell | |
svn-id: r18546 | |||
2005-07-15 | Add reported German Spyfox1 | Eugene Sandulenko | |
svn-id: r18545 | |||
2005-07-13 | Rename function | Travis Howell | |
Add comments for missing cases. svn-id: r18538 |