summary refs log tree commit diff
path: root/freecell.c (follow)
Commit message (Collapse)AuthorAge
* Add F5 to restart gameJune McEnroe2022-08-31
|
* Allow screensaver/sleepJune McEnroe2022-01-23
|
* Enable ctrl-click right-click emulation in freecellJune McEnroe2022-01-22
|
* Only use cells for moveColumnJune McEnroe2022-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.
* Allow choosing freecell game on command lineJune McEnroe2020-03-31
|
* Show game number in titleJune McEnroe2019-08-27
|
* Replicate the FreeCell LCG and deal algorithmJune McEnroe2019-08-27
|
* Move as deep a stack as possible to empty columnsJune McEnroe2019-08-26
|
* Simplify card and stack function namesJune McEnroe2019-08-26
|
* Clean up namingJune McEnroe2019-08-26
|
* Rewrite FreeCellJune McEnroe2019-08-25
| | | | With move sequencing!
* Build with cards submoduleJune McEnroe2019-08-25
|
* Add listClearJune McEnroe2019-04-04
|
* Tweak mouseButtonUp code a bitJune McEnroe2019-04-03
| | | | It's still kind of confusing.
* Check gameAvail on double-clickJune McEnroe2019-04-03
|
* Select and move cards on mouse upJune McEnroe2019-04-02
|
* Fix weird typoJune McEnroe2019-03-31
| | | | What the hell.
* Add undo to freecellJune McEnroe2019-03-30
|
* Replace path.h with asset.hJune McEnroe2019-03-29
|
* Add king win faceJune McEnroe2019-03-29
|
* Change king face directionJune McEnroe2019-03-29
|
* Load king bitmaps in freecellJune McEnroe2019-03-29
|
* Factor out path searchingJune McEnroe2019-03-28
|
* Simplify (sort of) Cards API and add FreeCell loadingJune McEnroe2019-03-28
|
* Add keys to reveal ranksJune McEnroe2019-03-28
| | | | This isn't a feature in the original but I want it.
* Add right click to reveal cardsJune McEnroe2019-03-28
| | | | This is a feature I didn't know about until reading the help.
* Fix double-click regardless of selectionJune McEnroe2019-03-28
|
* Add FreeCellJune McEnroe2019-03-27