-
Notifications
You must be signed in to change notification settings - Fork 6
/
NEWS
204 lines (144 loc) · 6.18 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
[15.2.1]
* Fix a defect of Qt detection on Ubuntu 16.04.
[15.2.0]
* Update m4 macro files for boost.
[15.1.1]
* Fixed a locale bug. Thanks go to Sándor Nagy for reporting the
detail and providing the patch.
[15.1.0]
* Fixed a defect of boost detection by updating autoconf macros.
[15.0.0]
* Supported new parameters of rcssserver-15.0.0.
* Disabled QtOpenGL by default.
* Disabled the classic logplayer. Now, the distribution package does
not contain the code of classic logplayer.
[14.1.0]
[14.0.1]
* Added minimum catch range information.
[14.0.0]
* Supported new features in rcssserver version 14.
- yellow/red cards
- stretched catchable area
- foul success probability
- heterogeneous kick power rate
* Supported QtOpenGL which render the data onto QGLWidget. If the
performance of rcsslogplayer is drastically decreased, please try
`./configure --disable-gl' to disable QtOpenGL.
[13.1.1]
* Fixed gcc-4.4 compilation problems. Thanks go to Hedayat Vatankhah
providing the patch.
[13.1.0]
* Added a new command, 'rcgconvert', that can convert any version of
rcg files. rcg3to4 and rcg4to3 has been removed from a release
package.
[13.0.1]
* Fixed build problems on some platforms.
[13.0.0]
* Supported a monitor protocol version 4 and a game log version
5. Now, these versions are used by default.
* Supported a stamina capacity information and its drawing.
* Now, the classic log player is dispabled by default. If you want
to use it, please try `./configure --enable-classic'.
[12.1.2]
* Fixed compilation problems with gcc4.3. Thanks go to Hedayat
Vatankhah for providing the patche.
[12.1.1]
* Fixed a bug of the team_graphic painting for right side teams.
* added an auto-quit mode option.
[12.1.0]
* Reimplemented rcsslogplayer using Qt4. Please note that Qt 4.1.0
or later is required to build the new logplayer. You can disable
to build the new logplayer by './configure --disable-qt4'.
The new logplayer supports the qmake build system. If you have
troubles with Makefile generated by the configure script, please
try 'qmake && make'.
- The new logplayer supports a standalone mode. Now, rcsslogplayer
can show the game status without rcssmonitor.
- The new logplayer can be used as a simple monitor client. This
also means that rcsslogpalyer can be used as a simple proxy
server.
- The new logplayer supports the Windows environment.
* Renamed old logplayer to rcsslogplayer_classic. You can disable
the classic logplayer with 'configure --disable-classic'.
* Reimplemented the rcgparser library.
* Added new commands, 'rcg3to4' and 'rcg4to3', that are the simple
game log version converter.
[12.0.0]
* Supported a game log format version 4.
[11.1.1]
* Fixed a X11 library configuration problem on some platforms.
[11.1.0]
* Just updated a minor version number. Official relasese for the
RoboCup2007.
[11.0.3]
* Fixed a defect of the wrong library linking in the
rcgparserexample. Thanks go to Ralf Berger for reporting the
problem.
* Fixed a replay speed in the rewind and forward mode.
[11.0.2]
* Fixed a bug in the command line parsing.
* Fixed a flicker while the stop mode.
[11.0.1]
* Reimplemented as a memory based log player.
* Added 'rcgsplit' command, that can split a large game log file
into the several segments.
[11.0.0]
* Supported 64-bits OS.
* Supported a gzipped log file.
* Fixed build problems on some platforms.
* Renamed a parser library name to librcssrcgparser.
[10.0.1]
* Ported to OS X
* Fixed compilation error during "src/netif.C".
The error is caused by changes of "rcsbase/net/addr.h".
[10.0.0]
* Fixed bug in rcg2xml and in it's schema. The output now validates
without error. The schema can be found at
http://sserver.sf.net/xml-schema/rcg/rcg-0.1.xsd
and it is also included in the distribution.
* rcg2xml now generates and xml file for the entire source file.
[9.3.4]
* Fixed some the #includes in the rcgparser library
* For those of you using autoconf and automake in your own
projects, ac_lib_rcgparser.m4 has been added for easy detection
of the rcgparser library.
* For those of you wishing to create your own parsers, an example
has been added in rcgparserexample. Feel free to copy this code
and modify it to your hearts content.
[9.3.3]
* The rcsslogplay script now reports errors if the logplayer or a
monitor cannot be found. The script has also been modifed to use
the monitor specified by the RCSSMONITOR enviroment variable as the
default monitor (this can be handy of you use your own monitor or
wish to change the default to the classic monitor). If RCSSMONITOR
is not set, the script will try to use either rcssmonitor or failing
that, rcssmonitor_classic. At anytime you can override the default
by using the -frameview and -classic options. Finally, the script
now allows any number of parameters to be passed to rcsslogplayer.
If -frameview or -classic is specified in the parameters, it will be
removed from the parameters before they are passed to rcsslogplayer.
* The log player now provides a very basic rcg parsing library.
* A tool (rcg2xml) to convert rcg files to xml has been added. It
reads the rcl file from stdin and output the xml to stdout. Only
version 2 and 3 rcg files are supported. It also only permits
the first 100 cycles to be outputted. This is to create
small(ish) files for testing purposes.
[9.3.2]
* The log player now uses the rcssnet library for all networking.
* The log player can now compile with either sstream or strstream.
[9.2.4]
* Fixed linking defect on Solaris plaforms, where the xnet library
is required
[9.2.0]
* Fixed warnings with gcc3.2
* The log player will now compile on systems that do not have X or
when X is disabled (--without-x in configure's arguments) and will
run in no window mode in those cases.
* Actually fixed library problems on Cygwin this time.
[9.1.5]
* Fixed library problem on cygwin
[9.0.2]
* Fixed problem compiling on Solaris 8
[8.05]
[rel_6]
* Added support for new playmodes