2017-11-04 |
Axel Wagner | actually store deposit (#31) |
commit | commitdiff | tree | snapshot |
2017-11-04 |
Axel Wagner | Implement tab-completion in credit manager (#29) |
commit | commitdiff | tree | snapshot |
2017-11-04 |
Axel Wagner | check for duplicate nicks when (#26) |
commit | commitdiff | tree | snapshot |
2017-11-04 |
Michael Stapelberg | Fix incorrect free() |
commit | commitdiff | tree | snapshot |
2017-11-04 |
Maik 'mxf'... | Merge pull request #25 from stapelberg/readme |
commit | commitdiff | tree | snapshot |
2017-11-04 |
Michael Stapelberg | update README with actually working instructions |
commit | commitdiff | tree | snapshot |
2017-11-01 |
Maik Fischer | fix print_log() format string |
commit | commitdiff | tree | snapshot |
2017-10-30 |
Maik Fischer | Merge pull request #15 from 9b17fe/refactor |
commit | commitdiff | tree | snapshot |
2017-10-30 |
Maik Fischer | include guards: don't begin them with underscores |
commit | commitdiff | tree | snapshot |
2017-10-30 |
Maik Fischer | kasse: comment print_log's format string |
commit | commitdiff | tree | snapshot |
2017-10-30 |
Maik Fischer | itemz: fix int16_t -> uint8_t truncation |
commit | commitdiff | tree | snapshot |
2017-10-30 |
Maik Fischer | kasse: move inputting nicknames w/ completion in its... |
commit | commitdiff | tree | snapshot |
2017-10-30 |
Maik Fischer | test: fix to be able to build a stub version of it... |
commit | commitdiff | tree | snapshot |
2017-10-30 |
Maik Fischer | use EUR_FORMAT_MINLEN to get rid of more magic numbers |
commit | commitdiff | tree | snapshot |
2017-10-30 |
Maik Fischer | add .dir-locals.el and .clang-complete |
commit | commitdiff | tree | snapshot |
2017-10-30 |
Maik Fischer | Makefile: move to the d71 disk format |
commit | commitdiff | tree | snapshot |
2017-10-30 |
Maik Fischer | kasse: allow starting up without a printer |
commit | commitdiff | tree | snapshot |
2017-10-30 |
Maik Fischer | itemz: use umlauts |
commit | commitdiff | tree | snapshot |
2017-10-30 |
Maik Fischer | credit_manager: use strncpy |
commit | commitdiff | tree | snapshot |
2017-10-30 |
Maik Fischer | change ad-hoc number input code to use cget_number() |
commit | commitdiff | tree | snapshot |
2017-10-30 |
Maik Fischer | credit_manager: remove special case from deposit_credit() |
commit | commitdiff | tree | snapshot |
2017-10-30 |
Maik Fischer | kasse: use cgetn_input() to simplify logic |
commit | commitdiff | tree | snapshot |
2017-10-30 |
Maik Fischer | credit_manager: use more constants |
commit | commitdiff | tree | snapshot |
2017-10-30 |
Maik Fischer | use cget_return() to wait for a RETURN key press |
commit | commitdiff | tree | snapshot |
2017-10-26 |
Maik Fischer | kasse: use constants where appropriate |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Michael Stapelberg | Merge pull request #14 from 9b17fe/umlauts |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Maik Fischer | kasse: Add comment why we disable IRQs mxf/umlauts |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Maik Fischer | credit_manager: replace [aou]e with [aou]UML in string... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Maik Fischer | vdc: write 16bit addresses just like KERNAL does |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Maik Fischer | patch charset to include umlauts |
commit | commitdiff | tree | snapshot |
2017-10-06 |
Michael Stapelberg | Run “make format” |
commit | commitdiff | tree | snapshot |
2017-10-06 |
Michael Stapelberg | travis: check formatting |
commit | commitdiff | tree | snapshot |
2017-10-05 |
Maik Fischer | Merge pull request #13 from sur5r/format_euro |
commit | commitdiff | tree | snapshot |
2017-10-05 |
Jakob Haufe | Rework format_euro() |
commit | commitdiff | tree | snapshot |
2017-10-05 |
Michael Stapelberg | Merge pull request #12 from stapelberg/builddir |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Michael Stapelberg | Add cat, *.lbl to .gitignore stapelberg/builddir |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Michael Stapelberg | include cat in “all”, clean up label files |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Michael Stapelberg | Generate label files for VICE’s monitor |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Michael Stapelberg | Compile with -g |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Michael Stapelberg | Makefile: place *.{o,s} in build/ |
commit | commitdiff | tree | snapshot |
2017-09-28 |
Michael Stapelberg | Merge pull request #11 from 9b17fe/remove-dual-monitor stapelberg/master |
commit | commitdiff | tree | snapshot |
2017-09-26 |
Maik Fischer | use correct constant to switch videomode mxf/remove-dual-monitor |
commit | commitdiff | tree | snapshot |
2017-09-25 |
Maik Fischer | itemz: fix depreciation warnings, make it fast() |
commit | commitdiff | tree | snapshot |
2017-09-24 |
Maik Fischer | Remove unused "dual monitor" code; clock CPU faster |
commit | commitdiff | tree | snapshot |
2017-09-24 |
Michael Stapelberg | Format code using clang-format-3.9 (“make format”) mxf/master |
commit | commitdiff | tree | snapshot |
2017-09-24 |
Michael Stapelberg | include peekpoke.h instead of re-defining the macros |
commit | commitdiff | tree | snapshot |
2017-09-24 |
Michael Stapelberg | no-op: remove unused variable |
commit | commitdiff | tree | snapshot |
2017-09-24 |
Michael Stapelberg | Add README.md |
commit | commitdiff | tree | snapshot |
2017-09-24 |
Maik Fischer | Change drawing chars (#9) |
commit | commitdiff | tree | snapshot |
2016-11-05 |
Michael Stapelberg | Implement space completion when selling items. |
commit | commitdiff | tree | snapshot |
2016-11-05 |
Jakob Haufe | Fix handling of maybe-absent files |
commit | commitdiff | tree | snapshot |
2016-11-05 |
Jakob Haufe | Create disk images from scratch |
commit | commitdiff | tree | snapshot |
2016-11-05 |
Jakob Haufe | Make dist-clean resilient against absent files |
commit | commitdiff | tree | snapshot |
2016-11-05 |
Michael Stapelberg | calculate income when loading state file |
commit | commitdiff | tree | snapshot |
2016-11-03 |
Michael Stapelberg | enforce nickname character limit in credit manager |
commit | commitdiff | tree | snapshot |
2016-11-03 |
Michael Stapelberg | fix prototypes |
commit | commitdiff | tree | snapshot |
2013-10-09 |
Michael Stapelberg | itemz: implement counter reset rgb2rv12 |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Jakob Haufe | Ignore "items" and "tags" as well rgb2rv10 |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Jakob Haufe | Restructure Makefile and create include/version.h |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Michael Stapelberg | ziffer-handling: backspace-support, range check, nur... rgb2rv9 |
commit | commitdiff | tree | snapshot |
2012-09-30 |
Michael Stapelberg | log to memory |
commit | commitdiff | tree | snapshot |
2012-09-30 |
Michael Stapelberg | cat.c: correctly prefix 0 for every single hex (!)... |
commit | commitdiff | tree | snapshot |
2012-09-30 |
Michael Stapelberg | make cat.c compile again |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Michael Stapelberg | fix off-by-one in item display |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Michael Stapelberg | use colors for a good/bad sale |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Michael Stapelberg | implement colors, remove printing toggle |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Michael Stapelberg | colors were off-by-one |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Michael Stapelberg | add color code definitions |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Michael Stapelberg | include time in paper trail when adding a new credit |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Michael Stapelberg | show remaining credits when user has not enough credits |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Michael Stapelberg | Fix wrong print statement |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Michael Stapelberg | implement depositing when the user cannot purchase... |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Michael Stapelberg | right-align price in header |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Michael Stapelberg | actually increment transaction id |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Michael Stapelberg | header gefixed |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Michael Stapelberg | credit_manager: use the proper header |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Michael Stapelberg | fix sprintf format |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Michael Stapelberg | use consistent header line length |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Michael Stapelberg | print_buffer needs to be larger when we print 80 characters |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Michael Stapelberg | align papertrail format |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Michael Stapelberg | makefile: use 'all' target by default |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Michael Stapelberg | backspace handling: do nothing when at the left-most... |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Michael Stapelberg | backspace in get_input(): write \0-bytes |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Michael Stapelberg | replace getchar() with cgetc() in more places, implemen... |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Michael Stapelberg | use nice drawing characters and two-column layout |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Michael Stapelberg | use cgetc() and cputc() instead of getchar() |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Michael Stapelberg | raise number of items to 32 |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Michael Stapelberg | Implement printing a header |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Michael Stapelberg | improve formatting of the start screen rgb2rv7 |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Michael Stapelberg | Update copyright notice, convert files to utf8, add... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Michael Stapelberg | handle selling more than 9 items (whole input will... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Michael Stapelberg | Move logging/printing functions to src/print.c, fix... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Michael Stapelberg | Cleanup makefile |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Michael Stapelberg | Add git version string |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Michael Stapelberg | clear screen when starting rgb2rv6 |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Michael Stapelberg | Add missing include |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Michael Stapelberg | Add timestamp for deposit log |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Michael Stapelberg | Bugfix: Use correct data type as return value in buy() |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Michael Stapelberg | Revert "calculate money when loading statefile" |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Michael Stapelberg | Clear screen before selling custom entries |
commit | commitdiff | tree | snapshot |
next |