| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* This should resolve creating content, taking it, and being able to rez it again.
|
|
|
|
|
|
| |
will do more next week.
|
| |
|
| |
|
|
|
|
|
|
| |
properties, private methods, public methods, etc.
|
|
|
|
|
|
|
|
|
|
|
|
| |
SceneObjectPart.SendFullUpdate()
* This means that we will no longer pointlessly repersist all the prims in the scene when OpenSim first starts up
* This also means that force-update on the console will not trigger repersistence.
* Also, in other places persistence is no longer done where it wasn't actually necessary
* I think I changed the code for all instances correctly, but it's not possible that I missed some and some things which did persist properly have stopped
* Please patch or mantis if this is the case
|
| |
|
| |
|
|
|
|
|
|
| |
Adds the beginnints of llRemoteLoadScriptPin() and
llSetRemoteScriptAccessPin().
|
|
|
|
|
|
| |
Implements the beginning of llInventoryDrop. Doesn't cover
the actual dropping yet, just the permissions for it.
|
|
|
|
| |
SceneXmlLoader.CreatePrimFromXml2()
|
| |
|
|
|
|
|
| |
* In English, that means that Copy Selection works now, including Copy Centers and Copy Rotates.
|
|
|
|
|
|
|
| |
situations and have it work.
* script Collision reporting works now in DotNetEngine
|
| |
|
|
|
|
|
| |
* Unfortunately, there's some kludges with the Async manager and the llDetected functions that I have yet to decipher... so llDetected functions don't work with collision events at the moment....
|
| |
|
|
|
|
|
|
| |
* Added 'detected around: value' when a x.Y detect occurs to help debug.
* Fixed object text is too long to store to the database (wikilith)
|
|
|
|
|
|
|
|
|
| |
llLoopSound sends out one packet to clients in view, so it doesn't work anymore
when clients enter later on, or the prim is modified in any way.
Solution: Stored sound data on prim, send full update instead.
llStartSound and llLoopSound now accept both LLUUIDs to a sound as well as object
inventory sound names. llStopSound clears prim data and sends full update.
|
| |
|
|
|
|
|
|
|
|
| |
If a script updates an object to the same position or rotation offset,
the object triggers an update and storage of the object. This become
more prevalent in sensor and timer events which may be firing frequently.
|
|
|
|
|
|
|
|
| |
prims
* no user functionality yet
|
|
|
|
|
|
|
| |
however you can use it to help find out what scripts are causing your simulator to cry.
* Access it from the Estate tools/Debug tab.
|
| |
|
|
|
|
|
|
|
|
| |
* Concurrency issues are resolved because each object makes a memory-only copy of itself and backs up the copy.
* Because of the way this is done, the latest at the time of the backup gets backed up (no functionality change)
* You can move *thousands of objects at a time* and the sim doesn't freeze and wait for the backup to complete.
* This can be enhanced more by dedicating the thread as opposed to starting it when the backup process starts.
|
|
|
|
|
|
|
| |
a collision mesh for it.
* Sculpties load on startup reliably now and successfully generate a collision mesh as soon as the sculpt texture is available.
|
|
|
|
| |
client(param,param,param,param,param,param,param,param,param,param,param,param,param,param,param,param,param,param,param,param,param,param,param,param,param,param,param,param,param,param); methods!
|
|
|
|
| |
half tiny amount implemented.
|
|
|
|
| |
inventories. Also enables 'New Script' button. from Melanie. Thanks Melanie!
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
propagation and script module hooks. Thanks Melanie!
* Implements quite a few inventory related perms.
* (from Teravus) Fixes Take Copy
|
|
|
|
| |
direct call to Scene
|
| |
|
|
|
|
|
|
|
| |
* The first time you set the sculpted texture of a prim you might have to futz with it to get it to generate a sculpted physics proxy
* Note that there are already issues in Trunk, (such as the prim scaling issue and prim jumping issue. Essentially editing is difficult right now)
* This just adds to the experimental nature of trunk. :D
|
|
|
|
|
|
|
| |
it to the prim shape.
* Added some stuff around sculpted prim meshes.. but it's just there so the project compiles now.
|
|
|
|
|
|
|
|
|
|
|
| |
* Fixes Sculpty handling
* Fixes Light handling
* Fixes Flexi handling
* Fixes Sculpty + Flexi handling
* Fixes handling of Flexi type
* Fixes Changing prim type after changing to sculpty corrupting prim.
* Ugly code.
|
|
|
|
|
|
| |
set vel, acc, and rvel in the packet (though this isn't done yet).
|
| |
|
|
|
|
|
|
|
| |
instead of hardcoding to zero when the primitive is non physical.
llTargetOmega should work now.
|
| |
|
|
|
|
|
| |
* Nothing user facing yet.
|
|
|
|
|
|
|
| |
fighting with it.
* DuplicateOnRay without copy center works in all directions.
|
| |
|
|
|
|
|
|
|
| |
* Converted a large number of read-only fields to be actually, readonly.
* Reformatted code sections.
* Removed redundant code.
|
|
|
|
| |
conflict monster later. Not done yet, doesn't crash the server.
|
| |
|
|
|
|
| |
you rez it on. Including multi prim groups and prim that have different X/Y/Z scales.
|
|
|
|
|
|
|
| |
Melanie!
RE: 0001079: r4387. touch() event does not fire when touch script is in root prim and child prims are touched
|
|
|
|
|
| |
* In the future this should be a config option... and, hopefully this tides the builders over for a little while.
|