Re: [Opensim-dev] Running FreeSwitch with OpenSim

2010-05-17 Thread Jeroen van Veen
That's a viewer bug. Check it with hippo 0.51 and you will see it's not greyed out anymore. Jeroen On Wednesday 12 May 2010 22:35:27 Jor3l Boa wrote: Actually, tried About Land / Media / Voice, but is disabled (can't check the Enable voice).. in Estate 'Allow voice chat' is active, any other

[Opensim-dev] Controlling bots via inworld scrip ts‏‏

2010-05-17 Thread izze euler
Hi, I have created a bot via a web service, but I was wondering if it is possible to control the bot via inworld scripts? I have tried to do this with an attachment to the bot, however, I can't move the bot even when the attachment is physical and I try to move using llMoveToTarget. I know

[Opensim-dev] Some new code for your review and possible acceptance

2010-05-17 Thread AlexRa
Hello, I've been playing around with the database access layer of the code, especially the AssetData plugins for all 3 supported databases (Sqlite, MySql, and MS SQL) and the underlying classes, and also made a few other changes: g...@github.com:AlexRa/opensim-mods-Alex.git I'd like to

[Opensim-dev] IRegionDataStore vs IRegionData ???

2010-05-17 Thread AlexRa
Hello, How come that MySqlRegionData and MSSQLRegionData implement IRegionData, whereas SQLiteRegionData implements IRegionDataStore, which seem to be two totally different interfaces? According to the git histories, there appears to be a migration from IRegionDataStore to IRegionData, (and

[Opensim-dev] SL viewer 2

2010-05-17 Thread Olli Aro
Hi all, What is people's view on the current status of SL viewer 2.0 compatibility with OpenSim? Is someone currently working on this and how is that development going? Regards, Olli ___ Opensim-dev mailing list

Re: [Opensim-dev] Controlling bots via inworld scrip ts‏‏

2010-05-17 Thread Paul Fishwick
I am not sure if that works with libomv 0.8.0 (which is used by the more recent opensim versions). Has anyone verified? Same problem exists for: http://opensimulator.org/wiki/Building_a_bot These work fine for libomv 0.7.0 -p On 5/17/2010 7:58 AM, izze euler wrote:

Re: [Opensim-dev] SL viewer 2

2010-05-17 Thread drwhiet
maby this helps ? http://justincc.org/blog/2010/02/25/a-word-of-caution-when-trying-second-lif e-viewer-2-beta-with-current-opensim/ besides that i do not like the viewer , but the (web)features in it are great .. best regards Wordfromthe Wise _ Von:

Re: [Opensim-dev] SL viewer 2

2010-05-17 Thread Olli Aro
Yeah, the web content feature is exactly why I am asking :) Did read that blog, but was just interested in finding out if there has been any movement since or if there is someone working on this? Regards, Olli From: opensim-dev-boun...@lists.berlios.de

Re: [Opensim-dev] SL viewer 2

2010-05-17 Thread Justin Clark-Casey
drwh...@spacefriends.de wrote: maby this helps ? http://justincc.org/blog/2010/02/25/a-word-of-caution-when-trying-second-life-viewer-2-beta-with-current-opensim/ I believe that using viewer 2 with OpenSim master no longer carries any risk of inventory problems (and that risk might have been

Re: [Opensim-dev] Controlling bots via inworld scripts ‏‏

2010-05-17 Thread dz
Aloha, I have been using libomv/testclient based bots for months now, most recently with 0.8.1. In my experience, it is easy to control them using in-world scripts. I regularly start the testclient bot using the --scriptfile command line option, using the designated script to define an in-world

Re: [Opensim-dev] Controlling bots via inworld scripts ‏‏

2010-05-17 Thread Domain Admin
In Opensimulator and correct me if I am wrong you can use C# so that means you can create your bot inworld and that would be a good way to keep the process there but yeah i have been making bots for about a year or more now you use object im to your bot :) llInstantMessage and to recieve you would

Re: [Opensim-dev] IRegionDataStore vs IRegionData ???

2010-05-17 Thread Melanie
Hi, before 0.7, *LegacyRegionData will be renamed to *SimulatorData. SQLite doesn't implement the new RegionData, because gridmode servers, which use this, can't be run under SQLite. Melanie AlexRa wrote: Hello, How come that MySqlRegionData and MSSQLRegionData implement IRegionData,

[Opensim-dev] Nasty intermittent TP/border crossing bug

2010-05-17 Thread James Stallings II
Greetings list, I've been tracking this intermittent TP bug that seems to favor one of my clients. It was present in 0.6.8-post-fixes and is also present in 0.6.9 (HEAD). The configuration is as follows: OpenSim 0.6.9 (head) on Windows 2008 Web Edition, 32 bit single instance configured for

Re: [Opensim-dev] Nasty intermittent TP/border crossing bug

2010-05-17 Thread Frank Nichols
I can confirm a similar issue, after 8 region crossings, I was logged out. The region log showed it had gotten a timeout when attempting to add an attachment. Frank On Mon, May 17, 2010 at 11:36 AM, James Stallings II james.stalli...@gmail.com wrote: Greetings list, I've been tracking this

Re: [Opensim-dev] Running FreeSwitch with OpenSim

2010-05-17 Thread Jor3l Boa
Jeroen, are you talking about the voice not working..? I don't see the point using another viewer to get voice since most people uses the official Second Life viewer :S 2010/5/17 Jeroen van Veen j.veen...@gmail.com That's a viewer bug. Check it with hippo 0.51 and you will see it's not greyed

Re: [Opensim-dev] Some new code for your review and possible acceptance

2010-05-17 Thread Justin Clark-Casey
Hi Alex. Always great to see someone new playing with the code! In general, our submission process has been to put patches on Mantis and then talk to developers about them in IRC - it's more work for us to have to search through remote git repositories and reduces the chance that these