aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/gyro2.h
AgeCommit message (Collapse)Author
2013-09-13AVALANCHE: Remove some dead/useless codeStrangerke
2013-09-13AVALANCHE: Remove duplicated direction enum, move direction to animation classStrangerke
2013-09-13AVALANCHE: Remove DNA structure which was essentially a savegame structure ↵Strangerke
unused in ScummVM
2013-09-07AVALANCHE: More renaming, use int16 for loops based on kSpriteNumbMaxStrangerke
2013-09-07AVALANCHE: Introduce a new class: Clock.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-05AVALANCHE: Start renaming in Gyro.uruk
2013-09-05AVALANCHE: Do renaming/refactoring in Graphics.uruk
2013-09-05AVALANCHE: Finish replacing C-style comments by C++-styleStrangerke
2013-09-05AVALANCHE: Start replacing C-style comments by C++-styleStrangerke
2013-09-05AVALANCHE: Fix GCC warningsStrangerke
2013-09-04AVALANCHE: Fix some more GCC warningsStrangerke
2013-09-04AVALANCHE: Fix more GCC warningsStrangerke
2013-09-04AVALANCHE: Remove loggerStrangerke
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-29AVALANCHE: Repair "entrance hall" room and everything connected to it.uruk
2013-08-29AVALANCHE: Repair Acci::do_that() and roomnums.h. Some cosmetic repairs here ↵uruk
and there.
2013-08-25AVALANCHE: Implement Acci::exampers(). Repair Avalot::setup().uruk
2013-08-25AVALANCHE: Implement/repair Acci::do_that() and (almost) everything ↵uruk
connected to it.
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-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-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-12AVALANCHE: Repair constants in Gyro, repair Lucerna::enterroom(), ↵uruk
Trip::back_and_forth(), Trip::geida_procs(), Visa::talkto().
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-09AVALANCHE: Repair Visa::unskrimble() and Scrolls::calldrivers().uruk
2013-08-02AVALANCHE: Move strf() from Avalanche to Gyro.uruk
2013-07-28AVALANCHE: Add tryDropdown() and _inputTextBackup to Parser, implement ↵uruk
handleReturn(), stub tryDropdown() in Parser.
2013-07-28AVALANCHE: Implement handling of the cursor in Parser.uruk
2013-07-27AVALANCHE: Introduce new class: Parser. Update rest of the code accordingly.uruk
2013-07-27AVALANCHE: Rename little[] to characters[] and current to inputText in Gyro.uruk
2013-07-26AVALANCHE: Add loadPictureGraphic, loadPictureRow, revise drawPicture in ↵uruk
Graphics, update almost everything accordingly.
2013-07-24AVALANCHE: Cosmetic modification in Gyro.uruk
2013-07-24AVALANCHE: Change _gyro into pointer, update everything accordingly.uruk
2013-07-18AVALANCHE: Implement Gyro::newgame(), update Avalot::setup() and ↵uruk
Avalot::run(), add some comment in gyro2.h.
2013-07-17AVALANCHE: Implement Lucerna::showscore().uruk
2013-07-11AVALANCHE: Little revision in Gyro.uruk
2013-07-10AVALANCHE: Implement Basher's initialization.uruk