aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalanche.cpp
AgeCommit message (Collapse)Author
2013-09-15AVALANCHE: Get rid of several magic valuesStrangerke
2013-09-15AVALANCHE: Get rid of Enid.uruk
2013-09-15AVALANCHE: Rename Gyro::_dogFoodPos. Add comments to clarify it's function.uruk
2013-09-15AVALANCHE: Get rid of Visa. Move everything from it to Scrolls.uruk
2013-09-15AVALANCHE: Remove comment from AvalancheEngine::expandDate. It works as ↵uruk
intended, no need to repair.
2013-09-14AVALANCHE: Reduce verbosity related to animation spritesStrangerke
2013-09-13AVALANCHE: Remove duplicated direction enum, move direction to animation classStrangerke
2013-09-13AVALANCHE: Remove DNA structure which was essentially a savegame structure ↵Strangerke
unused in ScummVM
2013-09-12AVALANCHE: Fix various warnings reported by GCC and/or wjpStrangerke
2013-09-09AVALANCHE: harmonize the use of constants for kMagic, kProc, kObject, kPeopleStrangerke
2013-09-09AVALANCHE: Rework some more strings, identify some dead code in avalanche.cppStrangerke
2013-09-08AVALANCHE: Change type of kSpriteNumbMax to byteStrangerke
2013-09-08AVALANCHE: Check function scope in Animation, set a function privateStrangerke
2013-09-08AVALANCHE: Renaming/refactoring in Animation.uruk
2013-09-08AVALANCHE: Rename Timeout into TimerStrangerke
2013-09-08AVALANCHE: Some more renaming in Timeout. Add some Doxygen commentsStrangerke
2013-09-08AVALANCHE: Renaming in timeout2.huruk
2013-09-08AVALANCHE: Do renaming in Sequence.uruk
2013-09-07AVALANCHE: More renaming in animationStrangerke
2013-09-07AVALANCHE: More renaming, use int16 for loops based on kSpriteNumbMaxStrangerke
2013-09-07AVALANCHE: Some more renaming in AnimationStrangerke
2013-09-07AVALANCHE: Do renaming in scrolls2.h.uruk
2013-09-07AVALANCHE: Some more renaming in AnimationStrangerke
2013-09-07AVALANCHE: Rename trip into animation, some more renamingStrangerke
2013-09-07AVALANCHE: Introduce a new class: Clock.uruk
2013-09-07AVALANCHE: Do renaming/refactoring in Lucerna.uruk
2013-09-07AVALANCHE: Rename some constants in trip6Strangerke
2013-09-07AVALANCHE: Janitorial - Remove trailing spaces, fix define namesStrangerke
2013-09-06AVALANCHE: More renaming in gyro2.h.uruk
2013-09-05AVALANCHE: More renaming in Gyro.uruk
2013-09-05AVALANCHE: Silence Valgrind warnings.uruk
2013-09-05AVALANCHE: Silence Valgrind warnings.uruk
2013-09-05AVALANCHE: Do renaming/refactoring in Graphics.uruk
2013-09-05AVALANCHE: Start replacing C-style comments by C++-styleStrangerke
2013-09-05AVALANCHE: Remove dead code reported by CppCheckStrangerke
2013-09-05AVALANCHE: Fix systematic typo in commentsStrangerke
2013-09-04AVALANCHE: Get rid of Enhanced. Further renamings and refactoring in ↵uruk
Avalanche and Avalot.
2013-09-04AVALANCHE: Do renaming/refactoring in Acci, Avalanche and Dropdown. Unify ↵uruk
drawing of menus' text in Dropdown in a single function: drawMenuText().
2013-09-04Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalancheuruk
Conflicts: engines/avalanche/dropdown2.cpp engines/avalanche/dropdown2.h
2013-09-04AVALANCHE: Partially do the renaming in Dropdown.uruk
2013-09-04AVALANCHE: Fix GCC warnings reported by GCCStrangerke
2013-09-04AVALANCHE: Fix coding style: ++ and --Strangerke
2013-09-04AVALANCHE: Remove loggerStrangerke
2013-09-04Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalancheuruk
2013-09-04AVALANCHE: Do renaming/refactoring in Closing.uruk
2013-09-04AVALANCHE: Silent a warningStrangerke
2013-09-04AVALANCHE: Rename refreshBackgroundSprites() to updateBackgroundSprites() in ↵uruk
Celer.
2013-09-03AVALANCHE: Do renaming in Celer.uruk
2013-09-03AVALANCHE: Get rid of the rest of Basher.uruk
2013-09-03AVALANCHE: Get rid of Basher. Move everything needed from it to Parser::init().uruk