summary refs log tree commit diff
Commit message (Expand)AuthorAge
* 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
* 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
* Check gameAvail on double-clickJune McEnroe2019-04-03
* Select and move cards on mouse upJune McEnroe2019-04-02
* Add idSkipJune McEnroe2019-04-01
* Fix weird typoJune McEnroe2019-03-31
* 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
* Document dump(1)June McEnroe2019-03-29
* Document cards libraryJune McEnroe2019-03-29
* Factor out path searchingJune McEnroe2019-03-28
* Simplify (sort of) Cards API and add FreeCell loadingJune McEnroe2019-03-28
* Refactor EXE/DLL loading to be more generalJune McEnroe2019-03-28
* Add keys to reveal ranksJune McEnroe2019-03-28
* Add right click to reveal cardsJune McEnroe2019-03-28
* Fix double-click regardless of selectionJune McEnroe2019-03-28
* Add "configure" scriptJune McEnroe2019-03-27
* Replace feature test macro with _XOPEN_SOURCEJune McEnroe2019-03-27
* Refactor MakefileJune McEnroe2019-03-27
* Add feature test macro for GNU in dumpJune McEnroe2019-03-27
* Add FreeCellJune McEnroe2019-03-27
* Remove unneeded includeJune McEnroe2019-03-27
* Add Cards_InvertJune McEnroe2019-03-27
* Add flags to dumpJune McEnroe2019-03-27
* Factor out layout codeJune McEnroe2019-03-27
* Search for lowercase cards.dll and fall back to current directoryJune McEnroe2019-03-26
* Make Stack capacity configurableJune McEnroe2019-03-26
* Remove stackDeckJune McEnroe2019-03-26
* Implement loadPEJune McEnroe2019-03-25
* Only set palette length for bitsPerPixel < 16June McEnroe2019-03-25
* Fix gcc sign warningsJune McEnroe2019-03-24
* Use SDL2_PREFIX as make variableJune McEnroe2019-03-24
* Add missing time.h includeJune McEnroe2019-03-24
* Prepare for PE loadingJune McEnroe2019-03-24
* Add back dump Makefile targetJune McEnroe2019-03-24