Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change improperly named isNPC to be IsNPC as a property should be uppercase | Melanie Thielker | 2017-01-07 | 1 | -1/+1 |
| | |||||
* | Fix the long-standing bug that object permissions set in inventory were lost | Melanie Thielker | 2017-01-06 | 1 | -0/+1 |
| | | | | | | | NOTE: Items rezzed by users using 0.8 or older will still exhibit broken behaviour. Until 0.8 becomes end of life, this fix will not produce dependable results on grids with mixed versions. Grids based on 0.9 will now work properly. | ||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -122/+122 |
| | |||||
* | The new Constant: integer OBJECT_REZZER_KEY = 32; | Mandarinka Tasty | 2016-12-04 | 1 | -1/+9 |
| | | | | | Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | replace datetime.now on just timming by faster utcnow | UbitUmarov | 2016-11-22 | 1 | -3/+2 |
| | |||||
* | only add a prim to physics in PhysicsShapeType if changing from type none. ↵ | UbitUmarov | 2016-11-02 | 1 | -55/+42 |
| | | | | when viewers change ExtraPhysics parameters, send back the new values. | ||||
* | change CreatorIdentification set code | UbitUmarov | 2016-09-19 | 1 | -22/+18 |
| | |||||
* | mantis: 8008 unscripted child prim collisions didn't trigger scripted root ↵ | UbitUmarov | 2016-08-28 | 1 | -4/+2 |
| | | | | 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 | -12/+0 |
| | |||||
* | my broken version of vehicle mouse steer on ubOde (no bank,needs better damp) | UbitUmarov | 2016-08-28 | 1 | -3/+27 |
| | |||||
* | experimental function. Results still too volatile to be usefull | UbitUmarov | 2016-08-27 | 1 | -0/+19 |
| | |||||
* | locking issue | UbitUmarov | 2016-08-22 | 1 | -18/+18 |
| | |||||
* | remove some dead code | UbitUmarov | 2016-08-17 | 1 | -240/+2 |
| | |||||
* | increase physics collisions report rate back to 20/s | UbitUmarov | 2016-08-17 | 1 | -1/+1 |
| | |||||
* | libOMV PrimFlags.JointLP2P does not exist. Its bit now means | UbitUmarov | 2016-08-16 | 1 | -2/+18 |
| | | | | | | | VolumeDetector. VolumeDetectActive is now stored on that flag bit. with this change it is now sent to viewers that now gray out phantom on object edit. At same time fixes the fact volumedetector was not been saved on region db and so was lost on restarts. libOMV needs to be fix on this and other PrimFlags | ||||
* | fix llVolumeDetect(FALSE) not working | UbitUmarov | 2016-08-16 | 1 | -53/+5 |
| | |||||
* | partially revert commit 42a9afdc43cc.. of 06-12 not allowing more updates ↵ | UbitUmarov | 2016-08-12 | 1 | -0/+3 |
| | | | | 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 | -10/+14 |
| | | | | look that great so don't use it still. | ||||
* | add a simple prim area estimator | UbitUmarov | 2016-08-09 | 1 | -0/+23 |
| | |||||
* | fill data for llDetected funtions of collisions closer to the event. ↵ | UbitUmarov | 2016-08-05 | 1 | -7/+10 |
| | | | | (xengine wasn't update with this on merge bc was not used there). fix some parameters | ||||
* | but buoyancy was missing | UbitUmarov | 2016-07-27 | 1 | -1/+1 |
| | |||||
* | clear SitTargetAvatar on a sop copy | UbitUmarov | 2016-07-27 | 1 | -1/+1 |
| | |||||
* | move object inventory send to udp queue asset ( was task). Remove a call | UbitUmarov | 2016-07-07 | 1 | -5/+1 |
| | | | | | to RefreshGroupMembership() on start. It was too soon and its Groups module job | ||||
* | avoid InvalidBoundsRadius() calls caused by small changes | UbitUmarov | 2016-07-07 | 1 | -3/+4 |
| | |||||
* | add some needed InvalidBoundsRadius() calls | UbitUmarov | 2016-07-06 | 1 | -1/+4 |
| | |||||
* | Detection of Cylinder and Prism for flexi prims | Mandarinka Tasty | 2016-06-12 | 1 | -2/+2 |
| | | | | | Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: Diva Canto <diva@metaverseink.com> | ||||
* | Mantis #7858: DeleteSceneObject done slightly differently. ProcessEntities ↵ | Diva Canto | 2016-06-12 | 1 | -3/+0 |
| | | | | | | 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. | ||||
* | Apply user specified default perms across the board, to items uploaded as ↵ | Melanie Thielker | 2016-04-29 | 1 | -1/+1 |
| | | | | | | | | well as items created and to rezzed prims in world. This effectively removes the concept of "default permissions" from OpenSim because all known modern viewers set the permissions flags on login. Ancient abandoned viewers will now default to the SL defaults. | ||||
* | fix silly bug: Dynamics are to apply to root prim not child | UbitUmarov | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | more changes on lookAt and RotLookAt; do something in attachments | UbitUmarov | 2015-12-01 | 1 | -30/+28 |
| | |||||
* | some changes due to lookAt and RotLookAt | UbitUmarov | 2015-12-01 | 1 | -21/+42 |
| | |||||
* | Merge branch 'master' into avinationmerge | UbitUmarov | 2015-11-01 | 1 | -2/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | fix mantis 7733, reverting setting of IsAttachment on first call to full ↵ | UbitUmarov | 2015-10-29 | 1 | -3/+4 |
| | | | | | | | | check. Replace instead same simple IsAttachment tests by full checks | ||||
* | | replace objects scale clamp by a more readable clamp. Simplify GroupResize ↵ | UbitUmarov | 2015-10-23 | 1 | -10/+9 |
| | | | | | | | | and let rescale factors < 1 also be checked for size limits, Set new scales directly not checking them again. | ||||
* | | move ugly convertion of axis locks 3 bit flags to a wasted vector3 down to ↵ | UbitUmarov | 2015-10-20 | 1 | -20/+2 |
| | | | | | | | | PhysicsActor. Let engines use LockAngularMotion with either Vector3 argument or byte | ||||
* | | also apply axis locks, when creating a prim physics actor | UbitUmarov | 2015-10-20 | 1 | -0/+14 |
| | | |||||
* | | stop using a Vector3 to store 3bits | UbitUmarov | 2015-10-20 | 1 | -10/+20 |
| | | |||||
* | | STATUS_ROTATE are linkset flags and not prim | UbitUmarov | 2015-10-20 | 1 | -7/+2 |
| | | |||||
* | | last merging of sog m_linkedAvatars into m_sittingAvatars - untested. | UbitUmarov | 2015-09-21 | 1 | -1/+1 |
| | | |||||
* | | try to remove Scenepresence dependence on sog m_linkedAvatars, sitting may ↵ | UbitUmarov | 2015-09-21 | 1 | -1/+2 |
| | | | | | | | | still work | ||||
* | | Fix a regression to GetSittingAvatars(). Return List<ScenePresence> once more. | Kevin Cozens | 2015-09-21 | 1 | -13/+13 |
| | | |||||
* | | Merge of ubitworkvarnew with opensim/master as of 20150905. | Robert Adams | 2015-09-08 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | | | This integrates the OpenSim refactoring to make physics, etc into modules. AVN physics hasn't been moved to new location. Does not compile yet. Merge branch 'osmaster' into mbworknew1 | ||||
| * | More namespace and dll name changes. Still no functional changes. | Diva Canto | 2015-08-30 | 1 | -1/+1 |
| | | |||||
| * | Renamed the namespaces too | Diva Canto | 2015-08-30 | 1 | -1/+1 |
| | | |||||
* | | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 1 | -104/+26 |
| | | |||||
* | | bad merge? | UbitUmarov | 2015-09-01 | 1 | -494/+1138 |
|\ \ | |/ |/| | |||||
| * | Varregion: first cut at removing Border class checks for region crossings. | Robert Adams | 2015-03-22 | 1 | -4/+1 |
| | | | | | | | | | | Added Scene.PositionIsInCurrentRegion(pos) to sense when new position needs some crossing work. Many changes made to EntityTransferModule to accomodate new crossing sense logic. | ||||
| * | some cleanup, localID coerence fix.. | UbitUmarov | 2014-10-26 | 1 | -3/+3 |
| | | |||||
| * | fix targetOmega resend on deselect on the right place, can't be at sop | UbitUmarov | 2014-10-06 | 1 | -2/+1 |
| | | | | | | | | but packethandlers | ||||
| * | bug fix: resend part targetOmega on deSelect | UbitUmarov | 2014-10-04 | 1 | -0/+2 |
| | |