]> git.sur5r.net Git - c128-kasse/shortlog
c128-kasse
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...
2007-10-25 matzeitems can now be returned (fixing ticket #8)
2007-10-25 matzebugfix for previous commit
2007-10-25 matzeformat_euro now produces a leading zero for cents
2007-10-23 sECuREadd license information
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
2007-10-23 sECuREdelete state/credits-file before saving, error-handling...
2007-10-23 sECuREfile-logging re-implemented, abort if nickname not...
2007-10-21 sECuREfix printing, nice formatting used
2007-10-21 sECuREremove malloc, fix user interface
2007-10-21 sECuREfix saving/loading from file :)
2007-10-21 sECuREuse cbm_load/cbm_save; WARNING: this code _IS_ broken...
2007-10-20 sECuREfgets-replacement implemented
2007-10-20 sur5rreplace printf and file functions, warning: may be...
2007-09-01 sur5r- put executable as first file on disk because it's...
2007-07-29 matzebugfix
2007-07-29 matzefile logging
2007-07-29 matzesave_state funktioniert jetzt
2007-07-29 sECuREreplace printf with cprintf
2007-07-29 sECuREfix: c128_perror
2007-07-29 sECuREset_time and get_time implemented
2007-07-29 matzelength check
2007-07-29 matzeformat_euro(123) => "1,23EUR"
2007-07-29 matzecc65 fgets arbeitet anscheinend mit mac newlines (\r)
2007-07-28 matzeitems und state laden geht, demodaten in dateien state...
2007-07-28 matzedist-clean target
2007-07-28 matzeremoving zcreate
2007-07-28 matzecommite leere disk images, weil ich nicht herausfinden...
2007-07-28 matzemerge
2007-07-28 sECuREprinting implemented
2007-07-28 matzesvn:ignore
2007-07-28 matzegit-svn-id: https://shell.noname-ev.de/svn/kasse/c128...
2007-07-28 sECuREguthaben kann nun auch genutzt werden..
2007-07-28 matzeload_state
2007-07-28 sECuREalles wunderbar, credit_manager eigentlich feature...
2007-07-28 sECuRE10 chars for item names are enough
2007-07-28 sECuREfixes
2007-07-28 sECuREfixes
2007-07-28 matzegit-svn-id: https://shell.noname-ev.de/svn/kasse/c128...
2007-07-28 matzeuse #define REAL_DATA to read from disk
2007-07-28 sECuREforgot files
2007-07-28 sECuREbroken code, credit_manager imeplemented
2007-07-28 sECuREbugfix: printing toggle
2007-07-28 sECuREprint_log-dummy, drucken nach verkauf, fix beim abfrage...
2007-07-28 matzegeneral und so..
2007-07-28 matzegit-svn-id: https://shell.noname-ev.de/svn/kasse/c128...
2007-07-28 matzeextern var
2007-07-28 matzemakefile
next