aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalanche.h
AgeCommit message (Expand)Author
2013-09-09AVALANCHE: harmonize the use of constants for kMagic, kProc, kObject, kPeopleStrangerke
2013-09-09AVALANCHE: Rework some more strings, identify some dead code in avalanche.cppStrangerke
2013-09-08AVALANCHE: Rename Timeout into TimerStrangerke
2013-09-07AVALANCHE: Rename trip into animation, some more renamingStrangerke
2013-09-07AVALANCHE: Janitorial - Remove trailing spaces, fix define namesStrangerke
2013-09-04AVALANCHE: Get rid of Enhanced. Further renamings and refactoring in Avalanch...uruk
2013-09-04AVALANCHE: Do renaming/refactoring in Acci, Avalanche and Dropdown. Unify dra...uruk
2013-09-04AVALANCHE: Remove loggerStrangerke
2013-09-04AVALANCHE: Do renaming/refactoring in Closing.uruk
2013-09-03AVALANCHE: Get rid of the rest of Basher.uruk
2013-09-03AVALANCHE: Rename/refactor Acci. Implement Acci::peopleInRoom().uruk
2013-09-03AVALANCHE: Rename/refactor avalanche.h/.cpp.uruk
2013-08-20AVALANCHE: Implement loading from the Launcher. Upgrade saveGame(), loadGame(...uruk
2013-08-19AVALANCHE: AvalancheEngine: Revise synchronize(), saveGame(), loadGameState()...uruk
2013-08-19AVALANCHE: Add AvalancheEngine::synchronize(), AvalancheEngine::generateSav...uruk
2013-08-18AVALANCHE: Add saving/loading during run time.uruk
2013-08-16AVALANCHE: Add AvalancheEngine::getMousePos(), remove Gyro::hopto(), implemen...uruk
2013-08-16AVALANCHE: Stub Gyro::super_off() and Gyro::super_on().uruk
2013-08-06AVALANCHE: Introduce AvalancheEngine::getEvent().uruk
2013-08-02AVALANCHE: Move strf() from Avalanche to Gyro.uruk
2013-07-27AVALANCHE: Introduce new class: Parser. Update rest of the code accordingly.uruk
2013-07-24AVALANCHE: Change class variables to pointers, update everything accordingly.uruk
2013-07-24AVALANCHE: Change _pingo into pointer, update everything accordingly.uruk
2013-07-24AVALANCHE: Change _logger into pointer, update everything accordingly.uruk
2013-07-24AVALANCHE: Change _enhanced into pointer, update everything accordingly.uruk
2013-07-24AVALANCHE: Change _timeout into pointer, update everything accordingly.uruk
2013-07-24AVALANCHE: Change _gyro into pointer, update everything accordingly.uruk
2013-07-24AVALANCHE: Get rid of parts of the engine I don't use yet.uruk
2013-07-24AVALANCHE: Change _avalot into pointer, update everything accordingly.uruk
2013-07-24AVALANCHE: Change _graphics into a pointer, modify the rest of the code accor...uruk
2013-07-24AVALANCHE: Rename Graph to Graphics. Update everything accordingly.uruk
2013-07-24AVALANCHE: Add event handling.uruk
2013-07-11AVALANCHE: Major update in the Engine (include Graph), minor updates in Graph...uruk
2013-07-02AVALANCHE: Minor repair in Trip, move initialization of the engine into the c...uruk
2013-07-02AVALANCHE: Add Closing.uruk
2013-07-01AVALANCHE: Add Dropdown.uruk
2013-07-01AVALANCHE: Add Basher.uruk
2013-06-29AVALANCHE: Add Acci.uruk
2013-06-29AVALANCHE: Repair class Avalot.uruk
2013-06-29AVALANCHE: Trip: replace namespace with class.uruk
2013-06-28AVALANCHE: Timeout: replace namespace with class.uruk
2013-06-28AVALANCHE: Sequence: replace namespace with class.uruk
2013-06-28AVALANCHE: Enid: replace namespace with class.uruk
2013-06-28AVALANCHE: Celer: replace namespace with class.uruk
2013-06-28AVALANCHE: Visa: replace namespace with class.uruk
2013-06-28AVALANCHE: Update the main class.uruk
2013-06-28AVALANCHE: Instantiate finished classes in the engine.uruk
2013-06-20AVALANCHE: Add class Avalot. Cosmetic modifications.uruk
2013-06-20AVALANCHE: Keep the functions connected to command line arguments and the mai...uruk
2013-06-20AVALANCHE: Messing around with GameDescription.uruk