aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/script_v2.cpp
AgeCommit message (Collapse)Author
2006-10-04o2_animateActor is essentially identical to o5_animateActor -- removed in ↵Max Horn
favor of the latter svn-id: r24115
2006-09-17renamed ScummEngine::restoreBG to restoreBackground; renamed and moved ↵Max Horn
Gdi::copyVirtScreenBuffers to ScummEngine_v70he::restoreBackgroundHE svn-id: r23925
2006-09-17Renamed ScummEngine::res to _res and allocate the ResourceManager on the ↵Max Horn
heap (i.e. _res is a pointer now) svn-id: r23922
2006-09-16Replaced checkRange by assertRange, which has (a) an (IMO) more logical ↵Max Horn
order of parameters, and (b) removes lots of useless duplicate information in error messages svn-id: r23885
2006-08-21Yet another paranoia checkMax Horn
svn-id: r23737
2006-07-24Fix bug #1496523 - MM: Weird Ed appears backwards at doorTravis Howell
svn-id: r23589
2006-05-14Cleanup.Torbjörn Andersson
svn-id: r22468
2006-05-14Specify the right edge of the sentence line in Maniac/Zak. This fixes bugTorbjörn Andersson
#1488189, where the sentence line would only display the first character. svn-id: r22467
2006-04-23Replaced _demoMode by GF_DEMOMax Horn
svn-id: r22087
2006-04-08Properly translate Common::Language values for V0-V2 games, tooMax Horn
svn-id: r21705
2006-03-04Update hack for bug #915575 - MANIAC: Disappearing New Kid verbTravis Howell
svn-id: r21058
2006-03-02Fix using items in C64 maniac and cleanupTravis Howell
svn-id: r21011
2006-03-02Improve input in C64 maniacTravis Howell
svn-id: r21000
2006-02-20Replaced _gameId, _version, _heversion, _features, _midi, _platform with a ↵Max Horn
simple ScummGameSettings instance: _game svn-id: r20795
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582