Commit message (Collapse) | Author | ||
---|---|---|---|
2022-09-18 | Make copyrights and AUTHORS consistent | June McEnroe | |
2022-08-31 | Add F5 to restart game | June McEnroe | |
2022-01-23 | 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 | |
As yet untested on Windows... | |||
2022-01-23 | 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-22 | Only open the ICO file once we have something to output | June McEnroe | |
2022-01-22 | Fix size of padding counter | June McEnroe | |
CHIPS.EXE has an alignmentShift of 9 bits! | |||
2022-01-22 | 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-20 | Only use cells for moveColumn | June McEnroe | |
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. | |||
2022-01-19 | Add SDL2Config.cmake workarounds for MinGW compiler | William D. Jones | |
2022-01-19 | Only require C | 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 | Replace build system with cmake | June McEnroe | |
2022-01-19 | Replace build system with cmake | June McEnroe | |
Thanks to cr1901 for helping to test this on Windows. | |||
2020-03-31 | Allow choosing freecell game on command line | June McEnroe | |
2020-01-27 | Remove cards submodule | June McEnroe | |
2019-12-19 | Remove README | June McEnroe | |
2019-12-16 | Update submodule URL | June McEnroe | |
2019-12-15 | Use symlink for README.3 | June McEnroe | |
2019-08-27 | Show game number in title | June McEnroe | |
2019-08-27 | Replicate the FreeCell LCG and deal algorithm | June McEnroe | |
2019-08-26 | 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-25 | Rewrite FreeCell | June McEnroe | |
With move sequencing! | |||
2019-08-25 | 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-22 | 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-04-04 | Mark card functions inline | June McEnroe | |
2019-04-04 | Add listClear | June McEnroe | |
2019-04-03 | Tweak mouseButtonUp code a bit | June McEnroe | |
It's still kind of confusing. | |||
2019-04-03 | Check gameAvail on double-click | June McEnroe | |
2019-04-02 | Select and move cards on mouse up | June McEnroe | |
2019-04-01 | Add idSkip | June McEnroe | |
In Windows 95 FREECELL.EXE, the resource IDs are changed to 403, 404 and 405. For some reason. | |||
2019-03-31 | Fix weird typo | June McEnroe | |
What the hell. | |||
2019-03-30 | Add undo to freecell | June McEnroe | |
2019-03-29 | 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 | |