Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add basic install | June McEnroe | 2022-01-19 |
| | |||
* | Use cards with add_subdirectory | June McEnroe | 2022-01-19 |
| | |||
* | Merge commit '344497630ac9ef2d46287cd574472ce369694076' | June McEnroe | 2022-01-19 |
|\ | |||
| * | Replace build system with cmake | June McEnroe | 2022-01-19 |
| | | |||
* | | Replace build system with cmake | June McEnroe | 2022-01-19 |
| | | | | | | | | Thanks to cr1901 for helping to test this on Windows. | ||
* | | Allow choosing freecell game on command line | June McEnroe | 2020-03-31 |
| | | |||
* | | Add 'cards/' from commit 'daf6fd1d716aad3c03b6dadbbd7a4b724acbfece' | June McEnroe | 2020-01-27 |
|\| | | | | | | | | | | | git-subtree-dir: cards git-subtree-mainline: 97e1d0e9a7eb2cfad54e518cd5eba3f4523f788d git-subtree-split: daf6fd1d716aad3c03b6dadbbd7a4b724acbfece | ||
| * | Remove README | June McEnroe | 2019-12-19 |
| | | |||
| * | Use symlink for README.3 | June McEnroe | 2019-12-15 |
| | | |||
| * | Add README | June McEnroe | 2019-08-22 |
| | | |||
| * | Add example | June McEnroe | 2019-08-22 |
| | | |||
| * | Add FILES section | June McEnroe | 2019-08-22 |
| | | |||
| * | Remove games | June McEnroe | 2019-08-22 |
| | | |||
* | | Remove cards submodule | June McEnroe | 2020-01-27 |
| | | |||
* | | Update submodule URL | June McEnroe | 2019-12-16 |
| | | |||
* | | Show game number in title | June McEnroe | 2019-08-27 |
| | | |||
* | | Replicate the FreeCell LCG and deal algorithm | June McEnroe | 2019-08-27 |
| | | |||
* | | Move as deep a stack as possible to empty columns | June McEnroe | 2019-08-26 |
| | | |||
* | | Simplify card and stack function names | June McEnroe | 2019-08-26 |
| | | |||
* | | Clean up naming | June McEnroe | 2019-08-26 |
| | | |||
* | | Rewrite FreeCell | June McEnroe | 2019-08-25 |
| | | | | | | | | With move sequencing! | ||
* | | Build with cards submodule | June McEnroe | 2019-08-25 |
| | | |||
* | | Add cards submodule | June McEnroe | 2019-08-25 |
| | | |||
* | | Remove files from cards repo | June McEnroe | 2019-08-25 |
|/ | |||
* | Mark card functions inline | June McEnroe | 2019-04-04 |
| | |||
* | Add listClear | June McEnroe | 2019-04-04 |
| | |||
* | Tweak mouseButtonUp code a bit | June McEnroe | 2019-04-03 |
| | | | | It's still kind of confusing. | ||
* | Check gameAvail on double-click | June McEnroe | 2019-04-03 |
| | |||
* | Select and move cards on mouse up | June McEnroe | 2019-04-02 |
| | |||
* | Add idSkip | June McEnroe | 2019-04-01 |
| | | | | | In Windows 95 FREECELL.EXE, the resource IDs are changed to 403, 404 and 405. For some reason. | ||
* | Fix weird typo | June McEnroe | 2019-03-31 |
| | | | | What the hell. | ||
* | 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 |
| |