aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe
AgeCommit message (Expand)Author
2013-09-28FULLPIPE: Fix compiler warningEugene Sandulenko
2013-09-28FULLPIPE: Implement Movement::calcSomeXY()Eugene Sandulenko
2013-09-28FULLPIPE: Implement MovGraph2::initDirections()Eugene Sandulenko
2013-09-28FULLPIPE: Implement MovGraph2::addObject()Eugene Sandulenko
2013-09-28FULLPIPE: Implement MctlCompound::addObject()Eugene Sandulenko
2013-09-28FULLPIPE: Bug fix MctlCompound::load()Eugene Sandulenko
2013-09-27FULLPIPE: Implemented MctlCompound::initMovGraph2()Eugene Sandulenko
2013-09-26FULLPIPE: Started implementation of MctlCompound::initMovGraph2()Eugene Sandulenko
2013-09-26FULLPIPE: Added MctlCompound object typeEugene Sandulenko
2013-09-26FULLPIPE: Prototyping for MctlCompoundEugene Sandulenko
2013-09-22FULLPIPE: Initialize class variable in constructor. CID 1090697Eugene Sandulenko
2013-09-22FULLPIPE: Initialize class variableEugene Sandulenko
2013-09-22FULLPIPE: Initialized class variables. CID 1063198Eugene Sandulenko
2013-09-22FULLPIPE: Remove unused class variable. CID 1063191Eugene Sandulenko
2013-09-22FULLPIPE: Fix uninitialized class variablesEugene Sandulenko
2013-09-22FULLPIPE: Fix unneeded check. CID 1063206Eugene Sandulenko
2013-09-22FULLPIPE: Fix stupid c/p error. CID 1063216Eugene Sandulenko
2013-09-20FULLPIPE: Initisalize uninitialized variable. CID 1063191Eugene Sandulenko
2013-09-20FULLPIPE: Remove unused class variable. CID 1063185Eugene Sandulenko
2013-09-20FULLPIPE: Remove unused variables. CID 1063179Eugene Sandulenko
2013-09-19FULLPIPE: Remove leftover debug outputEugene Sandulenko
2013-09-19FULLPIPE: Fix bug in picture searchEugene Sandulenko
2013-09-19FULLPIPE: Implement startWalkTo()Eugene Sandulenko
2013-09-19FULLPIPE: Unstubbed MovGraph constructorEugene Sandulenko
2013-09-18FULLPIPE: CGameLoader -> GameLoaderEugene Sandulenko
2013-09-18FULLPIPE: CGameVar -> GameVarEugene Sandulenko
2013-09-18FULLPIPE: CObjstateCommand -> ObjStateCommandEugene Sandulenko
2013-09-18FULLPIPE: Rename C* modal objectsEugene Sandulenko
2013-09-18FULLPIPE: CStepArray -> StepArrayEugene Sandulenko
2013-09-18FULLPIPE: CPtrList -> PtrListEugene Sandulenko
2013-09-18FULLPIPE: Remove C* prefix from inventory classesEugene Sandulenko
2013-09-18FULLPIPE: Remove C* prefix from input classesEugene Sandulenko
2013-09-18FULLPIPE: Remove C* prefixes from interaction classesEugene Sandulenko
2013-09-18FULLPIPE: Remove C* prefixes in utils.cppEugene Sandulenko
2013-09-18FULLPIPE: Remove C* prefixes from motion classesEugene Sandulenko
2013-09-18FULLPIPE: Implement CMovGraph_messageHandler()Eugene Sandulenko
2013-09-16FULLPIPE: Fix cheat codes. Bug in original?Eugene Sandulenko
2013-09-15FULLPIPE: Implement FullpipeEngine::defHandleKeyDown()Eugene Sandulenko
2013-09-15FULLPIPE: Initialize 'selector'. CID 1063200Eugene Sandulenko
2013-09-15FULLPIPE: Initialize class variable. CID 1063187Eugene Sandulenko
2013-09-15FULLPIPE: Added few destructors.Eugene Sandulenko
2013-09-14FULLPIPE: Fix condition. CID 1063217Eugene Sandulenko
2013-09-14FULLPIPE: Move PreloadItem methods where they belongEugene Sandulenko
2013-09-14FULLPIPE: Fix leaked resource. CID 1063205Eugene Sandulenko
2013-09-12FULLPIPE: Move Sc2 to gameloader.hEugene Sandulenko
2013-09-12FULLPIPE: Implement CGameLoader::preloadScene()Eugene Sandulenko
2013-09-12FULLPIPE: Move PreloadItems to gameloader.hEugene Sandulenko
2013-09-12FULLPIPE: Fix debug sceneEugene Sandulenko
2013-09-11FULLPIPE: Add parenthesisEugene Sandulenko
2013-09-11FULLPIPE: Fix compilation with MSVC and add a FIXMEFilippos Karapetis