summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Make copyrights consistent HEAD masterJune McEnroe2022-09-18
|
* Merge commit '012f57e80e15cdc8e588cf6ccfaa7133befac7aa'June McEnroe2022-09-18
|\
| * Make copyrights and AUTHORS consistentJune McEnroe2022-09-18
| |
* | Add F5 to restart gameJune McEnroe2022-08-31
| |
* | Fill in some Info.plist fieldsJune McEnroe2022-01-23
| |
* | Upscale icons for macOSJune McEnroe2022-01-23
| |
* | Add icons to Windows and macOS appsJune McEnroe2022-01-23
| | | | | | | | As yet untested on Windows...
* | Account for ICOs lying about bpp, drop BITMAPCOREHEADERJune McEnroe2022-01-23
| |
* | Add ico2png converterJune McEnroe2022-01-23
| |
* | Allow screensaver/sleepJune McEnroe2022-01-23
| |
* | Only open the ICO file once we have something to outputJune McEnroe2022-01-22
| |
* | Fix size of padding counterJune McEnroe2022-01-22
| | | | | | | | CHIPS.EXE has an alignmentShift of 9 bits!
* | Add exe2ico extractorJune McEnroe2022-01-22
| |
* | Enable ctrl-click right-click emulation in freecellJune McEnroe2022-01-22
| |
* | Build macOS .app bundlesJune 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.
* | Add SDL2Config.cmake workarounds for MinGW compilerWilliam D. Jones2022-01-19
| |
* | Only require CJune McEnroe2022-01-19
| |
* | Merge commit '91db088feddc115670b5031f37a19e1a11ccc504'June McEnroe2022-01-19
|\|
| * Only require CJune McEnroe2022-01-19
| |
* | Add basic installJune McEnroe2022-01-19
| |
* | Use cards with add_subdirectoryJune McEnroe2022-01-19
| |
* | Merge commit '344497630ac9ef2d46287cd574472ce369694076'June McEnroe2022-01-19
|\|
| * Replace build system with cmakeJune McEnroe2022-01-19
| |
* | Replace build system with cmakeJune McEnroe2022-01-19
| | | | | | | | Thanks to cr1901 for helping to test this on Windows.
* | Allow choosing freecell game on command lineJune McEnroe2020-03-31
| |
* | Add 'cards/' from commit 'daf6fd1d716aad3c03b6dadbbd7a4b724acbfece'June McEnroe2020-01-27
|\| | | | | | | | | | | git-subtree-dir: cards git-subtree-mainline: 97e1d0e9a7eb2cfad54e518cd5eba3f4523f788d git-subtree-split: daf6fd1d716aad3c03b6dadbbd7a4b724acbfece
| * Remove READMEJune McEnroe2019-12-19
| |
| * Use symlink for README.3June McEnroe2019-12-15
| |
| * Add READMEJune McEnroe2019-08-22
| |
| * Add exampleJune McEnroe2019-08-22
| |
| * Add FILES sectionJune McEnroe2019-08-22
| |
| * Remove gamesJune McEnroe2019-08-22
| |
* | Remove cards submoduleJune McEnroe2020-01-27
| |
* | Update submodule URLJune McEnroe2019-12-16
| |
* | 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 cards submoduleJune McEnroe2019-08-25
| |
* | Remove files from cards repoJune McEnroe2019-08-25
|/
* Mark card functions inlineJune McEnroe2019-04-04
|
* 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
|
* Add idSkipJune McEnroe2019-04-01
| | | | | In Windows 95 FREECELL.EXE, the resource IDs are changed to 403, 404 and 405. For some reason.