Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Enable ctrl-click right-click emulation in freecell | June McEnroe | 2022-01-22 |
| | |||
* | Build macOS .app bundles | June McEnroe | 2022-01-22 |
| | |||
* | Only use cells for moveColumn | June McEnroe | 2022-01-20 |
| | | | | | | So long as the move queuer doesn't use empty tableau stacks correctly, it shouldn't use them at all. This way it's easier to do the correct moves manually. | ||
* | Add SDL2Config.cmake workarounds for MinGW compiler | William D. Jones | 2022-01-19 |
| | |||
* | Only require C | June McEnroe | 2022-01-19 |
| | |||
* | Merge commit '91db088feddc115670b5031f37a19e1a11ccc504' | June McEnroe | 2022-01-19 |
|\ | |||
| * | Only require C | June McEnroe | 2022-01-19 |
| | | |||
* | | 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. |