index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
fullpipe
/
scene.cpp
Age
Commit message (
Expand
)
Author
2017-11-27
FULLPIPE: Attempt to crash when calling paletteless scenes
Eugene Sandulenko
2017-11-18
FULLPIPE: Fix memory leaks in PictureObject, Background
Colin Snover
2017-11-18
FULLPIPE: Remove unnecessary and unsafe C-style casts
Colin Snover
2017-11-18
FULLPIPE: Reduce chance of Scene leaks, remove unused SceneTag member
Colin Snover
2017-11-18
FULLPIPE: Remove memory leaks and manual memory management in Scene
Colin Snover
2017-11-18
FULLPIPE: Fix memory leaks of SceneTag
Colin Snover
2017-11-18
FULLPIPE: Fix leaks and unnecessary extra allocations in FullpipeEngine
Colin Snover
2017-11-18
FULLPIPE: Fix memory leaks, ownership issues, and endianness issues in graphi...
Colin Snover
2017-11-18
FULLPIPE: Make dimensions/coordinate getters pure functions
Colin Snover
2017-11-18
FULLPIPE: Improve memory safety and fix leaks in sound code
Colin Snover
2017-03-27
FULLPIPE: Safer string management
Eugene Sandulenko
2017-03-24
Unify all string function parameters to be const Common::String &
Filippos Karapetis
2017-03-22
FULLPIPE: Code optimization
Filippos Karapetis
2017-03-22
FULLPIPE: Change genFileName() and loadFile() to use Common::String
Filippos Karapetis
2017-03-22
FULLPIPE: Change more object-related functions to use Common::String
Filippos Karapetis
2017-03-22
FULLPIPE: Use Common::String in all scene object names
Filippos Karapetis
2017-03-22
FULLPIPE: Change transCyrillic() to accept a Common::String
Filippos Karapetis
2017-01-05
Merge pull request #883 from bluegr/fullpipe_mem
Eugene Sandulenko
2016-12-26
FULLPIPE: Decrease header dependency
Eugene Sandulenko
2016-12-20
FULLPIPE: Change _objCommandName and _queueName to Common::String
Filippos Karapetis
2016-11-28
FULLPIPE: Silence GCC warnings (mostly signed/unsigned ones)
Torbjörn Andersson
2016-09-27
FULLPIPE: Fix counter in Scene::objectList_sortByPriority
Retro-Junk
2016-09-27
FULLPIPE: Revert to original bubble sort algorithm for scene objects
Retro-Junk
2016-09-26
FULLPIPE: Assign unique number to objects in the scene, so they stay stable
Eugene Sandulenko
2016-09-23
FULLPIPE: Made object sorting stable. This removes flicker in many scenes
Eugene Sandulenko
2016-09-07
FULLPIPE: Added and using StaticANIObject::isPixelHitAtPos()
Eugene Sandulenko
2016-09-05
FULLPIPE: Fix crash on startup when pressing ESC
Eugene Sandulenko
2016-09-05
FULLPIPE: Rename is GabeObject
Eugene Sandulenko
2016-09-04
JANITORIAL: Fix whitespaces
Eugene Sandulenko
2016-08-28
FULLPIPE: Fix priority check in Scene::getStaticANIObjectAtPos
Retro-Junk
2016-07-28
FULLPIPE: Added more debug channels
Eugene Sandulenko
2016-07-28
FULLPIPE: Started using debug channels
Eugene Sandulenko
2015-05-15
FULLPIPE: Remove redundant debug output
Eugene Sandulenko
2014-10-28
FULLPIPE: Remove trailing whitespace
Filippos Karapetis
2014-06-27
FULLPIPE: Attempt to fix flickering. Added debug output
Eugene Sandulenko
2014-06-25
FULLPIPE: Fix selector in debug scene
Eugene Sandulenko
2014-05-20
FULLPIPE: Fix warnings
Eugene Sandulenko
2014-05-14
FULLPIPE: Fix bug in Scene::getPictureObjectById()
Eugene Sandulenko
2014-05-02
FULLPIPE: ditto for Scene::_messageQueueList
Eugene Sandulenko
2014-05-02
FULLPIPE: Removed couple of PtrList usages for code clarity
Eugene Sandulenko
2014-05-02
FULLPIPE: Implement Scene::stopAllSounds()
Eugene Sandulenko
2014-05-02
FULLPIPE: Implement Scene::~Scene()
Eugene Sandulenko
2014-03-03
FULLPIPE: Implement scene19_preload()
Eugene Sandulenko
2014-02-18
FULLPIPE: Make GPL headers consistent in themselves.
Johannes Schickel
2014-01-08
FULLPIPE: Stubbed and implemented some class destructors
Eugene Sandulenko
2014-01-03
FULLPIPE: Fix flicker in scenes. Woo hoo!
Eugene Sandulenko
2014-01-03
FULLPIPE: Fix Background::addPictureObject()
Eugene Sandulenko
2013-12-21
FULLPIPE: g_fullpipe -> g_fp for brevity
Eugene Sandulenko
2013-12-11
FULLPIPE: Clean full screen on each frame as corrected by LordHoto
Eugene Sandulenko
2013-12-10
FULLPIPE: Fix drawing artifacts in all scenes
Eugene Sandulenko
[next]