aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
AgeCommit message (Collapse)Author
2004-05-15COMI demo doesn't auto set this var.Travis Howell
svn-id: r13838
2004-04-23remove old zak256 target, if you're still using this its time to start using ↵Jonathan Gray
the zakTowns target svn-id: r13604
2004-04-11Allow copy protection in FOA (Disk) to be enabled.Travis Howell
svn-id: r13536
2004-04-09it seems to be needed for comi too, hmmPaweł Kołodziejski
svn-id: r13525
2004-04-09refreshScripts only for full game dig, and cmi demoPaweł Kołodziejski
svn-id: r13522
2004-04-09back refreshScript only for DIG, add stopping music while changing bundlePaweł Kołodziejski
svn-id: r13513
2004-04-09refreshScript was wrong usedPaweł Kołodziejski
svn-id: r13512
2004-04-06voice_volume is now speech_volumeMax Horn
svn-id: r13485
2004-04-05Renamed StringTab::backup to StringTab::_default, as that describes better ↵Max Horn
what it does svn-id: r13476
2004-04-05added voice group volume to scumm engine for imuse digital and implemeted ↵Paweł Kołodziejski
volume groups control svn-id: r13468
2004-04-03cleanup StringTab stuffMax Horn
svn-id: r13448
2004-04-03cleanupMax Horn
svn-id: r13444
2004-04-02Got rid of _transTextMax Horn
svn-id: r13442
2004-03-30Use vsprintf instead of vsnprintf: more portable, less safe (but then again, ↵Max Horn
vsnprinft isn't that safe either) svn-id: r13434
2004-03-30please fixPaweł Kołodziejski
svn-id: r13433
2004-03-29Should have been disabled for Mac. indy3/loom.Travis Howell
Fixes distaff position svn-id: r13423
2004-03-28Renamed more OSystem methodsMax Horn
svn-id: r13410
2004-03-28rename displayError() to displayMessage(); fix slightly incorrect usage of ↵Max Horn
that method svn-id: r13402
2004-03-23Move HE games together.Travis Howell
svn-id: r13370
2004-03-23Alter some HE games settingsTravis Howell
svn-id: r13369
2004-03-19turn down verbosityMax Horn
svn-id: r13345
2004-03-15disambiguate the two talkingActor() methods (one was a getter, one a setter ↵Max Horn
-- reflect that in the name) svn-id: r13301
2004-03-15clearMsgQueue now just is a synonym for stopTalk -> remove itMax Horn
svn-id: r13300
2004-03-15After the refactoring it's clearly that _messagePtr can be removed. Hooray, ↵Max Horn
yet another obscure global 'parameter' gone :-) svn-id: r13299
2004-03-11Backport bleeJames Brown
svn-id: r13228
2004-03-07renamed scumm/scummvm.cpp to scumm/scumm.cppMax Horn
svn-id: r13207