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 (
Expand
)
Author
Age
*
forgot to add file in last commit :>
Reiner Herrmann
2011-01-25
*
Merge branch 'master' of ssh://icarus-git/~git/oxen
Reiner Herrmann
2011-01-25
|
\
|
*
Message window is now displayed through the client states.
Mario Kilies
2011-01-25
*
|
implement part of state_client_play_cards(); added new message type: hello re...
Reiner Herrmann
2011-01-25
|
/
*
Implemented the message window.
Mario Kilies
2011-01-25
*
Code does compile again.
Mario Kilies
2011-01-25
*
Merge branch 'master' of ssh://git@wg.reiner-h.de:22003/~git/oxen
Mario Kilies
2011-01-25
|
\
|
*
corrected server_parse_selected_stack()
Reiner Herrmann
2011-01-25
*
|
Minor changes. Renamed global.[ch] to data_store.[ch], data_store to data_sto...
Mario Kilies
2011-01-25
|
/
*
Removed awkward pnoc_t and refactored its contents to the new player_list_ent...
Mario Kilies
2011-01-25
*
Created a mainstack datatype. Refactored server game states into separate fun...
Mario Kilies
2011-01-25
*
Refactored client game states into separate functions instead of handling the...
Mario Kilies
2011-01-25
*
Being trolled once again by fucking git.
Mario Kilies
2011-01-25
*
Minor refactoring of game states.
Mario Kilies
2011-01-25
*
Remove chosen card from hand.
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
*
use player count instead of MAX_PLAYERS.
Reiner Herrmann
2011-01-24
*
server: send open cards to clients
Reiner Herrmann
2011-01-24
*
receive and store selected (open) cards from players
Reiner Herrmann
2011-01-24
*
Merge branch 'master' of ssh://icarus-git/~git/oxen
Reiner Herrmann
2011-01-24
|
\
|
*
Implemented STATE_CLIENT_SELECT_OPEN_CARD.
Mario Kilies
2011-01-24
*
|
add mapping between sockets and pnocs
Reiner Herrmann
2011-01-24
|
/
*
renamed draw_card to mainstack_remove_card
Reiner Herrmann
2011-01-24
*
send hands drawn from mainstack to client
Reiner Herrmann
2011-01-24
*
added function for drawing cards from main stack; initialize table stacks wit...
Reiner Herrmann
2011-01-24
*
Display stack points window.
Mario Kilies
2011-01-24
*
Added game loop termination. Commented out debug messages.
Mario Kilies
2011-01-24
*
First attempt to implement STATE_CLIENT_WAIT_FOR_HAND_CARDS.
Mario Kilies
2011-01-24
*
Second part of huge refactoring of networking related code.
Mario Kilies
2011-01-24
*
Added some consts.
Mario Kilies
2011-01-24
*
Huge refactoring of network related code.
Mario Kilies
2011-01-24
*
Source code refactoring. Moved net/client/server stuff to 'net' subfolder.
Mario Kilies
2011-01-24
*
adapted client_recv_hello to data store
Reiner Herrmann
2011-01-23
*
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
|
|
/
|
/
|
[next]