summaryrefslogtreecommitdiff
path: root/src/server_game_states.c
Commit message (Collapse)AuthorAge
* added some debug outputReiner Herrmann2011-01-25
|
* use renamed function card_stack_clearReiner Herrmann2011-01-25
|
* finished implementing play_cards function for client/server; added new ↵Reiner Herrmann2011-01-25
| | | | message type next_action which indicates whether the game is finished or the server will deal new cards
* Minor changes. Renamed global.[ch] to data_store.[ch], data_store to ↵Mario Kilies2011-01-25
| | | | data_store_t and datamodel() to data_store().
* Removed awkward pnoc_t and refactored its contents to the new ↵Mario Kilies2011-01-25
| | | | player_list_entry_t.
* Created a mainstack datatype. Refactored server game states into separate ↵Mario Kilies2011-01-25
functions.