aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scene.cpp
AgeCommit message (Expand)Author
2013-09-19FULLPIPE: Fix bug in picture searchEugene Sandulenko
2013-09-18FULLPIPE: CGameVar -> GameVarEugene Sandulenko
2013-09-18FULLPIPE: CPtrList -> PtrListEugene Sandulenko
2013-09-11FULLPIPE: Add parenthesisEugene Sandulenko
2013-09-11FULLPIPE: Fix compilation with MSVC and add a FIXMEFilippos Karapetis
2013-09-06FULLPIPE: Fix const'nessEugene Sandulenko
2013-09-06FULLPIPE: Fix *AtPos() functionsEugene Sandulenko
2013-09-06FULLPIPE: Fixe few warningsEugene Sandulenko
2013-09-06FULLPIPE: Bugfixes for StaticANIObject::startAnim()Eugene Sandulenko
2013-09-06FULLPIPE: More *AtPos functionsEugene Sandulenko
2013-09-06FULLPIPE: Implemented several high level *AtPos functionsEugene Sandulenko
2013-09-06FULLPIPE: Finish global_messageHandler3()Eugene Sandulenko
2013-09-06FULLPIPE: Implemented FullpipeEngine::updateCursorsCommon()Eugene Sandulenko
2013-09-06FULLPIPE: Implement Scene::initObjectCursors()Eugene Sandulenko
2013-09-06FULLPIPE: Implemented CInventory2::rebuildItemRects()Eugene Sandulenko
2013-09-06FULLPIPE: Fix number of bugs found by CoverityEugene Sandulenko
2013-09-06FULLPIPE: Fix crashEugene Sandulenko
2013-09-06FULLPIPE: Implement BehaviorEntryEugene Sandulenko
2013-09-06FULLPIPE: Rename base class variables to avoid ambigiuityEugene Sandulenko
2013-09-06FULLPIPE: Implement global_messageHandler4() and startAnim()Eugene Sandulenko
2013-09-06FULLPIPE: Fix bug with lost picture palettesEugene Sandulenko
2013-09-06FULLPIPE: First phase of StaticANIObject::update() implementationEugene Sandulenko
2013-09-06FULLPIPE: Attempt to fix crash on SC_1 startup. Domino is missingEugene Sandulenko
2013-09-06FULLPIPE: Initial code for SC_1Eugene Sandulenko
2013-09-06FULLPIPE: Fixed scene object sortingEugene Sandulenko
2013-09-06FULLPIPE: Implemented FullpipeEngine::updateScreen()Eugene Sandulenko
2013-09-06FULLPIPE: Renamed gameobj.h to constants.hEugene Sandulenko
2013-09-06FULLPIPE: Implemented CGameLoader::gotoScene()Eugene Sandulenko
2013-09-06FULLPIPE: Implement StaticANIObject::draw()Eugene Sandulenko
2013-09-06FULLPIPE: Rename messagequeue.* to messages.*Eugene Sandulenko
2013-09-06FULLPIPE: Started Statics drawingEugene Sandulenko
2013-09-06FULLPIPE: Second part of scene drawingEugene Sandulenko
2013-09-06FULLPIPE: Fixed initial scene drawing. Scene bg is shownEugene Sandulenko
2013-09-06FULLPIPE: First part of scene drawing codeEugene Sandulenko
2013-09-06FULLPIPE: Further work on Scene switcherEugene Sandulenko
2013-09-06FULLPIPE: More work on sceneSwitcher. MessageHandlerEugene Sandulenko
2013-09-06FULLPIPE: Further work on sceneSwitcherEugene Sandulenko
2013-09-06FULLPIPE: Further work on sceneSwitcher()Eugene Sandulenko
2013-09-06FULLPIPE: Continued scene drawingEugene Sandulenko
2013-09-06FULLPIPE: Rename _stringObj to relevant names in order to avoid ambiguityEugene Sandulenko
2013-09-06FULLPIPE: Beginning of scene drawingEugene Sandulenko
2013-09-06FULLPIPE: Implemented quitting from picture browsingEugene Sandulenko
2013-09-06FULLPIPE: Scene drawing stubsEugene Sandulenko
2013-09-06FULLPIPE: Added lots of debug output, Picture::setAOIDs() implementationEugene Sandulenko
2013-09-06FULLPIPE: Fix indentationEugene Sandulenko
2013-09-06FULLPIPE: Continued on scene loadingEugene Sandulenko
2013-09-06FULLPIPE: Transcode Cyrillic into UTF-8 for debugging convenienceEugene Sandulenko
2013-09-06FULLPIPE: Implement Background::addPictureObjectEugene Sandulenko
2013-09-06FULLPIPE: Fix loading .qu filesEugene Sandulenko
2013-09-06FULLPIPE: Started sound loadingEugene Sandulenko