aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
AgeCommit message (Expand)Author
2005-04-05getScriptSlot() must start from slot 1, required for nukeArrays() in HE games.Travis Howell
2005-04-04Removed GF_SMALL_NAMESMax Horn
2005-04-03Split readResTypeList into a normal and a GF_OLD_BUNDLE version; added commen...Max Horn
2005-04-03ScummEngine_v4 used to be a subclass of ScummEngine_v3, now it is the other w...Max Horn
2005-04-02CleanupTravis Howell
2005-04-01Add support for clipping of wizImages.Travis Howell
2005-03-31Extended comment on _CLUT_offs a bitMax Horn
2005-03-31Made findResourceSmall local to resource.cpp; simplified _EPAL_offs (since we...Max Horn
2005-03-31Started to move some resource related code into a new class ResourceManager (...Max Horn
2005-03-30Switch to headerless PRG data for MM NES for better compatibility.Eugene Sandulenko
2005-03-30Support for direct reading from NES ROM:Eugene Sandulenko
2005-03-27Patch from Quietust for MM NESEugene Sandulenko
2005-03-27Tie the AKOS code into the new costume infrastructure, tooMax Horn
2005-03-27Started to overhaul the costume infrastructure a bit, properly separating the...Max Horn
2005-03-25Patch #1117443 (Experimental plugin code revision)Max Horn
2005-03-25Some more cleanupMax Horn
2005-03-25Moved _roomStrips to class Gdi; put some GFX pre-room init code into the new ...Max Horn
2005-03-25Started some cleanup work on class Gdi (in particular, I try to limit that cl...Max Horn
2005-03-25Cleanup: collect the C64 specific render data into a struct inside class GdiMax Horn
2005-03-25Do not use (non-const) local static variablesMax Horn
2005-03-24Correct positioning of inventory and verbs in MM NES.Eugene Sandulenko
2005-03-24Add support for russian spyfox2 and spyfox3Eugene Sandulenko
2005-03-24Lots of MM NES changes from Quietust and meEugene Sandulenko
2005-03-23Patch from Quietust:Travis Howell
2005-03-22Add three new HE sports games. Baseball is most playable now.Eugene Sandulenko
2005-03-22CleanupTravis Howell
2005-03-21Many MM NES fixes/improvements from Quietust:Eugene Sandulenko
2005-03-21Implement proper scene transition mode for MM NES.Eugene Sandulenko
2005-03-19These VARS are only used in Loom [CD] and scumm5 onwards.Travis Howell
2005-03-18Some Russian Sam'n'Max releases have files renamed to RAMNMAX. So supportEugene Sandulenko
2005-03-18Add string height override for loomTravis Howell
2005-03-16Preliminary support for NES charsets. Colors are wrong and we get glitchesEugene Sandulenko
2005-03-15oopsEugene Sandulenko
2005-03-15Add md5's of all known MM NES versions.Eugene Sandulenko
2005-03-15Minor NES-related fixesEugene Sandulenko
2005-03-15Doesn't apply to NES maniac.Travis Howell
2005-03-15Patch from Quietust:Travis Howell
2005-03-15Update MM NES md5 due to changed index file.Eugene Sandulenko
2005-03-15Off by one.Travis Howell
2005-03-14First attempt to draw NES sprites. There are these problems:Eugene Sandulenko
2005-03-13Preliminary support for MM NES.Eugene Sandulenko
2005-03-12Off by one.Travis Howell
2005-03-12Missing popTravis Howell
2005-03-12Add key to toggle speech/subtitlesTravis Howell
2005-03-11PalmOS : move MD5 table to a database too save memory and data segment spaceChris Apers
2005-03-11Add English HE100 versions of freddi2/mazeTravis Howell
2005-03-11Mass-renamed all variables of Actor object according to our current codeEugene Sandulenko
2005-03-10Add --force-1x-overlay command line option as discussed in bugreportEugene Sandulenko
2005-03-10Change o72_openFile to always use saved game path for writing.Travis Howell
2005-03-09Patch #1013937 "OSystem layer with bigger resolution". Now you will alwaysEugene Sandulenko