]> git.sur5r.net Git - cc65/history - src/sp65
goto.c warning fix for implicit truncation
[cc65] / src / sp65 /
2019-03-24 Bas WassinkMerge https://github.com/cc65/cc65
2019-01-25 jedeoricMerge branch 'master' into master
2019-01-20 Oliver SchmidtMerge pull request #829 from inexorabletash/string...
2019-01-05 Greg KingChanged most "backticks" (grave accents) into apostrophes.
2017-10-23 jedeMerge branch 'master' of https://github.com/jedeoric...
2017-10-22 jedeoricMerge branch 'master' into master
2017-10-22 Oliver SchmidtMerge pull request #504 from jedeoric/master
2017-10-08 Oliver SchmidtMerge pull request #503 from jedeoric/master
2017-09-27 Oliver SchmidtMerge pull request #494 from jedeoric/master
2017-08-06 Bob AndrewsMerge branch 'master' into kbrepeat
2017-07-18 Oliver SchmidtMerge pull request #453 from mrdudz/waitvsync 460/head
2017-06-30 Oliver SchmidtMerge pull request #457 from pfusik/const-arrays
2017-06-28 Piotr FusikMake some arrays const.
2017-02-01 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2016-08-16 Oliver SchmidtMerge pull request #335 from IrgendwerA8/SMC_macro_fixes
2016-08-14 Oliver SchmidtMerge pull request #334 from cacciatc/standard-versioning
2016-08-12 Chris CacciatoreAll programs print version and exit successfully. 334/head
2016-04-10 Oliver SchmidtMerge pull request #281 from polluks/sp65
2016-04-10 KORISNIKA forgotten option. Empty arguments are not silent... 281/head
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.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2013-05-07 Oliver SchmidtMerge pull request #7 from greg-king5/config-buf
2013-05-06 Oliver SchmidtAdded reference to unused variable to avoid GCC 4.6...
2013-05-02 Oliver SchmidtAdded reference to unused variable to avoid GCC 4.6...
2013-04-27 Oliver SchmidtNo copyright message here.
2013-04-27 Oliver SchmidtReplaced whole bunch for Makefiles with a single generi...
2012-12-17 karriOptimize low color packed sprites
2012-11-14 karriAdd edge parameter
2012-11-13 karriFix shaped bugs
2012-11-12 karriAdd shaped mode
2012-11-12 karriImplement packed mode
2012-11-11 karriA bit more modular design
2012-11-06 uzRearrange the code to avoid a warning from the Watcom...
2012-11-06 karriAdd quadrant optimisation
2012-11-06 karriAdd anchor point support
2012-11-06 karriAdd support for 4 quadrants
2012-11-03 karriAdd end of sprite byte
2012-11-03 karriFirst quadrant literal sprite working
2012-06-04 uzSimilar changes as for the C output target: If the...
2012-05-28 uzChange data generation for C output. The ident attribut...
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-13 uzAdded two more conversion targets: geos-bitmap, which...
2012-03-12 uzFixed a C99ism.
2012-03-11 uzFixed a copy&paste error in a comment.
2012-03-11 uzAdded conversion to GEOS icon format (which is actually...
2012-03-11 karriAdd lynx sprite generation skeleton
2012-03-11 karriAdd lynx sprite generation skeleton
2012-03-11 uzAdded generation of C output.
2012-03-11 uzAdded the capability to generate multicolor sprites.
2012-03-11 uzNew function GetBitmapName, inlined GetBitmapColors.
2012-03-11 uzNew option --dump-palette. Fixed a double free in the...
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...