Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert changes... | UbitUmarov | 2012-06-15 | 1 | -21/+3 |
| | | | | This reverts commit c8227e1bb70817351de283fb647ec39f090fc9f1. | ||||
* | Add sop IsPhysical and IsPhantom to be used gradually in core in place of ↵ | UbitUmarov | 2012-06-15 | 1 | -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 ↵ | UbitUmarov | 2012-06-13 | 1 | -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 *. ↵ | UbitUmarov | 2012-06-13 | 1 | -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 ↵ | UbitUmarov | 2012-06-12 | 1 | -34/+0 |
| | | | | only used on one place each | ||||
* | *UNTESTED* extended llGet*PrimitiveParam() to support avatars. Some auxiliar ↵ | UbitUmarov | 2012-06-12 | 1 | -0/+34 |
| | | | | code in SOP.cs | ||||
* | change object drag so it applies a impulse and not a push force so it works ↵ | UbitUmarov | 2012-06-11 | 1 | -2/+6 |
| | | | | as before my fix to impulse/forces | ||||
* | Fix a corner case where checking for region corssing may cross an avatar back if | Melanie | 2012-06-08 | 1 | -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" | Melanie | 2012-06-08 | 1 | -20/+0 |
| | | | | This reverts commit 2d98d6354ce04b655e8d9062a209f5af1565c78c. | ||||
* | Merge branch 'ubitwork' into avination | Melanie | 2012-06-08 | 1 | -0/+20 |
|\ | |||||
| * | Add a frame based watchdog function to keyframed motion | Melanie | 2012-06-08 | 1 | -0/+20 |
| | | |||||
* | | Cut off collision sounds with avatar at 3.2. This makes most walkig collisions | Melanie | 2012-06-08 | 1 | -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 trigger | Melanie | 2012-06-07 | 1 | -2/+4 |
| | | | | | | | | sounds. They are distracting. | ||||
* | | Add the ability to query the MYSQL databse for a list of the stored prim UUIDs | Melanie | 2012-06-07 | 2 | -0/+3 |
| | | |||||
* | | Implement playing of the real collision sounds, change scaling for avatar | Melanie | 2012-06-07 | 1 | -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 script | Melanie | 2012-06-07 | 1 | -1/+2 |
| | | | | | | | | is not listening to at_target | ||||
* | | Disable default collision sounds until they can be uploaded, but enable ↵ | Melanie | 2012-06-07 | 1 | -55/+56 |
| | | | | | | | | custom ones | ||||
* | | Make the "delay restart" button delay restart for 1 hour rather than aborting | Melanie | 2012-06-07 | 1 | -0/+1 |
|/ | | | | it altogether. Allow a maximum of three uses before the restart goes through. | ||||
* | fix the real cause of double velocity | UbitUmarov | 2012-06-05 | 1 | -1/+0 |
| | |||||
* | Fix land collisions to work like SL. | Melanie | 2012-06-05 | 1 | -6/+16 |
| | |||||
* | Actually trigger land collisions in the root even when a child collides | Melanie | 2012-06-04 | 1 | -1/+1 |
| | |||||
* | Fix llAttachToAvatar and "Attach" viewer option to preserve saved attach ↵ | Melanie | 2012-06-04 | 2 | -2/+2 |
| | | | | positions. | ||||
* | Fix LSL animation state reporting and animation state transitions on crossing | Melanie | 2012-06-01 | 1 | -1/+1 |
| | |||||
* | Add advanced collision processing into ScenePresence | Melanie | 2012-05-29 | 1 | -162/+162 |
| | |||||
* | Fix collision filtering | Melanie | 2012-05-29 | 1 | -10/+10 |
| | |||||
* | Merge branch 'avination' into ubitwork | UbitUmarov | 2012-05-28 | 1 | -176/+90 |
|\ | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/CollisionSounds.cs | ||||
| * | Place the return back into collision sounds. | Melanie | 2012-05-28 | 1 | -0/+4 |
| | | |||||
| * | Modify SceneManeger to use a DoubleDictionary and work without locks. | Melanie | 2012-05-28 | 1 | -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 now | UbitUmarov | 2012-05-28 | 1 | -2/+8 |
|/ | |||||
* | Merge branch 'ubitwork' into avination | Melanie | 2012-05-21 | 3 | -174/+384 |
|\ | |||||
| * | missing update script events call | UbitUmarov | 2012-05-20 | 1 | -1/+12 |
| | | |||||
| * | fix m_sitAvatarHeight to be half size.z, reduced default to a more ↵ | UbitUmarov | 2012-05-19 | 1 | -1/+1 |
| | | | | | | | | resonable value ( 1m); | ||||
| * | reduce useless waste of cpu. Make character collision events be done ↵ | UbitUmarov | 2012-05-19 | 1 | -1/+3 |
| | | | | | | | | similiar to parts. Let same thread do it all ( like in parts ) ( to change this some structs copies must be added) | ||||
| * | a bit faster collision sound type verification plus a few fixes/changes | UbitUmarov | 2012-05-19 | 2 | -53/+100 |
| | | |||||
| * | temp work: sounds simetric acording to materials, still 'window close' test ↵ | UbitUmarov | 2012-05-19 | 1 | -30/+98 |
| | | | | | | | | sound. Included in coment full assimetric ( since seems we have files for it now ) case with some uuids | ||||
| * | modulate collision sound intensity with collision relative velocity for ↵ | UbitUmarov | 2012-05-19 | 2 | -46/+89 |
| | | | | | | | | parts also | ||||
| * | modulate collision sounds intensity with relative collision speed | UbitUmarov | 2012-05-19 | 2 | -81/+120 |
| | | |||||
* | | Fix setting positions of attachments. The recent security fix regarding | Melanie | 2012-05-19 | 1 | -1/+1 |
| | | | | | | | | prim entry messed it up. | ||||
* | | Merge branch 'ubitwork' into avination | Melanie | 2012-05-17 | 1 | -28/+9 |
|\ \ | |/ | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/CollisionSounds.cs | ||||
| * | removed redundant colision sounds. Temporary muted sounds ( returns at top ↵ | UbitUmarov | 2012-05-17 | 1 | -28/+13 |
| | | | | | | | | of funtions ). | ||||
* | | Temprorarily disable collision sounds until we have some sound bites | Melanie | 2012-05-17 | 1 | -1/+5 |
|/ | |||||
* | trigger collision sounds on active agent position for better spatial effect ↵ | UbitUmarov | 2012-05-17 | 2 | -23/+22 |
| | | | | without using the detailed collision position. (current error will be half max physical prim size). Moved some checks from sop to collisionSound code | ||||
* | increase avatars collisions report to 10 per sec, Stopped sound on avatar to ↵ | UbitUmarov | 2012-05-17 | 2 | -2/+2 |
| | | | | volumedetect collision | ||||
* | add avatar colision sounds. Changed test sound UUID | UbitUmarov | 2012-05-17 | 2 | -62/+120 |
| | |||||
* | default colisionVolume is 0, use it only for user specified sound | UbitUmarov | 2012-05-17 | 1 | -3/+6 |
| | |||||
* | default collision sounds. Incomplete, untested, needs revision | UbitUmarov | 2012-05-17 | 2 | -1/+205 |
| | |||||
* | collision sounds: simplify send code a bit and limit sending rate to 5 per ↵ | UbitUmarov | 2012-05-16 | 1 | -1/+36 |
| | | | | sec per part ??? | ||||
* | Added a invalidCollisionSoundUUID so that scripts can stop all collision ↵ | UbitUmarov | 2012-05-16 | 1 | -4/+13 |
| | | | | sounds with llCollisionSound("",...). UUID.Zero means defaults should be used. In case part has several scripts with confliting llCollisionSound result depende on exec order. Specially on reset the efect of "" depends on reset order, it should override the others. This is intermediate improve(?) since collisions sounds seem to need a deaper revision. | ||||
* | use part VolumeDetectActive and not rootPart.VolumeDetectActive to be ↵ | UbitUmarov | 2012-05-15 | 1 | -2/+5 |
| | | | | coerent with other places in case of future changes. Should be equivalent if all is well. | ||||
* | sop colisions don't play sounds on volume detectors | UbitUmarov | 2012-05-15 | 1 | -1/+1 |
| |