aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalanche.h
AgeCommit message (Expand)Author
2018-05-01AVALANCHE: Push down AD includesBastien Bouclet
2014-04-13AVALANCHE: Add HighScore.uruk
2014-04-12AVALANCHE: Rename _seeScroll to _runAnimations and swap it's meaning.uruk
2014-03-07AVALANCHE: Implement Parser::bossKey().uruk
2014-03-07AVALANCHE: Rework use of ShootEmUp.uruk
2014-03-07AVALANACHE: Rework use of MainMenu.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-02-18AVALANCHE: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-14AVALANCHE: Add ShootEmUp's skeleton.uruk
2014-02-09AVALANCHE: Remove Pingo.uruk
2014-02-09AVALANCHE: Add Help's skeleton.uruk
2014-01-30AVALANCHE: Add Ghostroom's skeleton.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
2013-11-23AVALANCHE: Fix savegames compatibility before/after Nim implementationStrangerke
2013-11-22AVALANCHE: Janitorial - Removing trailing spaces and tabsStrangerke
2013-11-22AVALANCHE: Add skeleton code for the minigame called Nim.urukgit
2013-11-19AVALANCHE: Fix timer.urukgit
2013-11-05AVALANCHE: Fix whitespaceWillem Jan Palenstijn
2013-11-05AVALANCHE: Remove unnecessary whitespaces.urukgit
2013-11-05AVALANCHE: Repair display of playtime.urukgit
2013-11-03AVALANCHE: Fix CID 1109674Strangerke
2013-10-25AVALANCHE: Fix CID 1109674 - Uninitialized variables in Avalanche.cppStrangerke
2013-10-22Avalanche: Replace some British English by American EnglishStrangerke
2013-10-17AVALANCHE: Some more refactoringStrangerke
2013-10-17AVALANCHE: Move Bubble pos to Dialogs, make them privateStrangerke
2013-10-12AVALANCHE: Move some variables aroundStrangerke
2013-10-09AVALANCHE: Implement fadeIn and fadeOut (dusk and dawn)Strangerke
2013-10-04AVALANCHE: Remove file variable from AvalancheEngineStrangerke
2013-10-04AVALANCHE: Remove s_engineStrangerke
2013-10-01AVALANCHE: some more work on variablesStrangerke
2013-10-01AVALANCHE: more work on variablesStrangerke
2013-10-01AVALANCHE: Remove verbosity related to the use of Magics enumStrangerke
2013-10-01AVALANCHE: More work on variablesStrangerke
2013-10-01AVALANCHE: Remove useless variable, move variables to dialogsStrangerke
2013-10-01AVALANCHE: Set private some more variablesStrangerke
2013-10-01AVALANCHE: Move some more variables out of AvalancheStrangerke
2013-10-01AVALANCHE: Move _scroll and _scrollNum to Dialogs. Remove a useless variableStrangerke
2013-10-01AVALANCHE: More refactoringStrangerke
2013-10-01AVALANCHE: Move several variables to make them privateStrangerke
2013-09-30AVALANCHE: Remove various dead variables and associated codeStrangerke
2013-09-30AVALANCHE: Rename getFlag(), change _roomTime to uint32Strangerke
2013-09-29AVALANCHE: Move debug display of magic lines to debuggerStrangerke
2013-09-29AVALANCHE: Rename Graphics to avoid confusion, add drawBackgroundSprite(), se...Strangerke
2013-09-28AVALANCHE: Move some more functions to GraphicsStrangerke
2013-09-28AVALANCHE: Use an enum for the Mouse cursor identifierStrangerke