diff -ur gnugo-3.7.7-orig/ChangeLog gnugo-3.7.7/ChangeLog
|
old
|
new
|
|
| 3182 | 3182 | - in make_worms() if worm.defend==PASS move not tried |
| 3183 | 3183 | - in attack_callback() ignore strings with 5 liberties |
| 3184 | 3184 | - default memory increased to 32Mb |
| 3185 | | - configure supports 48Mb and 64Mb models |
| | 3185 | - configure supports 48MB and 64MB models |
| 3186 | 3186 | - minor tuning |
| 3187 | 3187 | - doc revision |
| 3188 | 3188 | - vsnprintf error gives warning, not fatal error |
diff -ur gnugo-3.7.7-orig/configure.in gnugo-3.7.7/configure.in
|
old
|
new
|
|
| 60 | 60 | default_owl_node_limit=1000 |
| 61 | 61 | |
| 62 | 62 | AC_ARG_ENABLE(cache-size, |
| 63 | | [ --enable-cache-size=n reserve n Mb RAM for caching (8 default)]) |
| | 63 | [ --enable-cache-size=n reserve n MB RAM for caching (8 default)]) |
| 64 | 64 | |
| 65 | 65 | AC_ARG_ENABLE(level, |
| 66 | 66 | [ --enable-level=n n = default level (10 standard)]) |
| … |
… |
|
| 198 | 198 | Continuing without glib ]) |
| 199 | 199 | fi |
| 200 | 200 | else |
| 201 | | AC_MSG_WARN([Neither vsnprintf nor glib found. Gnugo is |
| | 201 | AC_MSG_WARN([Neither vsnprintf nor glib found. GNU Go is |
| 202 | 202 | compiled but it is safer to get glib at |
| 203 | 203 | http://www.gtk.org/]) |
| 204 | 204 | fi |
diff -ur gnugo-3.7.7-orig/doc/gnugo.6 gnugo-3.7.7/doc/gnugo.6
|
old
|
new
|
|
| 190 | 190 | .Sh "Playing a game with CGoban" |
| 191 | 191 | .IX Subsection "Playing a game with CGoban" |
| 192 | 192 | CGoban is a general purpose client program by Bill Shubert for |
| 193 | | playing Go. It runs under X\-Windows with a beautiful resizeable |
| 194 | | graphic display. To use \s-1GNU\s0 Go under X\-windows, obtain the most recent |
| 195 | | version of CGoban from Bill Shubert's web site |
| | 193 | playing Go. It runs under X Window System with a beautiful resizeable |
| | 194 | graphic display. To use \s-1GNU\s0 Go under X Window System, obtain the |
| | 195 | most recent version of CGoban from Bill Shubert's web site |
| 196 | 196 | .PP |
| 197 | 197 | http://www.igoweb.org/~wms/comp/cgoban/index.html |
| 198 | 198 | .PP |
diff -ur gnugo-3.7.7-orig/doc/gnugo.info-1 gnugo-3.7.7/doc/gnugo.info-1
|
old
|
new
|
|
| 394 | 394 | A start is being made with GoThic, a goban widget based on |
| 395 | 395 | the QT toolkit. This is linked from the GNU Go development |
| 396 | 396 | web page on gnu.org. Other starts have been made based on |
| 397 | | GTK, but so far nothing more than a start has been attempted. |
| | 397 | GTK+, but so far nothing more than a start has been attempted. |
| 398 | 398 | |
| 399 | 399 | * A graphical pattern editor. |
| 400 | 400 | |
| … |
… |
|
| 514 | 514 | |
| 515 | 515 | gnugo |
| 516 | 516 | |
| 517 | | but it is nicer to run it using CGoban 1 (under X-Windows), Jago (on |
| 518 | | any platform with a Java runtime environment) or other client programs |
| | 517 | but it is nicer to run it using CGoban 1 (X Window System), Jago (on |
| | 518 | any platform with a Java Runtime Environment) or other client programs |
| 519 | 519 | offering a GUI. |
| 520 | 520 | |
| 521 | 521 | You can get the most recent version of CGoban 1 from |
| … |
… |
|
| 950 | 950 | older program. You should get a copy with version number 1.12 or higher. |
| 951 | 951 | |
| 952 | 952 | CGoban is an extremely nice way to run GNU Go. CGoban provides a |
| 953 | | beautiful graphic user interface under X-Windows. |
| | 953 | beautiful graphic user interface under X Window System. |
| 954 | 954 | |
| 955 | 955 | Start CGoban. When the CGoban Control panel comes up, select "Go |
| 956 | 956 | Modem". You will get the Go Modem Protocol Setup. Choose one (or both) |
| … |
… |
|
| 1006 | 1006 | capable of playing with GNU Go using the GTP. |
| 1007 | 1007 | |
| 1008 | 1008 | * Dingoui (<http://dingoui.sourceforge.net/>) is a free GMP client |
| 1009 | | written in GTK which can run GNU Go. |
| | 1009 | written in GTK+ which can run GNU Go. |
| 1010 | 1010 | |
| 1011 | 1011 | * Jago (<http://www.rene-grothmann.de/jago/>) is a GPL'd Java client |
| 1012 | | which works for both Microsoft Windows and X-Window System. |
| | 1012 | which works for both Microsoft Windows and X Window System. |
| 1013 | 1013 | |
| 1014 | 1014 | * Sente Software's FreeGoban |
| 1015 | 1015 | (<http://www.sente.ch/software/goban/freegoban.html>) is a |
| … |
… |
|
| 1047 | 1047 | not only Go, but also a few other board games. |
| 1048 | 1048 | |
| 1049 | 1049 | * Goben (<http://www.waz.easynet.co.uk/software.html>), a GTP |
| 1050 | | capable front end for GNU Go using GTK libraries from Wayne Myers. |
| | 1050 | capable front end for GNU Go using GTK+ libraries from Wayne Myers. |
| 1051 | 1051 | Licensed GPL. |
| 1052 | 1052 | |
| 1053 | 1053 | |
diff -ur gnugo-3.7.7-orig/doc/gnugo.pod gnugo-3.7.7/doc/gnugo.pod
|
old
|
new
|
|
| 63 | 63 | =head2 Playing a game with CGoban |
| 64 | 64 | |
| 65 | 65 | CGoban is a general purpose client program by Bill Shubert for |
| 66 | | playing Go. It runs under X-Windows with a beautiful resizeable |
| 67 | | graphic display. To use GNU Go under X-windows, obtain the most recent |
| 68 | | version of CGoban from Bill Shubert's web site |
| | 66 | playing Go. It runs under X Window System with a beautiful resizeable |
| | 67 | graphic display. To use GNU Go under X Window System, obtain the |
| | 68 | most recent version of CGoban from Bill Shubert's web site |
| 69 | 69 | |
| 70 | 70 | http://www.igoweb.org/~wms/comp/cgoban/index.html |
| 71 | 71 | |
diff -ur gnugo-3.7.7-orig/doc/install.texi gnugo-3.7.7/doc/install.texi
|
old
|
new
|
|
| 57 | 57 | @end example |
| 58 | 58 | |
| 59 | 59 | @noindent |
| 60 | | but it is nicer to run it using CGoban 1 (under X-Windows), Jago |
| 61 | | (on any platform with a Java runtime environment) or other |
| | 60 | but it is nicer to run it using CGoban 1 (under X Window System), Jago |
| | 61 | (on any platform with a Java Runtime Environment) or other |
| 62 | 62 | client programs offering a GUI. |
| 63 | 63 | |
| 64 | 64 | You can get the most recent version of CGoban 1 from |
diff -ur gnugo-3.7.7-orig/doc/introduction.texi gnugo-3.7.7/doc/introduction.texi
|
old
|
new
|
|
| 301 | 301 | @quotation |
| 302 | 302 | A start is being made with GoThic, a goban widget based on the QT |
| 303 | 303 | toolkit. This is linked from the GNU Go development web page on |
| 304 | | gnu.org. Other starts have been made based on GTK, but so far |
| | 304 | gnu.org. Other starts have been made based on GTK+, but so far |
| 305 | 305 | nothing more than a start has been attempted. |
| 306 | 306 | @end quotation |
| 307 | 307 | @item A graphical pattern editor. |
diff -ur gnugo-3.7.7-orig/doc/using.texi gnugo-3.7.7/doc/using.texi
|
old
|
new
|
|
| 60 | 60 | or higher. |
| 61 | 61 | |
| 62 | 62 | CGoban is an extremely nice way to run GNU Go. CGoban provides a |
| 63 | | beautiful graphic user interface under X-Windows. |
| | 63 | beautiful graphic user interface under X Window System. |
| 64 | 64 | |
| 65 | 65 | Start CGoban. When the CGoban Control panel comes up, select ``Go |
| 66 | 66 | Modem''. You will get the Go Modem Protocol Setup. Choose one (or |
| … |
… |
|
| 116 | 116 | client by J.-F. Menon for IGS written in the scripting language Ruby. |
| 117 | 117 | RubyGo is capable of playing with GNU Go using the GTP. |
| 118 | 118 | @item Dingoui (@url{http://dingoui.sourceforge.net/}) is a free |
| 119 | | GMP client written in GTK which can run GNU Go. |
| | 119 | GMP client written in GTK+ which can run GNU Go. |
| 120 | 120 | @item Jago (@url{http://www.rene-grothmann.de/jago/}) |
| 121 | 121 | is a GPL'd Java client which works for both Microsoft Windows |
| 122 | | and X-Window System. |
| | 122 | and X Window System. |
| 123 | 123 | @item Sente Software's FreeGoban |
| 124 | 124 | (@url{http://www.sente.ch/software/goban/freegoban.html}) is a |
| 125 | 125 | well-liked user interface for GNU Go (and potentially other |
| … |
… |
|
| 149 | 149 | engines. Can play not only Go, but also a few other board |
| 150 | 150 | games. |
| 151 | 151 | @item Goben (@url{http://www.waz.easynet.co.uk/software.html}), |
| 152 | | a GTP capable front end for GNU Go using GTK libraries from |
| | 152 | a GTP capable front end for GNU Go using GTK+ libraries from |
| 153 | 153 | Wayne Myers. Licensed GPL. |
| 154 | 154 | @end itemize |
| 155 | 155 | |
diff -ur gnugo-3.7.7-orig/INSTALL gnugo-3.7.7/INSTALL
|
old
|
new
|
|
| 33 | 33 | |
| 34 | 34 | gnugo |
| 35 | 35 | |
| 36 | | but it is nicer to run it using CGoban 1 (under X-Windows) or Jago (on |
| 37 | | any platform with a Java runtime environment). |
| | 36 | but it is nicer to run it using CGoban 1 (under X Window System) or Jago (on |
| | 37 | any platform with a Java Runtime Environment). |
| 38 | 38 | |
| 39 | 39 | You can get the most recent version of CGoban 1 from |
| 40 | 40 | http://sourceforge.net/projects/cgoban1/. The earlier version |
diff -ur gnugo-3.7.7-orig/README gnugo-3.7.7/README
|
old
|
new
|
|
| 36 | 36 | Running GNU Go via CGoban |
| 37 | 37 | |
| 38 | 38 | This is an extremely nice way to run GNU Go. CGoban provides a |
| 39 | | beautiful graphic user interface under X-Windows. |
| | 39 | beautiful graphic user interface under X Window System. |
| 40 | 40 | |
| 41 | 41 | Start CGoban. When the CGoban Control panel comes up, select ``Go |
| 42 | 42 | Modem''. You will get the Go Modem Protocol Setup. Choose one (or |
| … |
… |
|
| 131 | 131 | |
| 132 | 132 | Jago, like CGoban is a client capable of providing GNU Go with a |
| 133 | 133 | graphical user interface. Unlike CGoban, it does not require |
| 134 | | X-Windows, so it is an attractive alternative under Windows. |
| 135 | | You will need a Java runtime environment. Obtain Jago at |
| | 134 | X Window System, so it is an attractive alternative under Windows. |
| | 135 | You will need a Java Runtime Environment. Obtain Jago at |
| 136 | 136 | http://www.rene-grothmann.de/jago and follow the links there for the |
| 137 | | Java runtime environment. |
| | 137 | Java Runtime Environment. |
| 138 | 138 | |
| 139 | 139 | |
| 140 | 140 | Go Modem Protocol |
diff -ur gnugo-3.7.7-orig/TODO gnugo-3.7.7/TODO
|
old
|
new
|
|
| 156 | 156 | * A good GUI. |
| 157 | 157 | A start is being made with GoThic, a goban widget based on the QT |
| 158 | 158 | toolkit. This is linked from the GNU Go development web page on |
| 159 | | gnu.org. Other starts have been made based on GTK, but so far |
| | 159 | gnu.org. Other starts have been made based on GTK+, but so far |
| 160 | 160 | nothing more than a start has been attempted. |
| 161 | 161 | |
| 162 | 162 | * A graphical pattern editor. |