ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/MANIFEST
Revision: 1.13
Committed: Wed Jun 2 04:39:07 2004 UTC (19 years, 11 months ago) by root
Branch: MAIN
Changes since 1.12: +0 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.1 MANIFEST
2     MANIFEST.SKIP
3     COPYING
4     INSTALL
5     TODO
6 pcg 1.7 Changes
7 pcg 1.1 Makefile.PL
8    
9 pcg 1.4 doc/Makefile
10     doc/protocol.xml
11     doc/protocol.html
12     doc/doc2html.xsl
13     doc/doc2messages_pm.xsl
14     doc/doc2constants_pm.xsl
15     doc/doc2c++.xsl
16     doc/doc2haskell.xsl
17    
18 pcg 1.1 bin/kgsueme
19     bin/kgstrace
20 pcg 1.6 bin/gtp-controller
21 pcg 1.9 bin/kgs-igs
22 pcg 1.1
23     lib/KGS/SGF.pm
24     lib/KGS/Messages.pm
25     lib/KGS/Constants.pm
26     lib/KGS/Game/Board.pm
27     lib/KGS/Game/Tree.pm
28     lib/KGS/Protocol.pm
29     lib/KGS/Protocol/Client.pm
30     lib/KGS/Protocol/Server.pm
31     lib/KGS/Listener.pm
32     lib/KGS/Listener/User.pm
33     lib/KGS/Listener/Debug.pm
34     lib/KGS/Listener/Roomlist.pm
35     lib/KGS/Listener/Room.pm
36     lib/KGS/Listener/Game.pm
37     lib/KGS/Listener/Channel.pm
38    
39     kgsueme/sound.pl
40     kgsueme/room.pl
41     kgsueme/app.pl
42     kgsueme/gamelist.pl
43     kgsueme/game.pl
44     kgsueme/userlist.pl
45     kgsueme/gtk.pl
46     kgsueme/user.pl
47     kgsueme/util.pl
48     kgsueme/roomlist.pl
49     kgsueme/user.pl
50     kgsueme/chat.pl
51    
52     images/default_userpic.png
53    
54     sounds/Makefile
55     sounds/README
56     sounds/alarm
57     sounds/alarm.wav
58     sounds/connect
59     sounds/connect.wav
60     sounds/gamestart
61     sounds/gamestart.wav
62     sounds/move
63     sounds/move.wav
64     sounds/pass
65     sounds/resign
66     sounds/resign.wav
67 root 1.11 sounds/outoftime
68     sounds/outoftime.wav
69 pcg 1.1 sounds/ring
70     sounds/ring.wav
71     sounds/user_unknown
72     sounds/user_unknown.wav
73     sounds/warning
74     sounds/warning.wav
75 root 1.11 sounds/info
76     sounds/info.wav
77 pcg 1.1
78     lib/Gtk2/GoBoard.pm
79 pcg 1.5 lib/Gtk2/GoBoard/Constants.pm
80 pcg 1.1
81     images/README
82     images/woodgrain-01.jpg
83     images/shadow.png
84     images/b-01.png
85     images/w-01.png
86     images/w-02.png
87     images/w-03.png
88     images/w-04.png
89     images/w-05.png
90     images/triangle-b.png
91     images/triangle-w.png
92     images/square-b.png
93     images/square-w.png
94     images/circle-b.png
95     images/circle-w.png
96    
97 pcg 1.4 META.yml