aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/animate.cpp
AgeCommit message (Expand)Author
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
2010-06-23SCI: we extended the showBits() rect all the way depending on where the objec...Martin Kiewitz
2010-06-23Moved the SelectorCache struct inside selector.h, where it belongs, and fixed...Filippos Karapetis
2010-06-23SCI: global scaling implemented (hopefully, i'm not sure if it works 100% :P)...Martin Kiewitz
2010-06-23SCI: adding some more global scaling code, adding vanishingY and vanishingX a...Martin Kiewitz
2010-06-23SCI: some initial work on global scalingMartin Kiewitz
2010-06-20SCI: kPalVary - cleanup and some more codeMartin Kiewitz
2010-06-18Fixed a problem in kAnimate which occurred when a list was modified by a call...Filippos Karapetis
2010-06-13Disabled two cases of findObjectByName() in SCI0 early gamesFilippos Karapetis
2010-06-10Use the SELECTOR() macro for readabilityFilippos Karapetis
2010-06-09Globals from script 0 are now initialized in script_init_engine(), and are ac...Filippos Karapetis
2010-05-29Mass renaming of selector-related functions, and removed some defines which w...Filippos Karapetis
2010-05-24SCI: sort according to original order in kAnimate, when y and z are the same ...Martin Kiewitz
2010-05-15SCI: SCI_SCREEN_MASK_* now GFX_SCREEN_MASK_*, using enum - added new enum GFX...Martin Kiewitz
2010-04-30SCI: animate cleanupMartin Kiewitz
2010-04-24SCI: reverting r48787 port updates were actually introduced (heard that befor...Martin Kiewitz