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
...
*
Merge branch 'master' of ssh://git@wg.reiner-h.de:22003/~git/oxen
Mario Kilies
2011-01-29
|
\
|
*
added documentation
Reiner Herrmann
2011-01-29
*
|
Added example license header.
Mario Kilies
2011-01-29
|
/
*
Added documentation for ui.c.
Mario Kilies
2011-01-29
*
Added missing ui_update().
Mario Kilies
2011-01-29
*
remove annoying flickering in urxvt; use werase (blank window) instead of wcl...
Reiner Herrmann
2011-01-29
*
Added command line option for showing the game instructions/manual.
Mario Kilies
2011-01-28
*
Main stack has now 104 cards again :>. Final scores window can now be closed ...
Mario Kilies
2011-01-27
*
Merge branch 'master' of ssh://git@wg.reiner-h.de:22003/~git/oxen
Mario Kilies
2011-01-27
|
\
|
*
added some documentation about server
Reiner Herrmann
2011-01-27
*
|
Removed textual output of final scores.
Mario Kilies
2011-01-27
*
|
Switched from using uint8_t to player_id_t.
Mario Kilies
2011-01-27
*
|
Implemented final scores window.
Mario Kilies
2011-01-27
|
/
*
Added todo list.
Mario Kilies
2011-01-27
*
Merge branch 'master' of ssh://git@wg.reiner-h.de:22003/~git/oxen
Mario Kilies
2011-01-27
|
\
|
*
auto updated Doxyfile to newer version
Reiner Herrmann
2011-01-27
*
|
Added LICENSE file.
Mario Kilies
2011-01-27
|
/
*
Merge branch 'master' of ssh://git@wg.reiner-h.de:22003/~git/oxen
Mario Kilies
2011-01-27
|
\
|
*
specify MSG_WAITALL flag on recv operations to really get requested amount of...
Reiner Herrmann
2011-01-27
*
|
Switched from wrefresh() to wnoutrefresh() calls for UI display. Introduced u...
Mario Kilies
2011-01-27
|
/
*
close server socket when clients are connected
Reiner Herrmann
2011-01-27
*
allow 10 clients
Reiner Herrmann
2011-01-27
*
BUGFIX: Wrong size of current state window corrected. Fixes message window gl...
Mario Kilies
2011-01-27
*
fix nickname parsing
Reiner Herrmann
2011-01-27
*
remove sleep(1) on client and try to connect immediately; also retry several ...
Reiner Herrmann
2011-01-27
*
added default port
Reiner Herrmann
2011-01-27
*
use player id to decide whether entry is valid, instead of zero name length
Reiner Herrmann
2011-01-27
*
server can now also listen on specified address (e.g. localhost)
Reiner Herrmann
2011-01-26
*
wait until child (server) terminates at end
Reiner Herrmann
2011-01-26
*
start server as child, not as parent; fixes terminal fuckup problem on exit
Reiner Herrmann
2011-01-26
*
some explanation in usage output
Reiner Herrmann
2011-01-26
*
add parameter for number of players
Reiner Herrmann
2011-01-26
*
h parameter doesn't need an argument
Reiner Herrmann
2011-01-26
*
added option parsing
Reiner Herrmann
2011-01-26
*
Added optional highlighting of messages in the message window.
Mario Kilies
2011-01-25
*
Slowed down the 'play cards' state by inserting a delay. The player who is cu...
Mario Kilies
2011-01-25
*
fix reception of username
Reiner Herrmann
2011-01-25
*
RNG is initialized with time() again.
Mario Kilies
2011-01-25
*
Client game states now handle display of the player's score.
Mario Kilies
2011-01-25
*
free data store at end
Reiner Herrmann
2011-01-25
*
Removed huge comment block.
Mario Kilies
2011-01-25
*
removed some debug output
Reiner Herrmann
2011-01-25
*
finish game when no cards in mainstack
Reiner Herrmann
2011-01-25
*
Merge branch 'master' of ssh://icarus-git/~git/oxen
Reiner Herrmann
2011-01-25
|
\
|
*
BUGFIX: pass pl->players to qsort instead of pl.
Mario Kilies
2011-01-25
*
|
fix bug where server is sending message to wrong clients
Reiner Herrmann
2011-01-25
|
/
*
added some debug output
Reiner Herrmann
2011-01-25
*
sleep seems to be needed :>
Reiner Herrmann
2011-01-25
*
sleep doesn't seem to be required
Reiner Herrmann
2011-01-25
*
update stacks in ui after placing cards / selecting stacks
Reiner Herrmann
2011-01-25
[prev]
[next]