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