Re: [Opensim-users] use of C# in scripts

2019-02-28 Thread Serendipity Seraph
Apparently some folks put a bit a thought into using Lua. One link at https://sledjhamr.org/git/docs/SledjHamr/LuaSL-New-scripting-engine.html On Wed, Feb 27, 2019 at 10:39 AM Adam Frisby wrote: > Free helpful tip - Lua has a lot of good runtimes. We're using MoonSharp > in Sinespace's client

Re: [Opensim-users] how hard is it to add nested linksets or equivalent

2019-02-28 Thread Dahlia Trimble
Much of the code in Opensimulator assumes a single level linkset. The main structures are SceneObjectGroup and SceneObjectPart. I remember Ubit once mentioning he thought some clever manipulation of these structures could allow more levels of hierarchy but I can't remember exactly what he was

[Opensim-users] how hard is it to add nested linksets or equivalent

2019-02-28 Thread Serendipity Seraph
One thing that bugs hell out me is that an object that is a linkset cannot be added as a subpart of a more complex object without adding its linkset prims to the overall object. Consider a car with wheel linksets and other linksets. It would be great to script the wheel standalone and yet have

Re: [Opensim-users] LSL could support nested lists

2019-02-28 Thread Serendipity Seraph
In my Lisp hacking a good rule of thumb is that if a property list or assoc list (basically lists of pairs) has 20-50 (depending on implementation) or less items then don't escalate to a hash table. On Wed, Feb 27, 2019 at 2:05 AM Ethan Gardener wrote: > On Tue, Feb 26, 2019, at 10:16 PM,

[Opensim-users] Is there an opensim Slack or equivalent?

2019-02-28 Thread Serendipity Seraph
Maybe a bunch of IRC channels? Any usefulness to using Slack? ___ Opensim-users mailing list Opensim-users@opensimulator.org http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users

Re: [Opensim-users] use of C# in scripts

2019-02-28 Thread Serendipity Seraph
Sure. But it would be 1000% better than LSL On Wed, Feb 27, 2019 at 1:43 AM Ethan Gardener wrote: > On Tue, Feb 26, 2019, at 7:34 PM, Serendipity Seraph wrote: > > javascript and embedded V8 engine? Particularly something node-ish with > > easy of protocol handling, event handling, async

Re: [Opensim-users] use of C# in scripts

2019-02-28 Thread Serendipity Seraph
Uh, I have been in SL since 2004 and I never saw much of anything in the way of tech support for users except various forums and websites, many user run in no small part. And back in the day a wandering Linden or two. So they are not and as far as I know have not invested much in tech support