index
:
oxen
master
ncurses-based networked card-game based on "6 nimmt!"
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ui.c
Commit message (
Expand
)
Author
Age
*
Added license headers.
Mario Kilies
2011-01-29
*
Added documentation for ui.c.
Mario Kilies
2011-01-29
*
remove annoying flickering in urxvt; use werase (blank window) instead of wcl...
Reiner Herrmann
2011-01-29
*
Main stack has now 104 cards again :>. Final scores window can now be closed ...
Mario Kilies
2011-01-27
*
Switched from using uint8_t to player_id_t.
Mario Kilies
2011-01-27
*
Implemented final scores window.
Mario Kilies
2011-01-27
*
Switched from wrefresh() to wnoutrefresh() calls for UI display. Introduced u...
Mario Kilies
2011-01-27
*
BUGFIX: Wrong size of current state window corrected. Fixes message window gl...
Mario Kilies
2011-01-27
*
Added optional highlighting of messages in the message window.
Mario Kilies
2011-01-25
*
Slowed down the 'play cards' state by inserting a delay. The player who is cu...
Mario Kilies
2011-01-25
*
Implemented the message window.
Mario Kilies
2011-01-25
*
Removed awkward pnoc_t and refactored its contents to the new player_list_ent...
Mario Kilies
2011-01-25
*
ui_display_wnd_current_state() has now optional highlighting of a player in t...
Mario Kilies
2011-01-25
*
little cleanup; enable interrupts (ctrl-c)
Reiner Herrmann
2011-01-25
*
server: send open cards to clients
Reiner Herrmann
2011-01-24
*
Refactored cardstack and tablestacks to card_stack_t and table_stacks_t, that...
Mario Kilies
2011-01-16
*
Simplified net_recv(). Refactored 'hand' from array definition to hand_t stru...
Mario Kilies
2011-01-16
*
pnoc_sort() implemented.
Mario Kilies
2011-01-14
*
ui_display_wnd_hand_cards() will now show placeholders in hand cards after al...
Mario Kilies
2011-01-14
*
draw_cardstack() clears visible remains of old card stacks before drawing the...
Mario Kilies
2011-01-14
*
Implemented hand_sort(). ui_choose_card() now pre-selects the card with lowes...
Mario Kilies
2011-01-14
*
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