aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/resource_he.h
AgeCommit message (Expand)Author
2020-01-11ENGINES: Reduce winexe_*.h header includesCameron Cawley
2020-01-11ALL: Create all instances of NEResources and PEResources using new instead of...Cameron Cawley
2014-02-18SCUMM: Make GPL headers consistent in themselves.Johannes Schickel
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-06SCUMM: Use the new WinCursor code in SCUMM HEMatthew Hoops
2011-02-22COMMON: Begin to merge some NE/PE codeMatthew Hoops
2011-02-22SCUMM: Use the new PEResources class for HE cursorsMatthew Hoops
2011-01-25SCUMM: Restore the missing copyright for the PE code (wrongfully removed in r...Matthew Hoops
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-10-23SCUMM: Skip endian conversion on little endian systems (instead of assigning ...Max Horn
2010-01-11Move Mac Binary resource loader to common class. Plug tons of memory leaks al...Eugene Sandulenko
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