From: Markus R. <rol...@us...> - 2007-02-25 18:37:26
|
Update of /cvsroot/simspark/simspark/simulations/parts/rsg/agent In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv11161/agent Modified Files: Tag: WIN32 ball.rsg soccer.rsg Log Message: - sync with rcssserver3d cvs Index: ball.rsg =================================================================== RCS file: /cvsroot/simspark/simspark/simulations/parts/rsg/agent/ball.rsg,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** ball.rsg 18 Feb 2007 13:21:01 -0000 1.1.2.1 --- ball.rsg 25 Feb 2007 18:37:19 -0000 1.1.2.2 *************** *** 48,52 **** (node ObjectState ! (setPerceptName Ball) ) ) --- 48,52 ---- (node ObjectState ! (setPerceptName B) ) ) Index: soccer.rsg =================================================================== RCS file: /cvsroot/simspark/simspark/simulations/parts/rsg/agent/soccer.rsg,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** soccer.rsg 18 Feb 2007 13:21:01 -0000 1.1.2.1 --- soccer.rsg 25 Feb 2007 18:37:19 -0000 1.1.2.2 *************** *** 381,385 **** $FieldHalfWidth 0 ! Flag_1_l matRed ) --- 381,385 ---- $FieldHalfWidth 0 ! F1L matRed ) *************** *** 388,392 **** (eval -1 * $FieldHalfWidth) 0 ! Flag_2_l matRed ) --- 388,392 ---- (eval -1 * $FieldHalfWidth) 0 ! F2L matRed ) *************** *** 395,399 **** $FieldHalfWidth 0 ! Flag_1_r matBlue ) --- 395,399 ---- $FieldHalfWidth 0 ! F1R matBlue ) *************** *** 402,406 **** (eval -1 * $FieldHalfWidth) 0 ! Flag_2_r matBlue ) --- 402,406 ---- (eval -1 * $FieldHalfWidth) 0 ! F2R matBlue ) *************** *** 411,415 **** (eval -1 * $GoalHalfWidth) 0 ! Goal_1_l matRed ) --- 411,415 ---- (eval -1 * $GoalHalfWidth) 0 ! G1L matRed ) *************** *** 418,422 **** $GoalHalfWidth 0 ! Goal_2_l matRed ) --- 418,422 ---- $GoalHalfWidth 0 ! G2L matRed ) *************** *** 426,430 **** (eval -1 * $GoalHalfWidth) 0 ! Goal_1_r matBlue ) --- 426,430 ---- (eval -1 * $GoalHalfWidth) 0 ! G1R matBlue ) *************** *** 433,437 **** $GoalHalfWidth 0 ! Goal_2_r matBlue ) --- 433,437 ---- $GoalHalfWidth 0 ! G2R matBlue ) |