ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/Changes
Revision: 1.19
Committed: Sat Jun 18 20:09:40 2005 UTC (18 years, 11 months ago) by root
Branch: MAIN
Changes since 1.18: +3 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.1 Revision history for Perl extension KGS.
2    
3 root 1.19 1.0
4     - verified that client version 2.6.12 is still compatible,
5     games cna be played etc.
6 root 1.18 - out"sourced" the board logic into Games::Go::SimpleBoard,
7     removed Gtk2:GoBoard::Constants. This make sit possible to use
8     Games::Go::SimpleBoard and Gtk2:GoBoard completely independent
9     of each other.
10     - actually fixed SGF parser to parse sgf files. API not finished.
11    
12 root 1.17 0.99 Tue Aug 10 03:58:58 CEST 2004
13 root 1.14 - fix wrong resign output.
14 root 1.15 - many gui improvements, clickable users, more to come.
15     - better user info window, courtesy of elmex.
16 root 1.16 - channel #0 is a valid channel.
17 root 1.14
18 root 1.13 0.95 Fri Jun 4 04:43:30 CEST 2004
19 root 1.7 - the converted html documentation lacked most of
20     the descriptions. Doh!
21 root 1.8 - the polyphase resampling destroyed some sounds.
22 root 1.9 - much better behaviour on connection close.
23 root 1.10 - suicide now supported by Board.pm.
24     - major speedup for Board.pm by caching wether captures
25     are required for a given move.
26 root 1.11 - simple ko detection and display.
27 root 1.12 - much better portability to old Gtk2 versions and gtk+-2.2.
28     - better default layout.
29 root 1.7
30 root 1.6 0.9 Mon May 31 05:06:39 CEST 2004
31     - played a few test games, fixed the "Done" problem
32     and corrected a few minor glitches. Is playable,
33     at least for my type of games.
34     - added a less obtrusive "info" sound for things like
35     game end etc.
36    
37 root 1.5 0.4 Mon May 31 03:08:17 CEST 2004
38     - the adventerous user might try to play games with
39     the sample client now.
40 pcg 1.4 - Gtk2::GoBoard now uses zerobased coordinates.
41 pcg 1.3 - added and corrected many challenge- and play-related
42 root 1.5 protocol messages.
43 pcg 1.3 - renamed user1/user2/user3 to black/white/owner.
44    
45 pcg 1.2 0.3 Tue May 25 22:24:45 CEST 2004
46     - 2.6.0 protocol changes triggered this release. a few
47     details are probably not worked out yet.
48 pcg 1.1 - more packet types and info.
49     - more resistance against the mysterios node type 26.
50     - kgstrace no longer displays userpic data.
51     - major code cleanup in sample client (still horrible :).
52    
53     0.2 Mon May 17 03:35:10 CEST 2004
54     - added a Changes file.
55     - lots of bugfixes.
56     - lots of protocol updates.
57     - more correct tree d-/encoding.
58     - bin/gtp-controller, lets you join games etc. using gtp.
59    
60