aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/graphics.cpp
AgeCommit message (Expand)Author
2007-07-10Removed leftover empty function.Nicola Mettifogo
2007-07-09Moved mouse cursor tampering from inventory.cpp to Gfx class, and some cleanup.Nicola Mettifogo
2007-07-08Oops.Nicola Mettifogo
2007-07-08Yet another fix for broken parsing/displaying of strings. Now quotes are prop...Nicola Mettifogo
2007-07-02Removed special displayBalloonString routine.Nicola Mettifogo
2007-07-01Introduced new flatBlitCnv to reduce code duplication.Nicola Mettifogo
2007-07-01Removed some paranoia screen updates. May cause some minor glitches.Nicola Mettifogo
2007-06-15All known versions of Nippon Safes are now enabled with all features except f...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-21Fixed the largest memory leaks.Nicola Mettifogo
2007-05-20Disabled halfbrite for Amiga versions. The effect will be enabled again when ...Nicola Mettifogo
2007-05-13More cleanup.Nicola Mettifogo
2007-05-13cleanupNicola Mettifogo
2007-05-13New debug messages.Nicola Mettifogo
2007-05-06Fixed sketch glitches in the introduction.Nicola Mettifogo
2007-05-06Some cheap cleanup.Nicola Mettifogo
2007-04-23Fonts have been taking care of them being proportional for some time now, so ...Nicola Mettifogo
2007-04-23Some fixes for font management:Nicola Mettifogo
2007-04-21- Implemented Amiga halfbrite mode in palette code, though usage is limited t...Nicola Mettifogo
2007-04-16Now handling fonts with brand-new Font hierarchy. Amiga font have been implem...Nicola Mettifogo
2007-04-15- Fonts are now preloaded at start.Nicola Mettifogo
2007-04-15Fixed some memory leaks.Nicola Mettifogo
2007-04-11Implemented palette animation to Amiga version of Nippon Safes.Nicola Mettifogo
2007-04-07Reduced dependency between project files, and prepared defs.h for deletion as...Nicola Mettifogo
2007-04-01Added code for resource loading and fixed the bug having Amiga demo crashing....Nicola Mettifogo
2007-03-29- implemented destructor for Cnv, thus removing calls to Gfx::freeCnv()Nicola Mettifogo
2007-03-28Overhaul of palette management to bring it back to its original form. Gfx pal...Nicola Mettifogo
2007-03-27Fixed palette bug to allow proper display of splash screens, but dos palette ...Nicola Mettifogo
2007-03-19deleted some dead codeNicola Mettifogo
2007-03-18Made loadStatic return a new StaticCnv instead of accepting a parameter. All ...Nicola Mettifogo
2007-03-18changed DoorData::_cnv to be a pointer, in view of changes to Disk::loadFrames()Nicola Mettifogo
2007-03-18changed remaining stuff to Common::Point and got rid of custom Point and RectNicola Mettifogo
2007-03-18converted input and labels to Common::PointNicola Mettifogo
2007-03-18Made loadFont return a new Cnv instead of accepting a parameter.Nicola Mettifogo
2007-03-18- made loadPointer return a new StaticCnv instead of accepting a parameter. Nicola Mettifogo
2007-03-18removed unused parameter from Gfx::flatBlitCnvNicola Mettifogo
2007-03-17renamed structures to be more generalNicola Mettifogo
2007-03-15moved remaining background related functions to disk.cpp, and changed Gfx acc...Nicola Mettifogo
2007-03-14removed explicit references to kMask0 since there is only 1 mask availableNicola Mettifogo
2007-03-14some slight refactoringNicola Mettifogo
2007-03-14removed dead codeNicola Mettifogo
2007-03-14implemented clipping using Common::Rect::clipNicola Mettifogo
2007-03-13enforced use of Common::Rect on all graphic routinesNicola Mettifogo
2007-03-13removed special case of Graphics::copyRect in favor of more general codeNicola Mettifogo
2007-03-13Moved inventory surface management into inventory.cpp, thus removing Graphics...Nicola Mettifogo
2007-03-13made hi-level graphics routine use Common::Rect instead of (x,y,w,h) t-uplesNicola Mettifogo
2007-03-12moved background path buffer management into walk.cppNicola Mettifogo
2007-03-12removed useless routines (maybe leftovers from the amiga conversion)Nicola Mettifogo
2007-03-12renamed Graphics class to Gfx and Parallaction::_graphics to Parallaction::_g...Nicola Mettifogo
2007-03-12The only uses for StaticCnv::_data2 were by Get and Door zones, so a new fiel...Nicola Mettifogo