Age | Commit message (Expand) | Author |
2022-11-15 | Update .gitignore | B. Watson |
2022-11-15 | Add a few more notes to README. | B. Watson |
2022-11-15 | Add a few notes to README. | B. Watson |
2022-11-15 | Bump version to 0.3.2. | B. Watson |
2022-11-15 | dla.xex: add Quit to Save/Redo/New menu. | B. Watson |
2022-11-14 | C formatting nitpickery. | B. Watson |
2022-11-14 | dla2csv.xex: exit instead of crashing if user presses Ctrl-3. | B. Watson |
2022-11-14 | cosmetics | B. Watson |
2022-11-14 | dla.xex: add Q=Quit to particles prompt. | B. Watson |
2022-11-14 | dla.xex: add quit option, play nicer with various DOSes. | B. Watson |
2022-11-14 | v0.3.1: dla.xex: handle Break and EOF at prompts. | B. Watson |
2022-11-13 | v0.3.0: save files are now 176x170. | B. Watson |
2022-11-13 | Use prettier colors in dla2csv.xex. | B. Watson |
2022-11-12 | dla2csv derp. | B. Watson |
2022-11-12 | Make dla2csv more like a real C program instead of "portable assembly". | B. Watson |
2022-11-12 | Tweak README. | B. Watson |
2022-11-12 | dla2csv.xex: update help message. | B. Watson |
2022-11-12 | dla2csv.xex: Add "Exit program?" option when user enters an empty filename. | B. Watson |
2022-11-11 | Tweak README. | B. Watson |
2022-11-11 | Fix Makefile incompatibility with BSD make. | B. Watson |
2022-11-11 | Embed version number in dla2img.sh. | B. Watson |
2022-11-11 | Bullet-proof dla2img.sh, update README.txt. | B. Watson |
2022-11-11 | v0.2.1: Prepend D: to Save filename if needed. Move VERSION out of the Makefile. | B. Watson |
2022-11-11 | dla2csv.xex: disk directory support, disable break key, ^C to abort conversion. | B. Watson |
2022-11-10 | Mention TNFS in README. | B. Watson |
2022-11-10 | Mention 48K requirement in README. | B. Watson |
2022-11-10 | Add repo URL to README. | B. Watson |
2022-11-10 | Include dla2csv binary in .gitignore. | B. Watson |
2022-11-10 | Include local cruft in .gitignore. | B. Watson |
2022-11-10 | VERSION now set in Makefile. | B. Watson |
2022-11-10 | Add direct links to executables in README. | B. Watson |
2022-11-10 | Add .xex files to repo. | B. Watson |
2022-11-10 | Report write errors in dla2csv, add disk and disktest make targets. | B. Watson |
2022-11-10 | dla2csv: complain if input looks incorrect, user-friendly enhancements for at... | B. Watson |
2022-11-10 | memcheck failure does a reset instead of crash. | B. Watson |
2022-11-10 | Add memory check segment, make display list show all 170 gr8 lines. | B. Watson |
2022-11-09 | Keep drunkwalk and lineaddrs_l/h from crossing page boundaries (3% speedup). | B. Watson |
2022-11-09 | Added dla2csv, dla2img. Split up docs. | B. Watson |
2022-11-08 | Minor README fix. | B. Watson |
2022-11-08 | Remove tmp1. | B. Watson |
2022-11-08 | Update times in README.txt. | B. Watson |
2022-11-08 | Add/fix comments, profiling for initscreen and render. Runtime ~3:05 now. | B. Watson |
2022-11-08 | drunkwalk does spawning and plotting, too. | B. Watson |
2022-11-08 | Remove part_x and part_y. | B. Watson |
2022-11-08 | Remove Start key peeking (no longer works). | B. Watson |
2022-11-08 | Optimize the new drunkwalk... | B. Watson |
2022-11-08 | Store unpacked pixels during generation. Needs more testing. | B. Watson |
2022-11-06 | Remove dead code, save 3 cycles in drunkwalk, v0.1.3. | B. Watson |
2022-11-05 | Unroll drunkwalk some, v0.1.2, save ~25s runtime. | B. Watson |
2022-11-05 | Save another ~45 sec runtime, version 0.1.1 | B. Watson |