aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/scrolls2.cpp
AgeCommit message (Expand)Author
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: Fix bug due to unsaved changes.uruk
2013-09-07AVALANCHE: Rename some constants in trip6Strangerke
2013-09-07AVALANCHE: Janitorial - Remove trailing spaces, fix define namesStrangerke
2013-09-07AVALANCHE: (Hopefully) fix some warnings reported by GCC and ClangStrangerke
2013-09-06AVALANCHE: More renaming in gyro2.h.uruk
2013-09-05AVALANCHE: More renaming in Gyro.uruk
2013-09-05AVALANCHE: Rename/refactor Colors.uruk
2013-09-05AVALANCHE: Silence Valgrind warnings.uruk
2013-09-05AVALANCHE: Do renaming/refactoring in Graphics.uruk
2013-09-05AVALANCHE: Fix some memory leak problems.uruk
2013-09-05AVALANCHE: Fix warnings reported by GCCStrangerke
2013-09-05AVALANCHE: Add some brackets to improve readabilityStrangerke
2013-09-05AVALANCHE: Start replacing C-style comments by C++-styleStrangerke
2013-09-05AVALANCHE: Fix more warnings reported by CppCheckStrangerke
2013-09-04AVALANCHE: Fix some more GCC warningsStrangerke
2013-09-04AVALANCHE: Get rid of Enhanced. Further renamings and refactoring in Avalanch...uruk
2013-09-04AVALANCHE: Fix some more GCC warningsStrangerke
2013-09-04AVALANCHE: Fix more GCC warningsStrangerke
2013-09-04AVALANCHE: Fix coding style: ++ and --Strangerke
2013-09-04AVALANCHE: Add a default value to color in state(), remove dead codeStrangerke
2013-09-04AVALANCHE: Fix some more MSVC warningsStrangerke
2013-09-04AVALANCHE: Remove loggerStrangerke
2013-09-04AVALANCHE: Replace some British terms by American onesStrangerke
2013-09-04AVALANCHE: Fix compile errorsWillem Jan Palenstijn
2013-09-03AVALANCHE: Get rid of the rest of Basher.uruk
2013-09-03AVALANCHE: Rename/refactor Acci. Implement Acci::peopleInRoom().uruk
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 connect...uruk
2013-08-16AVALANCHE: Partially implement Lucerna::checkclick(), upgrade other parts of ...uruk
2013-08-16AVALANCHE: Upgrade Scrolls::normscroll().uruk
2013-08-16AVALANCHE: Add AvalancheEngine::getMousePos(), remove Gyro::hopto(), implemen...uruk
2013-08-16AVALANCHE: Remove Gyro::on_virtual(), Gyro::off_virtual(), Gyro::super_off(),...uruk
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
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 fr...uruk
2013-08-11AVALANCHE: Introduce Graphics::drawTriangle(), use it in Scrolls::bubble(). M...uruk
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