ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/MANIFEST
Revision: 1.11
Committed: Mon May 31 03:16:28 2004 UTC (19 years, 11 months ago) by root
Branch: MAIN
Changes since 1.10: +4 -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/kgsueme-gtk1
20     bin/kgstrace
21 pcg 1.6 bin/gtp-controller
22 pcg 1.9 bin/kgs-igs
23 pcg 1.1
24     lib/KGS/SGF.pm
25     lib/KGS/Messages.pm
26     lib/KGS/Constants.pm
27     lib/KGS/Game/Board.pm
28     lib/KGS/Game/Tree.pm
29     lib/KGS/Protocol.pm
30     lib/KGS/Protocol/Client.pm
31     lib/KGS/Protocol/Server.pm
32     lib/KGS/Listener.pm
33     lib/KGS/Listener/User.pm
34     lib/KGS/Listener/Debug.pm
35     lib/KGS/Listener/Roomlist.pm
36     lib/KGS/Listener/Room.pm
37     lib/KGS/Listener/Game.pm
38     lib/KGS/Listener/Channel.pm
39    
40     kgsueme/sound.pl
41     kgsueme/room.pl
42     kgsueme/app.pl
43     kgsueme/gamelist.pl
44     kgsueme/game.pl
45     kgsueme/userlist.pl
46     kgsueme/gtk.pl
47     kgsueme/user.pl
48     kgsueme/util.pl
49     kgsueme/roomlist.pl
50     kgsueme/user.pl
51     kgsueme/chat.pl
52 pcg 1.8 kgsueme/superchat.pl
53 pcg 1.1
54     images/default_userpic.png
55    
56     sounds/Makefile
57     sounds/README
58     sounds/alarm
59     sounds/alarm.wav
60     sounds/connect
61     sounds/connect.wav
62     sounds/gamestart
63     sounds/gamestart.wav
64     sounds/move
65     sounds/move.wav
66     sounds/pass
67     sounds/resign
68     sounds/resign.wav
69 root 1.11 sounds/outoftime
70     sounds/outoftime.wav
71 pcg 1.1 sounds/ring
72     sounds/ring.wav
73     sounds/user_unknown
74     sounds/user_unknown.wav
75     sounds/warning
76     sounds/warning.wav
77 root 1.11 sounds/info
78     sounds/info.wav
79 pcg 1.1
80     lib/Gtk2/GoBoard.pm
81 pcg 1.5 lib/Gtk2/GoBoard/Constants.pm
82 pcg 1.1
83     images/README
84     images/woodgrain-01.jpg
85     images/shadow.png
86     images/b-01.png
87     images/w-01.png
88     images/w-02.png
89     images/w-03.png
90     images/w-04.png
91     images/w-05.png
92     images/triangle-b.png
93     images/triangle-w.png
94     images/square-b.png
95     images/square-w.png
96     images/circle-b.png
97     images/circle-w.png
98    
99 pcg 1.4 META.yml