aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalot.cpp
AgeCommit message (Collapse)Author
2013-08-25AVALANCHE: Implement Acci::exampers(). Repair Avalot::setup().uruk
2013-08-23AVALANCHE: Upgrade Trip::infield(), update the rest of the code accordingly. ↵uruk
Repair Trip::neardoor(). Introduce Parser::handleFunctionKey(), partially implement it. Implement Gyro::f5_does(). Implement missing part of Lucerna::enterroom().
2013-08-21AVALANCHE: Implement opening of doors. Rethink a bit the graphics and the ↵uruk
timer system to do so.
2013-08-21AVALANCHE: Rename Gyro::reloaded to Gyro::isLoaded. Repair a bug in the ↵uruk
original engine regarding timing of animations/scrolls/etc. when loading a savegame using this variable.
2013-08-20AVALANCHE: Implement loading from the Launcher. Upgrade saveGame(), ↵uruk
loadGame() in, add expandDate() to AvalancheEngine. Revise Avalot::setup(). Repair Lucerna::load() and triptype::init().
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 ↵uruk
Lucerna::flip_page().
2013-08-16AVALANCHE: Remove Gyro::on_virtual(), Gyro::off_virtual(), ↵uruk
Gyro::super_off(), Gyro::super_on(). Replace their calls with CursorMan.showMouse().
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
and almost everything connected to it.
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 ↵uruk
Avalot::run(), remove unnecessary cycle from Lucerna::sprite_run().
2013-07-28AVALANCHE: Implement handling of the cursor in Parser.uruk
2013-07-27AVALANCHE: Add Parser::handleBackspace(). Update Avalot::handleKeyDown() ↵uruk
accordingly.
2013-07-27AVALANCHE: Rename variables in Parser. Add _leftMargin to Parser. Fix ↵uruk
_leftMargins in Basher.
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 ↵uruk
Avalanche::updateEvents() in Avalot::run().
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 ↵uruk
accordingly. Introduce AvalanhceEngine::initialize(), use it in AvalancheEninge::run(), modify rest of the code accordingly.
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 ↵uruk
out the error in getsettype::remember() until I find out why it is invoked.
2013-07-18AVALANCHE: Add refreshScreen() to every iteration of the main loop in ↵uruk
Avalot::run().
2013-07-18AVALANCHE: Replace Pingo::copy03() with Graph::refreshScreen().uruk
2013-07-18AVALANCHE: Add comment in Avalot::run().uruk
2013-07-18AVALANCHE: Implement Gyro::newgame(), update Avalot::setup() and ↵uruk
Avalot::run(), add some comment in gyro2.h.
2013-07-15AVALANCHE: repair Avalot.uruk
2013-07-15AVALANCHE: update Avalot.uruk
2013-07-09AVALANCHE: Add a comment to Gyro, remove test line from Avalot.uruk
2013-07-05AVALANCHE: Lucerna: Repair load_also().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-07-02AVALANCHE: Finish stubbing Avalot vol. 2.uruk