aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Expand)Author
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-02Fixed warning.Torbjörn Andersson
2008-02-02Converted the remaining engines to use MetaEngineJordi Vilalta Prat
2008-02-02Converted parallaction engine to use MetaEngineMax Horn
2008-02-02Moved depth buffer and palette rotation data into BackgroundInfo.Nicola Mettifogo
2008-01-31Slightly simplified Archive selection when loading resources.Nicola Mettifogo
2008-01-30Changed the parameter types of setFlags() and clearFlags() to match their def...Filippos Karapetis
2008-01-30Fix shadowing warningFilippos Karapetis
2008-01-29More cleanup: kBit2 is now replaced by the BackgroundInfo structure.Nicola Mettifogo
2008-01-29Fixed regression when displaying animation: the issue could only be noticed w...Nicola Mettifogo
2008-01-29Cleanup (step 2). No code outside Gfx reference screen buffers anymore.Nicola Mettifogo
2008-01-28Replace lock/unlock/lock/unlock by lock/unlock for efficencyMax Horn
2008-01-28- make Common::sort supporting a function object to compare two entries inste...Johannes Schickel
2008-01-28Cleanup (step 1).Nicola Mettifogo
2008-01-28Fixed warning.Torbjörn Andersson
2008-01-28Removed usage of kBitFront and kBitBack. Only the old kBit2 buffer is kept to...Nicola Mettifogo
2008-01-28Made halfbrite work again.Nicola Mettifogo
2008-01-28Changed _c_moveSheet to work with only 1 buffer.Nicola Mettifogo
2008-01-28Oops. Forgot to update this in the last commit.Nicola Mettifogo
2008-01-28Changed guiSelectCharacter to work with only screen buffer.Nicola Mettifogo
2008-01-28Move low level background management into Gfx.Nicola Mettifogo
2008-01-28Fixed animation sorting: everything should be drawn like before revision 3067...Nicola Mettifogo
2008-01-28Fix 'member var shadowed' warningMax Horn
2008-01-28Fix compilationSven Hesse
2008-01-28Removed all job routines. Stubs have been left for future reference in the co...Nicola Mettifogo
2008-01-28Oops. Forgot ScummVM header in new source file.Nicola Mettifogo
2008-01-28All interactive objects are now drawn in the framebuffer instead of using the...Nicola Mettifogo
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-22Some refactoring of text drawing routines.Nicola Mettifogo
2008-01-21Merged low level blitting functions into one single routine.Nicola Mettifogo
2008-01-13Removed unnecessary semi-colons.Torbjörn Andersson
2008-01-12Added function to encapsulate/protect manipulation of background.Nicola Mettifogo
2008-01-09Refactored some text drawing code.Nicola Mettifogo
2008-01-09Turned Gfx::setFont into a protected member, since now Gfx can automatically ...Nicola Mettifogo
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-08Removed useless members.Nicola Mettifogo
2008-01-08Added a proper _name member to Zone, instead of using the label text.Nicola Mettifogo
2008-01-07Merged dos monospaced fonts subclasses into parent class. Handling is the sam...Nicola Mettifogo
2008-01-07Fixed an MSVC warningFilippos Karapetis
2008-01-06Indent with tabs instead of spaces.Torbjörn Andersson
2008-01-06Removed now useless functions.Nicola Mettifogo
2008-01-06Fixes wrong type.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-04In revision 30221, the correct font wasn't selected in the character selectio...Nicola Mettifogo
2008-01-04Fix for bug# 1729307. Fonts are now displayed with shadows when needed on Ami...Nicola Mettifogo
2008-01-02Fixed bug in Nippon Safes for Amiga, Italian version. Game now doesn't crash ...Nicola Mettifogo
2008-01-02Fix for bug #1829409. Character now changes expression accordingly with avail...Nicola Mettifogo