aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/timeout2.cpp
AgeCommit message (Expand)Author
2013-09-07AVALANCHE: Rename some constants in trip6Strangerke
2013-09-07AVALANCHE: Janitorial - Remove trailing spaces, fix define namesStrangerke
2013-09-06AVALANCHE: More renaming in gyro2.h.uruk
2013-09-06AVALANCHE: Some renaming in lucerna2Strangerke
2013-09-05AVALANCHE: Start renaming in Gyro.uruk
2013-09-05AVALANCHE: Do renaming in Enid. (Keep the refactoring for the implementation ...uruk
2013-09-05AVALANCHE: Finish replacing C-style comments by C++-styleStrangerke
2013-09-03AVALANCHE: Do renaming in Celer.uruk
2013-09-03AVALANCHE: Rename/refactor Acci. Implement Acci::peopleInRoom().uruk
2013-08-31AVALANCHE: Cosmetic and other repairs in Timeout.uruk
2013-08-31AVALANCHE: Make the game finally completable.uruk
2013-08-30AVALANCHE: Upgrade show_one() so it can replace show_one_at(), preventing cod...uruk
2013-08-30AVALANCHE: Repair the Oubliette in the catacombs and wrong parameters connect...uruk
2013-08-27AVALANCHE: Repair Gyro::whereis indexes.uruk
2013-08-27AVALANCHE: Partially implement the music room. (Without music.)uruk
2013-08-26AVALANCHE: Implement Acci::store_interrogation() and all the functions it uses.uruk
2013-08-26AVALANCHE: Implement Timeout::after_the_shootemup(), repair a lot of array in...uruk
2013-08-26AVALANCHE: Repair array indexes in Timeout.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-21AVALANCHE: Rename Gyro::reloaded to Gyro::isLoaded. Repair a bug in the origi...uruk
2013-08-11AVALANCHE: Introduce Graphics::drawText(). Rename raw to fontType, move it fr...uruk
2013-08-11AVALANCHE: Repair Timeout::lose_timer().uruk
2013-08-09AVALANCHE: Repair Visa::unskrimble() and Scrolls::calldrivers().uruk
2013-08-07AVALANCHE: Repair parts of the scrolls system, implement the death of Avalot ...uruk
2013-08-05AVALANCHE: Mostly cosmetic modifications in Visa, stub Timeout::arkata_shouts...uruk
2013-08-04AVALANCHE: Repair Logger::log_scrollchar(), cosmetic corrections in Scrolls a...uruk
2013-07-25AVALANCHE: Implement Timeout::one_tick().uruk
2013-07-25AVALANCHE: Repair Timeout.uruk
2013-07-25AVALANCHE: Repair array indexes in Timeout and Trip.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 _timeout into pointer, update everything accordingly.uruk
2013-07-24AVALANCHE: Change _gyro into pointer, update everything accordingly.uruk
2013-06-30AVALANCHE: Fix some more code formattingStrangerke
2013-06-30Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalancheStrangerke
2013-06-30AVALANCHE: Fix code formattingStrangerke
2013-06-29AVALANCHE: Reorganise includes.uruk
2013-06-29AVALANCHE: Repair compilation, minor modifications.uruk
2013-06-29AVALANCHE: Repair compilation.uruk
2013-06-28AVALANCHE: Timeout: replace namespace with class.uruk
2013-06-27AVALANCHE: Add a little self-warning.uruk
2013-06-27AVALANCHE: Add Timeout.uruk