aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/celer2.cpp
AgeCommit message (Expand)Author
2013-08-21AVALANCHE: Implement opening of doors. Rethink a bit the graphics and the tim...uruk
2013-07-29AVALANCHE: Repair Celer::load_chunks(), remove background drawing from Graphi...uruk
2013-07-26AVALANCHE: Get rid of Lucerna::mblit() and Lucerna::blitfix().uruk
2013-07-26AVALANCHE: Update rest of Celer accorded to the revision in Graphics.uruk
2013-07-26AVALANCHE: Add loadPictureGraphic, loadPictureRow, revise drawPicture in Grap...uruk
2013-07-26AVALANCHE: Remove Celer:mdrop().uruk
2013-07-25AVALANCHE: Revise Celer::pics_link() a bit.uruk
2013-07-25AVALANCHE: Implement Celer::load_chunks().uruk
2013-07-25AVALANCHE: Improve Celer::display_it(), update Celer::load_chunks() to work p...uruk
2013-07-25AVALANCHE: Celer: add new flavour: ch_natural_image.uruk
2013-07-24AVALANCHE: Change class variables to pointers, update everything accordingly.uruk
2013-07-24AVALANCHE: Change _gyro into pointer, update everything accordingly.uruk
2013-07-09AVALANCHE: update file handling in multiple files.uruk
2013-07-09AVALANCHE: Celer: implement show_one_at().uruk
2013-07-05AVALANCHE: Partly implement load() in Lucerna, change char * to Common::Strin...uruk
2013-07-05AVALANCHE: Celer: implement show_one().uruk
2013-07-05AVALANCHE: Celer: implement load_chunks() further.uruk
2013-07-03AVALANCHE: Celer: Implement file handling.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-28AVALANCHE: Celer: replace namespace with class.uruk
2013-06-26AVALANCHE: Add Celer.uruk