index
:
oxen
master
ncurses-based networked card-game based on "6 nimmt!"
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
*
Changed UI description.
Mario Kilies
2011-01-04
|
*
Changed card's point presentation from * to ACS_DIAMOND.
Mario Kilies
2011-01-04
|
*
Cards are now displayed with ncurses ACS characters.
Mario Kilies
2011-01-04
|
*
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)
*
Changed UI design.
Mario Kilies
2011-01-04
|
*
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 ncurses initialization.
Mario Kilies
2011-01-04
|
*
added functions for calculating card/stackpoints
Reiner Herrmann
2011-01-04
|
*
Merge branch 'master' of ssh://wg.reiner-h.de:30022/data/src/oxen
Reiner Herrmann
2011-01-04
|
\
|
*
Changed UI description
Mario Kilies
2011-01-04
|
|
*
|
removed include dir from cmakelists.txt
Reiner Herrmann
2011-01-04
|
/
*
Extended UI description
Mario Kilies
2011-01-04
|
*
Added cmake build system and directory structure
Mario Kilies
2011-01-04
|
*
reordered hints<->standings
Reiner Herrmann
2011-01-04
|
*
smaller changes to layout (added line with hints)
Reiner Herrmann
2011-01-04
|
*
changed layout (sides of player/table cards)
Reiner Herrmann
2011-01-03
|
*
reordered card stacks from left to right
Reiner Herrmann
2011-01-03
|
*
Changed user interface mockup. Added a short description for each interface ↵
Mario Kilies
2011-01-03
|
|
|
|
element
*
initial commit with interface design mockup
Reiner Herrmann
2011-01-03