aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/menu.cpp
AgeCommit message (Expand)Author
2013-09-28AVALANCHE: More rework on Graphic codeStrangerke
2013-09-28AVALANCHE: Use an enum for the Mouse cursor identifierStrangerke
2013-09-28AVALANCHE: Move mouse cursor display functions to GraphicsStrangerke
2013-09-27AVALANCHE: Use the Color enum, remove some magic values, identify some dead v...Strangerke
2013-09-27AVALANCHE: Merge Avalot and AvalancheEngineStrangerke
2013-09-25AVALANCHE: rename a parameter, remove a useless (unitialized) variable, disab...Strangerke
2013-09-24AVALANCHE: Use enum for verbsStrangerke
2013-09-24AVALANCHE: Use People enum as a type for several variables, modify functions ...Strangerke
2013-09-24AVALANCHE: Use Room enum instead of byte in misc placeStrangerke
2013-09-24AVALANCHE: Move 2 enums out of Avalot classes, set private some parser variablesStrangerke
2013-09-21AVALANCHE: Merge Gyro, Lucerna and AvalotStrangerke
2013-09-21AVALANCHE: Merge Acci and ParserStrangerke
2013-09-21AVALANCHE: More clean up, removement of dead code, some rearranging.uruk
2013-09-20AVALANCHE: Remove remaining off and on calls in commented codeStrangerke
2013-09-20AVALANCHE: Remove some useless/dead codeStrangerke
2013-09-20AVALANCHE: Janitorial - leftover Bristish -> American EnglishStrangerke
2013-09-19AVALANCHE: Cosmetic modifications.uruk
2013-09-19AVALANCHE: Remove some STUBs, add calls to stopSound()Strangerke
2013-09-18AVALANCHE: Add sound class, blip(), playNote() and click()Strangerke
2013-09-18AVALANCHE: Remove index hack used for mouse pointer (Pascal to C conversion)Strangerke
2013-09-18AVALANCHE: Rename DropDown into Menu, add some access functionsStrangerke