summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Begin mask supportJames Shaw2007-11-263-23/+47
| | | | svn path=/import/jshaw/libsprite/; revision=9994
* Implement CMYK translation thanks to John-Mark BellJames Shaw2007-11-263-5/+39
| | | | svn path=/import/jshaw/libsprite/; revision=9993
* Add PRM referenceJames Shaw2007-11-261-1/+1
| | | | svn path=/import/jshaw/libsprite/; revision=9992
* Fix line wrapping of default palettesJames Shaw2007-11-261-3/+76
| | | | svn path=/import/jshaw/libsprite/; revision=9991
* Add support for default palettes, and loading palettes from RISC James Shaw2007-11-2611-19/+113
| | | | | | OS palette files. svn path=/import/jshaw/libsprite/; revision=9990
* Fix 16bpp handling, clear SDL screen between spritesJames Shaw2007-11-263-7/+48
| | | | svn path=/import/jshaw/libsprite/; revision=9989
* Add SDL drawing in example, fix RGB handling in high_color parserJames Shaw2007-11-253-6/+35
| | | | svn path=/import/jshaw/libsprite/; revision=9988
* Split libsprite and test harness. Populate sprite->image.James Shaw2007-11-255-107/+197
| | | | svn path=/import/jshaw/libsprite/; revision=9987
* Remove file since it's merged into libsprite.c nowJames Shaw2007-11-231-55/+0
| | | | svn path=/import/jshaw/libsprite/; revision=9986
* Implement high colour parsingJames Shaw2007-11-231-11/+30
| | | | svn path=/import/jshaw/libsprite/; revision=9985
* Get main() using sprite_area. Get low_colour image parsing working.James Shaw2007-11-231-61/+122
| | | | svn path=/import/jshaw/libsprite/; revision=9984
* Add prototype image readers in reader.c. Refactor libsprite.c to split James Shaw2007-11-233-101/+162
| | | | | | up structs and functions. svn path=/import/jshaw/libsprite/; revision=9983
* Detect Select 8bpp masks, more assertsJames Shaw2007-11-231-3/+35
| | | | svn path=/import/jshaw/libsprite/; revision=9982
* Add oldmodes from PRM 1, switch code to use more of the sprite_header James Shaw2007-11-221-42/+97
| | | | | | structure. svn path=/import/jshaw/libsprite/; revision=9981
* Initial revisionJames Shaw2007-11-222-0/+220
svn path=/import/jshaw/libsprite/; revision=9980