From: Tom H. <tom...@us...> - 2003-01-10 17:36:29
|
Update of /cvsroot/rccparser/rccparser In directory sc8-pr-cvs1:/tmp/cvs-serv1561 Modified Files: ChangeLog Makefile.am NEWS Log Message: 2003-01-10 Tom Howard <tom...@us...> * ./Makefile.am * ./src/Makefile.am * ./src/rcclexer.lpp * ./src/rccparse.ypp * ./src/rccparser.h * ./src/rccptest.cpp * ./src/doxygen.conf Added a whole heap of documentation Added two missing player audio functions Index: ChangeLog =================================================================== RCS file: /cvsroot/rccparser/rccparser/ChangeLog,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** ChangeLog 6 Jan 2003 17:18:07 -0000 1.51 --- ChangeLog 10 Jan 2003 17:35:50 -0000 1.52 *************** *** 1,2 **** --- 1,14 ---- + 2003-01-10 Tom Howard <tom...@us...> + + * ./Makefile.am + * ./src/Makefile.am + * ./src/rcclexer.lpp + * ./src/rccparse.ypp + * ./src/rccparser.h + * ./src/rccptest.cpp + * ./src/doxygen.conf + Added a whole heap of documentation + Added two missing player audio functions + 2003-01-06 Tom Howard <tom...@us...> Index: Makefile.am =================================================================== RCS file: /cvsroot/rccparser/rccparser/Makefile.am,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Makefile.am 17 Dec 2002 18:33:26 -0000 1.15 --- Makefile.am 10 Jan 2003 17:35:51 -0000 1.16 *************** *** 121,122 **** --- 121,123 ---- fi + Index: NEWS =================================================================== RCS file: /cvsroot/rccparser/rccparser/NEWS,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** NEWS 6 Jan 2003 16:07:47 -0000 1.15 --- NEWS 10 Jan 2003 17:35:54 -0000 1.16 *************** *** 1,2 **** --- 1,11 ---- + [1.2.1] + * The code now has doxygen compatible emmbedded documentation. From + the src directory run 'make doc' to build the documentation. + + * Fixed bug in handling of emmbedded nulls. + + * Added support for the player audio messages where you don't + actually get any message. + [1.2.0] * The rccparser library in now installed into ${prefix}/lib, rather *************** *** 14,19 **** * RCCParser now handles the embedded nulls in the messages from the ! server. This means you can use a rcss::IUDPSocketStream (or ! similar) directly with the parser. * The parser now compiles with VC++ 6.0. The distribution contains --- 23,28 ---- * RCCParser now handles the embedded nulls in the messages from the ! server. This means you can use a rcss::IUDPSocketStream (or ! similar) directly with the parser. * The parser now compiles with VC++ 6.0. The distribution contains |