| Commit message (Expand) | Author | Age | Files | Lines |
* | avoid lastOwner beeing the group | UbitUmarov | 2017-01-16 | 1 | -1/+2 |
* | fix incoerent definition of Slam bit (bits 3 and 4 used in diferent | UbitUmarov | 2017-01-14 | 1 | -3/+0 |
* | don't let object lastowner be its group | UbitUmarov | 2017-01-11 | 1 | -1/+2 |
* | Change improperly named isNPC to be IsNPC as a property should be uppercase | Melanie Thielker | 2017-01-07 | 1 | -1/+1 |
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -96/+96 |
* | remove SOG.FromPartID from main code and flag it obsolete | UbitUmarov | 2016-12-04 | 1 | -1/+6 |
* | The new Constant: integer OBJECT_REZZER_KEY = 32; | Mandarinka Tasty | 2016-12-04 | 1 | -0/+6 |
* | add llGetMaxScaleFactor and llGetMinScaleFactor | UbitUmarov | 2016-11-25 | 1 | -0/+77 |
* | change llScaleByFactor (sorry Mandarinka). | UbitUmarov | 2016-11-25 | 1 | -0/+97 |
* | replace datetime.now on just timming by faster utcnow | UbitUmarov | 2016-11-22 | 1 | -3/+3 |
* | ignore prims with shape type none on max size check for physics | UbitUmarov | 2016-10-17 | 1 | -8/+12 |
* | fix linknumbers when unlink the root prim | UbitUmarov | 2016-09-24 | 1 | -3/+108 |
* | change spinobject math, and a few minor things | UbitUmarov | 2016-09-16 | 1 | -7/+12 |
* | pass touch_end as other touchs, make blockgrab work on nonphysical also | UbitUmarov | 2016-09-16 | 1 | -52/+44 |
* | mantis: 8008 unscripted child prim collisions didn't trigger scripted root pr... | UbitUmarov | 2016-08-28 | 1 | -0/+20 |
* | let mouse steer work on crossings; some cleanup | UbitUmarov | 2016-08-28 | 1 | -1/+0 |
* | fix the conditions to do parcel objects autoreturn | UbitUmarov | 2016-08-24 | 1 | -7/+8 |
* | (re)fix avatar standup from a child prim on object delete | UbitUmarov | 2016-08-22 | 1 | -1/+1 |
* | on sog unlink loose the reference to the deleted physics actor | UbitUmarov | 2016-08-19 | 1 | -0/+3 |
* | on object delete send a direct kill and a delayed one via updates queue, Unti... | UbitUmarov | 2016-08-19 | 1 | -1/+3 |
* | partially revert commit 42a9afdc43cc.. of 06-12 not allowing more updates to... | UbitUmarov | 2016-08-12 | 1 | -21/+17 |
* | add a SimpleAngularDistance Updates prioritazition scheme. Results don't look... | UbitUmarov | 2016-08-09 | 1 | -0/+17 |
* | actually that was redundante, already done at low level | UbitUmarov | 2016-07-27 | 1 | -11/+4 |
* | move refresh forces into applyphysics | UbitUmarov | 2016-07-27 | 1 | -13/+12 |
* | a few more changes relative to sits crossing | UbitUmarov | 2016-07-27 | 1 | -4/+15 |
* | make getBoundsCenter() call GetBoundsRadius() to do the math if needed | UbitUmarov | 2016-07-13 | 1 | -1/+4 |
* | use geometric center and not sog root position in culling | UbitUmarov | 2016-07-13 | 1 | -13/+19 |
* | let radius be radius, not diameter | UbitUmarov | 2016-07-12 | 1 | -1/+1 |
* | add object UUID to a debug/warn message | UbitUmarov | 2016-07-12 | 1 | -1/+1 |
* | don't auto return objects if they have sitting avatars (not npcs) - mantis 78... | UbitUmarov | 2016-07-08 | 1 | -0/+14 |
* | Correction of a test introduced in 34b308d5b6d2a34e6607aa2b67f01c0f207635b4 | Diva Canto | 2016-07-07 | 1 | -1/+1 |
* | add some needed InvalidBoundsRadius() calls | UbitUmarov | 2016-07-06 | 1 | -4/+16 |
* | add test option ObjectsCullingByDistance. In future, if true, it may | UbitUmarov | 2016-07-06 | 1 | -29/+33 |
* | New config var: DisableObjectTransfer. If set to True, objects never cross; i... | Diva Canto | 2016-07-03 | 1 | -0/+1 |
* | Guard against multiple calls to SetOwnerId on one logical ownership change. | Diva Canto | 2016-06-20 | 1 | -4/+6 |
* | Mantis #7929: objects deeded to the group were loosing some important propert... | Diva Canto | 2016-06-20 | 1 | -1/+1 |
* | Still mantis #7858: send kill object / update to child agents too | Diva Canto | 2016-06-12 | 1 | -2/+2 |
* | Mantis #7858: DeleteSceneObject done slightly differently. ProcessEntities no... | Diva Canto | 2016-06-12 | 1 | -0/+7 |
* | fix backup control flag, still a bad merge effect | UbitUmarov | 2015-12-11 | 1 | -12/+4 |
* | keep SOG reference to root part since two many things depend on deleted SOGs ... | UbitUmarov | 2015-12-10 | 1 | -1/+1 |
* | remove some SOG references on delete to help GC | UbitUmarov | 2015-12-10 | 1 | -2/+16 |
* | send a full update on GroupResize, not a terse | UbitUmarov | 2015-12-05 | 1 | -1/+1 |
* | more changes on lookAt and RotLookAt; do something in attachments | UbitUmarov | 2015-12-01 | 1 | -0/+53 |
* | some changes due to lookAt and RotLookAt | UbitUmarov | 2015-12-01 | 1 | -42/+4 |
* | Merge branch 'master' into avinationmerge | UbitUmarov | 2015-11-01 | 1 | -4/+6 |
|\ |
|
| * | Introduce an EntityTransferContext carrying the version numbers to pass | Melanie Thielker | 2015-10-31 | 1 | -4/+5 |
| * | Merge branch 'master' of opensimulator.org:/var/git/opensim | Melanie Thielker | 2015-10-31 | 1 | -6/+2 |
| |\ |
|
| | * | fix mantis 7733, reverting setting of IsAttachment on first call to full chec... | UbitUmarov | 2015-10-29 | 1 | -6/+2 |
| * | | Testing stage of the new versioning system. Use at own risk. May not | Melanie Thielker | 2015-10-31 | 1 | -1/+1 |
| |/ |
|
| * | set SOG.IsAttachment when doing a full check, so future gets see the right v... | UbitUmarov | 2015-10-25 | 1 | -1/+6 |