aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche
AgeCommit message (Expand)Author
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
2013-11-22AVALANCHE: Janitorial - Align some comments in ParserStrangerke
2013-11-22AVALANCHE: Janitorial - Fix Alignment in NimStrangerke
2013-11-22AVALANCHE: Janitorial - Remove extra blank linesStrangerke
2013-11-22AVALANCHE: Janitorial - Removing trailing spaces and tabsStrangerke
2013-11-22AVALANCHE: Fix Nim.urukgit
2013-11-22AVALANCHE: Add skeleton code for the minigame called Nim.urukgit
2013-11-19AVALANCHE: Fix display of speed state.urukgit
2013-11-19AVALANCHE: Fix timer.urukgit
2013-11-18AVALANCHE: Repair the timer.urukgit
2013-11-14AVALANCHE: Fix bug when Tuck tries to grab AvvyStrangerke
2013-11-09AVALANCHE: Fix CID 1109674 - uninitialized variables. Also fix room variable ...Strangerke