Testing

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
 
(187 intermediate revisions by 41 users not shown)
Line 1: Line 1:
'''Current functionality (may be out of date. contributions welcome)'''
+
{{Quicklinks|Testing}}
<br>
+
  
'''Note:''' We are aiming for a standalone server in upcoming public release 0.4. These features have been tested in standalone mode. Grid mode functionality is planned for releases after 0.4.
+
= Automated Testing =
<br>
+
OpenSimulator uses nant to implement an automated code-level test suite.  Contributions to this suite are very welcome. See [[Automated Testing]] for more information.
  
'''Key:''' <br>
+
OpenSimulator comes with a tool called [[pCampBot]] that can simulate multiple clients logging and performing actions in an installation.
+ = working now <br>
+
% = partially working <br>
+
- = not working yet <br>
+
! = not working or partially working, but planned to be working in upcoming public release 0.4 <br>
+
? = status unknown <br>
+
------------------------------------------------------------------------------
+
<br>
+
  
 +
OpenSimulator also has some executables that test some local service operations.
  
* '''Login, logout, relog'''  
+
  OpenSim.Tests.Clients.GridClient.exe
** login: +
+
  OpenSim.Tests.Clients.InstantantMessage.exe
** logout: +
+
  OpenSim.Tests.Clients.PresenceClient.exe
** relog: +
+
OpenSim.Tests.Clients.UserAccountClient.exe
notes: <br>
+
  ** Windows or Linux 1.18.1.2 client used for testing. <br>
+
  ** Login may be moved to a webservice. <br>
+
<br>
+
  
* '''World'''
+
However, these executables are currently short and basic (e.g. they are hardcoded to assume services are on various 8001, 8002 and 8003 ports on 127.0.0.1).
** day / night cycle: +
+
** windlight: -
+
** clouds: -
+
** wind: -
+
** water and water texture: +
+
** terrain and terrain textures: +
+
<br>
+
  
* '''Accounts and permissions'''
+
= Current functionality =
** multiple account creation: +
+
** permissions per account: %
+
** account has inventory: +
+
** sim supports multiple logins: +
+
  
 +
{{content}}
  
* '''Avatar'''
+
''Possibly this section should hang off the [[Feature Matrix]] when/if it is updated -- [[User:Justincc|Justincc]] 12:02, 2 May 2012 (PDT)''
** teleport within region: %
+
** built-in animations (walking, flying, sitting): %
+
** uploaded animations /gestures: %
+
** uploaded sounds: %
+
** can wear items: -
+
** DRAG / CTRL DRAG objects: +
+
notes: <br>
+
** teleport within region works. camera pos and avatar height need click to restore sane values.
+
** sit and sit animation not working yet.
+
** uploaded sounds and animations play locally, but not in world.
+
<br>
+
  
* '''Building'''
+
* [[Features Currently Supported]]<br />
** create prim: +
+
* [[Priorities and Test Plans]]<br />
** change prim type: +
+
<br />
** change prim transparency: +
+
Check [[LSL Status]] Page for currently implemented scripting features.<br />
** change prim colour: +
+
Note: not all scripting features are supported yet.<br />
** change prim texture (including uploaded textures): +
+
<br />
** change prim size, cut, hollow, etc: %
+
* Standalone region tested with svn version 9379
** prim light, fullbright and flexi: +
+
* Grid region tested with svn version 9379
** link prims: %
+
** permissions: %
+
** objects persist in world across login / logoff and server restart: +
+
** parcel support: %
+
notes: <br>
+
** issues with prim stretching.
+
** linking not fully working, due to physics issues.
+
<br>
+
  
* '''Terraforming'''
 
** raise land: +
 
** lower land: +
 
** flatten land: +
 
** other terraforming functions: ?
 
<br>
 
  
 +
