aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/graphics.cpp
AgeCommit message (Expand)Author
2008-01-09Replaced the remaining old string code with the new label code. All the text ...Nicola Mettifogo
2008-01-08Restructured label handling and moved all related code to Gfx.Nicola Mettifogo
2008-01-08Added a proper _name member to Zone, instead of using the label text.Nicola Mettifogo
2008-01-06Removed now useless functions.Nicola Mettifogo
2008-01-06Indent with tabs instead of spaces.Torbjörn Andersson
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-19* made engine use Inventory and InventoryRendererNicola Mettifogo
2007-11-01Added color-inversion effect in character selection screen. The effect doesn'...Nicola Mettifogo
2007-10-15Cut down screen updates when palette is not animated: should lead to performa...Nicola Mettifogo
2007-10-13Decoupled password request from actual rendering of the dialogue screen, thus...Nicola Mettifogo
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-02Simplified global label management and added subtitles for BRA.Nicola Mettifogo
2007-09-02Jobs are now members of the engine and are handled with a table, instead of b...Nicola Mettifogo
2007-08-25Added an abstract base class for representing multiple-frames for animations....Nicola Mettifogo
2007-08-12Oops. Buffers are now initialized properly.Nicola Mettifogo
2007-08-12Change BRA to default to 1x scaler.Travis Howell
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-11Overhaul of background/mask/path handling:Nicola Mettifogo
2007-08-11Added new clone method to Palette object.Nicola Mettifogo
2007-08-09Removed an extra semicolon.Kari Salminen
2007-08-09Fix warning.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-07Fix memory leak.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-07Location comments are now displayed by a single Gfx function.Nicola Mettifogo
2007-08-06- Renamed BitBuffer to MaskBufferNicola Mettifogo
2007-08-06Made disk code directly create background Surface from resources.Nicola Mettifogo
2007-08-06Removed useless mask width and size data members from engine.Nicola Mettifogo
2007-08-06Made disk code directly create mask BitBuffer from resources.Nicola Mettifogo
2007-08-06Cleanup.Nicola Mettifogo
2007-08-06Changed graphics mask to a more generic BitBuffer object.Nicola Mettifogo
2007-08-06Made thickness of balloon borders consistent with original games.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