aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/lucerna2.h
AgeCommit message (Expand)Author
2013-09-08AVALANCHE: Add some doxygen comments in LucernaStrangerke
2013-09-07AVALANCHE: More renaming, use int16 for loops based on kSpriteNumbMaxStrangerke
2013-09-07AVALANCHE: Fix Clang warningsStrangerke
2013-09-07AVALANCHE: Introduce a new class: Clock.uruk
2013-09-07AVALANCHE: Do renaming/refactoring in Lucerna.uruk
2013-09-07AVALANCHE: Janitorial - Remove trailing spaces, fix define namesStrangerke
2013-09-06AVALANCHE: Some renaming in lucerna2Strangerke
2013-09-05AVALANCHE: Repair another bunch of memory leaks.uruk
2013-09-05AVALANCHE: Finish replacing C-style comments by C++-styleStrangerke
2013-09-04AVALANCHE: Get rid of Enhanced. Further renamings and refactoring in Avalanch...uruk
2013-09-04AVALANCHE: Replace some British terms by American onesStrangerke
2013-09-01AVALANCHE: Start implementation of the drop-down menu.uruk
2013-08-26AVALANCHE: Repair Lucerna::callverb().uruk
2013-08-25AVALANCHE: Repair Lucerna::bearing().uruk
2013-08-17AVALANCHE: Implement the rest of Lucerna::checkclick() and everything connect...uruk
2013-08-16AVALANCHE: Repair Lucerna::verte().uruk
2013-08-16AVALANCHE: Partially implement Lucerna::checkclick(), upgrade other parts of ...uruk
2013-08-16AVALANCHE: Remove functions connected to mouse handling from Gyro, remove Luc...uruk
2013-08-08AVALANCHE: Implement the clock in Lucerna, upgrade Graphics::drawArc() to wor...uruk
2013-07-26AVALANCHE: Get rid of Lucerna::mblit() and Lucerna::blitfix().uruk
2013-07-24AVALANCHE: Change class variables to pointers, update everything accordingly.uruk
2013-07-16AVALANCHE: Revise Lucerna, remove a blank line in Trip.uruk
2013-07-16AVALANCHE: Add new Graph::readImage(), implement Lucerna::thinkabout() using ...uruk
2013-07-11AVALANCHE: Major update in the Engine (include Graph), minor updates in Graph...uruk
2013-07-05AVALANCHE: Partly implement load() in Lucerna, change char * to Common::Strin...uruk
2013-07-04AVALANCHE: Lucerna: implement load_also().uruk
2013-07-01AVALANCHE: Finish stubbing of Lucerna. Cosmetic change in Trip.uruk
2013-06-29AVALANCHE: Repair compilation, minor modifications.uruk
2013-06-28AVALANCHE: Lucerna: replace namespace with class.uruk
2013-06-25AVALANCHE: Add Lucerna.uruk