aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/ObjectCaps/ObjectAdd.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add cap EstateChangeInfoUbitUmarov2019-08-071-24/+22
|
* simplify a bit some caps pathsUbitUmarov2018-11-141-2/+2
|
* do the same in the cases we are just moving parts around and not changing ↵UbitUmarov2017-05-041-1/+1
| | | | their caches (ie their taskInventory)
* add more calls to effective permissions aggregation, some paths may still be ↵UbitUmarov2017-01-171-5/+5
| | | | missing on objects changes, but remove the aggregation on check paths, so all can be tested.
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-2/+2
|
* Preserve attachment point & position when attachment is rezzed in worldAleric Inglewood2013-09-221-0/+4
| | | | | | | | | | 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)
* Cleanup on region modules: gave short node id's to all of them.Diva Canto2012-11-121-1/+1
|
* One more module converted: ObjectAdd.Diva Canto2012-11-101-51/+66
|
* Implement optional name and description on http stream handlers so that we ↵Justin Clark-Casey (justincc)2012-05-031-6/+8
| | | | | | 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.
* Eliminate pointless checks of SOG.RootPart != nullJustin Clark-Casey (justincc)2011-09-011-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
* Nope, that didn't feel right. Moving all those modules to Linden space.Diva Canto2011-04-301-0/+370