aboutsummaryrefslogtreecommitdiff
path: root/scumm/scummvm.cpp
AgeCommit message (Expand)Author
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
2003-05-14cleanupMax Horn
2003-05-14V2 text drawingMax Horn
2003-05-14Some Zak input stuffJames Brown
2003-05-14various V8 tweaksMax Horn
2003-05-13NUM_ACTORS -> _numActors (for consistency)Max Horn
2003-05-13cleanupMax Horn
2003-05-13fixed more illegal var access in COMIMax Horn
2003-05-13renamed VAR_UNK_SCRIPT to VAR_SAVELOAD_SCRIPT; fixed V8 save/load (no (known)...Max Horn
2003-05-11more V2 'char coord' fixesMax Horn
2003-05-10walkbox & putActor coords in V2 are in 'character coordinates' - x has to mul...Max Horn
2003-05-10work around some illegal var access' in COMI/V8 - there are more, but I am no...Max Horn
2003-05-10renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and _realWidth/_realH...Max Horn
2003-05-10removed obsolete code; cleanup for my V2 drawBitmap 'hack', which got rid of ...Max Horn
2003-05-09super hackish mouse click support for Zak (doesn't do anything useful in MM y...Max Horn
2003-05-09implemented v2 walkboxes (at least the debugger output looks right now, thoug...Max Horn
2003-05-08added a v2 charset rendered (with a hardcoded font take from german zak); ena...Max Horn
2003-05-08more v2 var fixesMax Horn
2003-05-08more v2 var access fixesMax Horn
2003-05-08fixed various cases of bad var accessMax Horn
2003-05-08init all VAR_* variables to 0xFF; replaced access to _vars in the form _vars[...Max Horn
2003-05-04Even more heap needed by later games...Marcus Comstedt
2003-05-04and it's 24 after all! script 1 inits actors 1 till 23. If this causes segfau...Max Horn
2003-05-04more v2 fixes; cleanupMax Horn
2003-05-04don't segfault when starting maniacJonathan Gray
2003-05-03temporary (?) hack for Maniac Mansion, to get to the first screen (thanks to ...Max Horn
2003-05-03Patch #730800: EGA LOOM: Hack to fix palette problem (also helps MonkeyEGA)Max Horn
2003-05-01tweaked music syncing once more. This approach should be much more flexible, ...Max Horn
2003-05-01Raise _maxHeapThreshold for zak256Travis Howell
2003-05-01various music related changes and cleanup; also modified MonkeyVGA music sync...Max Horn
2003-04-30VAR_V5_DRAWFLAGS == VAR_CURRENT_LIGHTS; fixed bug #601139Max Horn
2003-04-30PalmOS changesMax Horn
2003-04-30don't clobber variable for these small header gamesJonathan Gray