summaryrefslogtreecommitdiff
path: root/trunk/example.c
Commit message (Expand)AuthorAgeFilesLines
* Merge imported librosprite onto trunkJohn Mark Bell2010-02-131-177/+0
* Tidy up example appJames Shaw2008-07-191-3/+7
* Add MIT licenseJames Shaw2008-03-311-0/+7
* More documentationJames Shaw2008-03-271-0/+7
* More docs, add function decls for private functions, put them in a more James Shaw2008-03-271-84/+89
* Start adding doxygen documentation to the library interface.James Shaw2008-03-261-1/+1
* Change all functions to return an error code, with the result James Shaw2008-03-261-1/+4
* Refactor file and memory reader functions, and sprite_read_word(), to James Shaw2008-03-251-13/+35
* Change example to use broken memory loaderJames Shaw2008-03-231-6/+33
* Rename load_file to just load(), since we can now load from any sourceJames Shaw2008-03-231-1/+1
* Rename libsprite to librospriteJames Shaw2008-03-231-1/+1
* Abstract reading interface to a function ptr and context structJames Shaw2008-01-271-4/+7
* Change rosprite_init() for static initializationJames Shaw2007-11-301-1/+0
* 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