aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/lucerna2.cpp
AgeCommit message (Expand)Author
2013-08-26AVALANCHE: Implement Timeout::after_the_shootemup(), repair a lot of array in...uruk
2013-08-26AVALANCHE: Repair Lucerna::callverb().uruk
2013-08-25AVALANCHE: Fix array indexes in Acci::do_that(), upgrade Lucerna::enterroom().uruk
2013-08-25AVALANCHE: Repair Lucerna::bearing().uruk
2013-08-25AVALANCHE: Implement/repair Acci::do_that() and (almost) everything connected...uruk
2013-08-23AVALANCHE: Upgrade Trip::infield(), update the rest of the code accordingly. ...uruk
2013-08-23AVALANCHE: Upgrade Trip::apped(). Update rest of the code to call it and the ...uruk
2013-08-23AVALANCHE: Repair Acci::do_that(), Gyro::getname(), Lucerna::find_people(), t...uruk
2013-08-23AVALANCHE: Upgrade Lucerna::enterroom(). Add r__yourhall to roomnums.h, handl...uruk
2013-08-21AVALANCHE: Implement opening of doors. Rethink a bit the graphics and the tim...uruk
2013-08-20AVALANCHE: Implement loading from the Launcher. Upgrade saveGame(), loadGame(...uruk
2013-08-20AVALANCHE: Repair synchronize() and loadGame(), update canSaveGameStateCurren...uruk
2013-08-18AVALANCHE: Repair Acci::do_that(), remove comments from Lucerna::topcheck().uruk
2013-08-17AVALANCHE: Implement the rest of Lucerna::checkclick() and everything connect...uruk
2013-08-16AVALANCHE: Repair Lucerna::verte().uruk
2013-08-16AVALANCHE: Partially implement Lucerna::checkclick(), upgrade other parts of ...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-12AVALANCHE: Repair constants in Gyro, repair Lucerna::enterroom(), Trip::back_...uruk
2013-08-09AVALANCHE: Repair Lucerna::enterroom(), Lucerna::put_geida_at(), broaden Room...uruk
2013-08-09AVALANCHE: Implement switching between rooms (Trip::fliproom(), Lucerna::ente...uruk
2013-08-08AVALANCHE: Implement the clock in Lucerna, upgrade Graphics::drawArc() to wor...uruk
2013-08-07AVALANCHE: Repair parts of the scrolls system, implement the death of Avalot ...uruk
2013-07-30AVALANCHE: Repair Lucerna::draw_also_lines().uruk
2013-07-30AVALANCHE: Add _magics to Graphics, implement Lucerna::draw_also_lines(), upd...uruk
2013-07-30AVALANCHE: Add warning to Acci::do_that(), remove blank lines from Avalot::ru...uruk
2013-07-29AVALANCHE: Modify Graphics and Lucerna, so the engine saves the background an...uruk
2013-07-28AVALANCHE: Revisions in acci2.h and lucerna2.cpp, partially implement Acci::p...uruk
2013-07-26AVALANCHE: Get rid of Lucerna::mblit() and Lucerna::blitfix().uruk
2013-07-26AVALANCHE: Add loadPictureGraphic, loadPictureRow, revise drawPicture in Grap...uruk
2013-07-24AVALANCHE: Implement Lucerna::find_people().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: 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: rename constants to follow our code formatting conventions.uruk
2013-07-20AVALANCHE: Move flesh_colours() from Lucerna to Graph. Implement it.uruk
2013-07-19AVALANCHE: Rename copySurface() to drawPicture(), add some comment to it.uruk
2013-07-19AVALANCHE: Incorporate Graph::readImage() into Grap::copySurface(), update Lu...uruk
2013-07-18AVALANCHE: Implement Lucerna::showrw().uruk
2013-07-18AVALANCHE: Lucerna:load() - put the background lower, making space for the to...uruk
2013-07-18AVALANCHE: Replace Pingo::copy03() with Graph::refreshScreen().uruk
2013-07-18AVALANCHE: Repair build errors due to the introduction of _info in Trip::trip...uruk
2013-07-17AVALANCHE: Partially implement Lucerna::points(). (No sounds.)uruk
2013-07-17AVALANCHE: Implement Lucerna::showscore().uruk
2013-07-17AVALANCHE: Change the source of data in Graph::readImage() for further use. C...uruk