aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/animation.cpp
AgeCommit message (Expand)Author
2019-10-15AVALANCHE: Fix Missing Default Switch CasesD G Turner
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2014-04-12AVALANCHE: Unify kProcGeida and kProcSpludwick under kProcFollowAvvy.uruk
2014-04-12AVALANCHE: Rename _seeScroll to _runAnimations and swap it's meaning.uruk
2014-03-03AVALANCHE: Rename Menu to DropDownMenu.uruk
2014-02-18AVALANCHE: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-08AVALANCHE: Finish GhostRoom's implementation.uruk
2014-02-04AVALANCHE: Implement loading and drawing of the picture of the ghost.uruk
2014-01-30AVALANCHE: Add Ghostroom's skeleton.uruk
2014-01-15AVALANCHE: Implement wobble, move it to Animation.uruk
2014-01-15AVALANCHE: Implement, rename, move zonk() and connected functions.uruk
2014-01-03AVALANCHE: Move direction reset to Animation::resetVariables()Strangerke
2013-11-23AVALANCHE: Make the call of displayScrollChain() a bit more consistentStrangerke
2013-11-22AVALANCHE: Janitorial - Removing trailing spaces and tabsStrangerke
2013-11-14AVALANCHE: Fix bug when Tuck tries to grab AvvyStrangerke
2013-10-30AVALANCHE: Fix CID 1109678, 1109674Strangerke
2013-10-28AVALANCHE: Fix CID 1109677, 1109678, 1109694, 1109695Strangerke
2013-10-17AVALANCHE: Some more refactoringStrangerke
2013-10-17AVALANCHE: Move Bubble pos to Dialogs, make them privateStrangerke
2013-10-17AVALANCHE: Rework animation init/remove some moreStrangerke
2013-10-17AVALANCHE: Remove 3 useless variables in AnimationStrangerke
2013-10-17AVALANCHE: Remove a couple of useless variables from Animation. This breaks s...Strangerke
2013-10-15AVALANCHE: Get rid of SpriteInfoStrangerke
2013-10-14AVALANCHE: Remove some extra parenthesis in AnimationStrangerke
2013-10-14AVALANCHE: Remove StatType, reduce verbosity some moreStrangerke
2013-10-14AVALANCHE: Reduce verbosity in Animation and AnimationTypeStrangerke
2013-10-14AVALANCHE: Modifiy AnimationType initialization, add private Animation pointerStrangerke
2013-10-12AVALANCHE: Move some variables aroundStrangerke
2013-10-09AVALANCHE: Implement fadeIn and fadeOut (dusk and dawn)Strangerke
2013-10-05AVALANCHE: Cleaning includes - remove useless includes in cpp filesStrangerke
2013-10-04AVALANCHE: Check | occurrence as pointed by LordHotoStrangerke
2013-10-04AVALANCHE: Fix naming convention, reduce the scope of a couple of variablesStrangerke
2013-10-04AVALANCHE: Remove code commented in the original but not in the engine.Strangerke
2013-10-02AVALANCHE: Move ControlCharacter enum to enumsStrangerke
2013-10-02AVALANCHE: Use Doxygen comments in AnimationStrangerke
2013-10-01AVALANCHE: Remove verbosity related to the use of Magics enumStrangerke
2013-10-01AVALANCHE: Move some more variables out of AvalancheStrangerke
2013-10-01AVALANCHE: Move several variables to make them privateStrangerke
2013-09-30AVALANCHE: Remove various dead variables and associated codeStrangerke
2013-09-30AVALANCHE: Remove bytefields, which are set but never usedStrangerke
2013-09-29AVALANCHE: Fix more gcc warnings reported by wjpStrangerke
2013-09-29AVALANCHE: Add some more graphic functionsStrangerke
2013-09-28AVALANCHE: Set the Magic surface as private, some associated reworkStrangerke
2013-09-27AVALANCHE: Use the Color enum, remove some magic values, identify some dead v...Strangerke
2013-09-27AVALANCHE: Misc minor polishingStrangerke
2013-09-27AVALANCHE: Merge Avalot and AvalancheEngineStrangerke
2013-09-26AVALANCHE: Objectify Sequence. This commit breaks savegames.Strangerke
2013-09-25AVALANCHE: Janitorial - Use ++ and -- when possibleStrangerke
2013-09-25AVALANCHE: Move some variables to Animation, break savegame compatibilityStrangerke
2013-09-25AVALANCHE: Reduce verbosity in Background, remove a useless variableStrangerke