aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.h
AgeCommit message (Expand)Author
2017-12-08FULLPIPE: Added debug output for GameObjectEugene Sandulenko
2017-11-21FULLPIPE: Fix big picture array indexingBastien Bouclet
2017-11-18FULLPIPE: Fix memory leaks in PictureObject, BackgroundColin Snover
2017-11-18FULLPIPE: Fix memory leaks, ownership issues with various point listsColin Snover
2017-11-18FULLPIPE: Fix memory leaks and unnecessary indirect allocations in Motion and...Colin Snover
2017-11-18FULLPIPE: Correctly fix Bitmap leaksColin Snover
2017-11-18FULLPIPE: Take references instead of pointers for required arguments in stati...Colin Snover
2017-11-18FULLPIPE: Fix memory leaks, ownership issues, and endianness issues in graphi...Colin Snover
2017-11-18FULLPIPE: Make dimensions/coordinate getters pure functionsColin Snover
2017-03-22FULLPIPE: Refactor _pixels so that it's not part of the Bitmap classFilippos Karapetis
2017-03-22FULLPIPE: Use Common::String in all scene object namesFilippos Karapetis
2016-12-31FULLPIPE: Fix leaks in surface and bitmap usage.Aaryaman Vasishta
2016-12-26FULLPIPE: Decrease header dependencyEugene Sandulenko
2016-12-13FULLPIPE: Revert memory leak fixing as that introduced tons of regressionsEugene Sandulenko
2016-12-12FULLPIPE: Fix memory leak in bitmap codeEugene Sandulenko
2016-09-21FULLPIPE: Fix alpha data typeEugene Sandulenko
2016-09-05FULLPIPE: Rename is GabeObjectEugene Sandulenko
2014-06-19FULLPIPE: Draw transparent surfacesEugene 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-16FULLPIPE: Started switching gfx functions to SurfaceEugene Sandulenko
2014-05-02FULLPIPE: Implement Statics::init()Eugene Sandulenko
2014-05-02FULLPIPE: Remove PtrList usage in gfx.cppEugene 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-12FULLPIPE: Implement Movement::freePixelData()Eugene Sandulenko
2014-01-08FULLPIPE: Rest of destructor stubsEugene Sandulenko
2014-01-08FULLPIPE: Stubbed and implemented some class destructorsEugene Sandulenko
2013-12-22FULLPIPE: Implement BigPicture::draw()Eugene Sandulenko
2013-10-01FULLPIPE: Fix compilation with MSVCFilippos Karapetis
2013-10-01FULLPIPE: Fix compiler warnings (for good)Eugene Sandulenko
2013-09-18FULLPIPE: CPtrList -> PtrListEugene Sandulenko
2013-09-10FULLPIPE: Move GameObject::canInteractAny() out of the classEugene Sandulenko
2013-09-09FULLPIPE: Fix function prototypeEugene Sandulenko
2013-09-08FULLPIPE: Implement CInteractionController::handleInteraction()Eugene Sandulenko
2013-09-06FULLPIPE: Implement GameObject::canInteractAny()Eugene Sandulenko
2013-09-06FULLPIPE: Implement Bitmap::isPixelHitAtPos()Eugene Sandulenko
2013-09-06FULLPIPE: Implement Bitmap::isPixelHitAtPos()Eugene Sandulenko
2013-09-06FULLPIPE: Remove redundant debug infoEugene 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: Implement CInventory2::draw()Eugene Sandulenko
2013-09-06FULLPIPE: Implemented CInventory2::rebuildItemRects()Eugene Sandulenko
2013-09-06FULLPIPE: Fix number of bugs found by CoverityEugene Sandulenko
2013-09-06FULLPIPE: Implement PictureObject::isPointInside()Eugene Sandulenko
2013-09-06FULLPIPE: Implement Picture::isPointInside()Eugene Sandulenko