| Commit message (Collapse) | Author | Files | Lines |
|
|
|
with 'root'
* Removed some duplicated commands
|
|
|
|
* Normalized 'change-region' so (almost) all commands are context sensitive (use 'root' or '..' to set 'all scenes' context)
* 'terrain-sim' is thusly obsolete, use 'change-region', followed by 'terrain'
* Introduced SceneManager to administrate operations on group of scenes and moved relevant funcs there.
* In it, there's a ForEach(Action<Scene>) that either passes all scenes, or only current scene depending on context.
* Changed default prim backup (save-xml/load-xml) xml to "prim-backup.xml"
* Changed Disable/EnablePermissions to BypassPermissions = true/false;
Also:
* Removed unused and non-existent project ref
|
|
|
|
Implemented: llHTTPRequest (queue, thread, etc -- but not actuall call)
|
|
llXorBase64StringsCorrect, llGetTimestamp
|
|
Implemented: llListSort, llList2ListStrided, llDeleteSubString, llInsertString
|
|
|
|
llListFindList, llListInsertList, llDeleteSubList
|
|
|
|
and "using OpenSim.Region.ScriptEngine.Common;" at start of script when converted from LSL. Vectors and rotations now works.
|
|
* There's no libsl reply packet field for it, I guess other channels than 0 makes no sense sending back to clients.
* We do not currently support objects listening, so there's really no way of actually using this feature.
So; somebody please wire chat all the way to the scripts.
|
|
* reversed //c# - if
* rightifyed what's actually converted
|
|
|
|
|
|
|
|
various verbosity
|
|
|
|
instead of LSL/C# hybrid. This means no preprocessing before compile.
|
|
safely
|
|
|
|
drop IScriptHost for now and just use SceneObjectPart, given how many of
SceneObjectPart's properties we need for the script engine
|
|
will happen on the windows side now that eol-style is correct
|
|
member names to smallcapsy.
|
|
* Removed unused BackUp method on EntityBase
* Added overridable InSceneBackup property on SceneObjectGroup
* Refactored out AttachToBackup and DetachFromBackup
* Normalized namespace OpenSim.DataStore.MonoSqliteStorage to OpenSim.DataStore.MonoSqlite
|
|
not too much crouching). I think that we'll have to rethink what the
terrain resolution is down the road, as we don't really have enough sample
data to actually get people placed right on the land.
|
|
|
|
|
|
|
|
If in future anyone's patch hasn't been applied within a few days, please can someone kick one of the developers with svn access.
|
|
child agents, not delirium tremens - thanks MW!); Get green men when
connecting; Update the green men in the region you leave.
|
|
|
|
in the opensim build/solution. To use change the physics setting in opensim.ini to "modified_BulletX". At the moment I have been unable to test this as when using the bulletX plugin for me opensim is using 100% of processor.
|
|
|
|
|
|
|
|
Also added a couple of console output lines to try to make it easier to tell which asset storage system is in use.
|
|
selected. Currently set default back to db4o until more people test using sqlite.
|
|
So we can still use sqlite for assets while we wait for the rest of the new asset system to be wrote.
Needs more testing, so if it causes problems will have to swap back to db4o.
|
|
collision (ODE)
|
|
pointing out that it is done by CoarseLocationUpdatePacket.
|
|
ObjectFlags by hand
|
|
seen correctly. In the right repository this time..
|
|
is set correctly, but only with the movement of the avatar.
The in-place rotation updates need a little bit of more thought,
and will be in a separate commit.
|
|
set the active region as the one you want. Then use "edit-scale <primitivename> <xvalue> <yvalue> <zvalue>" so a example is "edit-scale myprimitive 30.0 25.0 35.0" [ Note the primitive name can't have spaces in it. Also if there is more than one primitive with that name in the region, then it will edit the first one it finds. Also it currently doesn't search through the sub primitives of linked groups. So the primitive needs to be either a single primitive object or the root prim of a group. ]
|
|
unused events on IClientAPI and 1 is a unused variable in LSL_BuiltIn_Commands (which I'll leave to Tedd, as he will know if it will be used in the future or not).
|
|
"modules" share a common base interface and are loaded from the single loader. (It seems to work fine, but I have left the old scriptengine loader, incase we have to change back).
Removed the reference to OpenJpeg in the DynamicTextureModule, to see if that was causing the build problem someone is having.
Added a Temporary fix for the "existing connection was forcibly closed by the remote host" exception on windows when a user logs out of a multiregion instance.
Some early work to prepare for improving the way clients are updated (about prims etc).
|
|
|
|
adding a limit of the number of prim update packets sent in each update loop).
|