]> git.sur5r.net Git - cc65/history - src/sp65/main.c
No copyright message here.
[cc65] / src / sp65 / main.c
2013-04-27 Oliver SchmidtNo copyright message here.
2012-04-22 uzThe program dumped core when read/write was used withou...
2012-03-15 uzPass the source image of the conversion down to the...
2012-03-11 uzNew option --dump-palette. Fixed a double free in the...
2012-03-10 uzFree bitmaps and buffers before terminating.
2012-03-10 uzRemoved several memory leaks.
2012-03-10 uzFixed two compiler warnings.
2012-03-10 uzMove evaluation of attributes into the input routine.
2012-03-10 uzNew option --list-conversions.
2012-03-10 uzMove attribute lookup into the output functions. Allow...
2012-03-10 uzImplemented main conversion module.
2012-03-09 uzAdded the main conversion module. New option --convert...
2012-03-09 uzAdded the write routine.
2012-03-09 uzAdded VIC2 sprites as output format. Started to code...
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 a new input layer that manages the different...
2012-02-26 uzSome more work on reading pcx files.
2012-02-25 uzStarted to add PCX routines.
2012-02-23 uzAdded base framework for the sp65 sprite and bitmap...