aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche
AgeCommit message (Expand)Author
2014-02-08AVALANCHE: Implement another pair of floating eyeballs.uruk
2014-02-08AVALANCHE: Implement the ghostroom's animation until Avvy turns back.uruk
2014-02-08AVALANCHE: Add the yelling to the end of the ghost's animation.uruk
2014-02-08AVALANCHE: Repair the ghost's animation.uruk
2014-02-08AVALANCHE: Implement the animation of the ghost.uruk
2014-02-08AVALANCHE: Implement GhostRoom::doBat().uruk
2014-02-05AVALANCHE: Implement the floating eyeballs and the "Glerk"s animation.uruk
2014-02-05AVALANCHE: Hide/reveal the mouse cursor in GhostRoom::run().uruk
2014-02-05AVALANCHE: Implement GhostRoom::wait().uruk
2014-02-05AVALANCHE: Make constants really const.uruk
2014-02-05AVALANCHE: Remove unnecessary checks from picture creatings.uruk
2014-02-05AVALANCHE: Add ghostDrawGlerk().uruk
2014-02-04AVALANCHE: Implement rest of the loading in Ghostroom.uruk
2014-02-04AVALANCHE: Rename/move/implement plainGrab().uruk
2014-02-04AVALANCHE: Some renaming in Background.uruk
2014-02-04AVALANCHE: Some renaming connected to Ghostroom.uruk
2014-02-04AVALANCHE: Really remove that function.uruk
2014-02-04AVALANCHE: Change some variable's type, remove unused function.uruk
2014-02-04AVALANCHE: Rename/move/implement getMe().uruk
2014-02-04AVALANCHE: Remove references to removed variables.uruk
2014-02-04AVALANCHE: Implement loading and drawing of the picture of the ghost.uruk
2014-02-02AVALANCHE: Fix a couple of missing initializations in the ghost roomStrangerke
2014-01-30AVALANCHE: Add Ghostroom's skeleton.uruk
2014-01-26AVALANCE: Fix warning about truncated value (from double to float)Filippos Karapetis
2014-01-22AVALANCHE: Implement majorRedraw().uruk
2014-01-22AVALANCHE: Remove/move variables.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-15AVALANCHE: Fix another bug regarding speaking.uruk
2014-01-15AVALANCHE: Repair bug regarding speaking in bed.uruk
2014-01-15AVALANCHE: Implement wobble, move it to Animation.uruk
2014-01-15AVALANCHE: Implement, rename, move zonk() and connected functions.uruk
2014-01-15AVALANCHE: Implement setBackgroundColor().uruk
2014-01-09AVALANCHE: Avoid check in isHolding when _thing isn't setStrangerke
2014-01-03AVALANCHE: refactor initVariables by reusing resetVariables(). That also shou...Strangerke
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-12-22AVALANCHE: Add a default value in Nim::checkInput()Strangerke
2013-12-21AVALANCHE: Move freeing of the used surfaces in Nim to a better place.uruk
2013-12-21AVALANCHE: Rename graphic functions connected to Nim.uruk
2013-12-20AVALANCHE: Add keyboard support to Nim.uruk
2013-12-20AVALANCHE: Fix drawing of the gameboard in Nim.uruk
2013-12-20AVALANCHE: Rework mouse handling in Nim.uruk
2013-12-20AVALANCHE: Repair Dogfood's AI.uruk
2013-12-20AVALANACHE: Minor bug fix and coding convention fix.uruk
2013-12-20AVALANCHE: Repairs in Nim regarding the cursor and some text color.uruk
2013-12-20AVALANCHE: Implement Nim::endOfGame().uruk
2013-12-20AVALANCHE: Replace Nim::dogFood().uruk
2013-12-20AVALANCHE: Implement mouse control of Nim.uruk