| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
XEngine fixes: prevent queue overruns, prevent spamming when no key
is down. Release controls when conflicting permissions are requested
or permissions are refused later. Release when prim or script are deleted.
Fixes Scene script instance deletion semantics.
|
|
|
|
|
|
|
| |
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle.
* This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big!
* Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
|
|
|
|
|
|
| |
to the inventory item, causing the item to wind up without a name.
|
|
|
|
|
|
| |
when copying within agent inventory
|
|
|
|
|
|
| |
now ply their trade. Is that nuts?
|
|
|
|
|
|
|
|
|
| |
It is now possible to use module interfaces without referencing Scene.
Place those interfaces in OpenSim/Region/Interfaces. They may not
use any refs from OpenSim.Region.Environment as parameters.
This resolves a circular library ref introduced in r5949
|
|
|
|
|
|
|
|
|
|
|
| |
the first part of gesture persistence.
----------------------------------------------------------
Attachments no longer vanish on walking crossing. Teleport is still
problematic, but will now be blocked with message "Inconsistent
attachment state" rather than losing the attachment. Detach to be
able to TP in that case.
|
|
|
|
|
| |
Remove old comment in SnapshotStore pointed out by ChrisDown (bug #2000)
|
|
|
|
|
|
| |
Attachments now persist across logouts. Mostly untested.
|
|
|
|
|
|
| |
Attachments now save to MySQL. No reattach on login yet.
|
| |
|
|
|
|
|
|
| |
to Scene.INventory.cs
|
|
|
|
|
|
|
|
|
| |
hierarchical rights structure. MasterAvatar: Owner of the region server
(may be null), net gods (users with GodLevel 200), Estate owner
(from database). Look at Opensim.ini.example to enable net gods.
Estate owner will default to master avatar.
|
|
|
|
|
|
| |
to other issues, detaching an attachment would cause an exception.
|
|
|
|
| |
when a queued deletion from scene to inventory fails because the root part of the group has been zapped
|
|
|
|
| |
make actual function clearer
|
|
|
|
|
|
| |
* No user functionality yet (and not for quite some time)
|
|
|
|
|
|
| |
are stored in the db.
|
| |
|
|
|
|
|
|
|
| |
* This should allow multiple copies of an archive to be loaded into different regions on the same region server
* This shouldn't affect existing operations.
|
|
|
|
|
|
| |
Addresses an unused field in the asset server but never get filled up.
It also makes working the recent items tab in inventory :))))
|
|
|
|
| |
*any avatar* to deposit scripts in them, regardless of permissions
|
|
|
|
| |
complaining in the log rather than terminating the session
|
|
|
|
|
|
| |
Patch propagates the permissionToTake flag into the timer handler,
so that "take copy" and delete permissions are honored.
|
| |
|
|
|
|
| |
AddInventoryItem methods to reduce code duplication
|
|
|
|
| |
prim's inventory
|
|
|
|
|
|
|
|
| |
thread can be expanded to support all sends to inventory from inworld easily enough). Thread is temporary and only exists while items are being returned.
* This should remove the "lag" caused by deleting many objects.
* Patch brought to you by Joshua Nightshade's bitching at me to fix it.
|
|
|
|
|
| |
Although I think a bit of abstraction needs to be done to make it easy to override the deleting off the inventory item when rezzing a object.
|
| |
|
|
|
|
|
| |
not break trunk.
|
|
|
|
|
|
| |
causes deprecated LSL functions to throw the deprecated
exception rather than not-implemented.
|
| |
|
|
|
|
|
|
| |
Adds the beginnints of llRemoteLoadScriptPin() and
llSetRemoteScriptAccessPin().
|
|
|
|
|
|
| |
Implements the beginning of llInventoryDrop. Doesn't cover
the actual dropping yet, just the permissions for it.
|
|
|
|
|
| |
and Melanie for helping to finish it.
|
|
|
|
|
|
|
|
|
| |
Fixes:
- Wearable icon and name sreset to default on copy/paste
- Cache is not updated when renaming/moving folders
- Partial refactor to make inventory less dependen on AssetBase having a "Name" field
- Add llGiveInventoryList() function
|
| |
|
| |
|
|
|
|
|
|
|
| |
Add permissions magling to llGiveInventoryItem,
correct some corner case functionality
|
|
|
|
|
| |
to add the beginnings of llGiveInventory().
|
|
|
|
|
|
| |
* This is stage 1, the field will be removed from AssetType and the assets table if this change doesn't prove problematic
|
|
|
|
|
|
|
|
|
|
| |
initial client update to Scene.AddSceneObject() from some of the SceneObjectGroup constructors
* I think this has been done cleanly from inspection and testing, but if prim creation or load suddenly starts playing up more than usual, please open a mantis
* This also has the effect of stopping the archiver generating ghost in-world prims
* Some code dupliction also removed
|
|
|
|
|
|
|
|
|
| |
scene, rather than on creation of the group
* Adding to a scene is now parameterized such that one can choose not to actually persist that group
* This is to support a use case where a module wants a scene which consists of both objects which are persisted, and ones which are just temporary for the lifetime of that server instance
|
| |
|
|
|
|
|
| |
plumbs in the events for on_rez.
|
|
|
|
|
|
|
|
| |
When you copy an item in inventory and paste it, the name gets lost.
Also when you use "Save as" in the Appearance Editing window the
created item in inventory has always the name "New <item-type>",
regardless of what you typed in as name.
|
|
|
|
| |
runscript into 3 different situations (Rez, start stop)
|
| |
|
|
|
|
|
| |
When renaming items in task inventory, they become useless. Fix attached
|