aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/script_v70he.cpp
AgeCommit message (Expand)Author
2016-06-22SCUMM HE: Update sound flags and queue, for new settings.Kirben
2016-06-22SCUMM HE: Document sound opcodes.Kirben
2016-05-17SCUMM: Add missing break in o70_startSound.Kirben
2014-02-18SCUMM: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-16SCUMM: Always confirm quit when required in HE games.Kirben
2011-05-14SCUMM: Remove some unused var warnings (see bug #3293800)Max Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-10-23SCUMM: Skip endian conversion on little endian systems (instead of assigning ...Max Horn
2009-09-11Remove excess spaces.Travis Howell
2009-04-16SCUMM: Compacted various setupOpcodes() implementations by using the fact tha...Max Horn
2009-04-16SCUMM: Got rid of o6_invalidMax Horn
2009-04-16SCUMM: Switched opcode tables to use Common::Functor0 (a bit like Kyra does it)Max Horn
2008-09-25SCUMM: Moved Actor::drawActorToBackBuf to class ActorHEMax Horn
2008-09-05Use exact case numbers, to avoid unneeded subtractions.Travis Howell
2008-07-11SCUMM works with new GMM implementationChristopher Page
2007-12-28Move more HE code to HE71, to reduce code size, when using DISABLE_HE option.Travis Howell
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-06-01Fix bug #1727457 - WATER: Unexpected crash at the end of level 15.Travis Howell
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-08Rename setFilePath opcode to createDirectory, in order to reflect the opcodes...Travis Howell
2007-01-28Moved some stuff from CharsetRenderer (back) to ScummEngine, added commentsMax Horn
2006-11-24Add findBox opcode for Hebrew version of Freddi Fish 1Travis Howell
2006-10-20SCUMM: ArrayHeader related cleanupMax Horn
2006-09-17Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap...Max Horn
2006-09-09Renamed o6_getActorAnimCounter1 to o6_getActorAnimCounterMax Horn
2006-06-16Fix rects in HE games, when positions are set by scriptsTravis Howell
2006-04-23Move HE specific stuff from class Sound to its new subclass SoundHEMax Horn
2006-04-17Replaced o70_seekFilePos by o60_seekFilePos (both were identical)Max Horn
2006-04-16Fix for bug #1471383: Instead of overloading ConfigManager::set, we now have ...Max Horn
2006-02-20Replaced _gameId, _version, _heversion, _features, _midi, _platform with a si...Max Horn
2006-02-20Disable unchecked use of OSystem::setWindowCaption from SCUMM/HE scripts (thi...Max Horn
2006-02-15o Renamed script_v6he.cpp and script_v7he.cpp to script_v60he.cpp andEugene Sandulenko