aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche
AgeCommit message (Expand)Author
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
2013-12-18AVALANCHE: Fix out of bound access related to Pascal to C conversionStrangerke
2013-12-17AVALANCHE: Fix some coding convention issues, fix some warningsStrangerke
2013-12-17AVALANCHE: Some index fixes in Nim.uruk
2013-12-17AVALANCHE: Implement Dogfood's "AI" in Nim.uruk
2013-12-17AVALANCHE: Silent false-positive warning reported in BuildbotStrangerke
2013-12-17AVALANCHE: Implement startMove() in Nim.uruk
2013-12-17AVALANCHE: Get rid of plotStone().uruk
2013-12-17AVALANCHE: Implement drawing of stones in Nim.uruk
2013-12-17AVALANCHE: Implement text drawing and setup in Nim.uruk
2013-12-17AVALANCHE: Implement picture loading/drawing in Nim.uruk
2013-12-17AVALANCHE: Add some graphic functions for Nim.uruk
2013-12-17AVALANCHE: Fix variable initialization in NimStrangerke
2013-11-24BUILD: Remove need for engine.mk in each engine directory.D G Turner
2013-11-24BUILD: Remove need for engine-plugin.h in engines.D G Turner
2013-11-24BUILD: Split engines/plugins_table header down to a file per engine.D G Turner
2013-11-24BUILD: Split engines.mk down to a single file per engine.D G Turner
2013-11-24BUILD: Split configure.engines down to a single file per engine.D G Turner
2013-11-24AVALANCHE: Fix savegame version checksStrangerke
2013-11-23AVALANCHE: Make the call of displayScrollChain() a bit more consistenturukgit
2013-11-23AVALANCHE: Make the call of displayScrollChain() a bit more consistentStrangerke
2013-11-23AVALANCHE: Fix formatting in NimStrangerke
2013-11-23AVALANCHE: Fix savegames compatibility before/after Nim implementationStrangerke
2013-11-23AVALANCHE: Implement Nim::playNim().urukgit