aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
AgeCommit message (Collapse)Author
2005-10-15Several later HE games use sprites for subtitles.Travis Howell
svn-id: r19098
2005-10-15Reset inventory offset when restarting V1/V2 games.Travis Howell
svn-id: r19094
2005-10-14Removed very old GP32 hack (any new port would have to revise this code ↵Max Horn
anyway); disabled some more V7/V8 code conditionally svn-id: r19079
2005-10-14Don't hardcode platform code stringsMax Horn
svn-id: r19078
2005-10-14HE games store and restore locked FlObjects between rooms.Travis Howell
Fixes input issue in thinker1. svn-id: r19072
2005-10-12o Add fate to obsolete targets. It was just an oversightEugene Sandulenko
o Make generateSubstResFileName more portable. I wonder how it worked in the past at all. svn-id: r19057
2005-10-12PalmOS : Reorder resource file names so that I can save data segment spaceChris Apers
svn-id: r19039
2005-10-10Fix regression with samnmax floppy. Game just crashed on resources opening.Eugene Sandulenko
svn-id: r19006
2005-10-08- PalmOS stuffsChris Apers
- fixed type mismatch error svn-id: r18974
2005-10-05UpdateTravis Howell
svn-id: r18942
2005-10-02Basic verb display for C64 maniac.Travis Howell
svn-id: r18924
2005-10-01Patch #1259034 (Scumm Savegame Informations)Max Horn
svn-id: r18920
2005-09-30fix compile warningAndrew Kurushin
svn-id: r18907
2005-09-26Add another Mac. version of putttime.Travis Howell
svn-id: r18883
2005-09-26No MIDI support in Monkey Island 1 demos.Travis Howell
svn-id: r18882
2005-09-24Rename & update opcode in C64 maniac.Travis Howell
Remove unused SCUMM vars in C64 maniac svn-id: r18873
2005-09-24Remove demo specific targets for HE games.Travis Howell
svn-id: r18870
2005-09-22Fix regression introduced when we split engine constructiors intoEugene Sandulenko
constructor itself and init() method. debug() and error() are dependent on _debug object in many engines, so if these methods were called on early stage, scummvm crashed. svn-id: r18860
2005-09-20Implement Feature request #1286150 "Third-party translations". JustEugene Sandulenko
use target_md5=234672e54b4534ac6775 which will be used to pick up alternative target parameters. svn-id: r18848
2005-09-17Make Mac DOTT demo runnable.Eugene Sandulenko
svn-id: r18834
2005-09-16Add Mac Dott demo. Though file substitutes handling needs to be extended toEugene Sandulenko
make it run. svn-id: r18833
2005-09-16Add file substitutions for UK Putt Time release.Eugene Sandulenko
svn-id: r18831
2005-09-14Add UK releases of HE demos.Eugene Sandulenko
svn-id: r18828
2005-09-14Add f4demo from UK putttimeEugene Sandulenko
svn-id: r18827
2005-09-14Move the check for >= v5 further up the calling chainJonathan Gray
for deciding whether we want to open an sfxfile. svn-id: r18823
2005-09-14Selection screen partly working in C64 maniac.Travis Howell
svn-id: r18818
2005-09-13Fix for FM-TOWNS Monkey1 detection.Eugene Sandulenko
svn-id: r18815
2005-09-13whitespace fixesEugene Sandulenko
svn-id: r18814
2005-09-13Fix SegaCD detection.Eugene Sandulenko
svn-id: r18813
2005-09-11Add reported games.Eugene Sandulenko
svn-id: r18810
2005-09-11russian indy3Eugene Sandulenko
svn-id: r18808
2005-09-09Fix warningTravis Howell
svn-id: r18794
2005-09-08added missing calls to destructors in ScummEngine_v70he and ScummEngine_v90heGregory Montoir
svn-id: r18792
2005-09-08typoGregory Montoir
svn-id: r18791
2005-09-07Remove debug output leftoverEugene Sandulenko
svn-id: r18786
2005-09-04Correct music drivers for AtariST/Macintosh versions.Travis Howell
svn-id: r18775
2005-09-04Remove baseFilename and detectFilename from struct ScummGameSettings sinceEugene Sandulenko
it is not needed anymore. svn-id: r18772
2005-09-04Fix detection/running of those games which have different file generation inEugene Sandulenko
different cases. Though it lacks file caches. svn-id: r18770
2005-09-04oops.Eugene Sandulenko
svn-id: r18768
2005-09-04Fix more platforms.Eugene Sandulenko
Fix dig demos. svn-id: r18767
2005-09-04Fix platformsEugene Sandulenko
svn-id: r18766
2005-09-04Implement 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-08-31get rid of the GF_DEFAULT_TO_1X_SCALER hack for _heversion >= 71Gregory Montoir
svn-id: r18725
2005-08-30Add German version of pajama2.Travis Howell
svn-id: r18720
2005-08-14Replace 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-04Add Big Thinkers 1st GradeTravis Howell
svn-id: r18608
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-07-20Add demosi discovered by yesitsme. I have them, so ask me if interested.Eugene Sandulenko
svn-id: r18571
2005-07-19Applied patch #1238516, with very minor modifications. It gets rid of anTorbjörn Andersson
old DOTT hack/workaround. svn-id: r18559
2005-07-16Set 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