summaryrefslogtreecommitdiff
path: root/src/player.c
Commit message (Collapse)AuthorAge
* add mapping between sockets and pnocsReiner Herrmann2011-01-24
|
* adapted client_recv_hello to data storeReiner Herrmann2011-01-23
|
* started refactoring: separate server process for local client; moved net ↵Reiner Herrmann2011-01-23
| | | | code from main.c to game.c
* Refactored cardstack and tablestacks to card_stack_t and table_stacks_t, ↵Mario Kilies2011-01-16
| | | | that both now are defined as structs rather than arrays. Inserted lots of assert() calls to functions that take pointers as arguments.
* fix some warningsReiner Herrmann2011-01-16
|
* added create/cleanup function for player_listReiner Herrmann2011-01-16