aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_animate.cpp
AgeCommit message (Expand)Author
2009-12-26Removed the file and line parameters from the selector handling functionsFilippos Karapetis
2009-11-03Remove the SegManager-related hacks for the selector defines, as the segMan p...Filippos Karapetis
2009-10-30Added caching of viewsFilippos Karapetis
2009-10-30SCI/newgui: Reanimate implementedMartin Kiewitz
2009-10-30Started porting ReAnimate() from Greg's SCI engineFilippos Karapetis
2009-10-25SCI/newgui: removed list parameter from addToPicDrawCels()Martin Kiewitz
2009-10-21SCI/newgui: kAnimate added comment about fastCastMartin Kiewitz
2009-10-21SCI/newgui: kAnimate - fastCast change (again)Martin Kiewitz
2009-10-21Make the check for global variable 84 inside SciGuiAnimate::invoke() simpler ...Filippos Karapetis
2009-10-21Fixed animations in LSL1VGA againFilippos Karapetis
2009-10-21- Removed kShow() and the related code it uses - it's a debugging function, a...Filippos Karapetis
2009-10-21SCI/newgui: kAnimate - now reads out signal again in .dispose loop, just in c...Martin Kiewitz
2009-10-21SCI/newgui: updating flags separately to fix issue in sq1 (almost at the end)...Martin Kiewitz
2009-10-19SCI/newgui: kAnimate comment changed on fastCastMartin Kiewitz
2009-10-19Made the check for global var 84 more generic (checking for the fastCast object)Filippos Karapetis
2009-10-19SCI/newgui: kAnimate support for globalVar 84 in kq5 to fix cels drawn into t...Martin Kiewitz
2009-10-18SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicitMax Horn
2009-10-17SCI/newgui: SciGuiAnimate::updateScreen() completedMartin Kiewitz
2009-10-16Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,...Filippos Karapetis
2009-10-14Plugged loads of memory leaks in the new GUIFilippos Karapetis
2009-10-13SCI/newgui: class SciGuiTransitions createdMartin Kiewitz
2009-10-13SCI/newgui: SciGuiAnimate class createdMartin Kiewitz