aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/menu.cpp
AgeCommit message (Expand)Author
2013-11-22AVALANCHE: Janitorial - Removing trailing spaces and tabsStrangerke
2013-10-28AVALANCHE: Fix CID 1109677, 1109678, 1109694, 1109695Strangerke
2013-10-25AVALANCHE: Fix out of bounds reads (CID 1109653-1109655)Strangerke
2013-10-17AVALANCHE: Some more refactoringStrangerke
2013-10-14AVALANCHE: Modifiy AnimationType initialization, add private Animation pointerStrangerke
2013-10-11AVALANCHE: Fix two blocking loops not checking shouldQuit()Strangerke
2013-10-11AVALANCHE: Remove code duplicate in runMenuWith()Strangerke
2013-10-11AVALANCHE: Polish 'File' menuStrangerke
2013-10-11AVALANCHE: Implement Bleep(), improve one commentStrangerke
2013-10-07AVALANCHE: Fix two other broken verb usagesStrangerke
2013-10-05AVALANCHE: Replace static strings by static char*Strangerke
2013-10-05AVALANCHE: Cleaning includes - remove useless includes in cpp filesStrangerke
2013-10-04AVALANCHE: Fix static array namesStrangerke
2013-10-03AVALANCHE: Set some variables private in MenuStrangerke
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-09-29AVALANCHE: Rework calcHand, move another function to GraphicsStrangerke
2013-09-29AVALANCHE: Move code from Menu to GraphicsStrangerke
2013-09-29AVALANCHE: Add some more graphic functionsStrangerke
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