index
:
cards
this commit
master
CARDS.DLL loader for SDL
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exefmt.txt
(
unfollow
)
Commit message (
Expand
)
Author
2019-03-24
Add missing time.h include
June McEnroe
2019-03-24
Prepare for PE loading
June McEnroe
2019-03-24
Add back dump Makefile target
June McEnroe
2019-03-24
Use SDL_RenderSetLogicalSize rather than SetScale
June McEnroe
2019-03-24
Use Card typedef
June McEnroe
2019-03-24
Choose card back randomly
June McEnroe
2019-03-24
Add undo
June McEnroe
2019-03-24
Use rand(3)
June McEnroe
2019-03-24
Search pref path, base path for CARDS.DLL, SOL.EXE
June McEnroe
2019-03-24
Use SDL_ShowSimpleMessageBox for errors
June McEnroe
2019-03-24
Factor out suit, color and rank functions
June McEnroe
2019-03-22
Treat multiple-of-two-clicks as double-clicks
June McEnroe
2019-03-22
Treat multi-clicks as double-clicks
June McEnroe
2019-03-22
Add d key
June McEnroe
2019-03-22
Add F2 and b temporary key
June McEnroe
2019-03-22
Implement the game
June McEnroe
2019-03-21
Refactor layout code slightly
June McEnroe
2019-03-20
Separate layout step for dragging
June McEnroe
2019-03-20
Remove demo
June McEnroe
2019-03-20
Add WIP sol.c
June McEnroe
2019-03-17
Only check errors from create calls
June McEnroe
2019-03-16
Add demo
June McEnroe
2019-03-16
Add flags to fix up cards graphics
June McEnroe
2019-03-15
Simplify Cards constants
June McEnroe
2019-03-15
Turn on -Wpedantic
June McEnroe
2019-03-15
Add Cards_{Width,Height} constants
June McEnroe
2019-03-14
Handle error from SDL_SaveBMP
June McEnroe
2019-03-14
Rewrite using SDL
June McEnroe
2019-03-10
Add cards.h, cards.c, dump.c
June McEnroe