Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | UbitUmarov | 2016-08-28 | 1 | -0/+20 |
| | | | | prim collision events; collision sounds had incorrect aggregateevents call and default sounds where muted. Future optimization needed and Testing | ||||
* | 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, ↵ | UbitUmarov | 2016-08-19 | 1 | -1/+3 |
| | | | | Until we find why some are missing, (if its not by udp nature). also remove redundant avatar stands | ||||
* | partially revert commit 42a9afdc43cc.. of 06-12 not allowing more updates ↵ | UbitUmarov | 2016-08-12 | 1 | -21/+17 |
| | | | | to be enqueued on deleted objects. Keep the catch up on deenqueue, so preserving the race condition safe guard. Let Scene sendkillObject work even if object is flaged as deleted. Still not clear how this are related to mantis 7858 or even less to 7990. | ||||
* | add a SimpleAngularDistance Updates prioritazition scheme. Results don't ↵ | UbitUmarov | 2016-08-09 | 1 | -0/+17 |
| | | | | look that great so don't use it still. | ||||
* | 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 ↵ | UbitUmarov | 2016-07-08 | 1 | -0/+14 |
| | | | | 7828 with diferent code | ||||
* | 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 |
| | | | | | prevent sending objects outside view range to viewers. DO NOT SET TRUE unless testing it. Code still not completei!!! | ||||
* | New config var: DisableObjectTransfer. If set to True, objects never cross; ↵ | Diva Canto | 2016-07-03 | 1 | -0/+1 |
| | | | | instead they stay in the region, possibly placed outside its borders. | ||||
* | 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 ↵ | Diva Canto | 2016-06-20 | 1 | -1/+1 |
| | | | | properties. This makes the "For sale" be visible, but is not the end of the story. | ||||
* | 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 ↵ | Diva Canto | 2016-06-12 | 1 | -0/+7 |
| | | | | | | now checks whether the objects have been deleted and, if so, sends an extra kill object packet, in order to compensate for potential race conditions encountered by the first one. Note: I still cannot reproduce this problem, but I was able to emulate it by adding an artificial delay on ProcessEntities, which did, indeed, result in objects not being deleted. This fix fixed my emulated scenario. | ||||
* | 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 |
| | | | | not being deleted | ||||
* | 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 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/AvatarAppearance.cs OpenSim/Framework/Servers/ServerBase.cs OpenSim/Framework/VersionInfo.cs OpenSim/Region/CoreModules/Agent/AssetTransaction/AssetXferUploader.cs OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/RemoteSimulationConnector.cs OpenSim/Region/Framework/Interfaces/IEntityTransferModule.cs OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs OpenSim/Region/Framework/Scenes/SceneObjectPart.cs OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs OpenSim/Region/PhysicsModules/Ode/ODEPrim.cs OpenSim/Region/PhysicsModules/Ode/OdeScene.cs OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs OpenSim/Services/HypergridService/GatekeeperService.cs OpenSim/Services/Interfaces/IAvatarService.cs OpenSim/Services/LLLoginService/LLLoginService.cs | ||||
| * | Introduce an EntityTransferContext carrying the version numbers to pass | Melanie Thielker | 2015-10-31 | 1 | -4/+5 |
| | | | | | | | | | | to all interested functions. Should fix the varregion conditional. Still a testing version, do NOT use in production! | ||||
| * | 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 ↵ | UbitUmarov | 2015-10-29 | 1 | -6/+2 |
| | | | | | | | | | | | | check. Replace instead same simple IsAttachment tests by full checks | ||||
| * | | Testing stage of the new versioning system. Use at own risk. May not | Melanie Thielker | 2015-10-31 | 1 | -1/+1 |
| |/ | | | | | | | work. Will eat your babies. Yada. Yada. | ||||
| * | set SOG.IsAttachment when doing a full check, so future gets see the right ↵ | UbitUmarov | 2015-10-25 | 1 | -1/+6 |
| | | | | | | | | value | ||||
* | | replace objects scale clamp by a more readable clamp. Simplify GroupResize ↵ | UbitUmarov | 2015-10-23 | 1 | -129/+74 |
| | | | | | | | | and let rescale factors < 1 also be checked for size limits, Set new scales directly not checking them again. | ||||
* | | stop using a Vector3 to store 3bits | UbitUmarov | 2015-10-20 | 1 | -12/+37 |
| | | |||||
* | | STATUS_ROTATE are linkset flags and not prim | UbitUmarov | 2015-10-20 | 1 | -11/+18 |
| | | |||||
* | | add high level code suport for SetHoverHeight() called from a attachment, ↵ | UbitUmarov | 2015-09-30 | 1 | -1/+9 |
| | | | | | | | | so in future physics engines can also suport it | ||||
* | | fix object crossings to other scene on same instance | UbitUmarov | 2015-09-26 | 1 | -1/+6 |
| | | |||||
* | | last merging of sog m_linkedAvatars into m_sittingAvatars - untested. | UbitUmarov | 2015-09-21 | 1 | -48/+5 |
| | | |||||
* | | Fix a regression to GetSittingAvatars(). Return List<ScenePresence> once more. | Kevin Cozens | 2015-09-21 | 1 | -4/+4 |
| | |