aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalot.cpp
AgeCommit message (Expand)Author
2014-06-07AVALANCHE: Janitorial - remove trailing spaces and tabsStrangerke
2014-04-13AVALANCHE: Add HighScore.uruk
2014-04-12AVALANCHE: Remove useless warnings.uruk
2014-04-12AVALANCHE: Unify kProcGeida and kProcSpludwick under kProcFollowAvvy.uruk
2014-04-12AVALANCHE: Rename _seeScroll to _runAnimations and swap it's meaning.uruk
2014-04-06AVALANCHE: Fix drawing of the toolbar regardless of loading.uruk
2014-03-07AVALANCHE: Implement Parser::bossKey().uruk
2014-03-07AVALANACHE: Rework use of MainMenu.uruk
2014-03-06AVALANCHE: Implement MainMenu::wait().uruk
2014-03-03AVALANCHE: Add MainMenu's skeleton.uruk
2014-03-03AVALANCHE: Rename Menu to DropDownMenu.uruk
2014-03-03AVALANCHE: Replace majorRedraw() with refreshScreen().uruk
2014-03-03AVALANCHE: Implement the status leds on the toolbar.uruk
2014-02-18AVALANCHE: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-22AVALANCHE: Implement majorRedraw().uruk
2014-01-22AVALANCHE: Remove unused code.uruk
2014-01-22AVALANCHE: Move kTune and TuneType to Dialogs.uruk
2014-01-15AVALANCHE: Move Clock to dedicated files.uruk
2014-01-03AVALANCHE: Split AvalancheEngine::resetVariables() in two, to make a part of ...Strangerke
2014-01-03AVALANCHE: Move direction reset to Animation::resetVariables()Strangerke
2013-11-23AVALANCHE: Make the call of displayScrollChain() a bit more consistentStrangerke
2013-11-23AVALANCHE: Implement Nim::playNim().urukgit
2013-11-22AVALANCHE: Janitorial - Remove extra blank linesStrangerke
2013-11-22AVALANCHE: Janitorial - Removing trailing spaces and tabsStrangerke
2013-11-19AVALANCHE: Fix display of speed state.urukgit
2013-11-19AVALANCHE: Fix timer.urukgit
2013-11-18AVALANCHE: Repair the timer.urukgit
2013-11-09AVALANCHE: Fix CID 1109674 - uninitialized variables. Also fix room variable ...Strangerke
2013-11-05AVALANCHE: Fix whitespaceWillem Jan Palenstijn
2013-11-05AVALANCHE: Remove unnecessary whitespaces.urukgit
2013-11-05AVALANCHE: Repair display of playtime.urukgit
2013-10-28AVALANCHE: Fix CID 1109696, 1109697Strangerke
2013-10-25AVALANCHE: Fix out of bounds reads (CID 1109653-1109655)Strangerke
2013-10-25AVALANCHE: Fix one more out of bounds - CID 1109651Strangerke
2013-10-25AVALANCHE: Fix several other out of bounds access - CID 1109650Strangerke
2013-10-24AVALANCHE: Fix a couple of (theoretical) out of bounds accesses (CID 1109650)Strangerke
2013-10-22Avalanche: Replace some British English by American EnglishStrangerke
2013-10-17AVALANCHE: Some more refactoringStrangerke
2013-10-17AVALANCHE: Repair parameters for calling zoomOut().urukgit
2013-10-17AVALANCHE: Rework AvalancheEngine::bearing(), repair Background::update().urukgit
2013-10-15AVALANCHE: Get rid of SpriteInfoStrangerke
2013-10-14AVALANCHE: Remove GraphicManager::fleshColors(), move everything from it to G...urukgit
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-06AVALANCHE: Rework bearing()Strangerke
2013-10-06AVALANCHE: Use floats instead of double. Use M_PI where it is possible.uruk
2013-10-05AVALANCHE: Replace static strings by static char*Strangerke
2013-10-05AVALANCHE: Cleaning includes - remove useless includes in cpp filesStrangerke
2013-10-04AVALANCHE: Fix naming conventions in getItem()Strangerke