ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/MANIFEST
Revision: 1.6
Committed: Mon May 17 01:24:12 2004 UTC (20 years ago) by pcg
Branch: MAIN
Changes since 1.5: +1 -0 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     Makefile.PL
7    
8 pcg 1.4 doc/Makefile
9     doc/protocol.xml
10     doc/protocol.html
11     doc/doc2html.xsl
12     doc/doc2messages_pm.xsl
13     doc/doc2constants_pm.xsl
14     doc/doc2c++.xsl
15     doc/doc2haskell.xsl
16    
17 pcg 1.1 bin/kgsueme
18     bin/kgsueme-gtk1
19     bin/kgstrace
20 pcg 1.6 bin/gtp-controller
21 pcg 1.1
22     lib/KGS/SGF.pm
23     lib/KGS/Messages.pm
24     lib/KGS/Constants.pm
25     lib/KGS/Game/Board.pm
26     lib/KGS/Game/Tree.pm
27     lib/KGS/Protocol.pm
28     lib/KGS/Protocol/Client.pm
29     lib/KGS/Protocol/Server.pm
30     lib/KGS/Listener.pm
31     lib/KGS/Listener/User.pm
32     lib/KGS/Listener/Debug.pm
33     lib/KGS/Listener/Roomlist.pm
34     lib/KGS/Listener/Room.pm
35     lib/KGS/Listener/Game.pm
36     lib/KGS/Listener/Channel.pm
37    
38     kgsueme/sound.pl
39     kgsueme/room.pl
40     kgsueme/app.pl
41     kgsueme/gamelist.pl
42     kgsueme/game.pl
43     kgsueme/userlist.pl
44     kgsueme/gtk.pl
45     kgsueme/user.pl
46     kgsueme/challenge.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     sounds/ring
68     sounds/ring.wav
69     sounds/user_unknown
70     sounds/user_unknown.wav
71     sounds/warning
72     sounds/warning.wav
73    
74     lib/Gtk2/GoBoard.pm
75 pcg 1.5 lib/Gtk2/GoBoard/Constants.pm
76 pcg 1.1
77     images/README
78     images/woodgrain-01.jpg
79     images/shadow.png
80     images/b-01.png
81     images/w-01.png
82     images/w-02.png
83     images/w-03.png
84     images/w-04.png
85     images/w-05.png
86     images/triangle-b.png
87     images/triangle-w.png
88     images/square-b.png
89     images/square-w.png
90     images/circle-b.png
91     images/circle-w.png
92    
93 pcg 1.4 META.yml