summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* 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
|
* Implemented current state window.Mario Kilies2011-01-13
|
* Table stack points are calculated now.Mario Kilies2011-01-13
|
* Added tablestacks.h.Mario Kilies2011-01-13
|
* Introduced ncurses windows and started implementation of user interface.Mario Kilies2011-01-13
|
* Added missing include.Mario Kilies2011-01-05
|
* new state where client waits for cardsReiner Herrmann2011-01-05
|
* fix compilationReiner Herrmann2011-01-05
|
* Merge branch 'master' of ssh://schnippi@wg.reiner-h.de:30022/data/src/oxenMario Kilies2011-01-05
|\
| * added first game states and some pseudo codeReiner Herrmann2011-01-05
| |
* | Implemented colored cards.Mario Kilies2011-01-05
|/
* Added missing declaration of display_draw_card().Mario Kilies2011-01-04
|
* Merge branch 'master' of ssh://wg.reiner-h.de:30022/data/src/oxenReiner Herrmann2011-01-04
|\
| * Changed card's point presentation from * to ACS_DIAMOND.Mario Kilies2011-01-04
| |
* | added game loop entry with mainstack; shuffle it at beginningReiner Herrmann2011-01-04
|/
* Cards are now displayed with ncurses ACS characters.Mario Kilies2011-01-04
|
* Implemented display_draw_card().Mario Kilies2011-01-04
|
* Splitted up content from common.* to separate files (card.[ch], ↵Mario Kilies2011-01-04
| | | | cardstack.[ch] and hand.h)
* cardpoints(): Rewritten code that is more readable.Mario Kilies2011-01-04
| | | | | Changed return values from int to uint32_t. Added display initialization to main().
* Added ncurses initialization.Mario Kilies2011-01-04
|
* added functions for calculating card/stackpointsReiner Herrmann2011-01-04
|
* Added cmake build system and directory structureMario Kilies2011-01-04