| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Merge branch 'master' of ssh://icarus-git/~git/oxen | Reiner Herrmann | 2011-01-25 |
| |\ | |||
| | * | Added documentation. | Mario Kilies | 2011-01-25 |
| | | | |||
| * | | finished implementing play_cards function for client/server; added new ↵ | Reiner Herrmann | 2011-01-25 |
| |/ | | | | message type next_action which indicates whether the game is finished or the server will deal new cards | ||
| * | implement part of state_client_play_cards(); added new message type: hello ↵ | Reiner Herrmann | 2011-01-25 |
| | | | | | reply from server which notifies clients of their player-ids | ||
| * | Code does compile again. | Mario Kilies | 2011-01-25 |
| | | |||
| * | Merge branch 'master' of ssh://git@wg.reiner-h.de:22003/~git/oxen | Mario Kilies | 2011-01-25 |
| |\ | |||
| | * | corrected server_parse_selected_stack() | Reiner Herrmann | 2011-01-25 |
| | | | |||
| * | | Minor changes. Renamed global.[ch] to data_store.[ch], data_store to ↵ | Mario Kilies | 2011-01-25 |
| |/ | | | | data_store_t and datamodel() to data_store(). | ||
| * | Removed awkward pnoc_t and refactored its contents to the new ↵ | Mario Kilies | 2011-01-25 |
| | | | | | player_list_entry_t. | ||
| * | use player count instead of MAX_PLAYERS. | Reiner Herrmann | 2011-01-24 |
| | | | | | | | 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. | ||
| * | server: send open cards to clients | Reiner Herrmann | 2011-01-24 |
| | | | | | client: receive open cards from clients, sort and display them | ||
| * | receive and store selected (open) cards from players | Reiner Herrmann | 2011-01-24 |
| | | |||
| * | add mapping between sockets and pnocs | Reiner Herrmann | 2011-01-24 |
| | | |||
| * | Added game loop termination. Commented out debug messages. | Mario Kilies | 2011-01-24 |
| | | |||
| * | First attempt to implement STATE_CLIENT_WAIT_FOR_HAND_CARDS. | Mario Kilies | 2011-01-24 |
| | | |||
| * | Second part of huge refactoring of networking related code. | Mario Kilies | 2011-01-24 |
| | | |||
| * | Added some consts. | Mario Kilies | 2011-01-24 |
| | | |||
| * | Huge refactoring of network related code. | Mario Kilies | 2011-01-24 |
| | | |||
| * | Source code refactoring. Moved net/client/server stuff to 'net' subfolder. | Mario Kilies | 2011-01-24 |
