Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge commit '012f57e80e15cdc8e588cf6ccfaa7133befac7aa' | June McEnroe | 2022-09-18 |
|\ | |||
| * | Make copyrights and AUTHORS consistent | June McEnroe | 2022-09-18 |
| | | |||
* | | Add F5 to restart game | June McEnroe | 2022-08-31 |
| | | |||
* | | Fill in some Info.plist fields | June McEnroe | 2022-01-23 |
| | | |||
* | | Upscale icons for macOS | June McEnroe | 2022-01-23 |
| | | |||
* | | Add icons to Windows and macOS apps | June McEnroe | 2022-01-23 |
| | | | | | | | | As yet untested on Windows... | ||
* | | Account for ICOs lying about bpp, drop BITMAPCOREHEADER | June McEnroe | 2022-01-23 |
| | | |||
* | | Add ico2png converter | June McEnroe | 2022-01-23 |
| | | |||
* | | Allow screensaver/sleep | June McEnroe | 2022-01-23 |
| | | |||
* | | Only open the ICO file once we have something to output | June McEnroe | 2022-01-22 |
| | | |||
* | | Fix size of padding counter | June McEnroe | 2022-01-22 |
| | | | | | | | | CHIPS.EXE has an alignmentShift of 9 bits! | ||
* | | Add exe2ico extractor | June McEnroe | 2022-01-22 |
| | | |||
* | | 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. |