aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/intern_he.h
AgeCommit message (Expand)Author
2006-11-06Add support for HE CUP demos based on cyx's standalone player.Eugene Sandulenko
2006-10-20SCUMM: ArrayHeader related cleanupMax Horn
2006-10-18SCUMM: walbox related cleanupMax Horn
2006-10-07Removed 'smushMode' param from processInput and processKeyboard in favor of a...Max Horn
2006-10-07Renemaed ScummEngine::processKbd to processInput (as it also deals with the m...Max Horn
2006-10-07some HE related cleanupMax Horn
2006-09-17renamed ScummEngine::restoreBG to restoreBackground; renamed and moved Gdi::c...Max Horn
2006-09-17Moved stored flobjects to class ScummEngine_v70heMax Horn
2006-09-01Add HE72+ specific version of convertMessageToString(), to reduce filtering a...Travis Howell
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-07-08Rename VAR_WINDOWS_VERSION to VAR_PLATFORM_VERSIONTravis Howell
2006-06-16Fix rects in HE games, when positions are set by scriptsTravis Howell
2006-05-08Add initial DXA support for HE gamesTravis Howell
2006-05-02Add support for reading/writing config files through saveGameManager and use ...Travis Howell
2006-04-29* Renamed several methods in favor of a somewhat more uniform naming scheme: ...Max Horn
2006-04-29Make use of the new scummLoop_* functions to move some SCUMM version specific...Max Horn
2006-04-26Replaced _hFileTable by _hInFileTable/_hOutFileTableMax Horn
2006-04-23Moved _heTimers to ScummEngine_v60heMax Horn
2006-04-23Behold, the new SCUMM detector finally has arrived. Unified detection & engin...Max Horn
2006-04-17Replaced o70_seekFilePos by o60_seekFilePos (both were identical)Max Horn
2006-04-15- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ...Max Horn
2006-04-08Renamed various *GameSettings to GameSettings (our namespaces are enough to d...Max Horn
2006-04-03GF_HE_CURSORLESS feature flag not required, since HE games always set a defau...Travis Howell
2006-03-25Move convertFilePath() to ScummEngine_v60he, to allow use by earlier HE gamesTravis Howell
2006-02-25Split SCUMM's generateSubstResFileName into two functions: findSubstResFileNa...Max Horn
2006-02-15Moved all he-specific source files to engines/scumm/he/ subdirectoryEugene Sandulenko