aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2013-10-17Merge branch 'avalanche'Willem Jan Palenstijn
This merges pull request 399 for the Avalanche engine developed during GSoC2013.
2013-10-17FULLPIPE: Implement MovGraph2::findLink2()Eugene Sandulenko
2013-10-17FULLPIPE: Implement MovGraph2::findLink1()Eugene Sandulenko
2013-10-17AVALANCHE: callDialogDriver, displayText, unSkrimble, doTheBubble string cleanupurukgit
Unify callDialogDriver() and displayText(). Rework it, unSkrimble() and doTheBubble() to use Common::String instead of a private buffer. This fixes the bug regarding examining the money bag.
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: Repair parameters for calling zoomOut().urukgit
2013-10-17AVALANCHE: Rework AvalancheEngine::bearing(), repair Background::update().urukgit
2013-10-17AVALANCHE: Remove a couple of useless variables from Animation. This breaks ↵Strangerke
savegames.
2013-10-17AVALANCHE: Fix crash on "With" after loading from Launcher.urukgit
The faulty uninitialized variable was _lastPerson. Better to call the whole resetVariables() so hopefully nothing similar will happen from now.
2013-10-17TSAGE: Fix error in calculating voice file offsetsPaul Gilbert
2013-10-17DRASCULA: Fix buildWillem Jan Palenstijn
2013-10-17DRACI: Fix potential sign extention. CID 1003514Eugene Sandulenko
2013-10-17DRACI: Fix potential sign extention. CID 1003513Eugene Sandulenko
2013-10-17DRACI: Fix uninitialized variabled. CID 1003404Eugene Sandulenko
2013-10-17DRACI: Fix uninitalized variables. CID 1003406Eugene Sandulenko
2013-10-17DRACI: Fix uninitalized variables. CID 1003405Eugene Sandulenko
2013-10-17DRACI: Fix potential negative array index read. CID 1003548Eugene Sandulenko
2013-10-17DRACI: Fix potential division by zero. CID 1003841Eugene Sandulenko
2013-10-17TESTBED: Fix uninitalized variable. CID 1002670Eugene Sandulenko
2013-10-17TESTBED: Initialize variable. CID 1003374Eugene Sandulenko
2013-10-17TESTBED: Remove logically dead code. CID 1004067Eugene Sandulenko
2013-10-17DRASCULA: Fix uninitalized class variables. CID 1003403Eugene Sandulenko
2013-10-17DRASCULA: Give hint about unused return value. CID 1003863Eugene Sandulenko
2013-10-17DRASCULA: Fix potential buffer overrun. CID 1003311Eugene Sandulenko
2013-10-17DRASCULA: Fix potential buffer overrun. CID 1003310Eugene Sandulenko
2013-10-17DRASCULA: Fix potential buffer overrun. CID 1003309Eugene Sandulenko
2013-10-17DRASCULA: Fix potential buffer overrun. CID 1003308Eugene Sandulenko
2013-10-16TSAGE: Fixes for calling voice playback correctly when showing on-screen textPaul Gilbert
2013-10-17FULLPIPE: Fix compilation with MSVCFilippos Karapetis
MSVC complains that this specific usage of sqrt() is ambiguous, since the arguments aren't float or double
2013-10-17FULLPIPE: Implement MovGraph2::findNode()Eugene Sandulenko
2013-10-17FULLPIPE: method4C -> doWalkToEugene Sandulenko
2013-10-17FULLPIPE: Implemented MovGraph2::method4C()Eugene Sandulenko
2013-10-16FULLPIPE: More work on MovGraph2::method4C()Eugene Sandulenko
2013-10-15TSAGE: Further in-progress work on adding R2R voice supportPaul Gilbert
2013-10-15TSAGE: Fix R2R loading of voice indexPaul Gilbert
2013-10-15AVALANCHE: Fix iteration in Dialogs::talkTo().urukgit
2013-10-15FULLPIPE: MovGraph2::method4C() con'tEugene Sandulenko
2013-10-15AVALANCHE: Fix crash when entering inn, add safeguardsStrangerke
2013-10-14TSAGE: Beginnings of R2R voice streamingPaul Gilbert
2013-10-15AVALANCHE: Get rid of SpriteInfoStrangerke
2013-10-15AVALANCHE: Fix memory corruption in background (drawpicture) blittingStrangerke
2013-10-15FULLPIPE: More code for MovGraph2::method4C()Eugene Sandulenko
2013-10-14AVALANCHE: Remove some extra parenthesis in AnimationStrangerke
2013-10-14AVALANCHE: Remove StatType, reduce verbosity some moreStrangerke
2013-10-14AVALANCHE: Remove GraphicManager::fleshColors(), move everything from it to ↵urukgit
GraphicManager::init().
2013-10-14AVALANCHE: Reduce verbosity in Animation and AnimationTypeStrangerke
2013-10-14AVALANCHE: Modifiy AnimationType initialization, add private Animation pointerStrangerke