aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-12Revert "Add instrumentation to log finalizer being called. Suppressed for bac...Melanie2-12/+6
2012-07-12Revert "Place instrumentation in the proper place. This needs reverting, too!"Melanie1-1/+1
2012-07-12Add "gc collect" console command for debugging memleaksMelanie1-0/+7
2012-07-11Place instrumentation in the proper place. This needs reverting, too!Melanie1-1/+1
2012-07-11Add instrumentation to log finalizer being called. Suppressed for backupMelanie2-6/+12
2012-07-11Change order of operations on backup to ensure keyframe motions are backedMelanie1-2/+6
2012-07-11 Melanie fix: detach SOGs from backup on linkingUbitUmarov1-0/+2
2012-07-10let SOP AngularVelocity set physics actor angular velocity if it'sUbitUmarov1-1/+9
2012-07-10more work on llSetAngularVelocity()UbitUmarov1-1/+28
2012-07-07Change semantics of FromXML on vehicle data to make the serializer a bit cleanerMelanie2-7/+19
2012-07-07 fix vehicle to XML stringUbitUmarov1-7/+13
2012-07-07Add saving vehicle physics data to the databaseMelanie3-25/+56
2012-07-06 added llSetVelocity. will refuse to work on vehicles and on attachments ( th...UbitUmarov1-0/+28
2012-06-28Fix llRegionSayTo the right wayMelanie1-2/+9
2012-06-25 fix a seg fault in sp.csUbitUmarov1-1/+2
2012-06-21 fix turning off phanton always decreasing number of physical partsUbitUmarov1-28/+28
2012-06-21fix SceneGraph Add/Remove PhysicalPrim countersUbitUmarov1-2/+2
2012-06-17*CHECK/REVIEW* comented out not used sp.ParentPosition. Comented out SOG.Abs...UbitUmarov2-14/+24
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-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-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-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-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-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-05fix the real cause of double velocityUbitUmarov1-1/+0
2012-06-05Fix land collisions to work like SL.Melanie1-6/+16
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...Melanie1-1/+1
2012-06-01Fix LSL animation state reporting and animation state transitions on crossingMelanie1-1/+1
2012-05-29Add advanced collision processing into ScenePresenceMelanie1-162/+162
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-20 missing update script events callUbitUmarov1-1/+12
2012-05-19 fix m_sitAvatarHeight to be half size.z, reduced default to a more resonable...UbitUmarov1-1/+1
2012-05-19 reduce useless waste of cpu. Make character collision events be done similia...UbitUmarov1-1/+3
2012-05-19 a bit faster collision sound type verification plus a few fixes/changesUbitUmarov2-53/+100
2012-05-19temp work: sounds simetric acording to materials, still 'window close' test ...UbitUmarov1-30/+98
2012-05-19Fix setting positions of attachments. The recent security fix regardingMelanie1-1/+1
2012-05-19modulate collision sound intensity with collision relative velocity for parts...UbitUmarov2-46/+89