aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalot.h
AgeCommit message (Collapse)Author
2014-02-18AVALANCHE: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-22AVALANCHE: Remove/move variables.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
2013-11-22AVALANCHE: Janitorial - Removing trailing spaces and tabsStrangerke
2013-10-04AVALANCHE: Start cleaning includes - remove useless include in header filesStrangerke
2013-10-01AVALANCHE: some more work on variablesStrangerke
2013-10-01AVALANCHE: Move some more variables out of AvalancheStrangerke
2013-09-30AVALANCHE: Remove bytefields, which are set but never usedStrangerke
2013-09-29AVALANCHE: Rework calcHand, move another function to GraphicsStrangerke
2013-09-27AVALANCHE: Use the Color enum, remove some magic values, identify some dead ↵Strangerke
variables
2013-09-27AVALANCHE: Merge Avalot and AvalancheEngineStrangerke
2013-09-27AVALANCHE: Move a couple of variables to Sequence, more private variablesStrangerke
2013-09-26AVALANCHE: Partially implement (there are still missing features: icon, ↵uruk
keyboard control) the last missing type of scrolls: dialogs. Move some functions/variables, remove unused code in order to do so.
2013-09-25AVALANCHE: Move some variables to Animation, break savegame compatibilityStrangerke
2013-09-25AVALANCHE: rename a parameter, remove a useless (unitialized) variable, ↵Strangerke
disable some menu entries
2013-09-24AVALANCHE: Use enum for verbsStrangerke
2013-09-24AVALANCHE: Use People enum as a type for several variables, modify functions ↵Strangerke
accordingly
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-21AVALANCHE: Move some variables, fix savegame counter increment when savingStrangerke
2013-09-21AVALANCHE: Merge Gyro, Lucerna and AvalotStrangerke
2013-09-20AVALANCHE: Remove misc dead or useless code: useless arguments, stubbed ini ↵Strangerke
file reading, etc
2013-09-07AVALANCHE: Janitorial - Remove trailing spaces, fix define namesStrangerke
2013-09-04AVALANCHE: Get rid of Enhanced. Further renamings and refactoring in ↵uruk
Avalanche and Avalot.
2013-09-03AVALANCHE: Rename/refactor Avalot.uruk
2013-07-30AVALANCHE: Broaden Avalot::handleKeyDown().uruk
2013-07-27AVALANCHE: Broaden comment in avalot.h.uruk
2013-07-24AVALANCHE: Change _avalot into pointer, update everything accordingly.uruk
2013-07-24AVALANCHE: Add comments to Avalot:handleKeyDown().uruk
2013-07-24AVALANCHE: Move handleMoveKey() from Avalot to Trip.uruk
2013-07-24AVALANCHE: Add event handling.uruk
2013-07-04AVALANCHE: Avalot: repair initialization.uruk
2013-07-02AVALANCHE: Update the description of classes.uruk
2013-07-02AVALANCHE: Change constructor of Scrolls, repair string handling in Lucerna ↵uruk
and Scrolls.
2013-06-29AVALANCHE: Repair class Avalot.uruk
2013-06-25AVALANCHE: Repair compilation.uruk
2013-06-23AVALANCHE: Start continuously adding parts to Avalot as I proceed with the ↵uruk
conversion of the necessary Pascal units.
2013-06-21AVALANCHE: Getting GYRO to compile.uruk
2013-06-20AVALANCHE: Add class Avalot. Cosmetic modifications.uruk