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
/
sci
/
gui
/
gui_animate.cpp
Age
Commit message (
Expand
)
Author
2009-10-30
Added caching of views
Filippos Karapetis
2009-10-30
SCI/newgui: Reanimate implemented
Martin Kiewitz
2009-10-30
Started porting ReAnimate() from Greg's SCI engine
Filippos Karapetis
2009-10-25
SCI/newgui: removed list parameter from addToPicDrawCels()
Martin Kiewitz
2009-10-21
SCI/newgui: kAnimate added comment about fastCast
Martin Kiewitz
2009-10-21
SCI/newgui: kAnimate - fastCast change (again)
Martin Kiewitz
2009-10-21
Make the check for global variable 84 inside SciGuiAnimate::invoke() simpler ...
Filippos Karapetis
2009-10-21
Fixed animations in LSL1VGA again
Filippos Karapetis
2009-10-21
- Removed kShow() and the related code it uses - it's a debugging function, a...
Filippos Karapetis
2009-10-21
SCI/newgui: kAnimate - now reads out signal again in .dispose loop, just in c...
Martin Kiewitz
2009-10-21
SCI/newgui: updating flags separately to fix issue in sq1 (almost at the end)...
Martin Kiewitz
2009-10-19
SCI/newgui: kAnimate comment changed on fastCast
Martin Kiewitz
2009-10-19
Made the check for global var 84 more generic (checking for the fastCast object)
Filippos Karapetis
2009-10-19
SCI/newgui: kAnimate support for globalVar 84 in kq5 to fix cels drawn into t...
Martin Kiewitz
2009-10-18
SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicit
Max Horn
2009-10-17
SCI/newgui: SciGuiAnimate::updateScreen() completed
Martin Kiewitz
2009-10-16
Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,...
Filippos Karapetis
2009-10-14
Plugged loads of memory leaks in the new GUI
Filippos Karapetis
2009-10-13
SCI/newgui: class SciGuiTransitions created
Martin Kiewitz
2009-10-13
SCI/newgui: SciGuiAnimate class created
Martin Kiewitz