aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe
AgeCommit message (Expand)Author
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
2013-09-10FULLPIPE: Finish sceneHandlerDbgMenu()Eugene Sandulenko
2013-09-10FULLPIPE: Move GameObject::canInteractAny() out of the classEugene Sandulenko
2013-09-10FULLPIPE: Remove unused class variableEugene Sandulenko
2013-09-10FULLPIPE: Add stub warning.Eugene Sandulenko
2013-09-10FULLPIPE: Remove noop code. CID 1063230Eugene Sandulenko
2013-09-10FULLPIPE: Add sanity check. CID 1063218Eugene Sandulenko
2013-09-10FULLPIPE: Fix stupid type. CID 1072975Eugene Sandulenko
2013-09-09FULLPIPE: Started debug sceneEugene Sandulenko
2013-09-09FULLPIPE: Fix logical error. CID 1086776Eugene Sandulenko
2013-09-09FULLPIPE: Do not continue unnecessary function. CID 1086777Eugene Sandulenko
2013-09-09FULLPIPE: Remove unnecessary check. CID 1086775Eugene Sandulenko
2013-09-09FULLPIPE: Fix logical error. CID 1086778Eugene Sandulenko
2013-09-09FULLPIPE: Fix function prototypeEugene Sandulenko
2013-09-09FULLPIPE: Fix warningEugene Sandulenko
2013-09-09FULLPIPE: Fix warningsEugene Sandulenko
2013-09-09FULLPIPE: Drop game platform in autogenerated gameid since only Windows versi...Eugene Sandulenko
2013-09-08FULLPIPE: Implement CInteractionController::handleInteraction()Eugene Sandulenko
2013-09-07FULLPIPE: Implement CInteraction::isOverlapping()Eugene Sandulenko
2013-09-06FULLPIPE: Fix mouse event handlingEugene Sandulenko