summaryrefslogtreecommitdiff
path: root/src/player.c
Commit message (Collapse)AuthorAge
* Implemented final scores window.Mario Kilies2011-01-27
|
* fix bug where server is sending message to wrong clientsReiner Herrmann2011-01-25
|
* Removed awkward pnoc_t and refactored its contents to the new ↵Mario Kilies2011-01-25
| | | | player_list_entry_t.
* receive and store selected (open) cards from playersReiner Herrmann2011-01-24
|
* 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