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
Commit message (
Expand
)
Author
Age
...
*
implement function which sends initial stacks
Reiner Herrmann
2011-01-23
*
added generic net_send function and adapted functions it is using
Reiner Herrmann
2011-01-23
*
adapt player_list receive function to data store
Reiner Herrmann
2011-01-23
*
started refactoring: separate server process for local client; moved net code...
Reiner Herrmann
2011-01-23
*
added global data store and update function
Reiner Herrmann
2011-01-23
*
completed game loop with all states and pseudo code in real life session :)
Reiner Herrmann
2011-01-23
*
added stack selection testcode
Reiner Herrmann
2011-01-20
*
implemented functions for notifying server of selected tablestack and for bro...
Reiner Herrmann
2011-01-20
*
implemented functions for sending/receiving cards selected by a player
Reiner Herrmann
2011-01-20
*
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
*
moved generic recv function to new file; use payload length inside packets in...
Reiner Herrmann
2011-01-16
*
Merge branch 'master' of ssh://wg.reiner-h.de:22003/~git/oxen
Reiner Herrmann
2011-01-16
|
\
|
*
Merge branch 'master' of ssh://git@wg.reiner-h.de:22003/~git/oxen
Mario Kilies
2011-01-16
|
|
\
|
*
|
Renamed receive buffer offset macros. Changed argument data types of client_r...
Mario Kilies
2011-01-16
*
|
|
need space for nullbyte
Reiner Herrmann
2011-01-16
|
|
/
|
/
|
*
|
fix some warnings
Reiner Herrmann
2011-01-16
*
|
added create/cleanup function for player_list
Reiner Herrmann
2011-01-16
|
/
*
typedef struct player_list
Reiner Herrmann
2011-01-15
*
use packet indizes for better readability
Reiner Herrmann
2011-01-15
*
added some documentation
Reiner Herrmann
2011-01-15
*
1. network fix: send also packet length in every packet after packet type
Reiner Herrmann
2011-01-15
*
splitted net.c into server/client files
Reiner Herrmann
2011-01-15
*
compilation fix
Reiner Herrmann
2011-01-15
*
fix typo; free more stuff
Reiner Herrmann
2011-01-15
*
use port from argv
Reiner Herrmann
2011-01-15
*
add available server/client functionality to main
Reiner Herrmann
2011-01-15
*
add missing declarations
Reiner Herrmann
2011-01-15
*
bugfix: send correct number of players
Reiner Herrmann
2011-01-15
*
Command line parameters hacked in. Moved display stuff in the game loop.
Mario Kilies
2011-01-15
*
added function to retrieve userlist on client
Reiner Herrmann
2011-01-15
*
Merge branch 'master' of ssh://git@wg.reiner-h.de:22003/~git/oxen
Mario Kilies
2011-01-15
|
\
|
*
added NULL pointer checks
Reiner Herrmann
2011-01-15
|
*
use already available msg_type enum..
Reiner Herrmann
2011-01-15
*
|
Removed input handling from game loop.
Mario Kilies
2011-01-15
|
/
*
added functions for receiving/sending hello messages and sending list of user...
Reiner Herrmann
2011-01-15
*
Implemented basic network packet format.
Mario Kilies
2011-01-14
*
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
*
added initial server/client code
Reiner Herrmann
2011-01-14
*
Implemented ui_choose_stack().
Mario Kilies
2011-01-14
*
Moved display.[ch] to ui.[ch].
Mario Kilies
2011-01-13
*
Updated source code documentation. Included Doxyfile.
Mario Kilies
2011-01-13
*
Colored active player.
Mario Kilies
2011-01-13
*
Bold table captions implemented.
Mario Kilies
2011-01-13
*
Implemented highlighting of card and cardstack.
Mario Kilies
2011-01-13
*
Added documentation.
Mario Kilies
2011-01-13
[prev]
[next]