summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* 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
* Use SDL_RenderSetLogicalSize rather than SetScaleJune McEnroe2019-03-24
* Use Card typedefJune McEnroe2019-03-24
* Choose card back randomlyJune McEnroe2019-03-24
* Add undoJune McEnroe2019-03-24
* Use rand(3)June McEnroe2019-03-24
* Search pref path, base path for CARDS.DLL, SOL.EXEJune McEnroe2019-03-24
* Use SDL_ShowSimpleMessageBox for errorsJune McEnroe2019-03-24
* Factor out suit, color and rank functionsJune McEnroe2019-03-24
* Treat multiple-of-two-clicks as double-clicksJune McEnroe2019-03-22
* Treat multi-clicks as double-clicksJune McEnroe2019-03-22
* Add d keyJune McEnroe2019-03-22
* Add F2 and b temporary keyJune McEnroe2019-03-22
* Implement the gameJune McEnroe2019-03-22
* Refactor layout code slightlyJune McEnroe2019-03-21
* Separate layout step for draggingJune McEnroe2019-03-20
* Remove demoJune McEnroe2019-03-20
* Add WIP sol.cJune McEnroe2019-03-20