aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/resource_he.cpp
AgeCommit message (Expand)Author
2009-07-04Fix mismatching format arguments.Johannes Schickel
2009-07-03Added more GCC_PRINTF attributes, and fixed resulting warnings in format stringsMax Horn
2009-01-23Renamed Archive::openFile to createReadStreamForMemberMax Horn
2009-01-09Correct sound priority and SBNG offsets, in later HE games.Travis Howell
2009-01-05Add support for RIFF sound format in createSound().Travis Howell
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-27Add more stubs for MBC.Travis Howell
2008-10-23Pushed down some header depsMax Horn
2008-10-13Fix for bug #2162342: FREDDI1: Game does not startMax Horn
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-30SCUMM HE: Use FilesystemNode::openForReading() instead of 'new Common::File' ...Max Horn
2008-09-29SCUMM HE: Fixed leak in Win32ResExtractor::extractResource_, use _filename in...Max Horn
2008-07-10Fixed a few warningsBertrand Augereau
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Really fix bug #1846886: "PUTTZOO: Windows version cursor/pointer drawn wrong".Eugene Sandulenko
2008-01-02Fix bug #1846886: "PUTTZOO: Windows version cursor/pointer drawn wrong"Eugene Sandulenko
2007-12-27Enable Windows version of early HE games by default, to match already enabled...Travis Howell
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
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