From: <wol...@us...> - 2004-04-17 17:33:11
|
Update of /cvsroot/csp/APPLICATIONS/SimData In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11640 Modified Files: CHANGES.current Log Message: Changes to serialize and deserialize to binary buffers to use for network packets. Index: CHANGES.current =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/CHANGES.current,v retrieving revision 1.103 retrieving revision 1.104 diff -C2 -d -r1.103 -r1.104 *** CHANGES.current 31 Mar 2004 15:53:31 -0000 1.103 --- CHANGES.current 17 Apr 2004 17:33:02 -0000 1.104 *************** *** 1,4 **** --- 1,9 ---- Version 0.4.0 (in progress) =========================== + 2004-04-17: wolverine + * made changes to Vector3, Quad and Matrix3 to write data + to binary buffers that are used to serialize and deserialize + the object for network packets. + 2004-03-31: delta * Namespace & SIMDATA_EXPORT symbol hacks cleaned in |