aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/scrolls2.cpp
AgeCommit message (Collapse)Author
2013-08-27AVALANCHE: Partially implement the music room. (Without music.)uruk
2013-08-17AVALANCHE: Repair Scrolls::drawscroll().uruk
2013-08-17AVALANCHE: Implement the rest of Lucerna::checkclick() and everything ↵uruk
connected to it. (Except sounds.)
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: Upgrade Scrolls::normscroll().uruk
2013-08-16AVALANCHE: Add AvalancheEngine::getMousePos(), remove Gyro::hopto(), ↵uruk
implement Scrolls::dodgem() and Scrolls::undodgem().
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-12AVALANCHE: Repair Scrolls::say().uruk
2013-08-12AVALANCHE: Repair Scrolls::bubble().uruk
2013-08-12AVALANCHE: Repair Scrolls::bubble() and Visa::talkto().uruk
2013-08-12AVALANCHE: Add typecasts to Acci::parse(), repair Scrolls::calldrivers() and ↵uruk
Acci::personshere().
2013-08-12AVALANCHE: Repair Graphics::drawText() and Scrolls::say().uruk
2013-08-11AVALANCHE: Improve comments in Scrolls::bubble().uruk
2013-08-11AVALANCHE: Finish implementation of Scrolls::bubble().uruk
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-11AVALANCHE: Introduce Graphics::drawTriangle(), use it in Scrolls::bubble(). ↵uruk
Modify Graphics::drawPieSlice(), update functions using it accordingly.
2013-08-09AVALANCHE: Repair Visa::unskrimble() and Scrolls::calldrivers().uruk
2013-08-08AVALANCHE: Repair Graphics::drawArc(), update Scrolls::drawscroll() accordingly.uruk
2013-08-08AVALANCHE: Introduce Graphics::drawPieSlice(), use it in Scrolls::drawscroll().uruk
2013-08-07AVALANCHE: Introduce Graphics::drawArc(), use it in Scrolls::drawscroll().uruk
2013-08-07AVALANCHE: Rework Scrolls::normscroll().uruk
2013-08-07AVALANCHE: Repair parts of the scrolls system, implement the death of Avalot ↵uruk
and almost everything connected to it.
2013-08-06AVALANCHE: Implement Scrolls::say(). Introduce Graphics::_scrolls, implement ↵uruk
Scrolls::normscroll() and update Scrolls::drawscroll() using it.
2013-08-05AVALANCHE: Implement Scrolls::say().uruk
2013-08-05AVALANCHE: Mostly cosmetic modifications in Visa, stub ↵uruk
Timeout::arkata_shouts() until dixi() works, partially implement Scrolls::say().
2013-08-04AVALANCHE: Remove comment from Graphics, partially implement ↵uruk
Scrolls::drawscroll(), repair Scrolls::solidify(), broaden scrolls2.h.
2013-08-02AVALANCHE: Repair Scrolls::resetscroll() and Scrolls::calldrivers().uruk
2013-08-02AVALANCHE: Add some constatns to Scolls, implement Scrolls::calldrivers(), ↵uruk
Scrolls::solidify() and Scrolls::strip().
2013-07-27AVALANCHE: Rename little[] to characters[] and current to inputText in Gyro.uruk
2013-07-24AVALANCHE: Change class variables to pointers, update everything accordingly.uruk
2013-07-24AVALANCHE: Change _logger 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-16AVALANCHE: Repair Scrolls::state().uruk
2013-07-12AVALANCHE: Partially implement Scrolls::state. (Bother with the patterns later.)uruk
2013-07-10AVALANCHE: Implement file loadfont() in Scrolls. Move initializations to ↵uruk
run(), so loadfont() can access the data files of the game.
2013-07-09AVALANCHE: update file handling in multiple files.uruk
2013-07-05AVALANCHE: Scrolls: implement file handling.uruk
2013-07-02AVALANCHE: Update the description of classes.uruk
2013-07-02AVALANCHE: Change constructor of Scrolls, repair string handling in Lucerna ↵uruk
and Scrolls.
2013-07-02AVALANCHE: Finish stubbing of Scrolls.uruk
2013-06-30AVALANCHE: Fix some more code formattingStrangerke
2013-06-30Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalancheStrangerke
Conflicts: engines/avalanche/timeout2.cpp engines/avalanche/trip6.cpp
2013-06-30AVALANCHE: Fix code formattingStrangerke
2013-06-29AVALANCHE: Reorganise includes.uruk
2013-06-28AVALANCHE: Scrolls: replace namespace with class.uruk
2013-06-25AVALANCHE: Repair compilation.uruk
2013-06-25AVALANCHE: Add Enhanced.uruk
2013-06-24AVALANCHE: Relocate used sources. (Should have happened sooner.)uruk
2013-06-24AVALANCHE: Add Scrolls2. Logger is needed to proceed.uruk