== Account ==
 +
{|  border="1" cellpadding="5" cellspacing="0"
 +
!  width="200" | &nbsp;
 +
!  width="200" | Standalone
 +
!  width="200" | Grid
 +
|-
 +
| login
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| logout
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| relog
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| Home - Login Start Location
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK - Configurable by Region
 +
|-
 +
| Alt Home - if Home unavailable
 +
|  bgcolor="yellow" | unknown
 +
|  bgcolor="lime" | Alternate Region hardset by GRID
 +
|}
  
* '''Land and parcels'''
+
== World ==
** subdivide: ?
+
{|  border="1" cellpadding="5" cellspacing="0"
** join: ?
+
!  width="200" | &nbsp;
** buy and sell: -
+
!  width="200" | Standalone
<br>
+
!  width="200" | Grid
 +
|-
 +
| day / night cycle
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| windlight
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| clouds
 +
|  bgcolor="lime" | Working
 +
|  bgcolor="lime" | Working
 +
|-
 +
| wind
 +
|  bgcolor="lime" | Working
 +
|  bgcolor="lime" | Working
 +
|-
 +
| water and water texture
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| terrain and terrain textures
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|}
 +
== Accounts and permissions ==
 +
{|  border="1" cellpadding="5" cellspacing="0"
 +
!  width="200" | &nbsp;
 +
!  width="200" | Standalone
 +
!  width="200" | Grid
 +
|-
 +
| multiple account creation
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| permissions per account
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| account has inventory
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| sim supports multiple logins
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|}
 +
== Avatar ==
 +
{|  border="1" cellpadding="5" cellspacing="0"
 +
!  width="200" | &nbsp;
 +
!  width="200" | Standalone
 +
!  width="200" | Grid
 +
|-
 +
| teleport within region
 +
|  bgcolor="yellow" | partially working (always facing north after teleport)
 +
|  bgcolor="yellow" | partially working (go inside ground when teleport from low to high position,always facing north after teleport)
 +
|-
 +
| teleport between regions
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| built-in animations (walking, flying, sitting)
 +
|  bgcolor="yellow" | partially working
 +
|  bgcolor="yellow" | partially working
 +
|-
 +
| uploaded animations / gestures
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| uploaded sounds
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| can wear clothes
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| can attach items
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="yellow" | OK
 +
|-
 +
| profile
 +
|  bgcolor="lime" | pics & text
 +
|  bgcolor="lime" | pics & text
 +
|-
 +
| DRAG / CTRL DRAG objects
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|}
 +
== Building ==
 +
{|  border="1" cellpadding="5" cellspacing="0"
 +
!  width="200" | &nbsp;
 +
!  width="200" | Standalone
 +
!  width="200" | Grid
 +
|-
 +
| create prim
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| change prim type
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| change prim transparency
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| change prim colour
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| change prim texture (including uploaded textures)
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| change prim size, cut, hollow, etc
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| prim light, fullbright and flexi
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| link prims
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| unlink prims
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| permissions
 +
|  bgcolor="lime" | Working
 +
|  bgcolor="lime" | Working
 +
|-
 +
| objects persist in world across login / logoff and server restart
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| parcel support
 +
|  bgcolor="lime" | OK See Parcels Below
 +
|  bgcolor="lime" | OK See Parcels Below
 +
|}
 +
== Terraforming ==
 +
{|  border="1" cellpadding="5" cellspacing="0"
 +
!  width="200" | &nbsp;
 +
!  width="200" | Standalone
 +
!  width="200" | Grid
 +
|-
 +
| select land
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| raise land
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| lower land
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| flatten land
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| roughen land
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| smooth land
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|}
 +
