|
From: <tre...@us...> - 2007-09-27 21:19:09
|
Revision: 454
http://ogoglio.svn.sourceforge.net/ogoglio/?rev=454&view=rev
Author: trevorolio
Date: 2007-09-27 14:19:13 -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-server/src/main/resources/populate/space-1
Modified: maven/trunk/ogoglio-server/src/main/resources/populate/space-1
===================================================================
--- maven/trunk/ogoglio-server/src/main/resources/populate/space-1 2007-09-27 21:19:10 UTC (rev 453)
+++ maven/trunk/ogoglio-server/src/main/resources/populate/space-1 2007-09-27 21:19:13 UTC (rev 454)
@@ -8,11 +8,11 @@
<thing templateid="24" rz="0.0" ry="0.0" rx="0.0" rw="1.0"
scalez="1.0" displayname="OfficeChair" scaley="1.0"
templateowner="library" scalex="1.0" possessionid="2" thingid="2"
- z="-5.0" y="0.0" x="-15.0" ownerusername="library" />
+ z="-5.0" y="0.0" x="-16.0" ownerusername="library" />
<thing templateid="18" rz="0.0" ry="0.0" rx="0.0" rw="1.0"
scalez="1.0" displayname="LeCorbusierRecliner" scaley="1.0"
templateowner="library" scalex="1.0" possessionid="3" thingid="3"
- z="-5.0" y="0.0" x="-9.0" ownerusername="library" />
+ z="-5.0" y="0.0" x="-8.2" ownerusername="library" />
<thing templateid="19" rz="0.0" ry="0.0" rx="0.0" rw="1.0"
scalez="1.0" displayname="LeCorbusierSofa" scaley="1.0"
templateowner="library" scalex="1.0" possessionid="4" thingid="4"
@@ -48,5 +48,5 @@
<thing templateid="6" rz="0.0" ry="0.0" rx="0.0" rw="1.0"
scalez="1.0" displayname="CornerSofa" scaley="1.0"
templateowner="library" scalex="1.0" possessionid="12" thingid="12"
- z="-5.0" y="0.0" x="12.0" ownerusername="library" />
+ z="-5.0" y="0.0" x="18.0" ownerusername="library" />
</space>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|