summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* implement function which sends initial stacksReiner Herrmann2011-01-23
|
* added generic net_send function and adapted functions it is usingReiner Herrmann2011-01-23
|
* adapt player_list receive function 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
* added global data store and update functionReiner Herrmann2011-01-23
|
* completed game loop with all states and pseudo code in real life session :)Reiner Herrmann2011-01-23
|
* added stack selection testcodeReiner Herrmann2011-01-20
|
* implemented functions for notifying server of selected tablestack and for ↵Reiner Herrmann2011-01-20
| | | | broadcasting the selection results to all clients
* implemented functions for sending/receiving cards selected by a playerReiner Herrmann2011-01-20
|
* 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.
* Simplified net_recv(). Refactored 'hand' from array definition to hand_t ↵Mario Kilies2011-01-16
| | | | struct definition.
* moved generic recv function to new file; use payload length inside packets ↵Reiner Herrmann2011-01-16
| | | | instead of packet length
* Merge branch 'master' of ssh://wg.reiner-h.de:22003/~git/oxenReiner Herrmann2011-01-16
|\
| * Merge branch 'master' of ssh://git@wg.reiner-h.de:22003/~git/oxenMario Kilies2011-01-16
| |\
| * | Renamed receive buffer offset macros. Changed argument data types of ↵Mario Kilies2011-01-16
| | | | | | | | | | | | client_recv and server_recv.
* | | need space for nullbyteReiner Herrmann2011-01-16
| |/ |/|
* | fix some warningsReiner Herrmann2011-01-16
| |
* | added create/cleanup function for player_listReiner Herrmann2011-01-16
|/
* typedef struct player_listReiner Herrmann2011-01-15
|
* use packet indizes for better readabilityReiner Herrmann2011-01-15
|
* added some documentationReiner Herrmann2011-01-15
|
* 1. network fix: send also packet length in every packet after packet typeReiner Herrmann2011-01-15
| | | | | to be able to determine exact amount to recv 2. implement functions for sending/receiving dealt hands
* splitted net.c into server/client filesReiner Herrmann2011-01-15
|
* compilation fixReiner Herrmann2011-01-15
|
* fix typo; free more stuffReiner Herrmann2011-01-15
|
* use port from argvReiner Herrmann2011-01-15
|
* add available server/client functionality to mainReiner Herrmann2011-01-15
|
* add missing declarationsReiner Herrmann2011-01-15
|
* bugfix: send correct number of playersReiner Herrmann2011-01-15
|
* Command line parameters hacked in. Moved display stuff in the game loop.Mario Kilies2011-01-15
|
* added function to retrieve userlist on clientReiner Herrmann2011-01-15
|
* Merge branch 'master' of ssh://git@wg.reiner-h.de:22003/~git/oxenMario Kilies2011-01-15
|\
| * added NULL pointer checksReiner Herrmann2011-01-15
| |
| * use already available msg_type enum..Reiner Herrmann2011-01-15
| |
* | Removed input handling from game loop.Mario Kilies2011-01-15
|/
* added functions for receiving/sending hello messages and sending list of ↵Reiner Herrmann2011-01-15
| | | | usernames
* Implemented basic network packet format.Mario Kilies2011-01-14
|
* pnoc_sort() implemented.Mario Kilies2011-01-14
|
* ui_display_wnd_hand_cards() will now show placeholders in hand cards after ↵Mario Kilies2011-01-14
| | | | all other cards.
* draw_cardstack() clears visible remains of old card stacks before drawing ↵Mario Kilies2011-01-14
| | | | the new one.
* Implemented hand_sort(). ui_choose_card() now pre-selects the card with ↵Mario Kilies2011-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 Kilies2011-01-14
|
* added initial server/client codeReiner Herrmann2011-01-14
|
* Implemented ui_choose_stack().Mario Kilies2011-01-14
|
* Moved display.[ch] to ui.[ch].Mario Kilies2011-01-13
|
* Updated source code documentation. Included Doxyfile.Mario Kilies2011-01-13
|
* Colored active player.Mario Kilies2011-01-13
|
* Bold table captions implemented.Mario Kilies2011-01-13
|
* Implemented highlighting of card and cardstack.Mario Kilies2011-01-13
|
* Added documentation.Mario Kilies2011-01-13
|