ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/Changes
Revision: 1.21
Committed: Fri Oct 28 15:24:56 2005 UTC (18 years, 6 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +1 -0 lines
Log Message:
*** empty log message ***

File Contents

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