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

File Contents

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