aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/trip6.cpp
AgeCommit message (Collapse)Author
2013-09-04AVALANCHE: Fix coding style: ++ and --Strangerke
2013-09-04AVALANCHE: Fix MSVC warnings in trip6Strangerke
2013-09-04AVALANCHE: Replace some British terms by American onesStrangerke
2013-09-04AVALANCHE: Fix compile errorsWillem Jan Palenstijn
Signed-off-by: uruk <koppirnyo@gmail.com>
2013-09-03AVALANCHE: Do renaming in Celer.uruk
2013-09-02AVALANCHE: Upgrade drop-down menu. (Now it's complete.) Fix Trip::neardoor().uruk
2013-08-30AVALANCHE: Upgrade show_one() so it can replace show_one_at(), preventing ↵uruk
code duplication.
2013-08-30AVALANCHE: Repair the Oubliette in the catacombs and wrong parameters ↵uruk
connected to Geida's follow-function. Repair the so-called "also" lines.
2013-08-29AVALANCHE: Repair the catacombs.uruk
2013-08-29AVALANCHE: Repair "entrance hall" room and everything connected to it.uruk
2013-08-27AVALANCHE: Repair Gyro::whereis indexes.uruk
2013-08-26AVALANCHE: Implement Timeout::after_the_shootemup(), repair a lot of array ↵uruk
indexes in various places.
2013-08-26AVALANCHE: Repair array indexes in Trip.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-23AVALANCHE: Upgrade Trip::apped(). Update rest of the code to call it and the ↵uruk
previously upgraded Celer::show_one() properly.
2013-08-23AVALANCHE: Repair Acci::do_that(), Gyro::getname(), Lucerna::find_people(), ↵uruk
triptype::walkto().
2013-08-23AVALANCHE: Upgrade Lucerna::enterroom(). Add r__yourhall to roomnums.h, ↵uruk
handle it's cases in Lucerna:enterroom() and Trip::open_the_door(). Remove unnecessary typecasts in Celer::pics_link(), upgrade Celer::show_one(). Introduce Graphics::refreshBackground(), use it where needed.
2013-08-21AVALANCHE: Implement opening of doors. Rethink a bit the graphics and the ↵uruk
timer system to do so.
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-18AVALANCHE: Minor repairs in Avalanche and Trip.uruk
2013-08-17AVALANCHE: Implement Trip::newspeed().uruk
2013-08-12AVALANCHE: Repair constants in Gyro, repair Lucerna::enterroom(), ↵uruk
Trip::back_and_forth(), Trip::geida_procs(), Visa::talkto().
2013-08-09AVALANCHE: Implement switching between rooms (Trip::fliproom(), ↵uruk
Lucerna::enterroom()), implement drawing multiple sprites to the screen (Trip::call_andexors()).
2013-08-07AVALANCHE: Repair parts of the scrolls system, implement the death of Avalot ↵uruk
and almost everything connected to it.
2013-07-30AVALANCHE: Repair Lucerna::draw_also_lines().uruk
2013-07-30AVALANCHE: Add _magics to Graphics, implement Lucerna::draw_also_lines(), ↵uruk
update Trip::checkfeet() accordingly.
2013-07-30AVALANCHE: Implement Trip::checkfeet(), repair Trip::stopwalking(). Repair ↵uruk
Acci::stand_up(). Repair Gyro::newgame().
2013-07-30AVALANCHE: Revise Graphics::drawSprite(), repair Trip::apped().uruk
2013-07-28AVALANCHE: Add tryDropdown() and _inputTextBackup to Parser, implement ↵uruk
handleReturn(), stub tryDropdown() in Parser.
2013-07-27AVALANCHE: Add comments in Graphics and Trip, repair functions in Trip.uruk
2013-07-26AVALANCHE: Get rid of Lucerna::mblit() and Lucerna::blitfix().uruk
2013-07-25AVALANCHE: Repair array indexes in Timeout and Trip.uruk
2013-07-25AVALANCHE: Fix cycle in Trip::trippancy_link().uruk
2013-07-24AVALANCHE: Cosmetic modifications in triptype::walk().uruk
2013-07-24AVALANCHE: Change class variables to pointers, 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 ↵uruk
accordingly. Introduce AvalanhceEngine::initialize(), use it in AvalancheEninge::run(), modify rest of the code accordingly.
2013-07-24AVALANCHE: Implement triptype::walk().uruk
2013-07-24AVALANCHE: Implement Trip::handleMoveKey(), update Avalot::handleKeyDown().uruk
2013-07-24AVALANCHE: Move handleMoveKey() from Avalot to Trip.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-20AVALANCHE: Add some blank lines in Trip.uruk
2013-07-20AVALANCHE: Change computing method of picnum in triptype::andexor().uruk
2013-07-19AVALANCHE: Trip: repair triptype:init(), remove unnecessary data field from ↵uruk
definition.
2013-07-18AVALANCHE: Update Graph::drawSprite(), update Trip::axendor() accordingly, ↵uruk
fix Trip::call_axendors().
2013-07-18AVALANCHE: Implement/repair multiple functions in Trip.uruk
2013-07-18AVALANCHE: Repair build errors due to the introduction of _info in ↵uruk
Trip::triptype.
2013-07-16AVALANCHE: Revise Lucerna, remove a blank line in Trip.uruk