| 1 |
MANIFEST |
| 2 |
MANIFEST.SKIP |
| 3 |
COPYING |
| 4 |
INSTALL |
| 5 |
TODO |
| 6 |
Changes |
| 7 |
Makefile.PL |
| 8 |
|
| 9 |
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 |
bin/igsueme |
| 19 |
lib/Net/IGS.pm |
| 20 |
|
| 21 |
bin/kgsueme |
| 22 |
bin/kgstrace |
| 23 |
bin/gtp-controller |
| 24 |
bin/kgs-igs |
| 25 |
|
| 26 |
lib/KGS/SGF.pm |
| 27 |
lib/KGS/Messages.pm |
| 28 |
lib/KGS/Constants.pm |
| 29 |
lib/KGS/Game/Board.pm |
| 30 |
lib/KGS/Game/Tree.pm |
| 31 |
lib/KGS/Protocol.pm |
| 32 |
lib/KGS/Protocol/Client.pm |
| 33 |
lib/KGS/Protocol/Server.pm |
| 34 |
lib/KGS/Listener.pm |
| 35 |
lib/KGS/Listener/User.pm |
| 36 |
lib/KGS/Listener/Debug.pm |
| 37 |
lib/KGS/Listener/Roomlist.pm |
| 38 |
lib/KGS/Listener/Room.pm |
| 39 |
lib/KGS/Listener/Game.pm |
| 40 |
lib/KGS/Listener/Channel.pm |
| 41 |
|
| 42 |
kgsueme/sound.pl |
| 43 |
kgsueme/room.pl |
| 44 |
kgsueme/app.pl |
| 45 |
kgsueme/gamelist.pl |
| 46 |
kgsueme/game.pl |
| 47 |
kgsueme/userlist.pl |
| 48 |
kgsueme/gtk.pl |
| 49 |
kgsueme/user.pl |
| 50 |
kgsueme/util.pl |
| 51 |
kgsueme/roomlist.pl |
| 52 |
kgsueme/user.pl |
| 53 |
kgsueme/chat.pl |
| 54 |
|
| 55 |
images/default_userpic.png |
| 56 |
|
| 57 |
sounds/Makefile |
| 58 |
sounds/README |
| 59 |
sounds/alarm |
| 60 |
sounds/alarm.wav |
| 61 |
sounds/connect |
| 62 |
sounds/connect.wav |
| 63 |
sounds/gamestart |
| 64 |
sounds/gamestart.wav |
| 65 |
sounds/move |
| 66 |
sounds/move.wav |
| 67 |
sounds/pass |
| 68 |
sounds/resign |
| 69 |
sounds/resign.wav |
| 70 |
sounds/outoftime |
| 71 |
sounds/outoftime.wav |
| 72 |
sounds/ring |
| 73 |
sounds/ring.wav |
| 74 |
sounds/user_unknown |
| 75 |
sounds/user_unknown.wav |
| 76 |
sounds/warning |
| 77 |
sounds/warning.wav |
| 78 |
sounds/info |
| 79 |
sounds/info.wav |
| 80 |
|
| 81 |
lib/Gtk2/GoBoard.pm |
| 82 |
lib/Games/Go/SimpleBoard.pm |
| 83 |
|
| 84 |
images/README |
| 85 |
images/woodgrain-01.jpg |
| 86 |
images/shadow.png |
| 87 |
images/b-01.png |
| 88 |
images/w-01.png |
| 89 |
images/w-02.png |
| 90 |
images/w-03.png |
| 91 |
images/w-04.png |
| 92 |
images/w-05.png |
| 93 |
images/triangle-b.png |
| 94 |
images/triangle-w.png |
| 95 |
images/square-b.png |
| 96 |
images/square-w.png |
| 97 |
images/circle-b.png |
| 98 |
images/circle-w.png |
| 99 |
|