]> git.sur5r.net Git - c128-kasse/history - include
README: remove emulator configuration, we use -config vicerc
[c128-kasse] / include /
2018-09-23 Jakob HaufeMerge pull request #17 from maikf/rtc github/master
2018-09-23 Maik Fischerspeed up interrupt handler by directly writing to VDC RAM
2018-09-23 Maik Fischerupdate the clock on the main menu via an irq handler
2018-09-23 Maik Fischertrack day of event and increment it when clock wraps
2018-09-23 Maik Fischeruse the more accurate CIA1 Time Of Day instead of the...
2017-11-05 Michael StapelbergMerge pull request #37 from sur5r/issue36 sur5r.net/master rgb2rv17
2017-11-05 Jakob HaufeFix format_euros()
2017-11-01 Maik Fischerfix print_log() format string
2017-10-30 Maik FischerMerge pull request #15 from 9b17fe/refactor
2017-10-30 Maik Fischerinclude guards: don't begin them with underscores
2017-10-30 Maik Fischerkasse: move inputting nicknames w/ completion in its...
2017-10-30 Maik Fischeruse EUR_FORMAT_MINLEN to get rid of more magic numbers
2017-10-30 Maik Fischerkasse: allow starting up without a printer
2017-10-30 Maik Fischerchange ad-hoc number input code to use cget_number()
2017-10-30 Maik Fischerkasse: use cgetn_input() to simplify logic
2017-10-30 Maik Fischeruse cget_return() to wait for a RETURN key press
2017-10-26 Maik Fischerkasse: use constants where appropriate
2017-10-16 Michael StapelbergMerge pull request #14 from 9b17fe/umlauts
2017-10-14 Maik Fischerpatch charset to include umlauts
2017-09-24 Michael StapelbergFormat code using clang-format-3.9 (“make format”) mxf/master
2017-09-24 Michael Stapelberginclude peekpoke.h instead of re-defining the macros
2016-11-05 Michael StapelbergImplement space completion when selling items.
2016-11-03 Michael Stapelbergfix prototypes
2012-09-30 Michael Stapelberglog to memory
2012-09-29 Michael Stapelbergcolors were off-by-one
2012-09-29 Michael Stapelbergadd color code definitions
2012-09-29 Michael Stapelbergimplement depositing when the user cannot purchase...
2012-09-29 Michael Stapelbergprint_buffer needs to be larger when we print 80 characters
2012-09-29 Michael Stapelbergalign papertrail format
2010-11-01 Michael Stapelberguse nice drawing characters and two-column layout
2010-11-01 Michael Stapelbergraise number of items to 32
2009-11-02 Michael StapelbergImplement printing a header
2009-11-01 Michael Stapelbergimprove formatting of the start screen rgb2rv7
2009-11-01 Michael StapelbergMove logging/printing functions to src/print.c, fix...
2009-10-31 Michael Stapelberglog deposits and new credits to printer
2009-10-31 Michael StapelbergBugfix: Fix prototype for set_time()
2009-10-26 Michael StapelbergRead the last logfile and set log_lines_written apropri...
2009-10-26 Michael StapelbergDepend on all include files in Makefile, so that we...
2008-11-30 sECuREBugfix: Use CREDITS_PER_PAGE
2008-11-30 sECuREStore maximum item name's length in MAX_ITEM_NAME_LENGT...
2008-11-15 sECuREWrite log in files with 100 lines each (append mode...
2007-11-02 sECuREAdd hex viewer "cat"
2007-10-31 sECuREmove global variables of kasse to include/kasse.h
2007-10-26 matzevideomode macro
2007-10-26 matzedefined NICKNAME_MAX_LEN
2007-10-26 matze* buy() now uses find_credit
2007-10-23 sECuREimplement CREDITS into itemz
2007-10-23 sECuREimplement itemz.c which manages ITEMS (works)/CREDITS...
2007-10-23 sECuREfix time.c/h, fix test.c
2007-10-23 sECuREcreate src/images/include-folders to clean up the directory