aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
AgeCommit message (Expand)Author
2002-12-29cleanupMax Horn
2002-12-29cleanupMax Horn
2002-12-29fix compileJames Brown
2002-12-28get rid of getStringLen and use the more powerful resStrLen instead; moved re...Max Horn
2002-12-27fixed flobject loading in V8Max Horn
2002-12-27Appending another slash breaks COMI on MorphOS and AmigaOS where a double-sla...Ruediger Hanke
2002-12-27Fix cwd resource path bug for CMIJames Brown
2002-12-27quick fix for Endy's code - should be redone properly laterMax Horn
2002-12-27Move some things around, to get rid of all these resource/ sprintf's for CMIJames Brown
2002-12-26map V8 talk opcodes to the right V6 opcodes; however, talking still locks up ...Max Horn
2002-12-26fixed verb scriptsMax Horn
2002-12-2632 bit variables storageMax Horn
2002-12-26Don't go to the save/load screenJames Brown
2002-12-26fixed save/load; more restructuring of the charset rendering codeMax Horn
2002-12-25more cleanupMax Horn
2002-12-25moved CharsetRendere into its own header/source file; changed Scumm::_charset...Max Horn
2002-12-25implemented V8 kernel function 'killAllScriptsButMe' - not sure if I did it r...Max Horn
2002-12-25changed name from _insaneFlag to _smushFrameRatePaweł Kołodziejski
2002-12-25converted heaps of int16 to int for V8 compatibility; fixed defineArray for V...Max Horn
2002-12-25Clean up the hack. But it's still kinda a hack. Er. :)James Brown
2002-12-25Hacky font support - first attempt :)James Brown
2002-12-25fixed bomp cursor in CMI partially - still seeing flickering/tearing/artifact...Max Horn
2002-12-25renamed Scumm::charset -> Scumm::_charsetMax Horn
2002-12-25Skeleton for hacky font support using Smush's FontRenderer. Doesn't work (unc...James Brown
2002-12-25added (broken) cursor support for V8; enabled bomp drawingMax Horn
2002-12-24added a map from object names to object idsMax Horn
2002-12-23set NUM_ACTORS to 80 for COMI; get rid of MAX_ACTORS (use NUM_ACTORS instead)...Max Horn
2002-12-23changed numString to numArrayPaweł Kołodziejski
2002-12-23changed read order of CMI variables (MAXS)Paweł Kołodziejski
2002-12-23more V8 workMax Horn
2002-12-23word size for V8 games is 4 bytes, as opposed to 2 bytes in V6/V7 games. Henc...Max Horn
2002-12-22added some preliminary V8 work. Nope, it is not useful at all, and it doesn't...Max Horn
2002-12-22minor cleanupMax Horn
2002-12-21partial checkin of patch #655594 (handling Y/N questions); cleanupMax Horn
2002-12-21got rid of _curVirtScreen and VirtScreen::unk1; added some comments to gfx.cp...Max Horn
2002-12-17New savefile backend system (bye bye NONSTANDARD_SAVE...)Marcus Comstedt
2002-12-16Endy, when I am gonna meet you, I'll have to kick, punch and bite you a bit f...Max Horn
2002-12-16refactoring: use inheritance to mode the relations between the various engine...Max Horn
2002-12-15cleanup; reordering stuff in gfx.cpp, trying to group code into logical group...Max Horn
2002-12-15added comparision methods for ScummPointMax Horn
2002-12-15debugger can now use the console (experimental, and thus disabled by default)Max Horn
2002-12-14Commit some junk in-case I don't get time to finish this tonight and Fingolfi...James Brown
2002-12-13cleaned up autosave codeMax Horn
2002-12-13cleanupMax Horn
2002-12-12Tidy one or two things up for future V1/V2/V8 SCUMM support.James Brown
2002-12-11Fixed myriad VC++ compile/link problems.Jamieson Christian
2002-12-09cleanup; only now do I see how similiar setupShadowPalette, the new setupShad...Max Horn
2002-12-09cleanupMax Horn
2002-12-08Patch #650085: Make saveload system extensibleMax Horn
2002-12-04removed obsolete getDefaultGUIColor and some FIXMEsMax Horn