aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/resource_he.h
AgeCommit message (Expand)Author
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-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-12-27Enable Windows version of early HE games by default, to match already enabled...Travis Howell
2007-07-01Re-added __attribute__(packed)Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-25Removing lots of superfluous semicola (see mail by David Weinehall on scummvm...Max Horn
2007-04-09silence a compiler symbol redefinition warningKostas Nakos
2007-03-09reduced dependency from windows-specific header filesNicola Mettifogo
2007-02-19Use consistent naming for the preprocessor constants used to guarantee thatTorbjö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-07-23Use #include "..." instead of #include <...> for pack-start.h and pack-end.hTorbjörn Andersson
2006-07-22Fix struct packing issues (macros are not resolve in #pragma params, at least...Max Horn
2006-07-21Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now...Max Horn
2006-07-09Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking...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-04-23Behold, the new SCUMM detector finally has arrived. Unified detection & engin...Max Horn
2006-02-15o Renamed script_v6he.cpp and script_v7he.cpp to script_v60he.cpp andEugene Sandulenko