aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/gyro2.cpp
AgeCommit message (Collapse)Author
2013-09-07AVALANCHE: More renaming in animationStrangerke
2013-09-07AVALANCHE: Do renaming in scrolls2.h.uruk
2013-09-07AVALANCHE: Rename trip into animation, some more renamingStrangerke
2013-09-07AVALANCHE: Introduce a new class: Clock.uruk
2013-09-07AVALANCHE: Do renaming/refactoring in Lucerna.uruk
2013-09-07AVALANCHE: Finish renaming/refactoring in Gyro.uruk
2013-09-07AVALANCHE: Janitorial - Remove trailing spaces, fix define namesStrangerke
2013-09-07AVALANCHE: Comment out some dead codeStrangerke
2013-09-07AVALANCHE: Move some static arrays to function bodiesStrangerke
2013-09-06AVALANCHE: More renaming in gyro2.h.uruk
2013-09-06AVALANCHE: Some renaming in lucerna2Strangerke
2013-09-06AVALANCHE: Remove 2 high-ascii charactersStrangerke
2013-09-05AVALANCHE: Start renaming in Gyro.uruk
2013-09-05AVALANCHE: Rename/refactor Colors.uruk
2013-09-05AVALANCHE: Silence Valgrind warnings.uruk
2013-09-05AVALANCHE: Start replacing C-style comments by C++-styleStrangerke
2013-09-05AVALANCHE: Fix systematic typo in commentsStrangerke
2013-09-05AVALANCHE: Fix uninitialized variableStrangerke
2013-09-04Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalancheuruk
Conflicts: engines/avalanche/dropdown2.cpp engines/avalanche/dropdown2.h
2013-09-04AVALANCHE: Partially do the renaming in Dropdown.uruk
2013-09-04AVALANCHE: Fix more GCC warningsStrangerke
2013-09-04AVALANCHE: Fix coding style: ++ and --Strangerke
2013-09-03AVALANCHE: Get rid of the rest of Basher.uruk
2013-09-03AVALANCHE: Rename/refactor Acci. Implement Acci::peopleInRoom().uruk
2013-09-02AVALANCHE: Repair drop-down menu, so the already implemented functions are ↵uruk
working.
2013-09-01AVALANCHE: Start implementation of the drop-down menu.uruk
2013-08-26AVALANCHE: Implement Timeout::after_the_shootemup(), repair a lot of array ↵uruk
indexes in various places.
2013-08-25AVALANCHE: Implement/repair Acci::do_that() and (almost) everything ↵uruk
connected to it.
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: Repair Acci::do_that(), Gyro::getname(), Lucerna::find_people(), ↵uruk
triptype::walkto().
2013-08-21AVALANCHE: Rename special() to openBox() in Acci, implement it.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: 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-02AVALANCHE: Move strf() from Avalanche to Gyro.uruk
2013-07-30AVALANCHE: Implement Trip::checkfeet(), repair Trip::stopwalking(). Repair ↵uruk
Acci::stand_up(). Repair Gyro::newgame().
2013-07-26AVALANCHE: Add loadPictureGraphic, loadPictureRow, revise drawPicture in ↵uruk
Graphics, update almost everything accordingly.
2013-07-24AVALANCHE: Implement Lucerna::find_people().uruk
2013-07-24AVALANCHE: Change class variables to pointers, update everything accordingly.uruk
2013-07-24AVALANCHE: Change _gyro into pointer, update everything accordingly.uruk
2013-07-18AVALANCHE: Fix Gyro::newgame().uruk
2013-07-18AVALANCHE: Implement Gyro::newgame(), update Avalot::setup() and ↵uruk
Avalot::run(), add some comment in gyro2.h.
2013-07-11AVALANCHE: Little revision in Gyro.uruk
2013-07-09AVALANCHE: update file handling in multiple files.uruk
2013-07-09AVALANCHE: Add a comment to Gyro, remove test line from Avalot.uruk
2013-07-05AVALANCHE: Lucerna: implement thinkabout(). Modify newpointer() in Gyro.uruk