aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Add instrumentation to log finalizer being called. Suppressed for ↵Melanie2012-07-122-12/+6
| | | | | | backup" This reverts commit ea91a36483f3eba90e16b664715d152f9eca2980.
* Revert "Place instrumentation in the proper place. This needs reverting, too!"Melanie2012-07-121-1/+1
| | | | This reverts commit d9b0b03aa3f92bcd860e4edb656cf6b1221776a6.
* Add "gc collect" console command for debugging memleaksMelanie2012-07-121-0/+7
|
* Place instrumentation in the proper place. This needs reverting, too!Melanie2012-07-111-1/+1
|
* Add instrumentation to log finalizer being called. Suppressed for backupMelanie2012-07-112-6/+12
| | | | | interim copies to avoid spammage. Not for release to the grid, must be reverted first!
* Change order of operations on backup to ensure keyframe motions are backedMelanie2012-07-111-2/+6
| | | | up properly
* Melanie fix: detach SOGs from backup on linkingUbitUmarov2012-07-111-0/+2
|
* let SOP AngularVelocity set physics actor angular velocity if it'sUbitUmarov2012-07-101-1/+9
| | | | | | | physical root prim and not a vehicle. With this llSetAngularVelocity should work and also llTargetOmega will do the same in this case. but for now this llTargetOmega is being a normal physical rotation with damping, and stops with selection. Thats not like SL apparently
* more work on llSetAngularVelocity()UbitUmarov2012-07-101-1/+28
|
* Change semantics of FromXML on vehicle data to make the serializer a bit cleanerMelanie2012-07-072-7/+19
|
* fix vehicle to XML stringUbitUmarov2012-07-071-7/+13
|
* Add saving vehicle physics data to the databaseMelanie2012-07-073-25/+56
|
* added llSetVelocity. will refuse to work on vehicles and on attachments ( ↵UbitUmarov2012-07-061-0/+28
| | | | this last may need fix) added also some code for llSetAngularVelocity but not working still
* Merge branch 'ubitwork' into avinationMelanie2012-06-284-45/+56
|\
| * fix a seg fault in sp.csUbitUmarov2012-06-251-1/+2
| |
| * fix turning off phanton always decreasing number of physical partsUbitUmarov2012-06-211-28/+28
| |
| * fix SceneGraph Add/Remove PhysicalPrim countersUbitUmarov2012-06-211-2/+2
| |
| * *CHECK/REVIEW* comented out not used sp.ParentPosition. Comented out ↵UbitUmarov2012-06-172-14/+24
| | | | | | | | SOG.AbsolutePosition changing 'linked' avatars positions ( reason in code coment )
* | Fix llRegionSayTo the right wayMelanie2012-06-281-2/+9
|/
* Revert changes...UbitUmarov2012-06-151-21/+3
| | | | This reverts commit c8227e1bb70817351de283fb647ec39f090fc9f1.
* Add sop IsPhysical and IsPhantom to be used gradually in core in place of ↵UbitUmarov2012-06-151-3/+21
| | | | asking physics engines all the time. Some engines delays may make them give wrong answers.
* Changed t adding the avatar dependent sit offset and not subtracting, so ↵UbitUmarov2012-06-131-2/+4
| | | | not to break inworld contents. SL ported scripts will show a sit error around 0.1m. Added respective compensation in LSL api to maintain coerence. Fixed several bugs still on SET/GET[link]PrimitiveParams[fast] and llGetObjectDetails()
* *TEST this will affect inworld sittargets by +-0.1m, so may be very BAD *. ↵UbitUmarov2012-06-131-1/+2
| | | | Changed the sign of the sitoffset dependent on avatar size in SP.cs. Removed that offset correction from SET/GET..primitiveParams in LSL api. If the sign needs to be the previus one, then all references to avatar positions on LSL api need to be fixed with that correction, not only SET/GETprimitiveParams.
* Moved auxiliar funtions of last commit from sop to lsl api since they are ↵UbitUmarov2012-06-121-34/+0
| | | | only used on one place each
* *UNTESTED* extended llGet*PrimitiveParam() to support avatars. Some auxiliar ↵UbitUmarov2012-06-121-0/+34
| | | | code in SOP.cs
* change object drag so it applies a impulse and not a push force so it works ↵UbitUmarov2012-06-111-2/+6
| | | | as before my fix to impulse/forces
* Fix a corner case where checking for region corssing may cross an avatar back ifMelanie2012-06-081-2/+7
| | | | it's pending to be sat onto a vehicle that is in the process of crossing.
* Revert "Add a frame based watchdog function to keyframed motion"Melanie2012-06-081-20/+0
| | | | This reverts commit 2d98d6354ce04b655e8d9062a209f5af1565c78c.
* Merge branch 'ubitwork' into avinationMelanie2012-06-081-0/+20
|\
| * Add a frame based watchdog function to keyframed motionMelanie2012-06-081-0/+20
| |
* | Cut off collision sounds with avatar at 3.2. This makes most walkig collisionsMelanie2012-06-081-1/+1
| | | | | | | | | | | | with walls and stairs silent. Falls from greater height and running into things will still be heard. a CollisionSound defined for the object will override this so one can still script a soccer ball with sounds.
* | Further limit the amount of avatar collisions that will actually triggerMelanie2012-06-071-2/+4
| | | | | | | | sounds. They are distracting.
* | Add the ability to query the MYSQL databse for a list of the stored prim UUIDsMelanie2012-06-072-0/+3
| |
* | Implement playing of the real collision sounds, change scaling for avatarMelanie2012-06-071-133/+57
| | | | | | | | | | collisions to make them really soft because otherwise climbing stairs makes an unbearable amount of noise.
* | Make not_at_target stop when the target is reached even if the scriptMelanie2012-06-071-1/+2
| | | | | | | | is not listening to at_target
* | Disable default collision sounds until they can be uploaded, but enable ↵Melanie2012-06-071-55/+56
| | | | | | | | custom ones
* | Make the "delay restart" button delay restart for 1 hour rather than abortingMelanie2012-06-071-0/+1
|/ | | | it altogether. Allow a maximum of three uses before the restart goes through.
* fix the real cause of double velocityUbitUmarov2012-06-051-1/+0
|
* Fix land collisions to work like SL.Melanie2012-06-051-6/+16
|
* Actually trigger land collisions in the root even when a child collidesMelanie2012-06-041-1/+1
|
* Fix llAttachToAvatar and "Attach" viewer option to preserve saved attach ↵Melanie2012-06-042-2/+2
| | | | positions.
* Fix LSL animation state reporting and animation state transitions on crossingMelanie2012-06-011-1/+1
|
* Add advanced collision processing into ScenePresenceMelanie2012-05-291-162/+162
|
* Fix collision filteringMelanie2012-05-291-10/+10
|
* Merge branch 'avination' into ubitworkUbitUmarov2012-05-281-176/+90
|\ | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/CollisionSounds.cs
| * Place the return back into collision sounds.Melanie2012-05-281-0/+4
| |
| * Modify SceneManeger to use a DoubleDictionary and work without locks.Melanie2012-05-281-176/+90
| | | | | | | | | | Changes to the scenes dictionary are exceedingly rare and using atomic operations makes the chance of collisions nearly nil in any case.
* | disable collision sounds for nowUbitUmarov2012-05-281-2/+8
|/
* Merge branch 'ubitwork' into avinationMelanie2012-05-213-174/+384
|\
| * missing update script events callUbitUmarov2012-05-201-1/+12
| |