aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/gyro2.cpp
AgeCommit message (Expand)Author
2013-09-08AVALANCHE: Check function scope in Animation, set a function privateStrangerke
2013-09-08AVALANCHE: Renaming/refactoring in Animation.uruk
2013-09-08AVALANCHE: Missing files from last commit...uruk
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
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 wo...uruk
2013-09-01AVALANCHE: Start implementation of the drop-down menu.uruk
2013-08-26AVALANCHE: Implement Timeout::after_the_shootemup(), repair a lot of array in...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: Repair Acci::do_that(), Gyro::getname(), Lucerna::find_people(), t...uruk
2013-08-21AVALANCHE: Rename special() to openBox() in Acci, implement it.uruk
2013-08-16AVALANCHE: Partially implement Lucerna::checkclick(), upgrade other parts of ...uruk
2013-08-16AVALANCHE: Add AvalancheEngine::getMousePos(), remove Gyro::hopto(), implemen...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-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 Ac...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 _gyro into pointer, update everything accordingly.uruk
2013-07-18AVALANCHE: Fix Gyro::newgame().uruk
2013-07-18AVALANCHE: Implement Gyro::newgame(), update Avalot::setup() and Avalot::run(...uruk
2013-07-11AVALANCHE: Little revision in Gyro.uruk