]> git.sur5r.net Git - cc65/history - src/sp65
Added VIC2 sprites as output format. Started to code the processing pipeline:
[cc65] / src / sp65 /
2012-03-09 uzAdded VIC2 sprites as output format. Started to code...
2012-03-05 uzStarted to add koala output format.
2012-03-05 uzFix FindInputFormat.
2012-03-04 uzAdded parsing of arguments to --read. The explicit...
2012-03-04 uzAdded a module to manage attribute/value pairs.
2012-02-27 uzAdded the output layer.
2012-02-27 uzRemove the "Tag" field in struct Bitmap since it is...
2012-02-27 uzFix two watcom (and probably C89) issues.
2012-02-27 uzAdded a module for assembler source output.
2012-02-27 uzRemoved a declaration for a routine that doesn't exist.
2012-02-27 uzAdded a module for binary output.
2012-02-27 uzAdded a new input layer that manages the different...
2012-02-26 uzNew function to create a bitmap slice.
2012-02-26 uzUse only as many palette entries as there are colors...
2012-02-26 uzFirst version of PCX reading routine is completed but...
2012-02-26 uzSome more work on reading pcx files.
2012-02-25 uzStarted to add PCX routines.
2012-02-25 uzAdapted the file i/o module from od65.
2012-02-25 uzStarted to code the front end base layer modules.
2012-02-23 uzAdded base framework for the sp65 sprite and bitmap...