| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Simplified net_recv(). Refactored 'hand' from array definition to hand_t ↵ | Mario Kilies | 2011-01-16 |
| | | | | | struct definition. | ||
| * | moved generic recv function to new file; use payload length inside packets ↵ | Reiner Herrmann | 2011-01-16 |
| | | | | | instead of packet length | ||
| * | need space for nullbyte | Reiner Herrmann | 2011-01-16 |
| | | |||
| * | added create/cleanup function for player_list | Reiner Herrmann | 2011-01-16 |
| | | |||
| * | typedef struct player_list | Reiner Herrmann | 2011-01-15 |
| | | |||
| * | 1. network fix: send also packet length in every packet after packet type | Reiner Herrmann | 2011-01-15 |
| | | | | | | to be able to determine exact amount to recv 2. implement functions for sending/receiving dealt hands | ||
| * | compilation fix | Reiner Herrmann | 2011-01-15 |
| | | |||
| * | fix typo; free more stuff | Reiner Herrmann | 2011-01-15 |
| | | |||
| * | use port from argv | Reiner Herrmann | 2011-01-15 |
| | | |||
| * | add available server/client functionality to main | Reiner Herrmann | 2011-01-15 |
| | | |||
| * | Command line parameters hacked in. Moved display stuff in the game loop. | Mario Kilies | 2011-01-15 |
| | | |||
| * | pnoc_sort() implemented. | Mario Kilies | 2011-01-14 |
| | | |||
| * | ui_display_wnd_hand_cards() will now show placeholders in hand cards after ↵ | Mario Kilies | 2011-01-14 |
| | | | | | all other cards. | ||
| * | Implemented hand_sort(). ui_choose_card() now pre-selects the card with ↵ | Mario Kilies | 2011-01-14 |
| | | | | | lowest index, if at index 0 is no card. draw_card() now draws empty placeholder cards, to clear old screen content. | ||
| * | Implemented ui_choose_card(). | Mario Kilies | 2011-01-14 |
| | | |||
| * | Implemented ui_choose_stack(). | Mario Kilies | 2011-01-14 |
| | | |||
| * | Moved display.[ch] to ui.[ch]. | Mario Kilies | 2011-01-13 |
| | | |||
| * | Introduced ncurses windows and started implementation of user interface. | Mario Kilies | 2011-01-13 |
| | | |||
| * | Implemented display_draw_card(). | Mario Kilies | 2011-01-04 |
| | | |||
| * | Splitted up content from common.* to separate files (card.[ch], ↵ | Mario Kilies | 2011-01-04 |
| | | | | | cardstack.[ch] and hand.h) | ||
| * | cardpoints(): Rewritten code that is more readable. | Mario Kilies | 2011-01-04 |
| | | | | | | Changed return values from int to uint32_t. Added display initialization to main(). | ||
| * | added functions for calculating card/stackpoints | Reiner Herrmann | 2011-01-04 |
| | | |||
| * | Added cmake build system and directory structure | Mario Kilies | 2011-01-04 |
