summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|/
* additional info about interfaceReiner Herrmann2011-01-05
|
* Removed some unneccessary borders ;-)Mario Kilies2011-01-04
|
* Merge branch 'master' of ssh://schnippi@wg.reiner-h.de:30022/data/src/oxenMario Kilies2011-01-04
|\
| * drawn broders around screen so that 80x24 characters fit insideReiner Herrmann2011-01-04
| |
* | Merge branch 'master' of ssh://schnippi@wg.reiner-h.de:30022/data/src/oxenMario Kilies2011-01-04
|\|
| * Merge branch 'master' of ssh://wg.reiner-h.de:30022/data/src/oxenReiner Herrmann2011-01-04
| |\ | | | | | | | | | | | | Conflicts: doc/uidesign.txt
| * | ui design: display selected card of each player instead of scoreReiner Herrmann2011-01-04
| | |
* | | Added missing declaration of display_draw_card().Mario Kilies2011-01-04
| |/ |/|
* | Merge branch 'master' of ssh://schnippi@wg.reiner-h.de:30022/data/src/oxenMario Kilies2011-01-04
|\|
| * Merge branch 'master' of ssh://wg.reiner-h.de:30022/data/src/oxenReiner Herrmann2011-01-04
| |\
| * | added game loop entry with mainstack; shuffle it at beginningReiner Herrmann2011-01-04
| | |
* | | Changed UI description.Mario Kilies2011-01-04
| |/ |/|
* | Changed card's point presentation from * to ACS_DIAMOND.Mario Kilies2011-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)
* Changed UI design.Mario Kilies2011-01-04
|
* 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
|
* Merge branch 'master' of ssh://wg.reiner-h.de:30022/data/src/oxenReiner Herrmann2011-01-04
|\
| * Changed UI descriptionMario Kilies2011-01-04
| |
* | removed include dir from cmakelists.txtReiner Herrmann2011-01-04
|/
* Extended UI descriptionMario Kilies2011-01-04
|
* Added cmake build system and directory structureMario Kilies2011-01-04
|
* reordered hints<->standingsReiner Herrmann2011-01-04
|
* smaller changes to layout (added line with hints)Reiner Herrmann2011-01-04
|
* changed layout (sides of player/table cards)Reiner Herrmann2011-01-03
|
* reordered card stacks from left to rightReiner Herrmann2011-01-03
|
* Changed user interface mockup. Added a short description for each interface ↵Mario Kilies2011-01-03
| | | | element
* initial commit with interface design mockupReiner Herrmann2011-01-03