aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/graphics.cpp
AgeCommit message (Expand)Author
2010-05-22Cleanup (removed more Parallaction::getGameType() calls).Nicola Mettifogo
2010-05-04Move initGraphics and initCommonGFX from to new header.Max Horn
2010-04-28Fix uninitialized variableWillem Jan Palenstijn
2010-04-28Initialize _requested*ScrollDir variables in constructor.Nicola Mettifogo
2010-04-27Fix bug 2969257 (labels) and hopefully plug all the leaks.Nicola Mettifogo
2010-04-02Fix whitespaceWillem Jan Palenstijn
2009-03-23Fix pallete for label font in the Amiga version of BRA.Travis Howell
2009-03-23Correct label font used by Amiga version of BRA.Travis Howell
2009-03-23Fully implemented scrolling.Nicola Mettifogo
2009-02-27The engine has now to build the drawing list for the graphic department, inst...Nicola Mettifogo
2009-02-26Fixed crashes and leaks when quitting BRA from menu and splash screen.Nicola Mettifogo
2009-02-25Updated all for(;;) loops to use prefix increment on iterators.Nicola Mettifogo
2009-02-15- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.Johannes Schickel
2009-02-03Fixed support for walking zones in BRA:Nicola Mettifogo
2009-01-12Fixed regression from revision 35765. Mask and path patches were destroyed be...Nicola Mettifogo
2009-01-08Fixed points 2 and 3 of bug #2438549, spotlight wasn't displayed correctly.Nicola Mettifogo
2009-01-07Fixed warningsMax Horn
2009-01-07Extended PathBuffer to support BRA.Nicola Mettifogo
2009-01-07* moved more mask management to BackgroundInfoNicola Mettifogo
2009-01-05Deleted unused declarations, sorted others, and removed some dead code.Nicola Mettifogo
2008-12-25Fix for bug #2464538 "PARALLACTION: Compiler error on AmigaOS4",Johannes Schickel
2008-12-24Fixed display of location background when changing from a scrollable to a non...Nicola Mettifogo
2008-12-24Simplified destructions of Balloon objects.Nicola Mettifogo
2008-12-21Moved more GfxObj management to Gfx object.Nicola Mettifogo
2008-12-20Moved mask creation/handling to Gfx.Nicola Mettifogo
2008-12-15Weeded out some more unused code, and some restructuring.Nicola Mettifogo
2008-12-14Removed references to _vm from the engine itself.Nicola Mettifogo
2008-12-13Some more restructuring of rendering code.Nicola Mettifogo
2008-12-13Restructuring of rendering code.Nicola Mettifogo
2008-12-07Fixed assorted leaks in Parallaction.Nicola Mettifogo
2008-12-07Fix bug #2401150: "Compiler: No matching function (Parallaction / Amiga)"Eugene Sandulenko
2008-12-06Fixed positioning of overlayed graphics (dialogues, inventory, labels) in all...Nicola Mettifogo
2008-12-06Implemented horizontal scrolling for BRA, by using a back buffer. Dialogues i...Nicola Mettifogo
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
2008-11-01Fixed assorted leaks in NS Amiga.Nicola Mettifogo
2008-10-02Engine class changed:Max Horn
2008-08-30Removed global g_system.Nicola Mettifogo
2008-08-20* Enlarged buffer for frame decoding. Crashes in the introduction were caused...Nicola Mettifogo
2008-08-18* Split up blt routine (there is room for a ton of improvements)Nicola Mettifogo
2008-08-16Fixed label positioning in BRA.Nicola Mettifogo
2008-08-15Updated layer calculation: animations are now hidden properly by background e...Nicola Mettifogo
2008-08-15Made coordinates and frame number protected into Zone and Animation, and chan...Nicola Mettifogo
2008-07-31Made changing of background more flexible, in that the engine can now configu...Nicola Mettifogo
2008-07-31Changed Gfx::_backgroundInfo to be a pointer. This temporarily kills all z-bu...Nicola Mettifogo
2008-07-29Added dialogue text rendering for BRA.Nicola Mettifogo
2008-07-28Inventory is now properly rendered. Item selection is not yet working.Nicola Mettifogo
2008-07-26BRA now parses path data from the scripts.Nicola Mettifogo
2008-07-24* Moved end intro and end game sequences code to gui.Nicola Mettifogo
2008-07-23More decoupling of inventory code.Nicola Mettifogo
2008-07-15Made frame unpacking buffer dynamic (this frees some BSS space).Nicola Mettifogo