]> git.sur5r.net Git - cc65/shortlog
cc65
2015-10-12 mrdudzcheck for space bottom up, which is faster for the...
2015-10-12 mrdudzfix some style issues
2015-10-12 mrdudzmaintain lsb of cursor x position internally, saves...
2015-10-12 mrdudzmoved bordercolor function into a seperate file
2015-10-12 mrdudzmove internal text/bgcolor variables into the file...
2015-10-12 mrdudzadded some more comments and -headers
2015-10-11 mrdudzmove charset to seperate file again, added comments...
2015-10-11 mrdudzprint a space for 0x0a and 0x0d in the char matrix
2015-10-09 mrdudzupdated conio test
2015-10-09 mrdudzrewrote color voodoo
2015-10-09 mrdudzuse default prio for the constructor
2015-10-09 mrdudzsome cleanup/rework
2015-10-08 mrdudzsome more rework, second attempt on fixing the color...
2015-10-06 mrdudzattempted fix for the color problem noticed by oliver
2015-10-06 mrdudzoptimized clrscr for size
2015-10-01 mrdudzfix clrscr so it doesnt wipe sprite pointers
2015-10-01 mrdudzSCREEN->screensize
2015-09-28 mrdudzadded input test
2015-09-28 mrdudzfixed kplot
2015-09-28 mrdudzsome cleanup, checked usage of __bgcolor and __textcolor
2015-09-28 mrdudzdont use seperate file for charset data
2015-09-28 mrdudzfix conio test to work on vic20 screen
2015-09-28 mrdudzadded extra check for graphical chars
2015-09-27 mrdudzremoved duplicate copy of charset and shift it at init...
2015-09-27 mrdudzprepend soft80_ to some more internally used functions
2015-09-27 mrdudzinclude bitmap and vram row tables directly rather...
2015-09-27 mrdudzfix initial text- and background colors
2015-09-27 mrdudzinitial commit of soft80 implementation
2015-09-25 Oliver SchmidtMerge pull request #211 from greg-king5/errno-helpers
2015-09-25 Greg KingMoved two errno helper functions into separate files. 211/head
2015-09-25 Oliver SchmidtMerge pull request #210 from greg-king5/archiver
2015-09-25 Greg KingFixed a warning message. 210/head
2015-09-24 Oliver SchmidtUpdate README.md
2015-09-24 Oliver SchmidtUpdate README.md
2015-09-24 Oliver SchmidtUse title case.
2015-09-24 Oliver SchmidtMerge pull request #177 from mrdudz/pcenginetarget
2015-09-20 mrdudzuse 'plot' instead of 'PLOT' 177/head
2015-09-19 mrdudzadded interruptor support
2015-09-19 mrdudzfixed more flaws found by greg :)
2015-09-11 Oliver SchmidtMerge pull request #208 from greg-king5/big-jump
2015-09-11 Oliver SchmidtMerge pull request #207 from greg-king5/random-seed
2015-09-11 Greg KingImproved longjmp() and setjmp(). 208/head
2015-09-11 Greg KingFixed the random-seed generators for the Commodore... 207/head
2015-09-07 mrdudzfixed VDC register assignments
2015-09-06 Oliver SchmidtMerge pull request #205 from greg-king5/typo
2015-09-06 Greg KingFixed the " til " typos. 205/head
2015-09-04 mrdudzfix gregs complaints :)
2015-09-04 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-09-04 mrdudzupdated
2015-09-03 mrdudzfixed style issues
2015-08-31 Oliver SchmidtMerge pull request #203 from greg-king5/multi-comments
2015-08-31 Oliver SchmidtMerge pull request #202 from greg-king5/argv-null
2015-08-30 Greg KingChanged multi-line C comments in files that I missed... 203/head
2015-08-30 Greg KingDon't count the NULL (doh!). 202/head
2015-08-30 Greg KingFixed a comparison operator; so that the NULL at the...
2015-08-29 mrdudzstyle fixes
2015-08-27 Oliver SchmidtMerge pull request #199 from greg-king5/irq
2015-08-26 Greg KingFixed bugs in the interface for C-level interrupt handlers. 199/head
2015-08-25 Oliver SchmidtDon't show (potentially failing) pull request builds.
2015-08-15 Oliver SchmidtMerge pull request #197 from greg-king5/static
2015-08-14 Oliver SchmidtMerge pull request #196 from greg-king5/tests
2015-08-13 Greg KingRemoved redundant attempts to build uncompilable files. 196/head
2015-08-13 Greg KingAdded regression tests of diagnostics for conflicts... 197/head
2015-08-10 Greg KingAdded warning diagnostics for conflicts between extern...
2015-08-09 Greg KingStopped extern declarations from changing previous...
2015-08-09 Greg KingImproved the format of the global symbols' lists of...
2015-08-01 Oliver SchmidtMerge pull request #190 from greg-king5/zeropage-doc
2015-08-01 Greg KingFixed the syntax in the shortcut expansion of ".ZEROPAGE". 190/head
2015-07-29 Oliver SchmidtMerge pull request #188 from greg-king5/docs
2015-07-29 Greg KingRemoved obsolete lines from a list of 65816 mnemonic... 188/head
2015-07-25 Oliver SchmidtMerge pull request #183 from Movax12/linecont-bug
2015-07-23 Oliver SchmidtMerge pull request #184 from greg-king5/fastcall
2015-07-22 Greg KingUpdated the fastcall information in a document and... 184/head
2015-07-22 Oliver SchmidtAdded empty IRQ backend.
2015-07-20 JTStyle again 183/head
2015-07-20 JTFix style
2015-07-20 JTFix bug #182
2015-07-20 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-07-20 Oliver SchmidtMerge pull request #181 from Movax12/base10bug
2015-07-20 Oliver SchmidtMerge pull request #180 from greg-king5/sprintf
2015-07-20 Oliver SchmidtMerge pull request #179 from greg-king5/overlay
2015-07-20 mrdudzfixed hello.c for pce
2015-07-20 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-07-20 Oliver SchmidtMade hello program compatible with joystick-only target(s).
2015-07-19 JTFix base 10 bug (ca65 allows 'a' or 'A' in base10 value) 181/head
2015-07-19 mrdudzadded missing chline, cvline
2015-07-19 mrdudzfixed hline/vline
2015-07-18 Greg KingAdded _directerrno() to the sim6502/sim65c02 libraries. 180/head
2015-07-18 Greg KingFixed a hardware-stack leak.
2015-07-18 Greg KingAdded a test program for the special features of snprin...
2015-07-16 mrdudzmoved all notes into regular documentation
2015-07-16 Greg KingAdded make rules that build the overlay sample programs. 179/head
2015-07-16 mrdudzfixed joypad bits
2015-07-16 mrdudzadded some cbm-like gfx chars to draw lines and boxes
2015-07-16 mrdudzmake sure clocktick starts at zero
2015-07-16 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-07-16 Oliver SchmidtMerge branch 'mrdudz-pointer'
2015-07-16 mrdudzfixed screensize, timertick, revers mode
2015-07-15 mrdudzadded waitvblank and fixed get_tv
2015-07-15 mrdudzfixed issues found by gregg
next