aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* a few changes on check targets for lslUbitUmarov2019-11-271-105/+88
* mantis 8573 and 8569: be more aggressive on drag block with touch on non phys...UbitUmarov2019-08-101-4/+2
* mantis8569: do aggregate script events when a script is deleted; block nonphy...UbitUmarov2019-08-011-15/+33
* sop: rename a few fieldsUbitUmarov2019-04-301-7/+7
* add more test code to make usage od compressed updates etc. Should be disable...UbitUmarov2019-03-231-24/+42
* changes on sog boundingbox and other cleanupUbitUmarov2019-01-251-295/+178
* oopsUbitUmarov2019-01-211-3/+0
* some cleanupUbitUmarov2019-01-211-65/+25
* missing fileUbitUmarov2019-01-061-3/+0
* lost in updatesUbitUmarov2018-12-311-35/+41
* changes on updatesUbitUmarov2018-12-291-61/+6
* sog GetLinkNumber() forget avatars that did standupUbitUmarov2018-12-281-2/+3
* remove silly double lockingUbitUmarov2018-12-281-12/+10
* now break several things at same time... sog/sop updates, threads options,...UbitUmarov2018-12-281-4/+23
* mantis 8356: patched by hand, thx LotekUbitUmarov2018-10-201-6/+5
* disable some XmlResolverUbitUmarov2018-01-041-2/+3
* change SOP updates throttles again. Small values of omega on llSetTargetOmega...UbitUmarov2017-08-191-2/+4
* jenkins tests still don't set scene.IsRunningUbitUmarov2017-08-131-2/+2
* change locking on sop updatesUbitUmarov2017-08-131-1/+5
* test scenes do not set IsRunningUbitUmarov2017-07-161-3/+0
* store kfm on inventory. this may still be a bit confusing on rezUbitUmarov2017-07-161-0/+3
* rename SOG.UpdatePrimFlags as just UpdateFlags since this is relative to the ...UbitUmarov2017-07-121-74/+57
* fix the name of a funtion on last commitUbitUmarov2017-07-101-1/+1
* throttle collision sounds on a SOG.UbitUmarov2017-07-091-1/+29
* some cleanupUbitUmarov2017-06-131-14/+0
* add a adicional in transit flag to signal HG tps, and use it to ignore userna...UbitUmarov2017-06-091-0/+1
* do the same in the cases we are just moving parts around and not changing th...UbitUmarov2017-05-041-5/+5
* move deep effective permissions aggregation to first time use and not on cha...UbitUmarov2017-05-041-1/+1
* missing file and remove warningsUbitUmarov2017-04-151-1/+1
* several changes for osTeleportObjectUbitUmarov2017-04-151-142/+265
* mantis 8740: fix osTeleportObject set rotationUbitUmarov2017-04-061-4/+5
* add a little speedup on repeated requests for same name on osGetLinkNumber.UbitUmarov2017-04-041-7/+28
* add LSL_Integer osGetLinkNumber(LSL_String name). uses a cache for the strin...UbitUmarov2017-04-041-0/+61
* mantis 8740: rename osObjectTeleport as osTeleportObject, replaced the stop ...UbitUmarov2017-04-041-11/+23
* mantis 8140: fix objectTeleport rotation if stop TRUEUbitUmarov2017-04-041-1/+9
* add EXPERIMENTAL osObjectTeleport(LSL_Key objectUUID, LSL_Vector targetPos, L...UbitUmarov2017-04-031-0/+85
* store the physics inertia override in Mysql and add it to serializer. run p...UbitUmarov2017-04-011-9/+11
* add OSSL functions to override linksets total mass, center of mass and inert...UbitUmarov2017-03-311-0/+41
* Merge branch 'melanie'Melanie Thielker2017-03-311-0/+2
|\
| * Add the option to link a scene object with a monitoring objectMelanie Thielker2017-03-311-0/+2
* | several changes relative to objects return and parcel prim counts: avoid nul...UbitUmarov2017-01-271-2/+2
* | remove unused and wrong methodsUbitUmarov2017-01-261-57/+0
* | change CanObjectEntry() to use a SOGUbitUmarov2017-01-201-1/+1
* | add more calls to effective permissions aggregation, some paths may still be ...UbitUmarov2017-01-171-11/+15
* | add more calls to effective permissions aggregation; do not change groupmask ...UbitUmarov2017-01-171-0/+3
* | remove now unused SetRootPartOwner()UbitUmarov2017-01-161-21/+1
* | replace calls to SetOwnerId and SetRootPartOwner by a single new SetOwner() s...UbitUmarov2017-01-161-0/+24
* | avoid lastOwner beeing the groupUbitUmarov2017-01-161-1/+2
|/
* fix incoerent definition of Slam bit (bits 3 and 4 used in diferentUbitUmarov2017-01-141-3/+0
* don't let object lastowner be its groupUbitUmarov2017-01-111-1/+2