aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2014-05-13SCUMM: Remove "level" command from debugger. Replaced by "debuglevel".D G Turner
2014-05-12AGOS: Add image dumping to file enable by debugflag.D G Turner
2014-05-11AGOS: Switch VGA script debug output to debug flag, rather than level 5.D G Turner
2014-05-11AGOS: Change "script" debugflag to "subroutine" as more accurate.D G Turner
2014-05-11AGOS: Switch script debugging to debug flag, rather than level 4.D G Turner
2014-05-11AGOS: Remove leftover unused _debugMode variable.D G Turner
2014-05-11AGOS: Switch VGA opcode debugging to debug flag, rather than level 3.D G Turner
2014-05-11AGOS: Switch opcode debugging to a debug flag, rather than level 2 hack.D G Turner
2014-05-10PARALLACTION: Remove leftover "debugLevel" command prototype.D G Turner
2014-05-10AGOS: Remove redundant "level" command from debugger.D G Turner
2014-05-10FULLPIPE: Started MovGraph::doWalkTo() implementationEugene Sandulenko
2014-05-09FULLPIPE: Implement MovGraph::calcChunk()Eugene Sandulenko
2014-05-08FULLPIPE: Started implementing MovGraph::calcChunk()Eugene Sandulenko
2014-05-07FULLPIPE: Implement MovGraph::getBboxes()Eugene Sandulenko
2014-05-06FULLPIPE: Implement MovGraph::shuffleTree()Eugene Sandulenko
2014-05-05NEVERHOOD: Fix memory leak from static data loading.D G Turner
2014-05-05FULLPIPE: Complete MovGraph::findClosestLink() implementationEugene Sandulenko
2014-05-05NEVERHOOD: Fix memory leak in BaseSurfaceTorbjörn Andersson
2014-05-05FULLPIPE: Started MovGraph::findClosestLink() implementationEugene Sandulenko
2014-05-04NEVERHOOD: Fixed off-by-one error in getTextIndex3()Torbjörn Andersson
2014-05-04NEVERHOOD: Fixed one of the issues in #6513Torbjörn Andersson
2014-05-04MOHAWK: Add missing commaMatthew Hoops
2014-05-04ZVISION: Small cleanup.Johannes Schickel
2014-05-04ZVISION: Fix out of bounds access.Johannes Schickel
2014-05-04FULLPIPE: Implement MovGraph2::freeItems()Eugene Sandulenko
2014-05-04FULLPIPE: Implement MovGraph::freeItems()Eugene Sandulenko
2014-05-04FULLPIPE: Implement MovGraph::genMovArr()Eugene Sandulenko
2014-05-03MOHAWK: Use original stack ID mapping for RivenMatthew Hoops
2014-05-03MOHAWK: Use properly cased names for Riven variablesMatthew Hoops
2014-05-03DRACI: Silence warningMatthew Hoops
2014-05-03FULLPIPE: Implement FullpipeEngine::restartGame()Eugene Sandulenko
2014-05-03FULLPIPE: Implement FullpipeEngine::setMusicVolume()Eugene Sandulenko
2014-05-03FULLPIPE: Implement FullpipeEngine::stopAllSounds()Eugene Sandulenko
2014-05-02FULLPIPE: Implement StaticANIObject::~StaticANIObject()Eugene Sandulenko
2014-05-02FULLPIPE: Implement Statics::init()Eugene Sandulenko
2014-05-02FULLPIPE: Remove now unused PtrListEugene Sandulenko
2014-05-02FULLPIPE: Removed PtrList usage in statics.cppEugene Sandulenko
2014-05-02FULLPIPE: Remove PtrList usage in gfx.cppEugene Sandulenko
2014-05-02FULLPIPE: Remove unused class variableEugene Sandulenko
2014-05-02FULLPIPE: ditto for Scene::_messageQueueListEugene Sandulenko
2014-05-02FULLPIPE: Removed couple of PtrList usages for code clarityEugene Sandulenko
2014-05-02FULLPIPE: Implement Scene::stopAllSounds()Eugene Sandulenko
2014-05-02FULLPIPE: Implement Scene::~Scene()Eugene Sandulenko
2014-05-02FULLPIPE: Implement Movement::~Movement()Eugene Sandulenko
2014-05-01FULLPIPE: Implement MovGraphLink::~MovGraphLink()Eugene Sandulenko
2014-05-01FULLPIPE: Implement MctlCompound::replaceNodeX()Eugene Sandulenko
2014-05-01FULLPIPE: Implement MctlCompound::removeObject()Eugene Sandulenko
2014-05-01FULLPIPE: Implement ModalSaveGame::getFileInfo() and stubbed saveload supportEugene Sandulenko
2014-05-01FULLPIPE: Implement ModalSaveGame::saveload()Eugene Sandulenko
2014-04-30FULLPIPE: Implement ModalSaveGame::update()Eugene Sandulenko