== Land and parcels ==
 +
{|  border="1" cellpadding="5" cellspacing="0"
 +
!  width="200" | &nbsp;
 +
!  width="200" | Standalone
 +
!  width="200" | Grid
 +
|-
 +
| subdivide
 +
|  bgcolor="lime" | Working
 +
|  bgcolor="lime" | Working
 +
|-
 +
| join
 +
|  bgcolor="lime" | Working
 +
|  bgcolor="lime" | Working
 +
|-
 +
| buy and sell
 +
|  bgcolor="orange" | Partial, sell and buy, but no money recieved. (Set helper uri to IP ADDRESS AND PORT:9000
 +
|  bgcolor="lime" | Working (when using a 3rd party module)
 +
|-
 +
| Set Land To Group
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| Allow Deed To Group
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| Owner Makes Contribution With Deed
 +
|  bgcolor="red" | not working
 +
|  bgcolor="lime" | Working (when using a 3rd party module)
 +
|-
 +
| Buy Pass - (Temporary Paid Access)
 +
|  bgcolor="red" | not working
 +
|  bgcolor="red" | Not Yet Implemented
 +
|-
 +
| Buy For Group
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
!scope="row" colspan="3"| '''Covenants'''
 +
|-
 +
| Buy For Group
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| Estate Owner
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
!scope="row" colspan="3"| '''Land Objects'''
 +
|-
 +
| Sim Usage
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| Prims on Parcel
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| Return Parcel Primitives
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| AutoReturn of Prims
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| Show Owners (Land Menu)
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
!scope="row" colspan="3"| '''Land Options'''|
 +
|-
 +
| Show Owners (Land Menu)
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
!scope="row" colspan="3"| '''Land Media'''
 +
|-
 +
| Replace Texture With Media
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| Music Stream URL
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| Restrict Spatialized Sounds to Parcel
 +
|  bgcolor="red" | Not Yet Implemented
 +
|  bgcolor="red" | Not Yet Implemented
 +
|-
 +
!scope="row" colspan="3"| '''Land Access'''
 +
|-
 +
| Show Owners (Land Menu)
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
!scope="row" colspan="3"| '''Land Bans'''
 +
|-
 +
| Limit Access to Group
 +
|  bgcolor="lime" | Yes
 +
|  bgcolor="lime" | Yes
 +
|-
 +
| Limit Access by Avatar
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| Individual Avatar Ban
 +
|  bgcolor="lime" | Working
 +
|  bgcolor="lime" | Working - Grid can disable feature gridwide
 +
|}
 +
== UI ==
 +
{|  border="1" cellpadding="5" cellspacing="0"
 +
!  width="200" | &nbsp;
 +
!  width="200" | Standalone
 +
!  width="200" | Grid
 +
|-
 +
| friends list
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| uploads
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK, jpg, bmp,tga (alpha)
 +
|-
 +
| edit profile
 +
|  bgcolor="lime" | OK, but not complete
 +
|  bgcolor="lime" | OK, but not complete
 +
|-
 +
| search
 +
|  bgcolor="yellow" | partially working(User, Groups, Parcel, Region)
 +
|  bgcolor="yellow" | Working(User, Groups, Land Sales, Events, Classifieds)
 +
|-
 +
| large map
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| minimap
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| money
 +
|  bgcolor="lime" | Works if using IP ADDRESS AND PORT:9000
 +
|  bgcolor="lime" | Works if using IP ADDRESS AND PORT:9000
 +
|-
 +
| HUD attachments
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|}
 +
== Friends ==
 +
{|  border="1" cellpadding="5" cellspacing="0"
 +
!  width="200" | &nbsp;
 +
!  width="200" | Standalone
 +
!  width="200" | Grid
 +
|-
 +
| add
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| remove
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| permissions
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| mapping
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| online visibility
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| can edit my objects
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| send teleport
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|}
 +
== Groups ==
 +
Groups are implemented, but must be enabled in opensim.ini
 +
{|  border="1" cellpadding="5" cellspacing="0"
 +
!  width="200" | &nbsp;
 +
!  width="200" | Standalone
 +
!  width="200" | Grid
 +
|-
 +
| create
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| join
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| description
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| graphic
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| notices
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| vote
 +
|  bgcolor="red" | Not Yet Implemented
 +
|  bgcolor="red" | Not Yet Implemented
 +
|-
 +
| invite
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| remove
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| members
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| group list
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| publish
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="red" | Not Yet Implemented
 +
|-
 +
| set title
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| change active title
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| enrollment fee
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="red" | Not Yet Implemented
 +
|-
 +
| open enrollment
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| set mature flag
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| group land
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|}
 +
=== Group Roles ===
 +
{|  border="1" cellpadding="5" cellspacing="0"
 +
!  width="200" | &nbsp;
 +
!  width="200" | Standalone
 +
!  width="200" | Grid
 +
|-
 +
| create
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| edit
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| remove
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| add person
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| remove person
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| abilities
 +
|  bgcolor="yellow" | Partially Implemented
 +
|  bgcolor="yellow" | Partially Implemented
 +
|}
 +
== Chat, IM, Voice ==
 +
{|  border="1" cellpadding="5" cellspacing="0"
 +
!  width="200" | &nbsp;
 +
!  width="200" | Standalone
 +
!  width="200" | Grid
 +
|-
 +
| local chat
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK - Plus Configurable Distance (server)
 +
|-
 +
| Shout
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK - Plus Configurable Distance (server)
 +
|-
 +
| send / receive IM
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| offline IM
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| group IM
 +
|  bgcolor="lime" | OK, but groups must be enabled
 +
|  bgcolor="lime" | OK, but groups must be enabled
 +
|-
 +
| multiple friend IM
 +
|  bgcolor="red" | unknown
 +
|  bgcolor="red" | Not Yet Implemented
 +
|-
 +
| participant list
 +
|  bgcolor="red" | unknown
 +
|  bgcolor="red" | Not Yet Implemented
 +
|-
 +
| voice
 +
|  bgcolor="lime" | Must enable and use freeswitch voice
 +
|  bgcolor="lime" | Must enable and use freeswitch voice
 +
|-
 +
| IRC bridge
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK (Configurable on Server)
 +
|}
 +
== Physics / Collision ==
 +
{|  border="1" cellpadding="5" cellspacing="0"
 +
!  width="150" | &nbsp;
 +
!  width="150" | basicphysics
 +
!  width="150" | POS
 +
!  width="150" | OpenDynamicsEngine
 +
!  width="150" | modified_BulletX
 +
!  width="150" | RealPhysX
 +
!  width="150" | BulletDotNET
 +
|-
 +
| walk on ground
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="yellow" | partially working (ground is very slippery)
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="lime" | OK
 +
|-
 +
| fly
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="lime" | OK
 +
|-
 +
| sit on ground
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="red" | not working
 +
|  bgcolor="red" | not working
 +
|  bgcolor="lime" | OK
 +
|-
 +
| sit on object
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="red" | not working
 +
|  bgcolor="yellow" | partially working (autopilot has trouble getting to the right spot 'try phantom prim')
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="lime" | OK
 +
|-
 +
| walk on object
 +
|  bgcolor="red" | not working
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="lime" | OK
 +
|-
 +
| bump into object
 +
|  bgcolor="red" | not working
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="lime" | OK
 +
|-
 +
| Collidable Linksets
 +
|  bgcolor="red" | not working
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="lime" | OK
 +
|-
 +
| Avatar Land on Prim
 +
|  bgcolor="red" | not working
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="lime" | OK
 +
|-
 +
| prim physics
 +
|  bgcolor="red" | not working
 +
|  bgcolor="red" | not working
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="lime" | OK
 +
|-
 +
| Physical (active) Linksets
 +
|  bgcolor="red" | not working
 +
|  bgcolor="red" | not working
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="red" | not working
 +
|  bgcolor="red" | not working
 +
|  bgcolor="lime" | OK
 +
|-
 +
| cut/hollow/dimpled prim (non)collisions
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="lime" | OK with Meshmerizer
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="lime" | OK
 +
|-
 +
| physical vehicles
 +
|  bgcolor="red" | not working
 +
|  bgcolor="red" | not working
 +
|  bgcolor="lime" | OK, but friction is much too high.
 +
|  bgcolor="red" | not working
 +
|  bgcolor="red" | not working
 +
|  bgcolor="red" | not working
 +
|}
 +
== Scripting ==
 +
{|  border="1" cellpadding="5" cellspacing="0"
 +
!  width="200" | &nbsp;
 +
!  width="200" | Standalone
 +
!  width="200" | Grid
 +
|-
 +
| create LSL script
 +
|  bgcolor="lime" | OK, see supported commands
 +
|  bgcolor="lime" | OK, see supported commands
 +
|-
 +
| add script to object
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | Drag from inventory into prim
 +
|-
 +
| execute script in object
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|}
 +
Note: not all scripting features are supported yet.
 +
Check [[LSL Status]] for currently implemented features.
 +
== Inventory ==
 +
{|  border="1" cellpadding="5" cellspacing="0"
 +
!  width="200" | &nbsp;
 +
!  width="200" | Standalone
 +
!  width="200" | Grid
 +
|-  
 +
| create new items (folder, notes, body, clothes, prims, scripts)
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| delete prims -> trash
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| delete items -> trash
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| trash folder functions (restore, purge)
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| search inventory
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| "recent items" list
 +
|  bgcolor="red" | not working
 +
|  bgcolor="yellow" | half, only new uploaded and self created stuff, but acctepted inventory offers not listed (8814)
 +
|-
 +
| inventory persists across logout / login
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| drag items to / from world
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
|-
 +
| give inventory items to other avatars
 +
|  bgcolor="lime" | OK
 +
|  bgcolor="lime" | OK
 +
Inventory should not yet be treated as permanent, whilst development is still occurring.
 +
|}
 +
== Permissions ==
 +
{|  border="1" cellpadding="5" cellspacing="0"
 +
!  width="200" | &nbsp;
 +
!  width="200" | Standalone - Allowed User
 +
!  width="200" | Standalone - Denied User
 +
!  width="200" | Grid - Allowed User
 +
!  width="200" | Grid - Denied User
 +
|-
 +
| Run Script - Estate Disabled
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="lime" | no
 +
|  bgcolor="lime" | no
 +
|-
 +
| Run Script - Parcel Disabled
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="lime" | yes
 +
|  bgcolor="lime" | no
 +
|-
 +
| Rez Object - Estate Disabled
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="grey" | N/A
 +
|  bgcolor="grey" | N/A
 +
|-
 +
| Rez Object - Parcel Disabled
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="lime" | yes
 +
|  bgcolor="red" | yes
 +
|-
 +
| Edit Estate Settings
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="lime" | yes
 +
|  bgcolor="lime" | no
 +
|-
 +
| Edit Terrain
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="lime" | yes
 +
|  bgcolor="red" | yes
 +
|-
 +
| Duplicate (Drag-Duplicate AND Ctrl-D) Object
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="lime" | yes
 +
|  bgcolor="red" | yes
 +
|-
 +
| Take Object
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="lime" | yes
 +
|  bgcolor="red" | yes
 +
|-
 +
| Move Object
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="lime" | yes
 +
|  bgcolor="red" | yes
 +
|-
 +
| Copy Object
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="lime" | yes
 +
|  bgcolor="red" | yes
 +
|-
 +
| Edit Object
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="lime" | yes
 +
|  bgcolor="red" | yes
 +
|-
 +
| Delete Object
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="lime" | yes
 +
|  bgcolor="red" | yes
 +
|-
 +
| Add/Remove to Object's Inventory
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="grey" | unknown
 +
|  bgcolor="lime" | yes
 +
|  bgcolor="red" | yes
 +
|}
  
* '''UI'''
+
-- note --
** friends list: -
+
new objects had to be rezzed for each change in permissions for a test - new permissions settings did not apply to existing objects
** uploads: +
+
** edit profile: ?
+
** search: -
+
** large map: +
+
** minimap: +
+
** money: -
+
** HUD attachments: -
+
<br>
+
  
* '''Friends'''
+
[[Category:Development]]
** add: -
+
** remove: -
+
** permissions: -
+
** mapping: -
+
** online visibility: -
+
** can edit my objects: +
+
<br>
+
 
+
* '''Groups'''
+
** create: -
+
** join: -
+
** description: ?
+
** graphic: ?
+
** notices: ?
+
** vote: ?
+
** invite: ?
+
** remove: ?
+
** members: ?
+
** group list: ?
+
** publish: ?
+
** set title: ?
+
** change active title: ?
+
** enrollment fee:?
+
** open enrollment: ?
+
** set mature flag: ?
+
** group land: ?
+
<br>
+
 
+
 
+
** '''Group Roles'''
+
*** create: ?
+
*** edit: ?
+
*** remove: ?
+
*** add person: ?
+
*** remove person: ?
+
*** abilities: ?
+
<br>
+
 
+
* '''Chat, IM, Voice'''
+
** local chat: +
+
** chat at distance: ?
+
** send / receive IM: +
+
** offline IM: ?
+
** group IM: ?
+
** multiple friend IM: ?
+
** participant list: ?
+
** voice: ?
+
<br>
+
 
+
 
+
* '''Physics / Collision'''
+
** walk on ground: +
+
** fly: +
+
** sit on ground: -
+
** sit on object: -
+
** walk on object: %
+
** bump into object: %
+
** prim physics: %
+
notes: <br>
+
** OpenSim supports multiple physics engines. currently: basicphysics, ODE and PhysX.
+
** basicphysics engine is used by default.
+
** some features not supported in basicphysics engine.
+
<br>
+
 
+
 
+
* '''Scripting'''
+
** create LSL script: %
+
** add script to object: +
+
** execute script in object: +
+
notes: <br>
+
not all scripting features are supported yet. the following features are currrently implemented:
+
+
Math Functions:
+
  llSin(), llCos(), llTan(), llAtan2(), llSqrt(), llPow(), llAbs(), llFabs(), llFrand(), llFloor(),
+
  llCeil(), llRound(), llModPow(), llMD5String
+
 
+
Communication Functions:
+
  llSay(), llWhisper(), llShout()
+
 
+
Primitive Functions:
+
  llSetText()
+
 
+
Time Functions:
+
  llGetUNIXTime, llGetGMTClock(), llGetDate()
+
 
+
String Functions:
+
  llGetStringLength(), llDeleteSubString(), llGetSubString(), llToLower(), llToUpper(),
+
  llStringIndex(), llEscapeURL(), llUnescapeURL()
+
 
+
Other Functions:
+
  llSleep(), llGetKey()
+
 
+
 
+
Events:
+
  touch_start(), state_entry()
+
 
+
States:
+
  default
+
<br>
+
 
+
* '''Inventory'''
+
** create new items (folder, notes, body, clothes, prims, scripts): +
+
** delete items: +
+
** trash folder functions (restore, purge): +
+
** search inventory: +
+
** "recent items" list: -
+
** inventory persists across logout / login: +
+
** drag items to / from world: +
+
<br>
+

Latest revision as of 04:16, 4 December 2023

Contents

[edit] Automated Testing

OpenSimulator uses nant to implement an automated code-level test suite. Contributions to this suite are very welcome. See Automated Testing for more information.

OpenSimulator comes with a tool called pCampBot that can simulate multiple clients logging and performing actions in an installation.

OpenSimulator also has some executables that test some local service operations.

OpenSim.Tests.Clients.GridClient.exe
OpenSim.Tests.Clients.InstantantMessage.exe
OpenSim.Tests.Clients.PresenceClient.exe
OpenSim.Tests.Clients.UserAccountClient.exe 

However, these executables are currently short and basic (e.g. they are hardcoded to assume services are on various 8001, 8002 and 8003 ports on 127.0.0.1).

[edit] Current functionality


Possibly this section should hang off the Feature Matrix when/if it is updated -- Justincc 12:02, 2 May 2012 (PDT)


Check LSL Status Page for currently implemented scripting features.
Note: not all scripting features are supported yet.

  • Standalone region tested with svn version 9379
  • Grid region tested with svn version 9379


[edit] Account

  Standalone Grid
login OK OK
logout OK OK
relog OK OK
Home - Login Start Location OK OK - Configurable by Region
Alt Home - if Home unavailable unknown Alternate Region hardset by GRID

[edit] World

  Standalone Grid
day / night cycle OK OK
windlight OK OK
clouds Working Working
wind Working Working
water and water texture OK OK
terrain and terrain textures OK OK

[edit] Accounts and permissions

  Standalone Grid
multiple account creation OK OK
permissions per account OK OK
account has inventory OK OK
sim supports multiple logins OK OK

[edit] Avatar

  Standalone Grid
teleport within region partially working (always facing north after teleport) partially working (go inside ground when teleport from low to high position,always facing north after teleport)
teleport between regions OK OK
built-in animations (walking, flying, sitting) partially working partially working
uploaded animations / gestures OK OK
uploaded sounds OK OK
can wear clothes OK OK
can attach items OK OK
profile pics & text pics & text
DRAG / CTRL DRAG objects OK OK

[edit] Building

  Standalone Grid
create prim OK OK
change prim type OK OK
change prim transparency OK OK
change prim colour OK OK
change prim texture (including uploaded textures) OK OK
change prim size, cut, hollow, etc OK OK
prim light, fullbright and flexi OK OK
link prims OK OK
unlink prims OK OK
permissions Working Working
objects persist in world across login / logoff and server restart OK OK
parcel support OK See Parcels Below OK See Parcels Below

[edit] Terraforming

  Standalone Grid
select land OK OK
raise land OK OK
lower land OK OK
flatten land OK OK
roughen land OK OK
smooth land OK OK

[edit] Land and parcels

  Standalone Grid
subdivide Working Working
join Working Working
buy and sell Partial, sell and buy, but no money recieved. (Set helper uri to IP ADDRESS AND PORT:9000 Working (when using a 3rd party module)
Set Land To Group OK OK
Allow Deed To Group OK OK
Owner Makes Contribution With Deed not working Working (when using a 3rd party module)
Buy Pass - (Temporary Paid Access) not working Not Yet Implemented
Buy For Group OK OK
Covenants
Buy For Group OK OK
Estate Owner OK OK
Land Objects
Sim Usage OK OK
Prims on Parcel OK OK
Return Parcel Primitives OK OK
AutoReturn of Prims OK OK
Show Owners (Land Menu) OK OK
Land Options|
Show Owners (Land Menu) OK OK
Land Media
Replace Texture With Media OK OK
Music Stream URL OK OK
Restrict Spatialized Sounds to Parcel Not Yet Implemented Not Yet Implemented
Land Access
Show Owners (Land Menu) OK OK
Land Bans
Limit Access to Group Yes Yes
Limit Access by Avatar OK OK
Individual Avatar Ban Working Working - Grid can disable feature gridwide

[edit] UI

  Standalone Grid
friends list OK OK
uploads OK OK, jpg, bmp,tga (alpha)
edit profile OK, but not complete OK, but not complete
search partially working(User, Groups, Parcel, Region) Working(User, Groups, Land Sales, Events, Classifieds)
large map OK OK
minimap OK OK
money Works if using IP ADDRESS AND PORT:9000 Works if using IP ADDRESS AND PORT:9000
HUD attachments OK OK

[edit] Friends

  Standalone Grid
add OK OK
remove OK OK
permissions OK OK
mapping OK OK
online visibility OK OK
can edit my objects OK OK
send teleport OK OK

[edit] Groups

Groups are implemented, but must be enabled in opensim.ini

  Standalone Grid
create OK OK
join OK OK
description OK OK
graphic OK OK
notices OK OK
vote Not Yet Implemented Not Yet Implemented
invite OK OK
remove OK OK
members OK OK
group list OK OK
publish unknown Not Yet Implemented
set title OK OK
change active title OK OK
enrollment fee unknown Not Yet Implemented
open enrollment OK OK
set mature flag OK OK
group land OK OK

[edit] Group Roles

  Standalone Grid
create OK OK
edit OK OK
remove OK OK
add person OK OK
remove person OK OK
abilities Partially Implemented Partially Implemented

[edit] Chat, IM, Voice

  Standalone Grid
local chat OK OK - Plus Configurable Distance (server)
Shout OK OK - Plus Configurable Distance (server)
send / receive IM OK OK
offline IM OK OK
group IM OK, but groups must be enabled OK, but groups must be enabled
multiple friend IM unknown Not Yet Implemented
participant list unknown Not Yet Implemented
voice Must enable and use freeswitch voice Must enable and use freeswitch voice
IRC bridge OK OK (Configurable on Server)

[edit] Physics / Collision

  basicphysics POS OpenDynamicsEngine modified_BulletX RealPhysX BulletDotNET
walk on ground OK OK OK partially working (ground is very slippery) unknown OK
fly OK OK OK OK unknown OK
sit on ground OK OK OK not working not working OK
sit on object OK not working partially working (autopilot has trouble getting to the right spot 'try phantom prim') unknown unknown OK
walk on object not working OK OK unknown unknown OK
bump into object not working OK OK unknown unknown OK
Collidable Linksets not working OK OK unknown unknown OK
Avatar Land on Prim not working OK OK unknown unknown OK
prim physics not working not working OK unknown unknown OK
Physical (active) Linksets not working not working OK not working not working OK
cut/hollow/dimpled prim (non)collisions unknown unknown OK with Meshmerizer unknown unknown OK
physical vehicles not working not working OK, but friction is much too high. not working not working not working

[edit] Scripting

  Standalone Grid
create LSL script OK, see supported commands OK, see supported commands
add script to object OK Drag from inventory into prim
execute script in object OK OK

Note: not all scripting features are supported yet. Check LSL Status for currently implemented features.

[edit] Inventory

  Standalone Grid
create new items (folder, notes, body, clothes, prims, scripts) OK OK
delete prims -> trash OK OK
delete items -> trash OK OK
trash folder functions (restore, purge) OK OK
search inventory OK OK
"recent items" list not working half, only new uploaded and self created stuff, but acctepted inventory offers not listed (8814)
inventory persists across logout / login OK OK
drag items to / from world OK OK
give inventory items to other avatars OK OK

Inventory should not yet be treated as permanent, whilst development is still occurring.

[edit] Permissions

  Standalone - Allowed User Standalone - Denied User Grid - Allowed User Grid - Denied User
Run Script - Estate Disabled unknown unknown no no
Run Script - Parcel Disabled unknown unknown yes no
Rez Object - Estate Disabled unknown unknown N/A N/A
Rez Object - Parcel Disabled unknown unknown yes yes
Edit Estate Settings unknown unknown yes no
Edit Terrain unknown unknown yes yes
Duplicate (Drag-Duplicate AND Ctrl-D) Object unknown unknown yes yes
Take Object unknown unknown yes yes
Move Object unknown unknown yes yes
Copy Object unknown unknown yes yes
Edit Object unknown unknown yes yes
Delete Object unknown unknown yes yes
Add/Remove to Object's Inventory unknown unknown yes yes

-- note -- new objects had to be rezzed for each change in permissions for a test - new permissions settings did not apply to existing objects

Personal tools
General
About This Wiki