]> git.sur5r.net Git - cc65/history - src/sp65/pcx.c
Changed most "backticks" (grave accents) into apostrophes.
[cc65] / src / sp65 / pcx.c
2019-01-05 Greg KingChanged most "backticks" (grave accents) into apostrophes.
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
2014-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-04 Oliver SchmidtNormalized code.
2012-03-11 uzRemove the bitmap type since it is not really needed...
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-02-27 uzRemove the "Tag" field in struct Bitmap since it is...
2012-02-27 uzAdded a new input layer that manages the different...
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.