aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
AgeCommit message (Collapse)Author
2005-10-25Add French and Dutch Mac HE demos. Noticed and described same bug in someEugene Sandulenko
of them which seems to be a regression. svn-id: r19284
2005-10-25Add Macintosh version of a few HE games.Travis Howell
svn-id: r19275
2005-10-25Add Macintosh version of pjgames.Travis Howell
svn-id: r19272
2005-10-22Reduce header dependencies (for quicker recompiles)Max Horn
svn-id: r19245
2005-10-22Add French Pajama Sam demo.Travis Howell
svn-id: r19228
2005-10-21Actor layer in HE games uses an int32.Travis Howell
svn-id: r19212
2005-10-21-Add three French HE demosTravis Howell
-Update titles of HE games svn-id: r19207
2005-10-20Forget to set puttdemo GIDTravis Howell
svn-id: r19198
2005-10-20Correct version of early puttputtTravis Howell
svn-id: r19195
2005-10-20Correct version of early puttputtTravis Howell
svn-id: r19190
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-10-17Fix HE version for Russian freddi3Eugene Sandulenko
svn-id: r19140
2005-10-16Correct heversion for updated dog-on-a-stick.Eugene Sandulenko
svn-id: r19105
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