aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2013-08-21AVALANCHE: Rename special() to openBox() in Acci, implement it.uruk
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: Add thumbnail support and version tracking to the saving/loading ↵uruk
system. Repair Trip::trippancy_link().
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-20AVALANCHE: Repair synchronize() and loadGame(), update ↵uruk
canSaveGameStateCurrently() and canLoadGameStateCurrently() in AvalancheEngine.
2013-08-19AVALANCHE: AvalancheEngine: Revise synchronize(), saveGame(), ↵uruk
loadGameState(). Add loadGame(). Rename generateSaveFileName() to getSaveFileName(). AvalancheMetaEngine: Add listSaves() and removeSaveState().
2013-08-19AVALANCHE: Add AvalancheEngine::synchronize(), ↵uruk
AvalancheEngine::generateSaveFileName(), AvalancheEngine::saveGame().
2013-08-18AVALANCHE: Add saving/loading during run time.uruk
2013-08-18AVALANCHE: Repair Acci::do_that(), remove comments from Lucerna::topcheck().uruk
2013-08-18AVALANCHE: Minor repairs in Avalanche and Trip.uruk
2013-08-17AVALANCHE: Implement Trip::newspeed().uruk
2013-08-17AVALANCHE: Repair Scrolls::drawscroll().uruk
2013-08-17AVALANCHE: Implement the rest of Lucerna::checkclick() and everything ↵uruk
connected to it. (Except sounds.)
2013-08-17AVALANCHE: Repair Avalot::handleKeyDown(), add comments to parser.h.uruk
2013-08-16AVALANCHE: Repair Lucerna::verte().uruk
2013-08-16AVALANCHE: Partially implement Lucerna::checkclick(), upgrade other parts of ↵uruk
the code during the process. Repair Gyro::load_a_mouse().
2013-08-16AVALANCHE: Remove multiple definition. (Already defined in Graphics.)uruk
2013-08-16AVALANCHE: Upgrade Scrolls::normscroll().uruk
2013-08-16AVALANCHE: Add AvalancheEngine::getMousePos(), remove Gyro::hopto(), ↵uruk
implement Scrolls::dodgem() and Scrolls::undodgem().
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-16AVALANCHE: Stub Gyro::super_off() and Gyro::super_on().uruk
2013-08-16AVALANCHE: Remove useless parts/comments from Gyro, replace some comments in it.uruk
2013-08-16AVALANCHE: Implement Gyro::load_a_mouse(), some cosmetic correction in Gyro.uruk
2013-08-15AVALANCHE: Rename variables in Graphics::drawSprite().uruk
2013-08-12AVALANCHE: Repair constants in Gyro, repair Lucerna::enterroom(), ↵uruk
Trip::back_and_forth(), Trip::geida_procs(), Visa::talkto().
2013-08-12AVALANCHE: Repair Scrolls::say().uruk
2013-08-12AVALANCHE: Repair Scrolls::bubble().uruk
2013-08-12AVALANCHE: Repair Scrolls::bubble() and Visa::talkto().uruk
2013-08-12AVALANCHE: Add typecasts to Acci::parse(), repair Scrolls::calldrivers() and ↵uruk
Acci::personshere().
2013-08-12AVALANCHE: Implement Acci::personshere(), Visa::talkto(), make ↵uruk
control-constants in Scrolls public.
2013-08-12AVALANCHE: Repair Graphics::drawText() and Scrolls::say().uruk
2013-08-11AVALANCHE: Remove unnecessary comments from Avalot::setup().uruk
2013-08-11AVALANCHE: Improve comments in Scrolls::bubble().uruk
2013-08-11AVALANCHE: Finish implementation of Scrolls::bubble().uruk
2013-08-11AVALANCHE: Introduce Graphics::drawText(). Rename raw to fontType, move it ↵uruk
from Gyro to Graphics. Update the rest of the code using these two. Simplifying underlining of characters in Parser and Dropdown.
2013-08-11AVALANCHE: Repair Timeout::lose_timer().uruk
2013-08-11AVALANCHE: Remove unnecessary consts from Graphics.uruk
2013-08-11AVALANCHE: Introduce Graphics::drawTriangle(), use it in Scrolls::bubble(). ↵uruk
Modify Graphics::drawPieSlice(), update functions using it accordingly.
2013-08-09AVALANCHE: Repair Visa::unskrimble() and Scrolls::calldrivers().uruk
2013-08-09AVALANCHE: Repair Lucerna::enterroom(), Lucerna::put_geida_at(), broaden ↵uruk
Roomnums.
2013-08-09AVALANCHE: Repair Acci::parse().uruk
2013-08-09AVALANCHE: Implement switching between rooms (Trip::fliproom(), ↵uruk
Lucerna::enterroom()), implement drawing multiple sprites to the screen (Trip::call_andexors()).
2013-08-08AVALANCHE: Repair Graphics::drawArc().uruk
2013-08-08AVALANCHE: Update comments connected to Graphics::drawArc().uruk
2013-08-08AVALANCHE: Repair Graphics::drawArc(), update Scrolls::drawscroll() accordingly.uruk
2013-08-08AVALANCHE: Implement the clock in Lucerna, upgrade Graphics::drawArc() to ↵uruk
work in synergy with that.
2013-08-08AVALANCHE: Introduce Graphics::drawPieSlice(), use it in Scrolls::drawscroll().uruk
2013-08-07AVALANCHE: Introduce Graphics::drawArc(), use it in Scrolls::drawscroll().uruk