aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-15Revert changes...UbitUmarov1-21/+3
2012-06-15 Add sop IsPhysical and IsPhantom to be used gradually in core in place of as...UbitUmarov1-3/+21
2012-06-14Add SOG.HasPrivateAttachmentPoint to tell if a SOG has a private attachment p...Justin Clark-Casey (justincc)2-2/+19
2012-06-13 Changed t adding the avatar dependent sit offset and not subtracting, so not...UbitUmarov1-2/+4
2012-06-13*TEST this will affect inworld sittargets by +-0.1m, so may be very BAD *. Ch...UbitUmarov1-1/+2
2012-06-12OnConnectionClosed listeners, retrieve data from IClientAPI.SceneAgent rather...Justin Clark-Casey (justincc)1-1/+1
2012-06-12 Moved auxiliar funtions of last commit from sop to lsl api since they are on...UbitUmarov1-34/+0
2012-06-12*UNTESTED* extended llGet*PrimitiveParam() to support avatars. Some auxiliar ...UbitUmarov1-0/+34
2012-06-12In PresenceDetector.OnConnectionClose(), use the IsChildAgent check already a...Justin Clark-Casey (justincc)1-4/+3
2012-06-11Comment out the scene presence sitting debug log messages for nowJustin Clark-Casey (justincc)1-6/+6
2012-06-11change object drag so it applies a impulse and not a push force so it works a...UbitUmarov1-2/+6
2012-06-08Fix a corner case where checking for region corssing may cross an avatar back ifMelanie1-2/+7
2012-06-08Revert "Add a frame based watchdog function to keyframed motion"Melanie1-20/+0
2012-06-08Add a frame based watchdog function to keyframed motionMelanie1-0/+20
2012-06-08Don't make duplicate call to ScenePresence.Close() separately in ETM.DoTelepo...Justin Clark-Casey (justincc)3-81/+74
2012-06-08Go back to calling IncomingCloseAgent() in the "kick user" command for consis...Justin Clark-Casey (justincc)1-6/+0
2012-06-08Remove duplicate update of user count in Scene.IncomingCloseAgent()Justin Clark-Casey (justincc)3-14/+27
2012-06-08Fix bug with "kick user" reducing agent counts by 2 instead of 1.Justin Clark-Casey (justincc)2-20/+22
2012-06-07Record the fact that child agents can have asset transactions.Justin Clark-Casey (justincc)2-23/+18
2012-06-07Don't send kill object messages to clients when a child agent is closed.Justin Clark-Casey (justincc)1-18/+21
2012-06-08Cut off collision sounds with avatar at 3.2. This makes most walkig collisionsMelanie1-1/+1
2012-06-07Further limit the amount of avatar collisions that will actually triggerMelanie1-2/+4
2012-06-07Add the ability to query the MYSQL databse for a list of the stored prim UUIDsMelanie2-0/+3
2012-06-07Implement playing of the real collision sounds, change scaling for avatarMelanie1-133/+57
2012-06-07Make not_at_target stop when the target is reached even if the scriptMelanie1-1/+2
2012-06-07Disable default collision sounds until they can be uploaded, but enable custo...Melanie1-55/+56
2012-06-07Make the "delay restart" button delay restart for 1 hour rather than abortingMelanie1-0/+1
2012-06-06Remove two causes of recursive locking. Merge artefact cleanup.Melanie1-7/+5
2012-06-05fix the real cause of double velocityUbitUmarov1-1/+0
2012-06-05Fix land collisions to work like SL.Melanie1-6/+16
2012-06-05Scale down per frame MS stats to match scaled simulator FPS stat.Justin Clark-Casey (justincc)1-1/+1
2012-06-05Start sending spare frame time MS viewer stat. Make frame time correctly dis...Justin Clark-Casey (justincc)2-78/+124
2012-06-04Properly show per frame millisecond statistics per frame, not as amount of ti...Justin Clark-Casey (justincc)1-22/+41
2012-06-04Actually trigger land collisions in the root even when a child collidesMelanie1-1/+1
2012-06-04Fix llAttachToAvatar and "Attach" viewer option to preserve saved attach posi...Melanie2-2/+2
2012-06-04Correct the delegate specification in EventManager.TriggerTerrainTainted. Loo...Robert Adams1-1/+1
2012-06-01Fix LSL animation state reporting and animation state transitions on crossingMelanie1-1/+1
2012-06-01Instead of updating sim stats root agent, child, objects and scripts accounts...Justin Clark-Casey (justincc)2-33/+14
2012-05-31Add an optional mechanism for physics modules to collect and return arbitrary...Justin Clark-Casey (justincc)1-5/+43
2012-05-29Fix collision filtering. The filter should be checked on the receiving part!Melanie1-9/+9
2012-05-29Add advanced collision processing into ScenePresenceMelanie1-162/+162
2012-05-29Re-add script collisions that were lost in a mergeMelanie1-0/+2
2012-05-29Fix collision filteringMelanie1-10/+10
2012-05-28 disable collision sounds for nowUbitUmarov1-2/+8
2012-05-28Place the return back into collision sounds.Melanie1-0/+4
2012-05-28Modify SceneManeger to use a DoubleDictionary and work without locks.Melanie1-176/+90
2012-05-26If restating a region, clean up the physics scene after the main scene has be...Justin Clark-Casey (justincc)1-4/+4
2012-05-26refactor: replace LSL_Api.InventoryKey(string) largely with SceneObjectPartIn...Justin Clark-Casey (justincc)2-8/+27
2012-05-25Remove a call stack debugging line accidentally left in from a few days ago a...Justin Clark-Casey (justincc)1-2/+0
2012-05-25Stop it being possible for an agent to teleport back to its source region bef...Justin Clark-Casey (justincc)2-4/+4