aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/stateloader.cpp
AgeCommit message (Expand)Author
2014-06-12FULLPIPE: Implement GameVar::~GameVar()Eugene Sandulenko
2014-05-02FULLPIPE: Removed couple of PtrList usages for code clarityEugene Sandulenko
2014-02-18FULLPIPE: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-14FULLPIPE: Implement FullpipeEngine::updateMap()Eugene Sandulenko
2014-01-10FULLPIPE: Implement preloadCallback()Eugene Sandulenko
2014-01-08FULLPIPE: Stubbed and implemented some class destructorsEugene Sandulenko
2013-12-28FULLPIPE: Correctly implement scene switching from command lineEugene Sandulenko
2013-12-21FULLPIPE: g_fullpipe -> g_fp for brevityEugene Sandulenko
2013-09-18FULLPIPE: CGameLoader -> GameLoaderEugene Sandulenko
2013-09-18FULLPIPE: CGameVar -> GameVarEugene Sandulenko
2013-09-18FULLPIPE: CPtrList -> PtrListEugene Sandulenko
2013-09-15FULLPIPE: Initialize class variable. CID 1063187Eugene Sandulenko
2013-09-14FULLPIPE: Move PreloadItem methods where they belongEugene Sandulenko
2013-09-12FULLPIPE: Move Sc2 to gameloader.hEugene Sandulenko
2013-09-12FULLPIPE: Implement CGameLoader::preloadScene()Eugene Sandulenko
2013-09-06FULLPIPE: Fix number of bugs found by CoverityEugene Sandulenko
2013-09-06FULLPIPE: Fix crashEugene Sandulenko
2013-09-06FULLPIPE: Implement BehaviorInfo::initObjectBehavior()Eugene Sandulenko
2013-09-06FULLPIPE: Implement sceneHandler01()Eugene Sandulenko
2013-09-06FULLPIPE: Attempt to fix crash on SC_1 startup. Domino is missingEugene Sandulenko
2013-09-06FULLPIPE: Implement CGameLoader::applyPicAniInfos()Eugene Sandulenko
2013-09-06FULLPIPE: Fix CGameVar::addSubVar()Eugene Sandulenko
2013-09-06FULLPIPE: Renamed gameobj.h to constants.hEugene Sandulenko
2013-09-06FULLPIPE: Unstubbed loadGam() and CGameLoader()Eugene Sandulenko
2013-09-06FULLPIPE: Moved debug code to loadAllScenes()Eugene Sandulenko
2013-09-06FULLPIPE: Implemented StaticANIObject::countMovements()Eugene Sandulenko
2013-09-06FULLPIPE: Finished stubbing loadGam()Eugene Sandulenko
2013-09-06FULLPIPE: Further work on loadGam()Eugene Sandulenko
2013-09-06FULLPIPE: Moved Messge class to messages.cppEugene Sandulenko
2013-09-06FULLPIPE: Unstubbed StaticANIObject::addReverseStatics()Eugene Sandulenko
2013-09-06FULLPIPE: First part of scene drawing codeEugene Sandulenko
2013-09-06FULLPIPE: Initial stubs for input systemEugene Sandulenko
2013-09-06FULLPIPE: Further work on sceneSwitcherEugene Sandulenko
2013-09-06FULLPIPE: Further work on sceneSwitcher.Eugene Sandulenko
2013-09-06FULLPIPE: Further work on sceneSwitcher()Eugene 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: Initial code for bitmap renderingEugene 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 scene loadingEugene Sandulenko
2013-09-06FULLPIPE: Continued on scene loadingEugene Sandulenko
2013-09-06FULLPIPE: Transcode Cyrillic into UTF-8 for debugging convenienceEugene Sandulenko
2013-09-06FULLPIPE: Load all scenes for debugging purposesEugene Sandulenko
2013-09-06FULLPIPE: Fix loading .qu filesEugene Sandulenko
2013-09-06FULLPIPE: Continued work on Scene loading. PicturesEugene Sandulenko
2013-09-06FULLPIPE: Started scene loadingEugene Sandulenko
2013-09-06FULLPIPE: Further refactoring classes into separate filesEugene Sandulenko