summaryrefslogtreecommitdiff
path: root/trunk/example.c
Commit message (Collapse)AuthorAgeFilesLines
* Change rosprite.mode to not use a pointerJames Shaw2007-11-301-6/+6
| | | | svn path=/import/jshaw/libsprite/; revision=10006
* Rename all public functions and structs to rosprite_*James Shaw2007-11-301-3/+3
| | | | svn path=/import/jshaw/libsprite/; revision=10005
* Implement destroy functions, misc code style improvements thanks to Rob James Shaw2007-11-291-1/+2
| | | | | | Kendrick. svn path=/import/jshaw/libsprite/; revision=10003
* Fix alpha-blending maths (thanks to Michael Drake)James Shaw2007-11-281-3/+6
| | | | svn path=/import/jshaw/libsprite/; revision=10001
* Fixed masking for low colour spritesJames Shaw2007-11-281-7/+6
| | | | svn path=/import/jshaw/libsprite/; revision=9999
* Broken implementation of mask for low colour spritesJames Shaw2007-11-281-4/+7
| | | | svn path=/import/jshaw/libsprite/; revision=9998
* Misc tweaks for code style, more warnings in Makefile, more structure James Shaw2007-11-271-3/+4
| | | | | | for mask reading svn path=/import/jshaw/libsprite/; revision=9995
* Begin mask supportJames Shaw2007-11-261-5/+12
| | | | svn path=/import/jshaw/libsprite/; revision=9994
* Implement CMYK translation thanks to John-Mark BellJames Shaw2007-11-261-0/+1
| | | | svn path=/import/jshaw/libsprite/; revision=9993
* Add support for default palettes, and loading palettes from RISC James Shaw2007-11-261-1/+0
| | | | | | OS palette files. svn path=/import/jshaw/libsprite/; revision=9990
* Fix 16bpp handling, clear SDL screen between spritesJames Shaw2007-11-261-1/+12
| | | | svn path=/import/jshaw/libsprite/; revision=9989
* Add SDL drawing in example, fix RGB handling in high_color parserJames Shaw2007-11-251-0/+28
| | | | svn path=/import/jshaw/libsprite/; revision=9988
* Split libsprite and test harness. Populate sprite->image.James Shaw2007-11-251-0/+47
svn path=/import/jshaw/libsprite/; revision=9987