Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-24 | Fix incorrectly placed doxygen comments; replace Common::ID2string by ↵ | Max Horn | |
Common::tag2string svn-id: r46127 | |||
2009-06-12 | * Moved the updated IFF code from Parallaction to common/ | Nicola Mettifogo | |
* Updated Parallaction and SAGA to use the new decoder infrastructure. svn-id: r41465 | |||
2009-03-15 | * Improved ILBMDecoder to also handle files with width non divisible by 8. | Nicola Mettifogo | |
* Changed PackBitsReadStream to discard padding bytes on ditto files. svn-id: r39410 | |||
2008-09-14 | Big patch changing semantics of ReadStream::eos(): | Willem Jan Palenstijn | |
eos() now only returns true _after_ trying to read past the end of the stream. This has a large potential for regressions. Please test! svn-id: r34549 | |||
2008-06-02 | PARA: Got rid of calls to system->quit() so that the Parallaction engine can ↵ | Christopher Page | |
return to the launcher. Also fixed a couple of memory leaks. svn-id: r32504 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-01 | Renamed decodeILBM to decodePBM, removed a TODO | Filippos Karapetis | |
svn-id: r26731 | |||
2007-05-01 | - Fixed 32/64 bits pointer mismatch. | Nicola Mettifogo | |
- Changed Surface's forward from class to struct. svn-id: r26727 | |||
2007-05-01 | Fix missing include. | Nicola Mettifogo | |
svn-id: r26725 | |||
2007-05-01 | Implemented a IFF (Interchange File Format) parser and added subclasses to ↵ | Nicola Mettifogo | |
parse graphics (ILBM, PBM) and audio (8SVX), thus replacing old decoding routines. SAGA and Parallaction have been adjusted to work with the new code. svn-id: r26719 |