Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Replace build system with cmake | June McEnroe | 2022-01-19 |
| | | | | Thanks to cr1901 for helping to test this on Windows. | ||
* | Simplify card and stack function names | June McEnroe | 2019-08-26 |
| | |||
* | Build with cards submodule | June McEnroe | 2019-08-25 |
| | |||
* | Replace path.h with asset.h | 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 |
| | |||
* | Add FreeCell | June McEnroe | 2019-03-27 |
| | |||
* | Remove unneeded include | June McEnroe | 2019-03-27 |
| | |||
* | Factor out layout code | June McEnroe | 2019-03-27 |
| | |||
* | Search for lowercase cards.dll and fall back to current directory | June McEnroe | 2019-03-26 |
| | |||
* | Remove stackDeck | June McEnroe | 2019-03-26 |
| | | | | Other games will probably want to do it differently. | ||
* | Fix gcc sign warnings | June McEnroe | 2019-03-24 |
| | |||
* | Add missing time.h include | June McEnroe | 2019-03-24 |
| | |||
* | Use SDL_RenderSetLogicalSize rather than SetScale | June McEnroe | 2019-03-24 |
| | |||
* | Use Card typedef | June McEnroe | 2019-03-24 |
| | |||
* | Choose card back randomly | June McEnroe | 2019-03-24 |
| | |||
* | Add undo | June McEnroe | 2019-03-24 |
| | |||
* | Use rand(3) | June McEnroe | 2019-03-24 |
| | | | | | | | Disgusting, I know. randUniform is based on the FreeBSD implementation of arc4random_uniform(3). | ||
* | Search pref path, base path for CARDS.DLL, SOL.EXE | June McEnroe | 2019-03-24 |
| | |||
* | Use SDL_ShowSimpleMessageBox for errors | June McEnroe | 2019-03-24 |
| | |||
* | Factor out suit, color and rank functions | June McEnroe | 2019-03-24 |
| | | | | I plan to implement other solitaire games. | ||
* | Treat multiple-of-two-clicks as double-clicks | June McEnroe | 2019-03-22 |
| | |||
* | Treat multi-clicks as double-clicks | June McEnroe | 2019-03-22 |
| | |||
* | Add d key | June McEnroe | 2019-03-22 |
| | |||
* | Add F2 and b temporary key | June McEnroe | 2019-03-22 |
| | |||
* | Implement the game | June McEnroe | 2019-03-22 |
| | |||
* | Refactor layout code slightly | June McEnroe | 2019-03-21 |
| | |||
* | Separate layout step for dragging | June McEnroe | 2019-03-20 |
| | |||
* | Add WIP sol.c | June McEnroe | 2019-03-20 |