aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/graphics.h
AgeCommit message (Expand)Author
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 some unused code.Nicola Mettifogo
2008-12-13Some more restructuring of rendering code.Nicola Mettifogo
2008-12-13Restructuring of rendering code.Nicola Mettifogo
2008-12-13* Replaced char* with Common::String in the parser.Nicola Mettifogo
2008-12-07Fixed some more leaks and mismatched allocations/deallocations.Nicola Mettifogo
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-08Got rid of the SurfaceToMultiFrames adapter class.Nicola Mettifogo
2008-08-31Fixed leak with Input class, introduced in commit 34206.Nicola Mettifogo
2008-08-18* Split up blt routine (there is room for a ton of improvements)Nicola Mettifogo
2008-08-16Extended balloon manager to handle color constants and fixed color of text in...Nicola Mettifogo
2008-08-15Implemented raster operation for masks and postponed blitting of zones after ...Nicola Mettifogo
2008-08-15Added routines to load and handle item masks: animation are now correctly hid...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-30Reordered initialization lists to silence warning.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-15Made frame unpacking buffer dynamic (this frees some BSS space).Nicola Mettifogo
2008-07-09Fixed regression introduced with GfxObj: the character sprite was sometimes r...Nicola Mettifogo
2008-07-04- Moved dialogue balloon management code from Gfx to its own classNicola Mettifogo
2008-07-03Changed balloons to use GfxObj as well. Next step is to integrate balloons fo...Nicola Mettifogo
2008-07-02- Changed labels to be GfxObj's, thus removing the Label object altogether.Nicola Mettifogo
2008-06-30Small cleanup/shuffling of Gfx code.Nicola Mettifogo
2008-06-29Merged the three render lists (for animations, doors and objects) into a sing...Nicola Mettifogo
2008-06-29Changed all remaining code to use the GfxObj class to keep frames data. This ...Nicola Mettifogo
2008-06-05Merged revisions 32507-32513,32516,32518,32520-32521,32523-32524,32526-32548,...Christopher Page
2008-06-04Return to menu after introduction has played (with glitches).Nicola Mettifogo
2008-06-02PARA: Got rid of calls to system->quit() so that the Parallaction engine can ...Christopher Page
2008-04-06Replaced custom ManagedList with Common::SharedPtr.Nicola Mettifogo
2008-02-07Implemented scroll command and added a couple more debug variables.Nicola Mettifogo
2008-02-06Enabled moving projector in Nippon Safes. This should fix long standing bug #...Nicola Mettifogo
2008-02-06Made font handling stateless.Nicola Mettifogo
2008-02-06Added experimental debug feature: variables influencing the rendering that ca...Nicola Mettifogo
2008-02-06Correctly implemented little-endian masks in BRA.Nicola Mettifogo
2008-02-03Added code to unpack and render animations in BRA.Nicola Mettifogo
2008-02-02Cleanup of BRA menu code.Nicola Mettifogo
2008-02-02Reworked menu in BRA (now functioning).Nicola Mettifogo
2008-02-02Allowed BackgroundInfo to display bitmaps smaller than the screen and other s...Nicola Mettifogo
2008-02-02Some more integration of background code into BackgroundInfo.Nicola Mettifogo
2008-02-02Moved depth buffer and palette rotation data into BackgroundInfo.Nicola Mettifogo
2008-01-29More cleanup: kBit2 is now replaced by the BackgroundInfo structure.Nicola Mettifogo
2008-01-29Cleanup (step 2). No code outside Gfx reference screen buffers anymore.Nicola Mettifogo
2008-01-28Cleanup (step 1).Nicola Mettifogo
2008-01-28Removed usage of kBitFront and kBitBack. Only the old kBit2 buffer is kept to...Nicola Mettifogo
2008-01-28Move low level background management into Gfx.Nicola Mettifogo