summaryrefslogtreecommitdiff
path: root/trunk
Commit message (Expand)AuthorAgeFilesLines
* Change rosprite.mode to not use a pointerJames Shaw2007-11-303-44/+47
* Rename all public functions and structs to rosprite_*James Shaw2007-11-304-46/+48
* Replaced by MakefileJames Shaw2007-11-291-2/+0
* Implement destroy functions, misc code style improvements thanks to Rob James Shaw2007-11-293-29/+56
* Fix 8bpp alpha in pixel dataJames Shaw2007-11-292-8/+32
* Fix alpha-blending maths (thanks to Michael Drake)James Shaw2007-11-281-3/+6
* Implement mask handling for high colour spritesJames Shaw2007-11-281-1/+9
* Fixed masking for low colour spritesJames Shaw2007-11-282-8/+10
* Broken implementation of mask for low colour spritesJames Shaw2007-11-282-81/+99
* Bugfix mask_state initializationJames Shaw2007-11-271-1/+1
* Implement sprite_next_mask_pixel(), not yet called.James Shaw2007-11-271-14/+38
* Misc tweaks for code style, more warnings in Makefile, more structure James Shaw2007-11-274-18/+56
* Begin mask supportJames Shaw2007-11-263-23/+47
* Implement CMYK translation thanks to John-Mark BellJames Shaw2007-11-263-5/+39
* Add PRM referenceJames Shaw2007-11-261-1/+1
* Fix line wrapping of default palettesJames Shaw2007-11-261-3/+76
* Add support for default palettes, and loading palettes from RISC James Shaw2007-11-2611-19/+113
* Fix 16bpp handling, clear SDL screen between spritesJames Shaw2007-11-263-7/+48
* Add SDL drawing in example, fix RGB handling in high_color parserJames Shaw2007-11-253-6/+35
* Split libsprite and test harness. Populate sprite->image.James Shaw2007-11-255-107/+197
* Remove file since it's merged into libsprite.c nowJames Shaw2007-11-231-55/+0
* Implement high colour parsingJames Shaw2007-11-231-11/+30
* Get main() using sprite_area. Get low_colour image parsing working.James Shaw2007-11-231-61/+122
* Add prototype image readers in reader.c. Refactor libsprite.c to split James Shaw2007-11-233-101/+162
* Detect Select 8bpp masks, more assertsJames Shaw2007-11-231-3/+35
* Add oldmodes from PRM 1, switch code to use more of the sprite_header James Shaw2007-11-221-42/+97
* Initial revisionJames Shaw2007-11-222-0/+220