1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
|
$Header: /home/jcb/newmj/RCS/MANIFEST,v 11.3 2002/01/05 23:30:12 jcb Rel $
Files in this directory:
CHANGES
User-visible changes between releases.
ChangeLog
Change log entries from the code.
LICENCE
Licensing information.
MANIFEST
This file.
Makefile.in
Master make file.
Makefile
Copy of Makefile.in with dependencies added.
sysdep.h
Miscellaneous system functions.
tiles.h
Declares the tile datatype and access functions.
At present it also contains some of the implementation, which
is done by macros; but of course nobody's supposed to
know that.
tiles.c
Contains the other tile access functions.
player.h
Contains datatypes representing players and functions on them.
player.c
Functions concerned with players.
protocol.h
Defines the messages passed between players and the controller.
protocol.c
Implements conversion between API and wire protocol.
proto-encode-msg.pl
Auxiliary script.
proto-decode-msg.pl
Auxiliary script.
make-enums.pl
Utility to generate enum parsing and printing functions.
makedep
A makedepend variant.
makefallbacktiles
Auxiliary script.
makefile.msvc.old
See the README file. Concerns Windows users only.
game.h
Headers for game data structure and functions.
game.c
Functions on games.
controller.h
Headers for controller.c
controller.c
The master controller program.
scoring.h
Headers for scoring routines.
scoring.c
Routines for scoring.
client.c
client support routines
client.h
and headers
greedy.c
A programmed player with simple offensive strategy.
gui.c
The graphical user interface.
gui.h
Header file for gui.
gui-dial.c
Dialog box functions for gui
lazyfixed.h
lazyfixed.c
vlazyfixed.h
vlazyfixed.c
These implement two slight modifications of the GTK+ fixed widget for
use in the gui.
version.h
Version strings.
fallbacktiles/
Directory containing pixmaps with tile letters on them.
tiles-v1/
Directory containing the pixmaps for the tiles.
tiles-numbered/
An alternative tileset in which the characters and winds are numbered
for those who haven't learned the Chinese characters yet.
(Supplied by Gary Wong.)
icon.ico
iconres.rs
Files to give xmj an icon under Windows.
xmj.man
mj-server.man
mj-player.man
use.txt
rules.txt
User documentation.
|