about summary refs log tree commit diff
path: root/dump.c (follow)
Commit message (Collapse)AuthorAge
* Make copyrights and AUTHORS consistent HEAD masterJune McEnroe2022-09-18
|
* Simplify (sort of) Cards API and add FreeCell loadingJune McEnroe2019-03-28
|
* Replace feature test macro with _XOPEN_SOURCEJune McEnroe2019-03-27
| | | | | For some reason the former makes snprintf disappear on macOS even though it's specified in C99???
* Add feature test macro for GNU in dumpJune McEnroe2019-03-27
|
* Add Cards_InvertJune McEnroe2019-03-27
|
* Add flags to dumpJune McEnroe2019-03-27
| | | | And just use UNIX stuff since it's a utility.
* Add flags to fix up cards graphicsJune McEnroe2019-03-16
|
* Simplify Cards constantsJune McEnroe2019-03-15
|
* Handle error from SDL_SaveBMPJune McEnroe2019-03-14
|
* Rewrite using SDLJune McEnroe2019-03-14
|
* Add cards.h, cards.c, dump.cJune McEnroe2019-03-10