aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-41/+41
|
* leave stupid broken permissions aloneUbitUmarov2016-12-181-4/+2
|
* leave stupid broken permissions aloneUbitUmarov2016-12-181-4/+1
|
* just give up on Export flag, seems just broken no matter water with current ↵UbitUmarov2016-12-181-1/+4
| | | | FS and singu 1.8.7
* allow a creator that is also onwer to change export flag. Add missing ↵UbitUmarov2016-12-171-2/+4
| | | | setting to ini files
* remove SOG.FromPartID from main code and flag it obsoleteUbitUmarov2016-12-041-2/+1
|
* The new Constant: integer OBJECT_REZZER_KEY = 32;Mandarinka Tasty2016-12-041-0/+2
| | | | | Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* use group provided by viewer on Object rez from inventoryUbitUmarov2016-08-051-3/+3
|
* more changes relative to incorrect use of activegroupidUbitUmarov2016-08-051-3/+4
|
* Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker2016-07-041-17/+10
| | | | | | | | be passed into inventory queries. This makes the API more homogenous and also will more clearly show coding errors related to HG inventory where the .Owner field has a meaning for a query but wasn't always set.
* Still mantis #7929: apply next owner mask to the new owner, the group.Diva Canto2016-06-201-0/+1
|
* Mantis #7929: objects deeded to the group were loosing some important ↵Diva Canto2016-06-201-6/+9
| | | | properties. This makes the "For sale" be visible, but is not the end of the story.
* Apply user specified default perms across the board, to items uploaded as ↵Melanie Thielker2016-04-291-27/+1
| | | | | | | | well as items created and to rezzed prims in world. This effectively removes the concept of "default permissions" from OpenSim because all known modern viewers set the permissions flags on login. Ancient abandoned viewers will now default to the SL defaults.
* Allow default permissions from the viewer to be applied to uploaded objects.Melanie Thielker2016-04-291-2/+2
| | | | Make inventory items reflect coorect permissions immediately unstead of after relog
* Prevent "Object->Take" from working on attachments.Melanie Thielker2016-04-291-2/+2
|
* inventory messUbitUmarov2015-09-111-22/+22
|
* remove diva's inventory cache since it seems to cause mantis 7720, broken ↵UbitUmarov2015-09-111-22/+22
| | | | items UUID. Guess it doesn't cover all paths
* seems to compile ( tests comented out)UbitUmarov2015-09-021-112/+34
|
* bad merge?UbitUmarov2015-09-011-88/+426
|\
| * varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams2015-03-291-8/+3
| | | | | | | | Util.cs routines to convert region coords to and from world coords or handles.
| * change/fix rez position and rotation on llRezObject and llRezAtRootUbitUmarov2014-11-271-2/+49
| |
| * fix rez position being for root or center for a single object caseUbitUmarov2014-11-191-0/+22
| |
| * some steps to rez center or root of prim inventory object at requestedUbitUmarov2014-11-191-2/+3
| | | | | | | | position ( does nothing diferent still )
| * return bbox and offsetHeight to RezObjectUbitUmarov2014-11-191-2/+4
| |
| * remove duplicated linesUbitUmarov2014-11-081-3/+0
| |
| * Merge branch 'avination-current'Melanie Thielker2014-10-301-1/+1
| |\
| | * Fix a script load issueMelanie Thielker2014-10-301-1/+1
| | |
| * | Fix an obscure permissions exploit. Taking items from a friend's prim couldMelanie Thielker2014-10-161-6/+4
| | | | | | | | | | | | possibly result in a privilege escalation
| * | bug fix: revert back check on creating linkUbitUmarov2014-10-041-4/+4
| | |
| * | refuse to do a inventory link if provided asset type is not a link orUbitUmarov2014-09-261-0/+4
| | | | | | | | | | | | folderlink
| * | remove debug msgsUbitUmarov2014-09-261-5/+0
| | |
| * | debug msgUbitUmarov2014-09-261-0/+5
| | |
| * | limit number of prims on physical objects. Not all cases covered stillUbitUmarov2014-09-081-0/+5
| | |
| * | dont change agentItem.BasePermissions where avination-current didn'tUbitUmarov2014-08-051-2/+3
| | | | | | | | | | | | change
| * | replace old Attachoffset by AttachedPos. Comented out possible mergeUbitUmarov2014-07-201-5/+6
| | | | | | | | | | | | artifacts
| * | fix attachmentsUbitUmarov2014-07-191-7/+9
| | |
| * | Merge branch 'master' into careminsterMelanie2014-01-281-7/+10
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * \ \ Merge branch 'master' into careminsterMelanie2013-11-031-22/+113
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * \ \ \ Merge branch 'master' into careminsterMelanie2013-10-041-0/+10
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Data/MySQL/MySQLSimulationData.cs OpenSim/Data/MySQL/Resources/RegionStore.migrations OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs OpenSim/Region/CoreModules/World/LightShare/LightShareModule.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs OpenSim/Region/Framework/Scenes/Tests/ScenePresenceCapabilityTests.cs OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2013-08-181-4/+16
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into careminsterMelanie2013-08-071-0/+6
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs OpenSim/Region/Framework/Scenes/Scene.Inventory.cs OpenSim/Region/Framework/Scenes/Scene.cs
| * \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2013-07-241-2/+2
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs OpenSim/Region/Framework/Scenes/Scene.PacketHandlers.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs OpenSim/Region/Physics/Manager/PhysicsActor.cs OpenSim/Region/Physics/Manager/PhysicsScene.cs
| * \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2013-05-161-3/+3
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs OpenSim/Region/Framework/Scenes/SimStatsReporter.cs
| * \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2013-05-111-1/+4
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Services/LLLoginService/LLLoginResponse.cs OpenSim/Services/LLLoginService/LLLoginService.cs OpenSim/Tests/Common/Mock/TestClient.cs
| * | | | | | | | | Export permission, part two. Setting export perms for textures and clothing ↵Melanie2013-03-311-3/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | works. Setting perms for prims also works but they don't propagate correctly yet. NOT FOR PRODUCTIN USE. Your database will need to be updated before you can use this!
| * | | | | | | | | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2013-03-241-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with our own and add export permissions as well as a new definition for "All" as meaning "all conventional permissions" rather than "all possible permissions"
| * | | | | | | | | Merge branch 'master' into careminsterMelanie2013-01-271-6/+7
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
| * | | | | | | | | | JustinCC's core re-mergeMelanie2013-01-161-3/+23
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into careminsterMelanie2012-12-161-6/+4
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/SceneObjectPart.cs OpenSim/Region/ScriptEngine/Shared/Instance/ScriptInstance.cs
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-11-111-2/+13
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Gods/GodsModule.cs OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs