aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-04disable some XmlResolverUbitUmarov1-2/+3
2017-08-19change SOP updates throttles again. Small values of omega on ↵UbitUmarov1-2/+4
llSetTargetOmega where skiped
2017-08-13jenkins tests still don't set scene.IsRunningUbitUmarov1-2/+2
2017-08-13change locking on sop updatesUbitUmarov1-1/+5
2017-07-16test scenes do not set IsRunningUbitUmarov1-3/+0
2017-07-16store kfm on inventory. this may still be a bit confusing on rezUbitUmarov1-0/+3
2017-07-12rename SOG.UpdatePrimFlags as just UpdateFlags since this is relative to the ↵UbitUmarov1-74/+57
group never individual prims/parts and so confusing
2017-07-10fix the name of a funtion on last commitUbitUmarov1-1/+1
2017-07-09throttle collision sounds on a SOG.UbitUmarov1-1/+29
2017-06-13 some cleanupUbitUmarov1-14/+0
2017-06-09add a adicional in transit flag to signal HG tps, and use it to ignore ↵UbitUmarov1-0/+1
usernames requests sent to start region during tp; don't send unknows display names ( getdisplaynames cap )
2017-05-04 do the same in the cases we are just moving parts around and not changing ↵UbitUmarov1-5/+5
their caches (ie their taskInventory)
2017-05-04 move deep effective permissions aggregation to first time use and not on ↵UbitUmarov1-1/+1
changes. There flag it is need with InvalidateDeepEffectivePerms(). Add config options PropagateGroupShareOutwards and PropagateAnyOneOutwards
2017-04-15missing file and remove warningsUbitUmarov1-1/+1
2017-04-15several changes for osTeleportObjectUbitUmarov1-142/+265
2017-04-06 mantis 8740: fix osTeleportObject set rotationUbitUmarov1-4/+5
2017-04-04add a little speedup on repeated requests for same name on osGetLinkNumber.UbitUmarov1-7/+28
2017-04-04 add LSL_Integer osGetLinkNumber(LSL_String name). uses a cache for the ↵UbitUmarov1-0/+61
string to linknumber map, cache invalidations may still be missing :(
2017-04-04 mantis 8740: rename osObjectTeleport as osTeleportObject, replaced the stop ↵UbitUmarov1-11/+23
parameter by flags, add flags OSTPOBJ_STOPATTARRGET and OSTPOBJ_SETROT
2017-04-04mantis 8140: fix objectTeleport rotation if stop TRUEUbitUmarov1-1/+9
2017-04-03add EXPERIMENTAL osObjectTeleport(LSL_Key objectUUID, LSL_Vector targetPos, ↵UbitUmarov1-0/+85
LSL_Rotation rotation, LSL_Integer stop)
2017-04-01 store the physics inertia override in Mysql and add it to serializer. run ↵UbitUmarov1-9/+11
prebuild is required
2017-03-31 add OSSL functions to override linksets total mass, center of mass and ↵UbitUmarov1-0/+41
inertia. replacing the crude automatic estimation based on prims known to physics and density. Changed parameters are still not saved, and are lost on region crossings. only suported by UbODE. EXPERIMENTAL feature, only test it for now.. don't try to use in products.
2017-03-31Add the option to link a scene object with a monitoring objectMelanie Thielker1-0/+2
For debugging purposes.
2017-01-27 several changes relative to objects return and parcel prim counts: avoid ↵UbitUmarov1-2/+2
null refs, report correct count of returned objects, make obkects counts by ownership coerent with return rules, etc
2017-01-26 remove unused and wrong methodsUbitUmarov1-57/+0
2017-01-20change CanObjectEntry() to use a SOGUbitUmarov1-1/+1
2017-01-17add more calls to effective permissions aggregation, some paths may still be ↵UbitUmarov1-11/+15
missing on objects changes, but remove the aggregation on check paths, so all can be tested.
2017-01-17add more calls to effective permissions aggregation; do not change groupmask ↵UbitUmarov1-0/+3
on deed
2017-01-16remove now unused SetRootPartOwner()UbitUmarov1-21/+1
2017-01-16replace calls to SetOwnerId and SetRootPartOwner by a single new SetOwner() ↵UbitUmarov1-0/+24
so owner is not changed twice on rootpart
2017-01-16 avoid lastOwner beeing the groupUbitUmarov1-1/+2
2017-01-14fix incoerent definition of Slam bit (bits 3 and 4 used in diferentUbitUmarov1-3/+0
places.) this may still be wrong on other places; Do not loose folded permitions, WARNING MASTER IS NOW UNSTABLE. permissions are still broken"
2017-01-11don't let object lastowner be its groupUbitUmarov1-1/+2
2017-01-07Change improperly named isNPC to be IsNPC as a property should be uppercaseMelanie Thielker1-1/+1
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-96/+96
2016-12-04remove SOG.FromPartID from main code and flag it obsoleteUbitUmarov1-1/+6
2016-12-04The new Constant: integer OBJECT_REZZER_KEY = 32;Mandarinka Tasty1-0/+6
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2016-11-25 add llGetMaxScaleFactor and llGetMinScaleFactorUbitUmarov1-0/+77
2016-11-25 change llScaleByFactor (sorry Mandarinka).UbitUmarov1-0/+97
2016-11-22replace datetime.now on just timming by faster utcnowUbitUmarov1-3/+3
2016-10-17ignore prims with shape type none on max size check for physicsUbitUmarov1-8/+12
2016-09-24fix linknumbers when unlink the root primUbitUmarov1-3/+108
2016-09-16change spinobject math, and a few minor thingsUbitUmarov1-7/+12
2016-09-16pass touch_end as other touchs, make blockgrab work on nonphysical alsoUbitUmarov1-52/+44
2016-08-28mantis: 8008 unscripted child prim collisions didn't trigger scripted root ↵UbitUmarov1-0/+20
prim collision events; collision sounds had incorrect aggregateevents call and default sounds where muted. Future optimization needed and Testing
2016-08-28let mouse steer work on crossings; some cleanupUbitUmarov1-1/+0
2016-08-24 fix the conditions to do parcel objects autoreturnUbitUmarov1-7/+8
2016-08-22 (re)fix avatar standup from a child prim on object deleteUbitUmarov1-1/+1
2016-08-19 on sog unlink loose the reference to the deleted physics actorUbitUmarov1-0/+3