aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/ObjectCaps (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-07add cap EstateChangeInfoUbitUmarov1-24/+22
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang2-15/+17
2018-12-31lost in updatesUbitUmarov1-1/+1
2018-11-14simplify a bit some caps pathsUbitUmarov2-5/+5
2017-05-04 do the same in the cases we are just moving parts around and not changing ↵UbitUmarov1-1/+1
their caches (ie their taskInventory)
2017-01-17add more calls to effective permissions aggregation, some paths may still be ↵UbitUmarov2-5/+6
missing on objects changes, but remove the aggregation on check paths, so all can be tested.
2017-01-05Massive tab and trailing space cleanupMelanie Thielker2-10/+10
2016-12-04The new Constant: integer OBJECT_REZZER_KEY = 32;Mandarinka Tasty1-0/+1
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2-0/+5
2013-09-22Preserve attachment point & position when attachment is rezzed in worldAleric Inglewood2-0/+5
Patch taken from http://opensimulator.org/mantis/view.php?id=4905 originally by Greg C. Fixed to apply to r/23314 commit ba9daf849e7c8db48e7c03e7cdedb77776b2052f (cherry picked from commit 4ff9fbca441110cc2b93edc7286e0e9339e61cbe)
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto2-2/+2
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie1-2/+2
grepping for remaining uses
2012-11-10One more module converted: ObjectAdd.Diva Canto1-51/+66
2012-06-14minor: remove unnecessary IsAttachment = false setting for new object in ↵Justin Clark-Casey (justincc)1-1/+0
UploadObjectAssetModule, property always starts as false
2012-05-03Implement optional name and description on http stream handlers so that we ↵Justin Clark-Casey (justincc)2-12/+17
can relate a slow request to what the handler actually does and the agent it serves, if applicable. This is most useful for capabilities where the url is not self-describing.
2012-02-10When an asset is uploaded (e.g. a mesh) set individual copy/move/transfer ↵Justin Clark-Casey (justincc)1-1/+1
permissions, not PermissionMask.All Setting PermissionMask.All will cause next permissions to replace current permissions when the object is rezzed, since bit 4 will be set. This is not correct behaviour for a freshly uploaded mesh. Freshly rezzed in-world prims also do not have bit 4 set (don't yet know exactly what this is). Should resolve http://opensimulator.org/mantis/view.php?id=5651
2011-11-02Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL.Dan Lake1-3/+4
UpdateFlag is now referenced/used only within SOP and SOG. Outsiders are using ScheduleFullUpdate, ScheduleTerseUpdate or ClearUpdateSchedule on SOP consistently now. Also started working toward eliminating those calls to ScheduleFullUpdate, ScheduleTerseUpdate or ClearUpdateSchedule from outside SOP in favor of just setting properties on SOP and let SOP decide if an update should be scheduled. This consolidates the update policy within SOP and the client rather than everywhere that makes changes to SOP. Some places forget to call update while others call it multiple times, "just to be sure". UpdateFlag and Schedule*Update will both be made private shortly. UpdateFlag is intended to be transient and internal to SOP so it has been removed from XML serializer for SOPs.
2011-09-01Eliminate pointless checks of SOG.RootPart != nullJustin Clark-Casey (justincc)1-2/+0
It's never possible for SOG to have no RootPart, except in the first few picosends of the big bang when it's pulled from region persistence or deserialized
2011-08-27refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid ↵Justin Clark-Casey (justincc)1-1/+1
pointless duplication of identical values
2011-07-16refactor: make SceneObjectGroup.GroupScale() a property rather than a mehodJustin Clark-Casey (justincc)1-4/+6
2011-07-09minor: code tidy and inserted log lines for future use.Justin Clark-Casey (justincc)1-3/+1
Unable to get to the bottom of why resizing a mesh fails to properly reset the physics proxy, when toggling phantom does After a mesh is generated, the existing sculptdata is set to zero in PrimitiveBaseShape to save memory When phantom is toggled, the sculptdata is regenerated before remeshing. But on resize, the sculptdata is not regenerated. So clearly, resetting sculptdata is possible, but haven't quite been able to pin down how this is being done when phantom is toggled.
2011-04-30Nope, that didn't feel right. Moving all those modules to Linden space.Diva Canto2-0/+744