aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2013-09-16AVALANCHE: Index conversion related to drawBackgroundSprite()Strangerke
2013-09-16AVALANCHE: Remove dead codeStrangerke
2013-09-16AVALANCHE: Make Graphics::drawPicture more safe. Fix an index-bug regarding G...uruk
2013-09-16AVALANCHE: Remove unnecessary error() call.uruk
2013-09-16AVALANCHE: Repair exit condition of the main loop.uruk
2013-09-16AVALANCHE: fix index in loadMouse, misc cleanupStrangerke
2013-09-16AVALANCHE: More index conversion in inField()Strangerke
2013-09-16AVALANCHE: More index conversion in appearPedStrangerke
2013-09-15AVALANCHE: Rework Acci:exampers().uruk
2013-09-15AVALANCHE: Rework exampers()Strangerke
2013-09-15AVALANCHE: Repair Acci::exampers().uruk
2013-09-15AVALANCHE: Fix multiple bugs.uruk
2013-09-15AVALANCHE: for consistency, replace fv and ff loop variables by i and j. Remo...Strangerke
2013-09-15AVALANCHE: Get rid of some more magic valuesStrangerke
2013-09-15AVALANCHE: Remove hardcoded room number from the initialization of kQuadipedsStrangerke
2013-09-15AVALANCHE: Get rid of several magic valuesStrangerke
2013-09-15AVALANCHE: Get rid of a magic value in kQuasipeds initializationStrangerke
2013-09-15AVALANCHE: Fix indexes used by kQuasipeds (Pascal -> C)Strangerke
2013-09-15Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalancheuruk
2013-09-15AVALANCHE: Rename room number constans. Repair Lucerna::enterRoom().uruk
2013-09-15AVALANCHE: Convert index use from Pascal to C in putGeidaAt()Strangerke
2013-09-15AVALANCHE: Convert index use from Pascal to C in appearPed()Strangerke
2013-09-15AVALANCHE: Convert index use from Pascal to C in walkTo()Strangerke
2013-09-15AVALANCHE: Convert index use from Pascal to C in Bearing()Strangerke
2013-09-15AVALANCHE: Get rid of Enid.uruk
2013-09-15AVALANCHE: Remove the '2' from the source files' names.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: Reduce verbosity some moreStrangerke
2013-09-15AVALANCHE: Remove comment from AvalancheEngine::expandDate. It works as inten...uruk
2013-09-15AVALANCHE: Reduce some more verbosityStrangerke
2013-09-15AVALANCHE: Janitorial: remove extra space after ! in boolean operationsStrangerke
2013-09-15AVALANCHE: reduce the verbosity of a forgotten animation spriteStrangerke
2013-09-14AVALANCHE: Reduce verbosity related to animation spritesStrangerke
2013-09-14AVALANCHE: Repair regression introduced when removing DNA.uruk
2013-09-14Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalancheuruk
2013-09-14AVALANCHE: Silence clang warning.uruk
2013-09-13AVALANCHE: Simplify the use of string for displayQuestion()Strangerke
2013-09-13AVALANCHE: Remove some dead/useless codeStrangerke
2013-09-13AVALANCHE: Remove duplicated direction enum, move direction to animation classStrangerke
2013-09-13AVALANCHE: Remove DNA structure which was essentially a savegame structure un...Strangerke
2013-09-13AVALANCHE: Remove unnecessary error() call.uruk
2013-09-13AVALANCHE: Fix crash.uruk
2013-09-13AVALANCHE: Fix compilationStrangerke
2013-09-13AVALANCHE: Error out when critical files are missingStrangerke
2013-09-13AVALANCHE: undo previous commit, add comments about kControlNegative and a mi...Strangerke
2013-09-13AVALANCHE: Fix bug in scrollModeNormal()Strangerke
2013-09-13AVALANCHE: Remove some verbosity related to excessive use of Common::String i...Strangerke
2013-09-12AVALANCHE: Fix various warnings reported by GCC and/or wjpStrangerke
2013-09-12AVALANCHE: Complete 2 comments, get rid of Scrolls::kControlToBuffer in one f...Strangerke