Commit Graph
212 Commits
Author SHA1 Message Date
uruk 09ee31e4ce AVALANCHE: Get rid of the rest of Basher. 2013-09-03 17:51:30 +02:00
uruk 59317d6ac7 AVALANCHE: Rename/refactor Avalot. 2013-09-03 16:03:16 +02:00
uruk 4d6573a80e AVALANCHE: Start implementation of the drop-down menu. 2013-09-01 17:15:55 +02:00
uruk 06d0ce1b0f AVALANCHE: Minor cosmetic fixes. 2013-08-30 11:23:17 +02:00
uruk f0dbe10cb2 AVALANCHE: Repair exampers(), openBox() and do_that() in Acci. Repair loading from the Launcher. 2013-08-27 11:10:24 +02:00
uruk 6df55520b7 AVALANCHE: Implement Acci::exampers(). Repair Avalot::setup(). 2013-08-25 18:05:02 +02:00
uruk c19b50b3f4 AVALANCHE: Upgrade Trip::infield(), update the rest of the code accordingly. Repair Trip::neardoor(). Introduce Parser::handleFunctionKey(), partially implement it. Implement Gyro::f5_does(). Implement missing part of Lucerna::enterroom(). 2013-08-23 16:58:22 +02:00
uruk c43373f7ae AVALANCHE: Implement opening of doors. Rethink a bit the graphics and the timer system to do so. 2013-08-21 18:01:31 +02:00
uruk 44f7802777 AVALANCHE: Rename Gyro::reloaded to Gyro::isLoaded. Repair a bug in the original engine regarding timing of animations/scrolls/etc. when loading a savegame using this variable. 2013-08-21 13:45:22 +02:00
uruk aab3930779 AVALANCHE: Implement loading from the Launcher. Upgrade saveGame(), loadGame() in, add expandDate() to AvalancheEngine. Revise Avalot::setup(). Repair Lucerna::load() and triptype::init(). 2013-08-20 19:23:24 +02:00
uruk 84bf98c9e5 AVALANCHE: Repair Avalot::handleKeyDown(), add comments to parser.h. 2013-08-17 13:45:15 +02:00
uruk 4430e435d8 AVALANCHE: Upgrade Scrolls::normscroll(). 2013-08-16 19:24:40 +02:00
uruk 5e2627542a AVALANCHE: Remove functions connected to mouse handling from Gyro, remove Lucerna::flip_page(). 2013-08-16 13:56:29 +02:00
uruk d860bc5925 AVALANCHE: Remove Gyro::on_virtual(), Gyro::off_virtual(), Gyro::super_off(), Gyro::super_on(). Replace their calls with CursorMan.showMouse(). 2013-08-16 13:40:58 +02:00
uruk 14076ad0e9 AVALANCHE: Remove unnecessary comments from Avalot::setup(). 2013-08-11 22:07:42 +02:00
uruk 26b7333137 AVALANCHE: Repair parts of the scrolls system, implement the death of Avalot and almost everything connected to it. 2013-08-07 10:30:44 +02:00
uruk 832a11a2ba AVALANCHE: Repair Scrolls::resetscroll() and Scrolls::calldrivers(). 2013-08-02 14:15:36 +02:00
uruk 6ffcb714af AVALANCHE: Broaden Avalot::handleKeyDown(). 2013-07-30 22:25:04 +02:00
uruk 2e741241c5 AVALANCHE: Broaden Avalot::handleKeyDown(). 2013-07-30 21:52:49 +02:00
uruk 9855cb8f1f AVALANCHE: Add warning to Acci::do_that(), remove blank lines from Avalot::run(), remove unnecessary cycle from Lucerna::sprite_run(). 2013-07-30 00:30:10 +02:00
uruk a1a2fa2da8 AVALANCHE: Implement handling of the cursor in Parser. 2013-07-28 10:00:14 +02:00
uruk 825df596e6 AVALANCHE: Add Parser::handleBackspace(). Update Avalot::handleKeyDown() accordingly. 2013-07-27 22:14:23 +02:00
uruk 31f8e91444 AVALANCHE: Rename variables in Parser. Add _leftMargin to Parser. Fix _leftMargins in Basher. 2013-07-27 21:48:28 +02:00
uruk eec48fa42e AVALANCHE: Introduce new class: Parser. Update rest of the code accordingly. 2013-07-27 21:36:07 +02:00
uruk 0703085d20 AVALANCHE: Repair Avalot::handleKeyDown(). 2013-07-27 17:00:02 +02:00
uruk 541f5f9c3b AVALANCHE: Implement Avalot::handleKeyDown() further. 2013-07-27 16:55:50 +02:00
uruk d3ff894ff6 AVALANCHE: Replace call of Basher::keyboard_link() with Avalanche::updateEvents() in Avalot::run(). 2013-07-27 10:17:32 +02:00
uruk 9a26bb502f AVALANCHE: Remove parenthesis and add comment to Avalot::run(). 2013-07-25 23:38:06 +02:00
uruk 37ea01644a AVALANCHE: Replace Gyro::slowdown() with ScummVM's own utilities. 2013-07-25 23:32:22 +02:00
uruk 5e257a500b AVALANCHE: Implement Timeout::one_tick(). 2013-07-25 22:54:28 +02:00
uruk 39dfddff1f AVALANCHE: Change class variables to pointers, update everything accordingly. 2013-07-24 19:43:10 +02:00
uruk c0823f3e79 AVALANCHE: Change _pingo into pointer, update everything accordingly. 2013-07-24 18:50:13 +02:00
uruk ca51bf19c9 AVALANCHE: Change _timeout into pointer, update everything accordingly. 2013-07-24 18:42:41 +02:00
uruk 10ec7e0e0f AVALANCHE: Change _gyro into pointer, update everything accordingly. 2013-07-24 18:25:07 +02:00
uruk cc6197d77f AVALANCHE: Change _avalot into pointer, update everything accordingly. 2013-07-24 18:12:16 +02:00
uruk 8c5ce549e6 AVALANCHE: Change _graphics into a pointer, modify the rest of the code accordingly. Introduce AvalanhceEngine::initialize(), use it in AvalancheEninge::run(), modify rest of the code accordingly. 2013-07-24 17:52:57 +02:00
uruk bc5b3fbb65 AVALANCHE: Rename Graph to Graphics. Update everything accordingly. 2013-07-24 17:02:08 +02:00
uruk aed0c42f15 AVALANCHE: Add comments to Avalot:handleKeyDown(). 2013-07-24 13:54:39 +02:00
uruk e8841fbe5c AVALANCHE: Implement Trip::handleMoveKey(), update Avalot::handleKeyDown(). 2013-07-24 13:38:32 +02:00
uruk bddc0e5cbf AVALANCHE: Move handleMoveKey() from Avalot to Trip. 2013-07-24 13:11:24 +02:00
uruk 3058a02ab9 AVALANCHE: Fix commas. 2013-07-24 12:56:55 +02:00
uruk 5dc6abe87b AVALANCHE: Add event handling. 2013-07-24 12:55:01 +02:00
uruk 9e15eee970 AVALANCHE: Modify Avalot::run() to don't exit after a single loop, comment out the error in getsettype::remember() until I find out why it is invoked. 2013-07-24 11:03:52 +02:00
uruk 467246c004 AVALANCHE: Add refreshScreen() to every iteration of the main loop in Avalot::run(). 2013-07-18 22:33:08 +02:00
uruk 4fc9de5d46 AVALANCHE: Replace Pingo::copy03() with Graph::refreshScreen(). 2013-07-18 20:00:14 +02:00
uruk c46bb2449f AVALANCHE: Add comment in Avalot::run(). 2013-07-18 12:16:32 +02:00
uruk dd511cfc09 AVALANCHE: Implement Gyro::newgame(), update Avalot::setup() and Avalot::run(), add some comment in gyro2.h. 2013-07-18 12:06:45 +02:00
uruk 885a8113bc AVALANCHE: repair Avalot. 2013-07-15 12:15:49 +02:00
uruk 4a373a1925 AVALANCHE: update Avalot. 2013-07-15 11:24:38 +02:00
uruk a394fea15d AVALANCHE: Add a comment to Gyro, remove test line from Avalot. 2013-07-09 18:40:29 +02:00