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
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