summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Collapse)AuthorAge
* use port from argvReiner Herrmann2011-01-15
|
* add available server/client functionality to mainReiner Herrmann2011-01-15
|
* Command line parameters hacked in. Moved display stuff in the game loop.Mario Kilies2011-01-15
|
* 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.
* 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
|
* Implemented ui_choose_stack().Mario Kilies2011-01-14
|
* Moved display.[ch] to ui.[ch].Mario Kilies2011-01-13
|
* Introduced ncurses windows and started implementation of user interface.Mario Kilies2011-01-13
|
* 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 functions for calculating card/stackpointsReiner Herrmann2011-01-04
|
* Added cmake build system and directory structureMario Kilies2011-01-04