aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/animate.cpp
AgeCommit message (Expand)Author
2018-12-03SCI: fix full view remap effect (#1432)Kawa
2018-04-22SCI: Change workaround for PalVary / Animate race conditionWillem Jan Palenstijn
2017-03-27SCI: Implement bounds-checked reads of game resourcesColin Snover
2016-09-29SCI: Add prefix to global variable constantsColin Snover
2016-09-29SCI: Replace magic numbers for globals with named constantsColin Snover
2016-02-23SCI: Improve kAnimate fastcast detection, Remove EQ1 hackMartin Kiewitz
2016-02-15JANITORIAL: Typos detected with lintian & grepAlexandre Detiste
2014-05-27ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.Johannes Schickel
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2013-04-27SCI: Change wording for bug/further info referencesFilippos Karapetis
2012-06-18SCI: Add setter/getter methods to reg_t'sFilippos Karapetis
2011-10-19SCI: Merged all the code to get/set the NS rectFilippos Karapetis
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-25ALL: behaviour -> behaviorMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
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