Age | Commit message (Expand) | Author |
2008-01-12 | Added function to encapsulate/protect manipulation of background. | Nicola Mettifogo |
2008-01-09 | Refactored some text drawing code. | Nicola Mettifogo |
2008-01-09 | Turned Gfx::setFont into a protected member, since now Gfx can automatically ... | Nicola Mettifogo |
2008-01-09 | Replaced the remaining old string code with the new label code. All the text ... | Nicola Mettifogo |
2008-01-08 | Restructured label handling and moved all related code to Gfx. | Nicola Mettifogo |
2008-01-06 | Indent with tabs instead of spaces. | Torbjörn Andersson |
2008-01-06 | Removed now useless functions. | Nicola Mettifogo |
2008-01-06 | Moved balloons management into Gfx, which is now responsible for positioning ... | Nicola Mettifogo |
2008-01-04 | Fix for bug# 1729307. Fonts are now displayed with shadows when needed on Ami... | Nicola Mettifogo |
2007-12-15 | Added halfbrite effect to Nippon Safes Amiga. Implementation is not complete,... | Nicola Mettifogo |
2007-11-22 | * added adapter from Graphics::Surface to Frames | Nicola 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 framebuffer | Nicola Mettifogo |
2007-11-18 | Cleanup. | Nicola Mettifogo |
2007-11-01 | Added color-inversion effect in character selection screen. The effect doesn'... | Nicola Mettifogo |
2007-09-02 | Simplified global label management and added subtitles for BRA. | Nicola Mettifogo |
2007-08-25 | Added an abstract base class for representing multiple-frames for animations.... | Nicola Mettifogo |
2007-08-12 | Moved intro hack routines to Parallaction_ns callables, where they belonged f... | Nicola Mettifogo |
2007-08-12 | Even better large background support. Now internal buffers aren't reallocated... | Nicola Mettifogo |
2007-08-12 | Better support for large backgrounds. | Nicola Mettifogo |
2007-08-12 | Added very basic support for backgrounds larger than screen: | Nicola Mettifogo |
2007-08-11 | Moved cursor handling from Gfx to engine subclasses. | Nicola Mettifogo |
2007-08-11 | Moved core font management from Gfx to engine. Gfx still retains features rel... | Nicola Mettifogo |
2007-08-11 | Added new clone method to Palette object. | Nicola Mettifogo |
2007-08-09 | Encapsulated palette stuff into a new Palette object and got rid of a lot of ... | Nicola Mettifogo |
2007-08-08 | Removed some duplicated code. | Nicola Mettifogo |
2007-08-07 | Turned StaticCnv struct into stock Graphics::Surface, and changed all relevan... | Nicola Mettifogo |
2007-08-07 | MaskBuffer and PathBuffer are now correctly freed before they are deallocated... | Nicola Mettifogo |
2007-08-07 | Cleanup. | Nicola Mettifogo |
2007-08-07 | Location comments are now displayed by a single Gfx function. | Nicola Mettifogo |
2007-08-06 | - Renamed BitBuffer to MaskBuffer | Nicola Mettifogo |
2007-08-06 | Made sure mask buffer is zeroed to prevent bizarre artifacts. | Nicola Mettifogo |
2007-08-06 | Made disk code directly create background Surface from resources. | Nicola Mettifogo |
2007-08-06 | Made disk code directly create mask BitBuffer from resources. | Nicola Mettifogo |
2007-08-06 | Changed graphics mask to a more generic BitBuffer object. | Nicola Mettifogo |
2007-08-06 | Changed internal graphics buffers to use Surface instead of vanilla arrays. S... | Nicola Mettifogo |
2007-08-04 | Added routine to restore door backgrounds: this means that backgrounds for do... | Nicola Mettifogo |
2007-07-31 | Changed code to use the new fadePalette function, thus removing fadeInPalette... | Nicola Mettifogo |
2007-07-31 | Generalized fadePalette to support custom target palette. | Nicola Mettifogo |
2007-07-31 | Renamed palette functions. | Nicola Mettifogo |
2007-07-26 | Made screen size parameters properties of engine instead of compile-time cons... | Nicola Mettifogo |
2007-07-09 | Moved mouse cursor tampering from inventory.cpp to Gfx class, and some cleanup. | Nicola Mettifogo |
2007-07-02 | Removed special displayBalloonString routine. | Nicola Mettifogo |
2007-07-01 | Introduced new flatBlitCnv to reduce code duplication. | Nicola Mettifogo |
2007-07-01 | Re-added __attribute__(packed) | Max Horn |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-06 | Fixed sketch glitches in the introduction. | Nicola Mettifogo |
2007-05-06 | Some cheap cleanup. | Nicola Mettifogo |
2007-04-23 | Fonts have been taking care of them being proportional for some time now, so ... | Nicola Mettifogo |
2007-04-23 | Some fixes for font management: | Nicola Mettifogo |