aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/graphics.h
AgeCommit message (Expand)Author
2008-01-08Restructured label handling and moved all related code to Gfx.Nicola Mettifogo
2008-01-06Indent with tabs instead of spaces.Torbjörn Andersson
2008-01-06Removed now useless functions.Nicola Mettifogo
2008-01-06Moved balloons management into Gfx, which is now responsible for positioning ...Nicola Mettifogo
2008-01-04Fix for bug# 1729307. Fonts are now displayed with shadows when needed on Ami...Nicola Mettifogo
2007-12-15Added halfbrite effect to Nippon Safes Amiga. Implementation is not complete,...Nicola Mettifogo
2007-11-22* added adapter from Graphics::Surface to FramesNicola Mettifogo
2007-11-22* added (incomplete) explicit state machine handling in engine class (see _in...Nicola Mettifogo
2007-11-21* moved label drawing into Gfx, to be drawn directly in the framebufferNicola Mettifogo
2007-11-18Cleanup.Nicola Mettifogo
2007-11-01Added color-inversion effect in character selection screen. The effect doesn'...Nicola Mettifogo
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