]> git.sur5r.net Git - c128-kasse/shortlog
c128-kasse
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
2017-09-24 Michael Stapelbergno-op: remove unused variable
2017-09-24 Michael StapelbergAdd README.md
2017-09-24 Maik FischerChange drawing chars (#9)
2016-11-05 Michael StapelbergImplement space completion when selling items.
2016-11-05 Jakob HaufeFix handling of maybe-absent files
2016-11-05 Jakob HaufeCreate disk images from scratch
2016-11-05 Jakob HaufeMake dist-clean resilient against absent files
2016-11-05 Michael Stapelbergcalculate income when loading state file
2016-11-03 Michael Stapelbergenforce nickname character limit in credit manager
2016-11-03 Michael Stapelbergfix prototypes
2013-10-09 Michael Stapelbergitemz: implement counter reset rgb2rv12
2012-11-06 Jakob HaufeIgnore "items" and "tags" as well rgb2rv10
2012-11-06 Jakob HaufeRestructure Makefile and create include/version.h
2012-11-01 Michael Stapelbergziffer-handling: backspace-support, range check, nur... rgb2rv9
2012-09-30 Michael Stapelberglog to memory
2012-09-30 Michael Stapelbergcat.c: correctly prefix 0 for every single hex (!)...
2012-09-30 Michael Stapelbergmake cat.c compile again
2012-09-29 Michael Stapelbergfix off-by-one in item display
2012-09-29 Michael Stapelberguse colors for a good/bad sale
2012-09-29 Michael Stapelbergimplement colors, remove printing toggle
2012-09-29 Michael Stapelbergcolors were off-by-one
2012-09-29 Michael Stapelbergadd color code definitions
2012-09-29 Michael Stapelberginclude time in paper trail when adding a new credit
2012-09-29 Michael Stapelbergshow remaining credits when user has not enough credits
2012-09-29 Michael StapelbergFix wrong print statement
2012-09-29 Michael Stapelbergimplement depositing when the user cannot purchase...
2012-09-29 Michael Stapelbergright-align price in header
2012-09-29 Michael Stapelbergactually increment transaction id
2012-09-29 Michael Stapelbergheader gefixed
2012-09-29 Michael Stapelbergcredit_manager: use the proper header
2012-09-29 Michael Stapelbergfix sprintf format
2012-09-29 Michael Stapelberguse consistent header line length
2012-09-29 Michael Stapelbergprint_buffer needs to be larger when we print 80 characters
2012-09-29 Michael Stapelbergalign papertrail format
2012-09-29 Michael Stapelbergmakefile: use 'all' target by default
2012-09-29 Michael Stapelbergbackspace handling: do nothing when at the left-most...
2012-09-29 Michael Stapelbergbackspace in get_input(): write \0-bytes
2010-11-01 Michael Stapelbergreplace getchar() with cgetc() in more places, implemen...
2010-11-01 Michael Stapelberguse nice drawing characters and two-column layout
2010-11-01 Michael Stapelberguse cgetc() and cputc() instead of getchar()
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 StapelbergUpdate copyright notice, convert files to utf8, add...
2009-11-01 Michael Stapelberghandle selling more than 9 items (whole input will...
2009-11-01 Michael StapelbergMove logging/printing functions to src/print.c, fix...
2009-11-01 Michael StapelbergCleanup makefile
2009-11-01 Michael StapelbergAdd git version string
2009-11-01 Michael Stapelbergclear screen when starting rgb2rv6
2009-11-01 Michael StapelbergAdd missing include
2009-11-01 Michael StapelbergAdd timestamp for deposit log
2009-11-01 Michael StapelbergBugfix: Use correct data type as return value in buy()
2009-11-01 Michael StapelbergRevert "calculate money when loading statefile"
2009-11-01 Michael StapelbergClear screen before selling custom entries
2009-11-01 Michael Stapelbergcalculate money when loading statefile
2009-10-31 Michael Stapelbergsave file when exiting credit manager
2009-10-31 Michael Stapelberglog deposits and new credits to printer
2009-10-31 Michael Stapelberglog the remaining credits
2009-10-31 Michael Stapelberglog: padding for the nickname
2009-10-31 Michael StapelbergBugfix: Fix prototype for set_time()
2009-10-29 Michael StapelbergFix linking of itemz
2009-10-26 Michael StapelbergClear screen before asking questions
2009-10-26 Michael StapelbergFix compilation warnings with cc65 v2.13.0
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...
2009-10-24 Michael StapelbergAdd .gitignore
2009-01-06 sECuRESpeicherfehler behoben (Danke Sascha)
2008-11-30 sECuRECount the number of sold items when loading itemz-file
2008-11-30 sECuRECheck if read < 0
2008-11-30 sECuREBugfix: Use CREDITS_PER_PAGE
2008-11-30 sECuREStore maximum item name's length in MAX_ITEM_NAME_LENGT...
2008-11-29 sECuREInitialize memory
2008-11-29 sECuREFreitext verkaufen können, Druckerproblem gefixed
2008-11-28 sECuRELimit Entrys to 10 per Page
2008-11-28 sECuREUse correct datatype for return value
2008-11-15 sECuREWrite log in files with 100 lines each (append mode...
2008-11-14 sECuREUse unlink() instead of _sysremove(), cleanup makefile
2007-11-04 sur5r* prepend \0x11 to printer output for switching to...
2007-11-02 sECuRERemove directory listing (just doesn't work, probably...
2007-11-02 sECuREAdd hex viewer "cat"
2007-11-01 sECuREFix linking of itemz
2007-10-31 sECuREmove global variables of kasse to include/kasse.h
2007-10-30 sECuREfix bugs in setting/reading time, this one affected...
2007-10-27 matzeprint nickname in log
2007-10-26 matze * ignore some built stuff
2007-10-26 matzevideomode macro
2007-10-26 matzeallow the user to retry or quit, when printing fails
2007-10-26 matze * let users quit itemz/kasse
2007-10-26 sur5r- write kasse first to the image because RUN"* will...
2007-10-26 matze * replaced files_existing with differentiated flags.
2007-10-26 matzedeleted obsolete items file
2007-10-26 matzedeleted obsolete state file
2007-10-26 matzedefined NICKNAME_MAX_LEN
2007-10-26 matze* buy() now uses find_credit
2007-10-25 sECuREBugfix: remove sleep(1), which breaks the program
2007-10-25 matzeput filter back in again.
2007-10-25 matzeprint some status information on secondary screen for...
2007-10-25 matzemodularized itemz and moved new credit manager stuff...
next