|
From: <tre...@us...> - 2007-09-27 21:19:13
|
Revision: 455
http://ogoglio.svn.sourceforge.net/ogoglio/?rev=455&view=rev
Author: trevorolio
Date: 2007-09-27 14:19:18 -0700 (Thu, 27 Sep 2007)
Log Message:
-----------
Fixed up the sim body so that it doesn't take much memory.
Added a handy script which uses the multiuser tests to run robots around in a space.
This is handy for testing avatars, but also looks cool.
Modified Paths:
--------------
maven/trunk/ogoglio/src/main/resources/scripts/testApplet.sh
Added Paths:
-----------
maven/trunk/ogoglio/src/main/resources/scripts/testRobots.sh
Modified: maven/trunk/ogoglio/src/main/resources/scripts/testApplet.sh
===================================================================
--- maven/trunk/ogoglio/src/main/resources/scripts/testApplet.sh 2007-09-27 21:19:13 UTC (rev 454)
+++ maven/trunk/ogoglio/src/main/resources/scripts/testApplet.sh 2007-09-27 21:19:18 UTC (rev 455)
@@ -12,4 +12,4 @@
ls -l $INT_TEST/*
-java -Xmx512M -DAppletTestWindow.space=$SPACE -classpath $INT_TEST\:$COMMON\:$LIVEC\:$APPLET com.ogoglio.client.test.AppletTestWindow
+java -Xmx512M -DAppletTestWindow.space=$SPACE -classpath $INT_TEST\:$COMMON\:$LIVEC\:$APPLET com.ogoglio.client.test.AppletTestWindow $2
Added: maven/trunk/ogoglio/src/main/resources/scripts/testRobots.sh
===================================================================
--- maven/trunk/ogoglio/src/main/resources/scripts/testRobots.sh (rev 0)
+++ maven/trunk/ogoglio/src/main/resources/scripts/testRobots.sh 2007-09-27 21:19:18 UTC (rev 455)
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# assumes you are in the dir with this script
+# assumes everything is built in other directories
+
+COMMON=../../../../../ogoglio-common/target/ogoglio-common-0.0.1-SNAPSHOT.jar
+
+java -Xmx512M -classpath $COMMON com.ogoglio.client.MultiuserTests $1 $2 $3
Property changes on: maven/trunk/ogoglio/src/main/resources/scripts/testRobots.sh
___________________________________________________________________
Name: svn:executable
+ *
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|