aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2014-05-10FULLPIPE: More work on MovGraph::doWalkTo()Eugene Sandulenko
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
This is occurring due to duplicate entry ids, which should probably not be present.
2014-05-05FULLPIPE: Complete MovGraph::findClosestLink() implementationEugene Sandulenko
2014-05-05NEVERHOOD: Fix memory leak in BaseSurfaceTorbjörn Andersson
I hope this will help the memory leak reported as part of bug #6513 but my computer isn't quite up to the task of doing any extensive Valgrind testing.
2014-05-05FULLPIPE: Started MovGraph::findClosestLink() implementationEugene Sandulenko
2014-05-04NEVERHOOD: Fixed off-by-one error in getTextIndex3()Torbjörn Andersson
This is the same fix that was applied to getKloggsTextIndex() some time ago. It restores a missing Willie nonsense letter. While I haven't actually verified for myself that this letter appears in the original game, it is referenced in Wikipedia's article about Absalom.
2014-05-04NEVERHOOD: Fixed one of the issues in #6513Torbjörn Andersson
The getKloggsTextIndex() function would return 40 twice in a row when wrapping around. This caused one of Willie's nonsense letters to appear instead, since they're supposed to trigger when getTextIndex1() returns the same result more than once. The same bug also appeared (and has been fixed) in getTextIndex3(), but there it just caused the same nonsense letter to appear twice.
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
2014-04-30FULLPIPE: Implement ModalSaveGame::handleMessage()Eugene Sandulenko
2014-04-30FULLPIPE: Implement ModalSaveGame::processMouse()Eugene Sandulenko
2014-04-29SCI: Fix compilation due to wrong preprocessor directive.D G Turner
2014-04-29CGE: Replace magic numbers with defines.uruk
2014-04-29FULLPIPE: Fix ModalSaveGame::setup()Eugene Sandulenko
2014-04-29FULLPIPE: Implement ModalSaveGame::setup()Eugene Sandulenko
2014-04-29SCI: Disable detection of "SCI Narration Demo" fangame.D G Turner
This is not supported as it requires network access to use the Google Translate API, which is not supported by OSystem.
2014-04-28DRACI: Inventory opening after finished callback.lukaslw
2014-04-28DRACI: Opening inventory during movements and actions.lukaslw