summaryrefslogtreecommitdiff
path: root/trunk/librosprite.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge imported librosprite onto trunkJohn Mark Bell2010-02-131-840/+0
| | | | svn path=/trunk/librosprite/; revision=10029
* Fix bug when the first pixel has <100% transparency, was calling fix_alpha() ↵James Shaw2008-07-191-1/+1
| | | | | | unnecessarily svn path=/import/jshaw/libsprite/; revision=10028
* Add MIT licenseJames Shaw2008-03-311-0/+7
| | | | svn path=/import/jshaw/libsprite/; revision=10024
* Fix bug where high colour sprites that weren't 32bpp RGB wouldn't get ↵James Shaw2008-03-311-17/+19
| | | | | | rendered. at all. svn path=/import/jshaw/libsprite/; revision=10023
* More documentationJames Shaw2008-03-271-14/+58
| | | | svn path=/import/jshaw/libsprite/; revision=10020
* More docs, add function decls for private functions, put them in a more James Shaw2008-03-271-334/+349
| | | | | | logical ordering svn path=/import/jshaw/libsprite/; revision=10019
* Start adding doxygen documentation to the library interface.James Shaw2008-03-261-60/+57
| | | | svn path=/import/jshaw/libsprite/; revision=10018
* Change all functions to return an error code, with the result James Shaw2008-03-261-42/+64
| | | | | | struc being passed as a function argument svn path=/import/jshaw/libsprite/; revision=10017
* Refactor file and memory reader functions, and sprite_read_word(), to James Shaw2008-03-251-28/+49
| | | | | | return error value. svn path=/import/jshaw/libsprite/; revision=10016
* Implement a memory loader, which probably doesn't work yetJames Shaw2008-03-231-0/+30
| | | | svn path=/import/jshaw/libsprite/; revision=10014
* Rename load_file to just load(), since we can now load from any sourceJames Shaw2008-03-231-1/+1
| | | | svn path=/import/jshaw/libsprite/; revision=10013
* Rename libsprite to librospriteJames Shaw2008-03-231-0/+702
svn path=/import/jshaw/libsprite/; revision=10012