aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/resource_he.cpp
AgeCommit message (Expand)Author
2007-04-01Reverted my roomoffs changes (broke the Loom intro), and instead added the co...Max Horn
2007-03-31Got rid of some 0xFFFF -> 0xFFFFFFFF conversions and similiar nonsense by usi...Max Horn
2007-02-13Fix warningsEugene Sandulenko
2007-02-12Merged the "palette manager" into the cursor manager. It was only used toTorbjörn Andersson
2007-02-11Code cleanup: Removing unused code for handling OS/2 (NE header) binariesMax Horn
2007-02-11Fix for bug #1506591: HE71-73: Fails to load mouse data (Endian issue?)Max Horn
2006-10-15Moved get_resource_id_quoted around a bit and added another FIXME commentMax Horn
2006-09-17Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap...Max Horn
2006-05-20Pass values by-reference, using C++ references, and not by using pointersMax Horn
2006-05-20Apparently, passing a file handle directly to a function causes that fileTorbjörn Andersson
2006-05-20After the GUI has finished, restore the old cursor palette (if any). For thisTorbjörn Andersson
2006-04-29Moved the AudioCDManager as well as class AudioStream and its (standard) subc...Max Horn
2006-04-26Replace unneeded File::exists callsMax Horn
2006-04-23Some more cleanup in class Scumm::SoundMax Horn
2006-04-23Detect (and error out) if readMAXS failsMax Horn
2006-04-23Fix access to .he3/.he4 filesMax Horn
2006-04-23Move HE specific stuff from class Sound to its new subclass SoundHEMax Horn
2006-04-23Behold, the new SCUMM detector finally has arrived. Unified detection & engin...Max Horn
2006-04-12Fixing mismatch between format strings and data on some systemsMax Horn
2006-04-12sizeof(void *) != sizeof(int) for a large number of systems.Jonathan Gray
2006-04-09Fix regression introduced by removing of GF_HE_CURSORLESS feature flag.Eugene Sandulenko
2006-03-08Fixed tons of format string warnings for debug/error calls (including several...Max Horn
2006-03-04Renamed SubstResFileNames::winName and macName to almostGameID / expandedName...Max Horn
2006-03-03Moved ScummFile etc. to the new file.cpp / file.hMax Horn
2006-02-25Split SCUMM's generateSubstResFileName into two functions: findSubstResFileNa...Max Horn
2006-02-25Replaced MKID by MID_BE in most places in the SCUMM engineMax Horn
2006-02-20Replaced _gameId, _version, _heversion, _features, _midi, _platform with a si...Max Horn
2006-02-16Send sound resource data directly to sound mixer in HE Games.\n Fixes songs i...Travis Howell
2006-02-15Read correct index by block size in HE games again, to help track down unknow...Travis Howell
2006-02-15o Renamed script_v6he.cpp and script_v7he.cpp to script_v60he.cpp andEugene Sandulenko