Re: [Opensim-dev] Plugins for ROBUST

2012-03-26 Thread Per Mint
After some search in the OpenSim source code, I found that I may be able to access ROBUST services, either via region modules, using m_scence.UserAccountServices for example, or via application plugins, using m_application.SceneManager.CurrentOrFirstScene.UserAccountService for example. Am I right

Re: [Opensim-dev] joystick 3D cursor not returning to rest

2012-03-26 Thread Dahlia Trimble
OpenSimulator is only a consumer of camera rotation and doesn't really affect it at all from the client's perspective. The viewer sends the camera rotation with every "AgentUpdate" message in the form of 3 direction vectors (up, left, and forward) which are relative to world space, so the rotation

[Opensim-dev] joystick 3D cursor not returning to rest

2012-03-26 Thread CJ Davies
(Apologies if you have read this already on Opensim-users but it didn't get any repsonses there so I thought I would try here as well.) I have an accelerometer connected to an Arduino that has been reflashed to imitate a standard USB HID joystick which I can use with a Second Life/OpenSim view

Re: [Opensim-dev] Dynamic hypergrid addresses

2012-03-26 Thread Crista Lopes
You can place a proxy in front of your services. OSGrid does that, and so do other grids. Note that the URL that you decide upon will be extremely important. Users and worlds are identified by domain names, or more specifically, authorities (domain:port). So if you start with one authority and

Re: [Opensim-dev] Justin, can you take a question?

2012-03-26 Thread Justin Clark-Casey
I will always try and answer questions on this list and opensim-users if I can and nobody else has, though the answers may not always be very quick. I recognize the lists are in a bad way at the moment. I'm hoping berlios.de will fix the problem soon. If not we will need to move the lists.

Re: [Opensim-dev] Dynamic hypergrid addresses

2012-03-26 Thread Per Mint
Diva, thanks for this useful information. I would like to make URLs that don't point directly to the ROBUST URL as you specified, but instead make it like www.example.com/Lbsa%20Plaza so that even if the ROBUST URL changes, I will still be able to reach using the same URL. To achieve this, I thou

Re: [Opensim-dev] Adding custom LSL functions

2012-03-26 Thread Mic Bowman
I just pushed a patch that adds support for both parameters and return types for key, vector, rotation and lists. That should make modInvoke "complete". The wiki has been updated with the new test region module and the script that calls the functions in the module. I should probably add a "best k

Re: [Opensim-dev] Dynamic hypergrid addresses

2012-03-26 Thread Diva Canto
The canonical form of HG addresses is URL region_name For example http://hg.osgrid.org Lbsa Plaza or http://sciencegrid.org/grid/hypergrid.php Yellowstone If you type this on the map you will find it. (as long as those grids/regions exist) Other forms are supported for various reasons, from le