aboutsummaryrefslogtreecommitdiff
path: root/graphics/ilbm.cpp
AgeCommit message (Collapse)Author
2007-03-27- added new subclass ILBMDecoder, to decode ILBM subtype of IFF filesNicola Mettifogo
- some bug fixing on the hierarchy svn-id: r26310
2007-03-25cleanupJohannes Schickel
svn-id: r26303
2007-03-25Added new base class Graphics::IFFDecoder and subclass Graphics::PBMDecoder ↵Nicola Mettifogo
as a reimplementation of Graphics::decodeILBM. Old function will be removed when engines are updated. svn-id: r26302
2006-07-14More whitespace changes.Torbjörn Andersson
svn-id: r23496
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ↵Max Horn
to ~250). Many greetings to eriktorbjorn, and have fun recompiling. svn-id: r21500
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20519
2006-01-18Update copyright noticeEugene Sandulenko
svn-id: r20088
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-07-29fix chunk sizeAndrew Kurushin
svn-id: r18590
2005-07-29Simple ILBM images reader.Eugene Sandulenko
svn-id: r18588