Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Add undo to freecell | June McEnroe | 2019-03-30 | |
| | ||||
* | Replace path.h with asset.h | June McEnroe | 2019-03-29 | |
| | ||||
* | Add king win face | June McEnroe | 2019-03-29 | |
| | ||||
* | Change king face direction | June McEnroe | 2019-03-29 | |
| | ||||
* | Load king bitmaps in freecell | June McEnroe | 2019-03-29 | |
| | ||||
* | Document dump(1) | June McEnroe | 2019-03-29 | |
| | ||||
* | Document cards library | June McEnroe | 2019-03-29 | |
| | ||||
* | Factor out path searching | June McEnroe | 2019-03-28 | |
| | ||||
* | Simplify (sort of) Cards API and add FreeCell loading | June McEnroe | 2019-03-28 | |
| | ||||
* | Refactor EXE/DLL loading to be more general | June McEnroe | 2019-03-28 | |
| | | | | In order to load the 3 bitmaps from FREECELL.EXE. | |||
* | Add keys to reveal ranks | June McEnroe | 2019-03-28 | |
| | | | | This isn't a feature in the original but I want it. | |||
* | Add right click to reveal cards | June McEnroe | 2019-03-28 | |
| | | | | This is a feature I didn't know about until reading the help. | |||
* | Fix double-click regardless of selection | June McEnroe | 2019-03-28 | |
| | ||||
* | Add "configure" script | June McEnroe | 2019-03-27 | |
| | | | | Look I'm being all compatible and stuff. | |||
* | Replace feature test macro with _XOPEN_SOURCE | June McEnroe | 2019-03-27 | |
| | | | | | For some reason the former makes snprintf disappear on macOS even though it's specified in C99??? | |||
* | Refactor Makefile | June McEnroe | 2019-03-27 | |
| | ||||
* | Add feature test macro for GNU in dump | June McEnroe | 2019-03-27 | |
| | ||||
* | Add FreeCell | June McEnroe | 2019-03-27 | |
| | ||||
* | Remove unneeded include | June McEnroe | 2019-03-27 | |
| | ||||
* | Add Cards_Invert | June McEnroe | 2019-03-27 | |
| | ||||
* | Add flags to dump | June McEnroe | 2019-03-27 | |
| | | | | And just use UNIX stuff since it's a utility. | |||
* | Factor out layout code | June McEnroe | 2019-03-27 | |
| | ||||
* | Search for lowercase cards.dll and fall back to current directory |