aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/graphics.h
AgeCommit message (Expand)Author
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-17ALL/GRAPHICS: Remove Surface::bytesPerPixel.Johannes Schickel
2011-04-17M4: Properly setup format in M4Surface constructor.Johannes Schickel
2011-04-17M4: Prefer Surface::create taking a PixelFormat over the one taking a byte de...Johannes Schickel
2011-04-14ALL: colour -> colorMax Horn
2011-02-20M4: Updated for OSystem Palette RGBA->RGB Change.D G Turner
2010-07-04Added support for horizontally flipped foreground sprites, which are indicate...Paul Gilbert
2010-06-30Removed deprecated destAdjust parameters from the frame drawing codePaul Gilbert
2010-06-30Replaced Y offset from various drawing routines in favour of a viewport sub-s...Paul Gilbert
2010-06-20Implemented explicit transparency index support - the previous hardcoded inde...Paul Gilbert
2010-06-15Bugfixes to depth processing that was causing the 'Microprose Design Group' m...Paul Gilbert
2010-06-10Added extra code and support methods for properly clearing up backgrounds and...Paul Gilbert
2010-06-03Properly implemented the logic for loading the correct interface background a...Paul Gilbert
2010-06-03Moved the MADS interface view into mads_scene.cpp and did a major cleanup of ...Paul Gilbert
2010-05-28Implemented needed methods for scrolling surfaces horizontally or verticallyPaul Gilbert
2010-05-23Major work done on the animation and support classes to match the originalPaul Gilbert
2010-03-21Added framework for displaying game dialogsPaul Gilbert
2010-03-14Further work on separating M4 specific scene code into the m4_scene.cpp filePaul Gilbert
2010-02-13Added the beginnings of scene set-up logicPaul Gilbert
2010-01-30Beginnings of a separation of the MADS and M4 engines into separate classes. ...Paul Gilbert
2009-12-12Implemented the rendering section of dialog displayPaul Gilbert
2009-12-11Renamed line() to drawLine() to silence warning about function parameters inTorbjörn Andersson
2009-12-07M4: Make M4Surface member w, h, pixels protected; some cleanupMax Horn
2009-12-07M4: Rename M4Surface::getData() to getBasePtr() for consistencyMax Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-06-18Renamed M4Surface::empty() to clear() (two reason: empty is not a verb, and i...Max Horn
2008-04-20Initial import of the work in progress M4 engineFilippos Karapetis