GGZ Gaming Zone Snapshot 0.99.2 (Development branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News GGZ Gaming Zone Snapshot 0.99.2 (Development branch)
# 1  
Old 03-10-2008
GGZ Gaming Zone Snapshot 0.99.2 (Development branch)

Image The GGZ Gaming Zone (GGZ) is an Internet gaming center. Players login and sit at tables where they can play their favorite games and chat with other players. GGZ can support multiple rooms with varying skill levels. License: GNU General Public License (GPL) Changes:
The GGZ server restores table data and seat reservations so that games can be continued after a server restart. The registration process for players can require email confirmation. The Java applet now comes with an advanced chat widget. In the Python package, all library wrappers were updated and two new game modules added. The chatbot Grubby has been updated to work with Tcl 8.5, Python 2.5, and SILC 1.1.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Solaris

Can not snapshot zone

For the life of me, I cannot figure out the syntax unless it's my configuration. Zone path is /zpool/zones/oracle11zone2 It is not running. -bash-3.00# zfs snapshot zpool/zones/oracle11zone2@prepatch cannot open 'zpool/zones/oracle11zone2': dataset does not exist -bash-3.00# zfs snapshot... (13 Replies)
Discussion started by: LittleLebowski
13 Replies
Login or Register to Ask a Question
ggzwrap(1)							  GGZ Gaming Zone							ggzwrap(1)

NAME
ggzwrap - GGZ Gaming Zone game client wrapper SYNOPSIS
ggzwrap [OPTION...] --exec=GAME DESCRIPTION
This wrapper takes the place of a game client, and relays the control messages between the game and the invoking instance, which is a GGZ core client. One task is to manage different file descriptors than the ones which are normally used. The GGZ clients do currently communi- cate using a socket which is passed in the environment variable GGZSOCKET, usually being fd 53 on the client side, so a call to: ggzwrap --fdin=$GGZSOCKET --fdout=$GGZSOCKET --exec=gameclient would be equivalent to calling the client directly. However, there are games which communicate using the standard input/output facilities, so they need a redirection like: ggzwrap --fdin=0 --fdout=1 --exec=gameclient The GGZ game Muehle uses ggzwrap to demonstrate that game clients do not necessarily need to use any GGZ libraries. The downside is that a lot of game client functionality will not be available. Game clients which want to make use of the wrapper must add a command similar to the one above into the file ggz.modules. OPTIONS
--fdin=FD File descriptor on which the game expects its input. --fdout=FD File descriptor to which the game writes its output. --convert This option automatically converts strings from network format to host format (more correctly, from libggz's easysock format to the normal null-terminated one) for the game server, and back in the other direction. This will be needed for most games. --exec=GAME The game client to launch as a child process. ENVIRONMENT VARIABLES
GGZMODE Set by a GGZ core client to tell games they're running in GGZ mode. GGZSOCKET File descriptor for the connection to the invoking GGZ core client. AUTHORS
The GGZ Development Team <ggz-dev@mail.ggzgamingzone.org> SEE ALSO
shadowbridge(6), ggz.modules(5), ggz(7) The GGZ Development Team 0.0.14 ggzwrap(1)