summaryrefslogtreecommitdiff
path: root/trunk/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Merge imported librosprite onto trunkJohn Mark Bell2010-02-131-63/+0
| | | | svn path=/trunk/librosprite/; revision=10029
* Apply hiyuh's patch to use pkg-config in the makefileJames Shaw2008-04-091-18/+24
| | | | svn path=/import/jshaw/libsprite/; revision=10026
* Fix duplicated lines, add uninstall targetJames Shaw2008-03-291-6/+5
| | | | svn path=/import/jshaw/libsprite/; revision=10022
* Add install target to Makefile -- thanks to John Mark BellJames Shaw2008-03-291-2/+26
| | | | svn path=/import/jshaw/libsprite/; revision=10021
* More docs, add function decls for private functions, put them in a more James Shaw2008-03-271-2/+2
| | | | | | logical ordering svn path=/import/jshaw/libsprite/; revision=10019
* Start adding doxygen documentation to the library interface.James Shaw2008-03-261-2/+9
| | | | svn path=/import/jshaw/libsprite/; revision=10018
* Change all functions to return an error code, with the result James Shaw2008-03-261-1/+1
| | | | | | struc being passed as a function argument svn path=/import/jshaw/libsprite/; revision=10017
* Rename libsprite to librospriteJames Shaw2008-03-231-6/+6
| | | | svn path=/import/jshaw/libsprite/; revision=10012
* Misc tweaks for code style, more warnings in Makefile, more structure James Shaw2007-11-271-3/+6
| | | | | | for mask reading svn path=/import/jshaw/libsprite/; revision=9995
* Add support for default palettes, and loading palettes from RISC James Shaw2007-11-261-1/+4
| | | | | | OS palette files. svn path=/import/jshaw/libsprite/; revision=9990
* Fix 16bpp handling, clear SDL screen between spritesJames Shaw2007-11-261-1/+4
| | | | svn path=/import/jshaw/libsprite/; revision=9989
* Add SDL drawing in example, fix RGB handling in high_color parserJames Shaw2007-11-251-1/+1
| | | | svn path=/import/jshaw/libsprite/; revision=9988
* Split libsprite and test harness. Populate sprite->image.James Shaw2007-11-251-0/+18
svn path=/import/jshaw/libsprite/; revision=9987