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
/
graphics
/
iff.cpp
Age
Commit message (
Expand
)
Author
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-17
GRAPHICS: Prefer Surface::create taking a PixelFormat over the one taking a b...
Johannes Schickel
2009-11-24
Fix incorrectly placed doxygen comments; replace Common::ID2string by Common:...
Max Horn
2009-06-12
* Moved the updated IFF code from Parallaction to common/
Nicola Mettifogo
2009-03-15
* Improved ILBMDecoder to also handle files with width non divisible by 8.
Nicola Mettifogo
2008-09-14
Big patch changing semantics of ReadStream::eos():
Willem Jan Palenstijn
2008-06-02
PARA: Got rid of calls to system->quit() so that the Parallaction engine can ...
Christopher Page
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-01
Renamed decodeILBM to decodePBM, removed a TODO
Filippos Karapetis
2007-05-01
- Fixed 32/64 bits pointer mismatch.
Nicola Mettifogo
2007-05-01
Fix missing include.
Nicola Mettifogo
2007-05-01
Implemented a IFF (Interchange File Format) parser and added subclasses to pa...
Nicola Mettifogo