| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| | |
|
|\ \ |
|
| |\ \ |
|
| | | | |
|
|\ \ \ \
| | |_|/
| |/| | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
route the permissions request through the existing CanEditScript() and CanEditNotecard() methods.
This implements the 'share with group' flag for notecards and scripts in prim inventory since the PermissionsModule checks group membership and permissions.
Other than that, the code in PermissionsModule duplicates the checks in LLClientView so there should be no change other than allowing group members to edit embedded notecards and scripts.
For all other asset types, the permission checking code in LLClientView continues to be used, pending refactoring of suitable permissions code
This means that 'share with group' will not yet work for prim inventory items other than notecards and scripts
|
| | | |
| | | |
| | | |
| | | | |
goes wrong
|
|\ \ \ \
| |/ / / |
|
| | | |
| | | |
| | | |
| | | | |
some magic numbers with libomv enums
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: dahlia <dahliaTrimble@gmail.removeme.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
cache only
* Adds GetTextureModule that implements the "GetTexture" capability, aka HTTP texture fetching. This is a significantly optimized path that does not require any server-side JPEG2000 decoding, texture priority queue, or UDP file transfer
* Sanity check for null reference in LLClientView.RefreshGroupMembership()
|
| | | |
| | | |
| | | |
| | | | |
call rather than swallowing them
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
If serverside permissions are off then this works as expected. Previously, it was impossible for more than one person to edit such items even if permissions were off.
If serverside permissions are on then this works as expected if the object was created by an avatar who had the required group active.
However, if the group for the object is later set then the contained item is still not editable. This may be linked to a wider bug where the object is still not modifiable by the group anyway
|
|\ \ \ \
| | |/ /
| |/| | |
|
| |\ \ \
| | | |/
| | |/| |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
now conforms to the behaviour in SL. ( http://bugs.meta7.com/view.php?id=13 )
|
| |\ \ \
| | |/ / |
|
|\ \ \ \
| | |_|/
| |/| |
| | | | |
Remerge the LightShare bits that were pushed to core
|
| | | |
| | | |
| | | |
| | | |
| | | | |
This allows scripts to set WindLight parameters for clients connecting
to a region. Currently, this is only supported by the Meta7 viewer.
|
|\ \ \ \
| |/ / / |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
If a full update is sent after the kill, the object remains as in the linden viewer but in an undeletable and unowned state until relog
This patch prevents this by recording kills in LLClientView
|
| | | |
| | | |
| | | |
| | | | |
Scene and SceneGraph. This was the only change in this patch to keep it isolated from other recent changes to the same set of files.
|
|\ \ \ \
| |/ / / |
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Melanie <melanie@t-data.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Melanie <melanie@t-data.com>
|
| | | | |
|
|\ \ \ \
| |/ / / |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
relevant test code has been obsoleted
this allows the tests to pass on my local system
|
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
This brings careminster on the level of master. To be tested
|
| | |
| | |
| | |
| | | |
this to both parties
|
| | | |
|
| | |
| | |
| | |
| | | |
this needs more testing, but everything is there.
|
| |\ \
| | |/
| | |
| | | |
This brings presence-refactor up to master again
|
| | |
| | |
| | |
| | | |
bin/config-include/FlotsamCache.ini.example
|
| | |
| | |
| | |
| | | |
successfully been split into separate methods for quite some time now
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
* Moved the SL asset type to content type conversion methods from ServerUtils to OpenSim.Framework.SLUtil
* Linked content type to asset type in AssetMetadata
|
| |\ \
| | |/ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes: Undo, T-pose of others on login, modifiedBulletX works again, feet now stand on the ground instead of in the ground, adds checks to CombatModule. Adds: Redo, Land Undo, checks to agentUpdate (so one can not fall off of a region), more vehicle parts. Finishes almost all of LSL (1 function left, 2 events).
Direct flames and kudos to Revolution, please
Signed-off-by: Melanie <melanie@t-data.com>
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
This was a large, heavily conflicted merge and things MAY have got broken.
Please check!
|
| | | |
| | | |
| | | |
| | | | |
* Moved a few key inventory access methods from Scene.Inventory to an IInventoryAccessModule module
|
| | | |
| | | |
| | | |
| | | | |
* Handle logout properly. This needed an addition to IClientAPI, because of how the logout packet is currently being handled -- the agent is being removed from the scene before the different event handlers are executed, which is broken.
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
This merge was very conflicted. I think I got them all, but I can't be sure.
I had to merge to master or risk divergence to the point of unmergeability.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
appropriate. This changes the behavior of the REST plugins and RemoteAdmin's
region creation process.
|