aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe
AgeCommit message (Expand)Author
2015-10-17FULLPIPE: More renamesEugene Sandulenko
2015-10-17FULLPIPE: More renamesEugene Sandulenko
2015-10-17FULLPIPE: Rename some methodsEugene Sandulenko
2015-07-04FULLPIPE: Fix a warningFilippos Karapetis
2015-05-15FULLPIPE: Remove redundant debug outputEugene Sandulenko
2015-01-21JANITORIAL: Remove unnecessary semicolonsTorbjörn Andersson
2015-01-04FULLPIPE: Fix bug in inventoryEugene Sandulenko
2015-01-04FULLPIPE: Sanity checkEugene Sandulenko
2015-01-04FULLPIPE: Plug memory leakEugene Sandulenko
2015-01-04FULLPIPE: Remove redundant checkEugene Sandulenko
2015-01-03FULLPIPE: Fix crash in scene04Eugene Sandulenko
2015-01-02FULLPIPE: Fix bug with unmovable jar in scene04Eugene Sandulenko
2015-01-02FULLPIPE: Fix bug with spring in scene04Eugene Sandulenko
2014-10-28FULLPIPE: Remove trailing whitespaceFilippos Karapetis
2014-09-28FULLPIPE: Silence a gcc warningMatthew Hoops
2014-06-30FULLPIPE: Initialize variableEugene Sandulenko
2014-06-27FULLPIPE: Reduce header dependencyEugene Sandulenko
2014-06-27FULLPIPE: Split out MGM code into separate fileEugene Sandulenko
2014-06-27FULLPIPE: Attempt to fix flickering. Added debug outputEugene Sandulenko
2014-06-25FULLPIPE: Fix selector in debug sceneEugene Sandulenko
2014-06-23FULLPIPE: Remove unused variableEugene Sandulenko
2014-06-23FULLPIPE: Give better name to functionEugene Sandulenko
2014-06-23FULLPIPE: MovGraph::calcMovItems: renamed variables and added some commentsEugene Sandulenko
2014-06-21FULLPIPE: Add 16bit/RGB backend support dependancy.Johannes Schickel
2014-06-20FULLPIPE: Implement Bitmap::flipVertical()Eugene Sandulenko
2014-06-19FULLPIPE: Draw transparent surfacesEugene Sandulenko
2014-06-18FULLPIPE: Fixed ModalQueryEugene Sandulenko
2014-06-18FULLPIPE: Implement ModalCredits::update()Eugene Sandulenko
2014-06-18FULLPIPE: Implemented ModalIntro::update()Eugene Sandulenko
2014-06-18FULLPIPE: Stubbed sceneFade()Eugene Sandulenko
2014-06-17FULLPIPE: Fix crash in scene34. Now it is rendered properlyEugene Sandulenko
2014-06-17FULLPIPE: Cleanup gfx codeEugene Sandulenko
2014-06-17FULLPIPE: cleanupEugene Sandulenko
2014-06-17FULLPIPE: Implement horizontal flippingEugene Sandulenko
2014-06-17FULLPIPE: Skip internal 565 rpresentation for sprites and directly render the...Eugene Sandulenko
2014-06-17FULLPIPE: Switch graphics to TransparentSurfaceEugene Sandulenko
2014-06-17FULLPIPE: Switch engine to 32 bitEugene Sandulenko
2014-06-16FULLPIPE: Started switching gfx functions to SurfaceEugene Sandulenko
2014-06-14FULLPIPE: Fix crash on exitEugene Sandulenko
2014-06-13FULLPIPE: Implement FullpipeEngine::freeGameLoader()Eugene Sandulenko
2014-06-13FULLPIPE: Implement FullpipeEngine::cleanup()Eugene Sandulenko
2014-06-13FULLPIPE: Implement GameLoader::~GameLoader()Eugene Sandulenko
2014-06-13FULLPIPE: Removed unused codeEugene Sandulenko
2014-06-12FULLPIPE: Implement GameLoader::restoreDefPicAniInfos()Eugene Sandulenko
2014-06-12FULLPIPE: Implement GameVar::~GameVar()Eugene Sandulenko
2014-06-11FULLPIPE: Use safe string copying. CID 1208908Eugene Sandulenko
2014-06-11FULLPIPE: Copy string safely. CID 1208909Eugene Sandulenko
2014-06-10FULLPIPE: Plug potential resource leak. CID 1208906Eugene Sandulenko
2014-06-09FULLPIPE: Use strlcpy instead of strncpy in some places.Johannes Schickel
2014-06-09FULLPIPE: Fix compilationEugene Sandulenko