aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scene.cpp
AgeCommit message (Expand)Author
2017-11-27FULLPIPE: Attempt to crash when calling paletteless scenesEugene Sandulenko
2017-11-18FULLPIPE: Fix memory leaks in PictureObject, BackgroundColin Snover
2017-11-18FULLPIPE: Remove unnecessary and unsafe C-style castsColin Snover
2017-11-18FULLPIPE: Reduce chance of Scene leaks, remove unused SceneTag memberColin Snover
2017-11-18FULLPIPE: Remove memory leaks and manual memory management in SceneColin Snover
2017-11-18FULLPIPE: Fix memory leaks of SceneTagColin Snover
2017-11-18FULLPIPE: Fix leaks and unnecessary extra allocations in FullpipeEngineColin 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-11-18FULLPIPE: Improve memory safety and fix leaks in sound codeColin Snover
2017-03-27FULLPIPE: Safer string managementEugene Sandulenko
2017-03-24Unify all string function parameters to be const Common::String &Filippos Karapetis
2017-03-22FULLPIPE: Code optimizationFilippos Karapetis
2017-03-22FULLPIPE: Change genFileName() and loadFile() to use Common::StringFilippos Karapetis
2017-03-22FULLPIPE: Change more object-related functions to use Common::StringFilippos Karapetis
2017-03-22FULLPIPE: Use Common::String in all scene object namesFilippos Karapetis
2017-03-22FULLPIPE: Change transCyrillic() to accept a Common::StringFilippos Karapetis
2017-01-05Merge pull request #883 from bluegr/fullpipe_memEugene Sandulenko
2016-12-26FULLPIPE: Decrease header dependencyEugene Sandulenko
2016-12-20FULLPIPE: Change _objCommandName and _queueName to Common::StringFilippos Karapetis
2016-11-28FULLPIPE: Silence GCC warnings (mostly signed/unsigned ones)Torbjörn Andersson
2016-09-27FULLPIPE: Fix counter in Scene::objectList_sortByPriorityRetro-Junk
2016-09-27FULLPIPE: Revert to original bubble sort algorithm for scene objectsRetro-Junk
2016-09-26FULLPIPE: Assign unique number to objects in the scene, so they stay stableEugene Sandulenko
2016-09-23FULLPIPE: Made object sorting stable. This removes flicker in many scenesEugene Sandulenko
2016-09-07FULLPIPE: Added and using StaticANIObject::isPixelHitAtPos()Eugene Sandulenko
2016-09-05FULLPIPE: Fix crash on startup when pressing ESCEugene Sandulenko
2016-09-05FULLPIPE: Rename is GabeObjectEugene Sandulenko
2016-09-04JANITORIAL: Fix whitespacesEugene Sandulenko
2016-08-28FULLPIPE: Fix priority check in Scene::getStaticANIObjectAtPosRetro-Junk
2016-07-28FULLPIPE: Added more debug channelsEugene Sandulenko
2016-07-28FULLPIPE: Started using debug channelsEugene Sandulenko
2015-05-15FULLPIPE: Remove redundant debug outputEugene Sandulenko
2014-10-28FULLPIPE: Remove trailing whitespaceFilippos Karapetis
2014-06-27FULLPIPE: Attempt to fix flickering. Added debug outputEugene Sandulenko
2014-06-25FULLPIPE: Fix selector in debug sceneEugene Sandulenko
2014-05-20FULLPIPE: Fix warningsEugene Sandulenko
2014-05-14FULLPIPE: Fix bug in Scene::getPictureObjectById()Eugene Sandulenko
2014-05-02FULLPIPE: ditto for Scene::_messageQueueListEugene Sandulenko
2014-05-02FULLPIPE: Removed couple of PtrList usages for code clarityEugene Sandulenko
2014-05-02FULLPIPE: Implement Scene::stopAllSounds()Eugene Sandulenko
2014-05-02FULLPIPE: Implement Scene::~Scene()Eugene Sandulenko
2014-03-03FULLPIPE: Implement scene19_preload()Eugene Sandulenko
2014-02-18FULLPIPE: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-08FULLPIPE: Stubbed and implemented some class destructorsEugene Sandulenko
2014-01-03FULLPIPE: Fix flicker in scenes. Woo hoo!Eugene Sandulenko
2014-01-03FULLPIPE: Fix Background::addPictureObject()Eugene Sandulenko
2013-12-21FULLPIPE: g_fullpipe -> g_fp for brevityEugene Sandulenko
2013-12-11FULLPIPE: Clean full screen on each frame as corrected by LordHotoEugene Sandulenko
2013-12-10FULLPIPE: Fix drawing artifacts in all scenesEugene Sandulenko