]> git.sur5r.net Git - cc65/history - src/sp65
Remove the bitmap type since it is not really needed and complicate things.
[cc65] / src / sp65 /
2012-03-11 uzRemove the bitmap type since it is not really needed...
2012-03-10 uzFree bitmaps and buffers before terminating.
2012-03-10 uzRemoved the flags and optimized the Attr structure.
2012-03-10 uzRemoved several memory leaks.
2012-03-10 uzHandle "label" and "segment" attributes for assembler...
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 uzNew attribute "base".
2012-03-10 uzMove attribute lookup into the output functions. Allow...
2012-03-10 uzDo also allow ':' as an attribute separator.
2012-03-10 uzImplemented main conversion module.
2012-03-09 uzAdded the main conversion module. New option --convert...
2012-03-09 uzAdded a dummy return to fix a watcom warning.
2012-03-09 uzAdded the write routine.
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...