aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalot.cpp
AgeCommit message (Expand)Author
2013-09-28AVALANCHE: More rework on Graphic codeStrangerke
2013-09-28AVALANCHE: Set the Magic surface as private, some associated reworkStrangerke
2013-09-28AVALANCHE: Move some more functions to GraphicsStrangerke
2013-09-28AVALANCHE: Use an enum for the Mouse cursor identifierStrangerke
2013-09-28AVALANCHE: Move mouse cursor display functions to GraphicsStrangerke
2013-09-28AVALANCHE: Move Digits and Directions to GraphicsStrangerke
2013-09-27AVALANCHE: Move background loading to GraphicsStrangerke
2013-09-27AVALANCHE: Move Zoom to GraphicsStrangerke
2013-09-27AVALANCHE: Use the Color enum, remove some magic values, identify some dead v...Strangerke
2013-09-27AVALANCHE: Remove a couple of unused variablesStrangerke
2013-09-27AVALANCHE: Misc minor polishingStrangerke
2013-09-27AVALANCHE: Merge Avalot and AvalancheEngineStrangerke
2013-09-27AVALANCHE: Move a couple of variables to Sequence, more private variablesStrangerke
2013-09-27AVALANCHE: More function deduplication, remove a magic valueStrangerke
2013-09-26AVALANCHE: Objectify Sequence. This commit breaks savegames.Strangerke
2013-09-26AVALANCHE: Partially implement (there are still missing features: icon, keybo...uruk
2013-09-25AVALANCHE: Move some variables to Animation, break savegame compatibilityStrangerke
2013-09-25AVALANCHE: rename a parameter, remove a useless (unitialized) variable, disab...Strangerke
2013-09-25AVALANCHE: use nullptr for empty pointersStrangerke
2013-09-25AVALANCHE: Simplify loadMouse()Strangerke
2013-09-25AVALANCHE: Reduce verbosity in Background, remove a useless variableStrangerke
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: Repair bug regarding uninitialized direction in Avalot. Some renam...uruk
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-23AVALANCHE: Refactor some variables. This breaks savegame compatibilityStrangerke
2013-09-22AVALANCHE: Use struct for consistency in AvalotStrangerke
2013-09-22AVALANCHE: Move some variablesStrangerke
2013-09-22AVALANCHE: Implement Avalot::zoomOut().uruk
2013-09-21AVALANCHE: Implement Clock::chime().uruk
2013-09-21AVALANCHE: Move some variables, fix savegame counter increment when savingStrangerke
2013-09-21AVALANCHE: uncomment some sound code, code cleanupStrangerke
2013-09-21AVALANCHE: Merge Gyro, Lucerna and AvalotStrangerke
2013-09-21AVALANCHE: rename scrolls to dialogsStrangerke
2013-09-21AVALANCHE: Mostly cosmetic modifications in avalot.cpp.uruk
2013-09-20AVALANCHE: Remove misc dead or useless code: useless arguments, stubbed ini f...Strangerke
2013-09-19AVALANCHE: Cosmetic modifications.uruk
2013-09-19AVALANCHE: Rename Celer to Background.uruk
2013-09-18AVALANCHE: Add sound class, blip(), playNote() and click()Strangerke
2013-09-18AVALANCHE: move some engine init instructions to GyroStrangerke
2013-09-18AVALANCHE: Rename DropDown into Menu, add some access functionsStrangerke
2013-09-16AVALANCHE: Review all for statementsStrangerke
2013-09-16AVALANCHE: Remove dead codeStrangerke
2013-09-15AVALANCHE: Get rid of Enid.uruk
2013-09-15AVALANCHE: Remove the '2' from the source files' names.uruk
2013-09-15AVALANCHE: Get rid of Visa. Move everything from it to Scrolls.uruk
2013-09-15AVALANCHE: Reduce verbosity some moreStrangerke
2013-09-15AVALANCHE: Janitorial: remove extra space after ! in boolean operationsStrangerke
2013-09-13AVALANCHE: Remove duplicated direction enum, move direction to animation classStrangerke