~ubuntu-branches/ubuntu/vivid/qgo/vivid

1.1.5 by Cyril Chaboisseau
Import upstream version 1.5-r1
1
qGo 1.0.4
1 by Martin A. Godisch
Import upstream version 1.0.0-r2
2
---------
3
4
Startup options:
5
6
qGo [options] [<file>]
7
8
-menu		skipped since qGo 0.1.4
9
-sgf		make new sgf file (or simple open a board to play)
10
-sgf19		same but don't ask and open 19x19 board
11
-debug		open debug window and show status messages
12
-desktop	use standard options from desktop
13
<file>		open file (type sgf, mgt or xml)
14
15
16
qGo is a Go board, SGF editor and client for IGS/NNGS or similar servers.
17
Go is an ancient boardgame, very common in Japan, China and Korea.
18
19
Open index.html for installation support.
20
21
support table:
22
23
windows:	Qt 3.2.1nc
24
Linux:		Qt 3.1 and above
1.1.1 by Cyril Chaboisseau
Import upstream version 1.0.3
25
Mac OsX:	Qt 3.1 and above
1 by Martin A. Godisch
Import upstream version 1.0.0-r2
26
27
Version 0.1 should be stable including a lot of bugfixes concerning
28
the go server behavioural.
29
30
Version 0.0.14 has many bugfixes and new stones + board coded by
31
Marin Ferecatu. That's why I dropped the old stones. Further, fonts
32
and background colors are free selectable.
33
The autoplay feature can now use sgf time information, thus you can
34
replay a game in original speed.
35
36
Version 0.0.13 offers some teaching tools whereby the teacher starts
37
a teaching session and his client works as server for the invited
38
student. The student (if one) is able to play one or both colors, but,
39
the teacher can always play both colors. Hope this helps for online
40
teaching.
41
There's are a watch list and an exclude list too, whereby
42
entering/leaving of players can be watched as well as players can be
43
excluded from shouting. I removed the thousands of talk windows and
44
added a talk tab inside the client window.
45
The translations have been
46
enabled again in Version 0.0.13, but, since Peter and me speak only German
47
and Enlish, there are only these two translations fixed. Thanks to
48
Emmanuel Beranger for the French translation.
49
Look at changelog for more details to this version.
50
51
Since Version 0.0.12 qGo has it's own client.
52
1.1.1 by Cyril Chaboisseau
Import upstream version 1.0.3
53
qGo is no longer supported by Qt 2.3nc.
1 by Martin A. Godisch
Import upstream version 1.0.0-r2
54
55
----
56
57
Version 0.0.7 comes with support for translations. Currently there are
58
english, french and german versions available.
59
You can chose the language in the preferences dialog. If system default
60
is selected, the Unix system locale will be used (LANG environment variable).
61
Somehow I thought on Windows it would also chose the default language, but
62
this does not work. The locale on my german windows 2000 is "C" - anything
63
but the "de" or "de_DE" what Qt expects. Well, Windows.... I don't really
64
care. Set the language manually and you are fine.
65
You have to restart qGo to let the language change take effect.
66
Please contact me if you want to translate qGo to your language. I will put
67
more detailed informations on the qGo webpage at http://qgo.sourceforge.net
68
69
I added a patch from Bernd Schmidt fixing a really nasty SGF parser bug.
70
Thanks, Bernd!
71
72
Version 0.0.6 is mainly a maintaining release with bugfixes and minor
73
feature enhancements.
74
Translation files (requested by some users) are not yet in. I plan to
75
release a version for translations soon.
76
77
In version 0.0.5 a SDI interface for multiple boards in one running
78
process is implemented. It is not using threads, so if you load a
79
large file like Kogos, it will hang up the program while
80
loading. Maybe I add thread support, not sure yet. You can always
81
start several processes, that might be safer than threads.
82
83
Support for Kanji letters is implemented in 0.0.5. You can now load
84
and save games with a text encoding, set in the preferences dialog in
85
the third tab 'SGF Loading'. You have to select the encoding before
86
loading a file. You might need to try a bit which encoding fits your
87
language best. It was tested on japanese (windows and linux), chinese
88
(linux) and korean (windows) systems and worked.
89
90
0.0.4 comes with a basic implementation of XML support.
91
Currently only reading XML files is done, saving not yet.
92
Reading XML works with files saved from Jago, but not yet all XML
93
are loaded properly. Please consider this currently as a draft, XML
94
code is under development still.
95
96
qGo now supports old SGF and MGT files that can sometimes be found
97
on the web. If it's an old format, it's automatically noticed and qGo
98
converts the file upon loading into new SGF format.
99
I found some of those files at the download section of the german
100
go association.
101
102
103
Copyright
104
---------
105
106
Copyright (C) 2001-2004 Peter Strempel, Johannes Mesa
107
108
This software is published under the GNU General Public License (GPL).
109
See the file COPYING for more informations or visit http://www.fsf.org/.
110
111
The Windows version is linked against the Qt non-commercial edition
112
and also published under the GPL with the following exception applying
113
to the Windows version of qGo:
114
115
  As a special exception, the author gives permission to link this program
116
  with Qt non-commercial edition, and distribute the resulting executable,
117
  without including the source code for the Qt non-commercial edition in the
118
  source distribution.
119
120
Any feedback is welcome.
121
1.1.5 by Cyril Chaboisseau
Import upstream version 1.5-r1
122
Emmanuel Beranger <e2(at!)beranger.com.fr>
123
Johannes Mesa <frosla(at!)gmx.at>
124
Peter Strempel <pstrempel(at!)t-online.de>