aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/bitmap.cpp
AgeCommit message (Expand)Author
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-18MOHAWK: Speed up drawRLE8 a bit.Alyssa Milburn
2011-04-17MOHAWK: Do not access Surface::bytesPerPixel anymore.Johannes Schickel
2011-04-17MOHAWK: Prefer Surface::create taking a PixelFormat over the one taking a byt...Johannes Schickel
2011-03-28MOHAWK: Allow disabling compilation of MystMatthew Hoops
2011-03-22MOHAWK: Rename OldMohawkBitmap to LivingBooksBitmap_v1Matthew Hoops
2011-02-19MOHAWK: Change bitmaps to use RGB palettes.Johannes Schickel
2010-12-21MOHAWK: Support compound images (subimages)Alyssa Milburn
2010-12-14MOHAWK: Add support for DOS bitmaps (thanks to fuzzie for the EGA planar code)Matthew Hoops
2010-11-30MOHAWK: don't include livingbooks.h from graphics.hAlyssa Milburn
2010-11-26MOHAWK: Fix non-LZ compressed old Mohawk bitmaps (thanks, fuzzie)Matthew Hoops
2010-11-25MOHAWK: Cleanup image surface handlingMatthew Hoops
2010-11-23MOHAWK: Remove the no longer needed RLE8 hackMatthew Hoops
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-18MOHAWK: Add support for Riven 24bpp images (not yet used)Matthew Hoops
2010-11-18MOHAWK: Cleanup bitmap surface and pack/draw function handlingMatthew Hoops
2010-11-18MOHAWK: Remove unused drawRLE() functionMatthew Hoops
2010-11-18MOHAWK: Implement the old Mohawk bitmap format (thanks to fuzzie)Matthew Hoops
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-08Move DisposeAfterUse::Flag from Common to global namespace, and into a new he...Max Horn
2010-01-04Minor cleanup; remove GF_10TH, it's not used or needed anywhere.Matthew Hoops
2009-12-30Removed some unnecessary whitespace. Changed some spaces to tabs.Torbjörn Andersson
2009-12-30Re-indentet switch() blocks to follow ScummVM indentation style. (I've alwaysTorbjörn Andersson
2009-12-29Add Mohawk engine code. Part 1/3: main code.Eugene Sandulenko