aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/celer2.cpp
AgeCommit message (Collapse)Author
2013-09-08AVALANCHE: Some renaming in Animation.uruk
2013-09-07AVALANCHE: Rename trip into animation, some more renamingStrangerke
2013-09-07AVALANCHE: Janitorial - Remove trailing spaces, fix define namesStrangerke
2013-09-06AVALANCHE: More renaming in gyro2.h.uruk
2013-09-05AVALANCHE: More renaming in Gyro.uruk
2013-09-05AVALANCHE: Do renaming/refactoring in Graphics.uruk
2013-09-05AVALANCHE: Repair another bunch of memory leaks.uruk
2013-09-05AVALANCHE: Fix GCC warning.uruk
2013-09-04AVALANCHE: Fix even more GCC warningsStrangerke
2013-09-04AVALANCHE: Clean up celer2Strangerke
2013-09-04AVALANCHE: Fix coding style: ++ and --Strangerke
2013-09-04AVALANCHE: Replace a STUB by a call to updateBackgroundSprites()Strangerke
2013-09-04AVALANCHE: Add default value to Direction in updateBackgroundSprites()Strangerke
2013-09-04AVALANCHE: Replace some British terms by American onesStrangerke
2013-09-04AVALANCHE: Rename refreshBackgroundSprites() to updateBackgroundSprites() in ↵uruk
Celer.
2013-09-03AVALANCHE: Repair comments in Celer.uruk
2013-09-03AVALANCHE: Refactor Celer.uruk
2013-09-03AVALANCHE: Removing the file variable from Celer's member variables.uruk
2013-09-03AVALANCHE: Some more renaming and a little bit of refactoring in Celer.uruk
2013-09-03AVALANCHE: Do renaming in Celer.uruk
2013-08-30AVALANCHE: Upgrade show_one() so it can replace show_one_at(), preventing ↵uruk
code duplication.
2013-08-23AVALANCHE: Upgrade Lucerna::enterroom(). Add r__yourhall to roomnums.h, ↵uruk
handle it's cases in Lucerna:enterroom() and Trip::open_the_door(). Remove unnecessary typecasts in Celer::pics_link(), upgrade Celer::show_one(). Introduce Graphics::refreshBackground(), use it where needed.
2013-08-21AVALANCHE: Implement opening of doors. Rethink a bit the graphics and the ↵uruk
timer system to do so.
2013-07-29AVALANCHE: Repair Celer::load_chunks(), remove background drawing from ↵uruk
Graphics::drawSprite().
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 ↵uruk
Graphics, update almost everything accordingly.
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 ↵uruk
properly with it.
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 ↵uruk
Common::String in parameter lists.
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
Conflicts: engines/avalanche/timeout2.cpp engines/avalanche/trip6.cpp
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