aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource_v7he.cpp
AgeCommit message (Expand)Author
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-05-18Combine Win32 and Mac resource extractors (used for cursors in latter HE) asEugene Sandulenko
2005-05-13HE demos sometimes call music tracks that don't exist.Travis Howell
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
2005-05-10Preparations to let LogicHE hold game-specific code. IntroducedEugene Sandulenko
2005-05-10Add heversions for dutch versions.Travis Howell
2005-05-08Comply to our coding conventionsMax Horn
2005-05-05Get XMAP from correct resource.Travis Howell
2005-05-05HE90+ games set heap size in index.Travis Howell
2005-04-19Add RIFF sound type.Travis Howell
2005-04-18Adjust again, for sound header differences.Travis Howell
2005-04-18Use correct music offsets for HE games, only a few demos use wrong tunes now.Travis Howell
2005-04-14Add HE7.2 difference in o_getResourceSize().Travis Howell
2005-04-10Reduce dependencies on scumm/util.h; modified ScummNESFile a bit so that it c...Max Horn
2005-04-10Don't call allocateArrays from readMAXS, rather call it explicitly after call...Max Horn
2005-04-10Got rid of _dynamicRoomOffsetsMax Horn
2005-04-09Overload getStringAddress in subclasses; moved V6-V8 specific res stuff to re...Max Horn
2005-04-09Simplify the substResFileName system a bitMax Horn
2005-04-07Original games ignored this index data.Travis Howell
2005-04-07Split readMAXS between HE versionsTravis Howell
2005-04-04Fixed warnings on little-endian systems.Torbjörn Andersson
2005-04-03Splitting more methods into multiple overloaded versionsMax Horn
2005-04-03Turned readRoomsOffsets into a virtual methodMax Horn
2005-03-12clean upMax Horn
2005-02-17Mouse part of big patch #1013937 (OSystem layer with bigger resolution)Eugene Sandulenko
2005-02-11Turned HE Mac resource filename generator into generall, whole SCUMM-purposeEugene Sandulenko
2005-02-05Removed unnecessary empty line.Torbjörn Andersson
2005-02-04Some HFS dumpinf programs write files with resource fork to .bin file.Eugene Sandulenko
2005-02-03Add suppoert for coloured Mac cursors. Though they're disabled at the moment.Eugene Sandulenko
2005-01-31Remove debug output and improve error messages.Eugene Sandulenko
2005-01-31Support for Mac cursors.Eugene Sandulenko
2005-01-30added a basic cursor cache for win32 HE70+ gamesGregory Montoir
2005-01-01oops, correct copyright stringMax Horn
2005-01-01Updated copyrightMax Horn
2004-09-21Should be HE60/70.Travis Howell
2004-09-18Moved mouse cursor code into ScummEngine subclasses were possible -- this mak...Max Horn
2004-09-12Fixed some other cases where the number of parameters to our message-Torbjörn Andersson
2004-08-22Cursor code cleanupMax Horn
2004-07-13Plug memory leakEugene Sandulenko
2004-07-01fixed compilationPaweł Kołodziejski
2004-06-27Fix memory leakMax Horn
2004-06-24Phase #3 of HE v7.0+ cursors. Now they show up correctly. Remove TODO item.Eugene Sandulenko
2004-06-24Phase #2 of HE v7.0+ cursors. Still no visual output, but all data isEugene Sandulenko
2004-06-24Phase #1 of HE v7.0+ cursors. Basically it's Win32 resource extractorEugene Sandulenko