tty-solitaire/src
Murilo Pereira 223837b9e0
Merge pull request #41 from dther/master
Redraw card background to prevent visual artefacts
2020-05-31 22:40:22 +02:00
..
card.c Compile and run on OS X. 2013-12-24 14:41:02 -02:00
card.h Name-spaced functions for card and stack. 2011-06-06 01:57:52 -03:00
common.c Resizing works. 2011-06-19 19:36:29 -03:00
common.h Resizing works. 2011-06-19 19:36:29 -03:00
cursor.c Compile and run on OS X. 2013-12-24 14:41:02 -02:00
cursor.h Added option to control the number of passes through the deck. 2011-06-08 02:36:46 -03:00
deck.c Compile and run on OS X. 2013-12-24 14:41:02 -02:00
deck.h Name-spaced functions for deck. 2011-06-06 02:04:03 -03:00
frame.c Compile and run on OS X. 2013-12-24 14:41:02 -02:00
frame.h Name-spaced functions for frame. 2011-06-06 02:16:54 -03:00
game.c Fix off by one error inf shuffle_deck() 2019-01-23 14:23:16 -05:00
game.h Added option to control the number of passes through the deck. 2011-06-08 02:36:46 -03:00
gui.c Redraw card background to prevent visual artefacts 2020-06-01 01:12:40 +10:00
gui.h Renamed the 'draw' module to 'gui'. 2011-06-08 22:55:44 -03:00
keyboard.c This doesn't need to be a while. 2018-05-07 13:26:20 +02:00
keyboard.h Added option to control the number of passes through the deck. 2011-06-08 02:36:46 -03:00
stack.c Fix all memory leaks reported by valgrind 2019-01-21 16:02:04 -05:00
stack.h Name-spaced functions for card and stack. 2011-06-06 01:57:52 -03:00
ttysolitaire.c Rename version macro definition. 2018-08-12 23:29:45 +02:00