aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/animate.cpp
AgeCommit message (Expand)Author
2011-03-20SCI: Added a new console command, "animate_list" or "al"md5
2011-03-02SCI: Change workaround for hoyle3-demo's rendering orderWillem Jan Palenstijn
2011-02-27SCI: Renamed SCI_VERSION_1_EGA to SCI_VERSION_1_EGA_ONLYmd5
2011-02-26SCI: Slight cleanup in the animate codemd5
2011-02-23SCI: Don't name a variable the same as its functionMatthew Hoops
2011-02-23SCI: Added a workaround for bug #3036763 - "HOYLE3 Demo: Bad Dialog Priorities"md5
2011-02-23SCI: Cleaned up and segmented the animate code in order to make it a bit more...md5
2010-12-26SCI: A more efficient solution for bug #3037874 (SCI high CPU usage), which w...Filippos Karapetis
2010-10-26SCI: removing unneeded callMartin Kiewitz
2010-10-26SCI: fix gfx issues when giving out cards hoyle4Martin Kiewitz
2010-10-26SCI: kAnimate bit 2 is hoyle 4 exclusiveMartin Kiewitz
2010-10-26SCI: little cleanup kAnimateMartin Kiewitz
2010-10-26SCI: fixing bug #3091767 by reverting r52820Martin Kiewitz
2010-10-25SCI: fix comment in kAddToPicMartin Kiewitz
2010-10-24SCI: fixing obvious kAddToPic regressionMartin Kiewitz
2010-10-10SCI: Fix warning about uninitialized variableMax Horn
2010-10-08SCI: add global scaling again to kAddToPicMartin Kiewitz
2010-09-25SCI: little optimization in kAddToPicMartin Kiewitz
2010-09-25SCI: changes to kAddToPicMartin Kiewitz
2010-09-20Make r52818 general on trunkLars Skovlund
2010-09-20SCI: Handle bit 2 of scaleSignal by not updating nsRect values whenLars Skovlund
2010-09-05SCI: dont do global scaling on non-scaleable viewsMartin Kiewitz
2010-08-29SCI: Throttle the invocations of Engine::shouldQuit()Filippos Karapetis
2010-08-25SCI: adding detection for freddy pharkas "fred"Martin Kiewitz
2010-08-11SCI: properly doing kAnimate loop/cel fixingMartin Kiewitz
2010-08-11SCI: revert r51969Martin Kiewitz
2010-08-11SCI: kAddToPic only wrote nsRect in sci1.1Martin Kiewitz
2010-08-11SCI: kAnimate invalid loop/cels now correctly fixedMartin Kiewitz
2010-08-10SCI: kAddToPic(list) set fixed priority flagMartin Kiewitz
2010-08-10SCI: add scaling support to kAddToPicMartin Kiewitz
2010-08-10SCI: adding workaround for kq5Martin Kiewitz
2010-08-03SCI: adding jones/talkie speed throttler viewMartin Kiewitz
2010-08-02SCI: adding non-scaleable view capabilityMartin Kiewitz
2010-07-31SCI: adding detection for benchmark viewsMartin Kiewitz
2010-07-31SCI: kAnimate - limit update of nsRect when scaledMartin Kiewitz
2010-07-31SCI: fix kAddToPic called with view dataMartin Kiewitz
2010-07-30SCI: Add comment about stability requirements in makeSortedList.Johannes Schickel
2010-07-29SCI: updating screen within kAnimate as well - fixes pseudo hang in eq1 credi...Martin Kiewitz
2010-07-27SCI: sci1.1 priority bands now changing in kDrawPicMartin Kiewitz
2010-07-22SCI: Remove sanity check introduced in rev 51154. When a node is deleted via ...Filippos Karapetis
2010-07-22SCI: Added a sanity check for rev 51152. If a node has been deleted, it shoul...Filippos Karapetis
2010-07-22SCI: Fixed the crash in LSL2, room 42 (when arriving at the island). kAnimate...Filippos Karapetis
2010-06-29SCI: Rename listEntry -> 'it' for better readabilityMax Horn
2010-06-29SCI: Simplify List::iterator usage in GfxAnimateMax Horn
2010-06-29SCI: Simplify GfxAnimate code, get rid of _listDataMax Horn
2010-06-28SCI: kAnimate resetting _lastCastCount all the timeMartin Kiewitz
2010-06-28SCI: Add const qualifiers to many GfxView methods and their return values.Max Horn
2010-06-26Further improve readabilityWillem Jan Palenstijn
2010-06-26Improve readabilityWillem Jan Palenstijn
2010-06-25When loading a game, stop all running VMs recursively, and also stop kAnimate...Filippos Karapetis