aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/graphics.h
AgeCommit message (Expand)Author
2007-09-02Simplified global label management and added subtitles for BRA.Nicola Mettifogo
2007-08-25Added an abstract base class for representing multiple-frames for animations....Nicola Mettifogo
2007-08-12Moved intro hack routines to Parallaction_ns callables, where they belonged f...Nicola Mettifogo
2007-08-12Even better large background support. Now internal buffers aren't reallocated...Nicola Mettifogo
2007-08-12Better support for large backgrounds.Nicola Mettifogo
2007-08-12Added very basic support for backgrounds larger than screen:Nicola Mettifogo
2007-08-11Moved cursor handling from Gfx to engine subclasses.Nicola Mettifogo
2007-08-11Moved core font management from Gfx to engine. Gfx still retains features rel...Nicola Mettifogo
2007-08-11Added new clone method to Palette object.Nicola Mettifogo
2007-08-09Encapsulated palette stuff into a new Palette object and got rid of a lot of ...Nicola Mettifogo
2007-08-08Removed some duplicated code.Nicola Mettifogo
2007-08-07Turned StaticCnv struct into stock Graphics::Surface, and changed all relevan...Nicola Mettifogo
2007-08-07MaskBuffer and PathBuffer are now correctly freed before they are deallocated...Nicola Mettifogo
2007-08-07Cleanup.Nicola Mettifogo
2007-08-07Location comments are now displayed by a single Gfx function.Nicola Mettifogo
2007-08-06- Renamed BitBuffer to MaskBufferNicola Mettifogo
2007-08-06Made sure mask buffer is zeroed to prevent bizarre artifacts.Nicola Mettifogo
2007-08-06Made disk code directly create background Surface from resources.Nicola Mettifogo
2007-08-06Made disk code directly create mask BitBuffer from resources.Nicola Mettifogo
2007-08-06Changed graphics mask to a more generic BitBuffer object.Nicola Mettifogo
2007-08-06Changed internal graphics buffers to use Surface instead of vanilla arrays. S...Nicola Mettifogo
2007-08-04Added routine to restore door backgrounds: this means that backgrounds for do...Nicola Mettifogo
2007-07-31Changed code to use the new fadePalette function, thus removing fadeInPalette...Nicola Mettifogo
2007-07-31Generalized fadePalette to support custom target palette.Nicola Mettifogo
2007-07-31Renamed palette functions.Nicola Mettifogo
2007-07-26Made screen size parameters properties of engine instead of compile-time cons...Nicola Mettifogo
2007-07-09Moved mouse cursor tampering from inventory.cpp to Gfx class, and some cleanup.Nicola Mettifogo
2007-07-02Removed special displayBalloonString routine.Nicola Mettifogo
2007-07-01Introduced new flatBlitCnv to reduce code duplication.Nicola Mettifogo
2007-07-01Re-added __attribute__(packed)Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
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-07cleanupNicola Mettifogo
2007-04-07Reduced dependency between project files, and prepared defs.h for deletion as...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-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-16removed a leftover extern statement causing link errors on some platformsNicola 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-14implemented clipping using Common::Rect::clipNicola Mettifogo