index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
mohawk
/
bitmap.cpp
Age
Commit message (
Expand
)
Author
2018-03-31
MOHAWK: Fix some clang-tidy warnings
Bastien Bouclet
2016-06-01
MOHAWK: Initialize some more variables
Strangerke
2014-02-28
IMAGE: Move all ImageDecoders to image/
Matthew Hoops
2014-02-18
MOHAWK: Make GPL headers consistent in themselves.
Johannes Schickel
2013-08-03
MOHAWK: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
MOHAWK: Prefer getBasePtr over direct Surface::pixels access.
Johannes Schickel
2012-09-09
MOHAWK: Fix minor formatting issue
Matthew Hoops
2012-09-09
GRAPHICS: Fix ImageDecoder inconsistency with getPalette()
Matthew Hoops
2012-03-20
MOHAWK: Make MystBitmap use BitmapDecoder
Matthew Hoops
2011-10-23
MOHAWK: Finish a comment that was left unfinished
Matthew Hoops
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-01
Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".
Johannes Schickel
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-18
MOHAWK: Speed up drawRLE8 a bit.
Alyssa Milburn
2011-04-17
MOHAWK: Do not access Surface::bytesPerPixel anymore.
Johannes Schickel
2011-04-17
MOHAWK: Prefer Surface::create taking a PixelFormat over the one taking a byt...
Johannes Schickel
2011-03-28
MOHAWK: Allow disabling compilation of Myst
Matthew Hoops
2011-03-22
MOHAWK: Rename OldMohawkBitmap to LivingBooksBitmap_v1
Matthew Hoops
2011-02-19
MOHAWK: Change bitmaps to use RGB palettes.
Johannes Schickel
2010-12-21
MOHAWK: Support compound images (subimages)
Alyssa Milburn
2010-12-14
MOHAWK: Add support for DOS bitmaps (thanks to fuzzie for the EGA planar code)
Matthew Hoops
2010-11-30
MOHAWK: don't include livingbooks.h from graphics.h
Alyssa Milburn
2010-11-26
MOHAWK: Fix non-LZ compressed old Mohawk bitmaps (thanks, fuzzie)
Matthew Hoops
2010-11-25
MOHAWK: Cleanup image surface handling
Matthew Hoops
2010-11-23
MOHAWK: Remove the no longer needed RLE8 hack
Matthew Hoops
2010-11-19
COMMON: Split common/stream.h into several headers
Max Horn
2010-11-18
MOHAWK: Add support for Riven 24bpp images (not yet used)
Matthew Hoops
2010-11-18
MOHAWK: Cleanup bitmap surface and pack/draw function handling
Matthew Hoops
2010-11-18
MOHAWK: Remove unused drawRLE() function
Matthew Hoops
2010-11-18
MOHAWK: Implement the old Mohawk bitmap format (thanks to fuzzie)
Matthew Hoops
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-08
Move DisposeAfterUse::Flag from Common to global namespace, and into a new he...
Max Horn
2010-01-04
Minor cleanup; remove GF_10TH, it's not used or needed anywhere.
Matthew Hoops
2009-12-30
Removed some unnecessary whitespace. Changed some spaces to tabs.
Torbjörn Andersson
2009-12-30
Re-indentet switch() blocks to follow ScummVM indentation style. (I've always
Torbjörn Andersson
2009-12-29
Add Mohawk engine code. Part 1/3: main code.
Eugene Sandulenko