aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe
AgeCommit message (Expand)Author
2016-09-04FULLPIPE: Signed read for delay in PreloadItemsEugene Sandulenko
2016-09-04FULLPIPE: Rename in ExCommand structureEugene Sandulenko
2016-09-04FULLPIPE: Added debug output to scene04Eugene Sandulenko
2016-09-04FULLPIPE: Fix drawAlphaRectangle()Eugene Sandulenko
2016-09-04FULLPIPE: Properly initialize ObjstateCommand. This fixes game logic transitionsEugene Sandulenko
2016-09-04FULLPIPE: Added more debug output to scene05Eugene Sandulenko
2016-09-04FULLPIPE: Added debug inventory to scene05Eugene Sandulenko
2016-09-04FULLPIPE: Fix floaters directionEugene Sandulenko
2016-09-04FULLPIPE: Fix ladder climbing crashRetro-Junk
2016-09-04FULLPIPE: Optimize sceneFade()Eugene Sandulenko
2016-09-04FULLPIPE: Implement FullpipeEngine::drawAlphaRectangle()Eugene Sandulenko
2016-09-04JANITORIAL: Fix whitespacesEugene Sandulenko
2016-09-04FULLPIPE: Implement FullpipeEngine::sceneFade()Eugene Sandulenko
2016-09-04FULLPIPE: Fix Valgrind warningTorbjörn Andersson
2016-09-04FULLPIPE: Fix GameObject::setPicAniInfo(). Now all animations get restored co...Eugene Sandulenko
2016-09-04FULLPIPE: Clarify field data type in PicAniInfoEugene Sandulenko
2016-09-04FULLPIPE: Implement GameLoader::saveScenePicAniInfos(). Now object states are...Eugene Sandulenko
2016-08-31FULLPIPE: Remove redundant type castEugene Sandulenko
2016-08-31FULLPIPE: Fix warningEugene Sandulenko
2016-08-31FULLPIPE: Fix incorrect code path in StaticANIObject::updateRetro-Junk
2016-08-31FULLPIPE: Fixed Behaviour methodsEugene Sandulenko
2016-08-31FULLPIPE: Added more debugging to scene03Eugene Sandulenko
2016-08-31FULLPIPE: Fix mismatched malloc/freeEugene Sandulenko
2016-08-30FULLPIPE: Fix length calculation in AniHandler::getNumCyclesRetro-Junk
2016-08-30FULLPIPE: Fix jumping on MapEugene Sandulenko
2016-08-29FULLPIPE: Fix arithmetics in MovGraph::putToLinkRetro-Junk
2016-08-29FULLPIPE: Fix few bugs in Map codeEugene Sandulenko
2016-08-29FULLPIPE: More signed readsEugene Sandulenko
2016-08-29FULLPIPE: Read signed values where potentially negative values could appearEugene Sandulenko
2016-08-29FULLPIPE: Hid noisy pointless warningEugene Sandulenko
2016-08-29FULLPIPE: Fix parent variable overwrite in MctlLadder::initMovementRetro-Junk
2016-08-29FULLPIPE: Fix condition check in StaticANIObject::updateRetro-Junk
2016-08-29FULLPIPE: Scene04: Stop the Jar from levitatingRetro-Junk
2016-08-29FULLPIPE: Initialize struct at construction.Eugene Sandulenko
2016-08-29FULLPIPE: Improved Behavior debuggingEugene Sandulenko
2016-08-29FULLPIPE: Remove obsolete warningEugene Sandulenko
2016-08-28FULLPIPE: Fix priority check in Scene::getStaticANIObjectAtPosRetro-Junk
2016-08-28FULLPIPE: Fix alpha mask in Bitmap::isPixelHitAtPosRetro-Junk
2016-08-28FULLPIPE: Avoid buffer overwriteEugene Sandulenko
2016-08-28FULLPIPE: More debug info for behaviorsEugene Sandulenko
2016-08-28FULLPIPE: Added debugging to scene3Eugene Sandulenko
2016-08-28FULLPIPE: Fix inventory items rebuildingEugene Sandulenko
2016-08-28FULLPIPE: Implement Inventory2::removeItem()Eugene Sandulenko
2016-08-26FULLPIPE: Make elevators actually workRetro-Junk
2016-08-25FULLPIPE: Another fix to gotoLastFrame()Eugene Sandulenko
2016-08-25FULLPIPE: Fix gotoLastFrame() implementationEugene Sandulenko
2016-08-25FULLPIPE: Fix array allocation in StepArray::insertPointsRetro-Junk
2016-08-25FULLPIPE: Fix if() conditionEugene Sandulenko
2016-08-25FULLPIPE: Restore original tangled logic in stopAnim_maybeEugene Sandulenko
2016-08-24FULLPIPE: Fix direction calculation in MctlGraph::getLinkDirRetro-Junk