summaryrefslogtreecommitdiff
path: root/src/hand.c
Commit message (Expand)AuthorAge
* added documentationReiner Herrmann2011-01-29
* finished implementing play_cards function for client/server; added new messag...Reiner Herrmann2011-01-25
* Remove chosen card from hand.Mario Kilies2011-01-25
* Refactored cardstack and tablestacks to card_stack_t and table_stacks_t, that...Mario Kilies2011-01-16
* Simplified net_recv(). Refactored 'hand' from array definition to hand_t stru...Mario Kilies2011-01-16
* Implemented hand_sort(). ui_choose_card() now pre-selects the card with lowes...Mario Kilies2011-01-14