summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* use player id to decide whether entry is valid, instead of zero name lengthReiner Herrmann2011-01-27
* server can now also listen on specified address (e.g. localhost)Reiner Herrmann2011-01-26
* wait until child (server) terminates at endReiner Herrmann2011-01-26
* start server as child, not as parent; fixes terminal fuckup problem on exitReiner Herrmann2011-01-26
* some explanation in usage outputReiner Herrmann2011-01-26
* add parameter for number of playersReiner Herrmann2011-01-26
* h parameter doesn't need an argumentReiner Herrmann2011-01-26
* added option parsingReiner Herrmann2011-01-26
* Added optional highlighting of messages in the message window.Mario Kilies2011-01-25
* Slowed down the 'play cards' state by inserting a delay. The player who is cu...Mario Kilies2011-01-25
* fix reception of usernameReiner Herrmann2011-01-25
* RNG is initialized with time() again.Mario Kilies2011-01-25
* Client game states now handle display of the player's score.Mario Kilies2011-01-25
* free data store at endReiner Herrmann2011-01-25
* Removed huge comment block.Mario Kilies2011-01-25
* removed some debug outputReiner Herrmann2011-01-25
* finish game when no cards in mainstackReiner Herrmann2011-01-25
* fix bug where server is sending message to wrong clientsReiner Herrmann2011-01-25
* added some debug outputReiner Herrmann2011-01-25
* sleep seems to be needed :>Reiner Herrmann2011-01-25
* sleep doesn't seem to be requiredReiner Herrmann2011-01-25
* update stacks in ui after placing cards / selecting stacksReiner Herrmann2011-01-25
* use renamed function card_stack_clearReiner Herrmann2011-01-25
* Merge branch 'master' of ssh://icarus-git/~git/oxenReiner Herrmann2011-01-25
|\
| * Added documentation.Mario Kilies2011-01-25
| * Implemented card_stack_push(). Renamed card_stack_clear() to card_stack_repla...Mario Kilies2011-01-25
* | finished implementing play_cards function for client/server; added new messag...Reiner Herrmann2011-01-25
|/
* Added client side score calculation for players.Mario Kilies2011-01-25
* Added 'Choose stack' message.Mario Kilies2011-01-25
* forgot to add file in last commit :>Reiner Herrmann2011-01-25
* Merge branch 'master' of ssh://icarus-git/~git/oxenReiner Herrmann2011-01-25
|\
| * Message window is now displayed through the client states.Mario Kilies2011-01-25
* | implement part of state_client_play_cards(); added new message type: hello re...Reiner Herrmann2011-01-25
|/
* Implemented the message window.Mario Kilies2011-01-25
* Code does compile again.Mario Kilies2011-01-25
* Merge branch 'master' of ssh://git@wg.reiner-h.de:22003/~git/oxenMario Kilies2011-01-25
|\
| * corrected server_parse_selected_stack()Reiner Herrmann2011-01-25
* | Minor changes. Renamed global.[ch] to data_store.[ch], data_store to data_sto...Mario Kilies2011-01-25
|/
* Removed awkward pnoc_t and refactored its contents to the new player_list_ent...Mario Kilies2011-01-25
* Created a mainstack datatype. Refactored server game states into separate fun...Mario Kilies2011-01-25
* Refactored client game states into separate functions instead of handling the...Mario Kilies2011-01-25
* Being trolled once again by fucking git.Mario Kilies2011-01-25
* Minor refactoring of game states.Mario Kilies2011-01-25
* Remove chosen card from hand.Mario Kilies2011-01-25
* ui_display_wnd_current_state() has now optional highlighting of a player in t...Mario Kilies2011-01-25
* little cleanup; enable interrupts (ctrl-c)Reiner Herrmann2011-01-25
* use player count instead of MAX_PLAYERS.Reiner Herrmann2011-01-24
* server: send open cards to clientsReiner Herrmann2011-01-24
* receive and store selected (open) cards from playersReiner Herrmann2011-01-24
* Merge branch 'master' of ssh://icarus-git/~git/oxenReiner Herrmann2011-01-24
|\