| Commit message (Expand) | Author | Age | Files | Lines |
* | Add install target to Makefile -- thanks to John Mark Bell | James Shaw | 2008-03-29 | 2 | -2/+36 |
* | More documentation | James Shaw | 2008-03-27 | 2 | -14/+65 |
* | More docs, add function decls for private functions, put them in a more | James Shaw | 2008-03-27 | 4 | -423/+470 |
* | Start adding doxygen documentation to the library interface. | James Shaw | 2008-03-26 | 4 | -68/+151 |
* | Change all functions to return an error code, with the result | James Shaw | 2008-03-26 | 5 | -50/+82 |
* | Refactor file and memory reader functions, and sprite_read_word(), to | James Shaw | 2008-03-25 | 3 | -43/+89 |
* | Change example to use broken memory loader | James Shaw | 2008-03-23 | 1 | -6/+33 |
* | Implement a memory loader, which probably doesn't work yet | James Shaw | 2008-03-23 | 2 | -0/+34 |
* | Rename load_file to just load(), since we can now load from any source | James Shaw | 2008-03-23 | 3 | -3/+3 |
* | Rename libsprite to librosprite | James Shaw | 2008-03-23 | 4 | -8/+8 |
* | Abstract reading interface to a function ptr and context struct | James Shaw | 2008-01-27 | 4 | -46/+74 |
* | Make oldmodes const, tweak comment | James Shaw | 2007-11-30 | 1 | -5/+2 |
* | Change rosprite_init() for static initialization | James Shaw | 2007-11-30 | 4 | -70/+56 |
* | Fix import and stray debug printf, add some test cases from Michael | James Shaw | 2007-11-30 | 5 | -2/+1 |
* | Tidy up TODOs | James Shaw | 2007-11-30 | 1 | -5/+0 |
* | Change rosprite.mode to not use a pointer | James Shaw | 2007-11-30 | 3 | -44/+47 |
* | Rename all public functions and structs to rosprite_* | James Shaw | 2007-11-30 | 4 | -46/+48 |
* | Replaced by Makefile | James Shaw | 2007-11-29 | 1 | -2/+0 |
* | Implement destroy functions, misc code style improvements thanks to Rob | James Shaw | 2007-11-29 | 3 | -29/+56 |
* | Fix 8bpp alpha in pixel data | James Shaw | 2007-11-29 | 2 | -8/+32 |
* | Fix alpha-blending maths (thanks to Michael Drake) | James Shaw | 2007-11-28 | 1 | -3/+6 |
* | Implement mask handling for high colour sprites | James Shaw | 2007-11-28 | 1 | -1/+9 |
* | Fixed masking for low colour sprites | James Shaw | 2007-11-28 | 2 | -8/+10 |
* | Broken implementation of mask for low colour sprites | James Shaw | 2007-11-28 | 2 | -81/+99 |
* | Bugfix mask_state initialization | James Shaw | 2007-11-27 | 1 | -1/+1 |
* | Implement sprite_next_mask_pixel(), not yet called. | James Shaw | 2007-11-27 | 1 | -14/+38 |
* | Misc tweaks for code style, more warnings in Makefile, more structure | James Shaw | 2007-11-27 | 4 | -18/+56 |
* | Begin mask support | James Shaw | 2007-11-26 | 3 | -23/+47 |
* | Implement CMYK translation thanks to John-Mark Bell | James Shaw | 2007-11-26 | 3 | -5/+39 |
* | Add PRM reference | James Shaw | 2007-11-26 | 1 | -1/+1 |
* | Fix line wrapping of default palettes | James Shaw | 2007-11-26 | 1 | -3/+76 |
* | Add support for default palettes, and loading palettes from RISC | James Shaw | 2007-11-26 | 11 | -19/+113 |
* | Fix 16bpp handling, clear SDL screen between sprites | James Shaw | 2007-11-26 | 3 | -7/+48 |
* | Add SDL drawing in example, fix RGB handling in high_color parser | James Shaw | 2007-11-25 | 3 | -6/+35 |
* | Split libsprite and test harness. Populate sprite->image. | James Shaw | 2007-11-25 | 5 | -107/+197 |
* | Remove file since it's merged into libsprite.c now | James Shaw | 2007-11-23 | 1 | -55/+0 |
* | Implement high colour parsing | James Shaw | 2007-11-23 | 1 | -11/+30 |
* | Get main() using sprite_area. Get low_colour image parsing working. | James Shaw | 2007-11-23 | 1 | -61/+122 |
* | Add prototype image readers in reader.c. Refactor libsprite.c to split | James Shaw | 2007-11-23 | 3 | -101/+162 |
* | Detect Select 8bpp masks, more asserts | James Shaw | 2007-11-23 | 1 | -3/+35 |
* | Add oldmodes from PRM 1, switch code to use more of the sprite_header | James Shaw | 2007-11-22 | 1 | -42/+97 |
* | Initial revision | James Shaw | 2007-11-22 | 2 | -0/+220 |