aboutsummaryrefslogtreecommitdiff
path: root/scumm/scummvm.cpp
AgeCommit message (Expand)Author
2003-05-31Fix typo in previous commitTorbjörn Andersson
2003-05-31Set the "machine speed" variable for V2 games. I think it's safe to assumeTorbjörn Andersson
2003-05-31cleanupMax Horn
2003-05-30Use language index for The Dig, tooMax Horn
2003-05-30some cheap doxygen docs; cleanupMax Horn
2003-05-30cleanupMax Horn
2003-05-30Modified version of erik's patch #745986: Experimental V2 mouseover stuffMax Horn
2003-05-30rewrote Actor::needBgReset related code (this could cause regressions...)Max Horn
2003-05-29added some doxygen comments to common/system.h; cleaned up the OSystem interf...Max Horn
2003-05-29removed obsoleteMax Horn
2003-05-28spellingMax Horn
2003-05-28const as const can!Max Horn
2003-05-26remove uneeded targetJonathan Gray
2003-05-26Added 'mmamiga' game ID to disable PC speaker emulatorJamieson Christian
2003-05-26Added Hoenicke's PC-speaker waveform generatorJamieson Christian
2003-05-26more const qualifiersMax Horn
2003-05-24change behaviour for loading save games from the command line so that if you ...Max Horn
2003-05-24(somewhat hackish) support for COMI CD changing on Mac OS X; reordered stuff ...Max Horn
2003-05-23Added XMIDI support to IMuse. IMuse now plays music from Humongous games.Jamieson Christian
2003-05-23when iterating from 1 to _numActors over all actors, use _actors[] directly i...Max Horn
2003-05-22Fix V2 userface stuff in savestateJames Brown
2003-05-21cleaned up V2 input codeMax Horn
2003-05-21fixed V2 entry script dumpingMax Horn
2003-05-21many pedantic warning fixes (and some actual potential buglets fixed, too)Max Horn
2003-05-21added v2 cutscene support (not quite complete; and crashes at some point in m...Max Horn
2003-05-21Work on V2 inventory hack a little moreJames Brown
2003-05-21Fix this damn userface stuff properly :)James Brown
2003-05-20renamed various things for clarityMax Horn
2003-05-20added enum's for the known actor/object claasses; extended putClass/getClass ...Max Horn
2003-05-20remove this obsolete FIXME (code is fine as it is)Max Horn
2003-05-19enable midi for non puttdemo humongous games. need to properly return the res...Jonathan Gray
2003-05-19V2 walkbox matrix fixesMax Horn
2003-05-18implemented proper 'invalid walkbox' handling in older games (in newer games,...Max Horn
2003-05-18number of actors in maniac is even 25 (according to the MM script-1)Max Horn
2003-05-17yet another V2 sentence fix (now clicking on objects in Zak causes Zak to tal...Max Horn
2003-05-17Fixed Adlib sound problem on old (small header) games. Thanks for eriktorbjor...Jamieson Christian
2003-05-17init vars to 255 if they are not defined for all Scumm versionsMax Horn
2003-05-17Oops, remove debug crapolaJames Brown
2003-05-17Move some hacks aroundJames Brown
2003-05-17CleanupJames Brown
2003-05-17Added command line options forJamieson Christian
2003-05-17for v2 games, make space the pause keyMax Horn
2003-05-16V2 camera fix (again thanks MadMoose)Max Horn
2003-05-16More IMuse cleanupJamieson Christian
2003-05-16add hev7 target to test withJonathan Gray
2003-05-15cleanupMax Horn
2003-05-15make some more use of ScummVM::Point; cleanupMax Horn
2003-05-15some more ScummVM::RectMax Horn
2003-05-15_saveSound implementationJamieson Christian
2003-05-15Fixed main timing loopJamieson Christian