| Commit message (Collapse) | Author | Age |
| ... | |
| |\ |
|
| | | |
|
| |/
|
|
| |
data_store_t and datamodel() to data_store().
|
| |
|
|
| |
player_list_entry_t.
|
| |
|
|
| |
functions.
|
| |
|
|
| |
them in a huge switch() statement.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
the table and is able to display '-' if the player has not played an open card (This is used to display the window before the actual gameplay has begun).
|
| | |
|
| |
|
|
|
|
| |
this is allowed because only the first $count elements will
be sorted by qsort/pnoc_sort, so only pnocs of valid players
will be sorted.
|
| |
|
|
| |
client: receive open cards from clients, sort and display them
|
| | |
|
| |\ |
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| |
|
|
| |
with drawn cards
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
code from main.c to game.c
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
broadcasting the selection results to all clients
|
| | |
|
| |
|
|
| |
that both now are defined as structs rather than arrays. Inserted lots of assert() calls to functions that take pointers as arguments.
|
| |
|
|
| |
struct definition.
|
| |
|
|
| |
instead of packet length
|
| |\ |
|
| | |\ |
|
| | | |
| | |
| | |
| | | |
client_recv and server_recv.
|
| | |/
|/| |
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
to be able to determine exact amount to recv
2. implement functions for sending/receiving dealt hands
|