aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalot.cpp
AgeCommit message (Expand)Author
2013-09-04Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalancheuruk
2013-09-04AVALANCHE: Partially do the renaming in Dropdown.uruk
2013-09-04AVALANCHE: Fix GCC warnings reported by GCCStrangerke
2013-09-04AVALANCHE: Remove loggerStrangerke
2013-09-04AVALANCHE: Do renaming/refactoring in Closing.uruk
2013-09-04AVALANCHE: Rename refreshBackgroundSprites() to updateBackgroundSprites() in ...uruk
2013-09-03AVALANCHE: Do renaming in Celer.uruk
2013-09-03AVALANCHE: Get rid of the rest of Basher.uruk
2013-09-03AVALANCHE: Rename/refactor Avalot.uruk
2013-09-01AVALANCHE: Start implementation of the drop-down menu.uruk
2013-08-30AVALANCHE: Minor cosmetic fixes.uruk
2013-08-27AVALANCHE: Repair exampers(), openBox() and do_that() in Acci. Repair loading...uruk
2013-08-25AVALANCHE: Implement Acci::exampers(). Repair Avalot::setup().uruk
2013-08-23AVALANCHE: Upgrade Trip::infield(), update the rest of the code accordingly. ...uruk
2013-08-21AVALANCHE: Implement opening of doors. Rethink a bit the graphics and the tim...uruk
2013-08-21AVALANCHE: Rename Gyro::reloaded to Gyro::isLoaded. Repair a bug in the origi...uruk
2013-08-20AVALANCHE: Implement loading from the Launcher. Upgrade saveGame(), loadGame(...uruk
2013-08-17AVALANCHE: Repair Avalot::handleKeyDown(), add comments to parser.h.uruk
2013-08-16AVALANCHE: Upgrade Scrolls::normscroll().uruk
2013-08-16AVALANCHE: Remove functions connected to mouse handling from Gyro, remove Luc...uruk
2013-08-16AVALANCHE: Remove Gyro::on_virtual(), Gyro::off_virtual(), Gyro::super_off(),...uruk
2013-08-11AVALANCHE: Remove unnecessary comments from Avalot::setup().uruk
2013-08-07AVALANCHE: Repair parts of the scrolls system, implement the death of Avalot ...uruk
2013-08-02AVALANCHE: Repair Scrolls::resetscroll() and Scrolls::calldrivers().uruk
2013-07-30AVALANCHE: Broaden Avalot::handleKeyDown().uruk
2013-07-30AVALANCHE: Broaden Avalot::handleKeyDown().uruk
2013-07-30AVALANCHE: Add warning to Acci::do_that(), remove blank lines from Avalot::ru...uruk
2013-07-28AVALANCHE: Implement handling of the cursor in Parser.uruk
2013-07-27AVALANCHE: Add Parser::handleBackspace(). Update Avalot::handleKeyDown() acco...uruk
2013-07-27AVALANCHE: Rename variables in Parser. Add _leftMargin to Parser. Fix _leftMa...uruk
2013-07-27AVALANCHE: Introduce new class: Parser. Update rest of the code accordingly.uruk
2013-07-27AVALANCHE: Repair Avalot::handleKeyDown().uruk
2013-07-27AVALANCHE: Implement Avalot::handleKeyDown() further.uruk
2013-07-27AVALANCHE: Replace call of Basher::keyboard_link() with Avalanche::updateEven...uruk
2013-07-25AVALANCHE: Remove parenthesis and add comment to Avalot::run().uruk
2013-07-25AVALANCHE: Replace Gyro::slowdown() with ScummVM's own utilities.uruk
2013-07-25AVALANCHE: Implement Timeout::one_tick().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 _timeout into pointer, update everything accordingly.uruk
2013-07-24AVALANCHE: Change _gyro into pointer, update everything accordingly.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 comments to Avalot:handleKeyDown().uruk
2013-07-24AVALANCHE: Implement Trip::handleMoveKey(), update Avalot::handleKeyDown().uruk
2013-07-24AVALANCHE: Move handleMoveKey() from Avalot to Trip.uruk
2013-07-24AVALANCHE: Fix commas.uruk
2013-07-24AVALANCHE: Add event handling.uruk
2013-07-24AVALANCHE: Modify Avalot::run() to don't exit after a single loop, comment ou...uruk