aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-05-30Whitespace fixMelanie1-1/+1
2012-05-30Prevent multiple requests to go physical from reaching the physics pluginMelanie1-0/+4
2012-05-30Fix the log standing attach-from-world bug.Melanie2-42/+59
2012-05-29 fix physics not reporting collisions only with terrainUbitUmarov1-0/+1
2012-05-29Add advanced collision processing into ScenePresenceMelanie1-162/+162
2012-05-29Fix collision filteringMelanie1-10/+10
2012-05-28 fix avatars collisions on sim crossings and other few cases where ↵UbitUmarov1-2/+1
freemove() is called
2012-05-28a bit cleaner code (?) on sculpts/meshs meshing checkingUbitUmarov1-7/+6
2012-05-28 let meshs work indenpendently of mesh_sculpted_prim config optionUbitUmarov1-29/+25
2012-05-28 disable collision sounds for nowUbitUmarov1-2/+8
2012-05-28revert making sculpts phanton if sculpt meshing option is offUbitUmarov1-2/+0
2012-05-28Place the return back into collision sounds.Melanie1-0/+4
2012-05-28If a region is not found on a simulator, make the health query returnMelanie1-4/+13
0 to indicate it's still starting rather than an error. There are other methods that can discover the presence of a region and slow starting regions may cause the watchdog to kill them while they start,
2012-05-28Modify SceneManeger to use a DoubleDictionary and work without locks.Melanie1-176/+90
Changes to the scenes dictionary are exceedingly rare and using atomic operations makes the chance of collisions nearly nil in any case.
2012-05-27Let OOB information usable outside ubitodeUbitUmarov3-29/+33
2012-05-21 also don't collide sculps or meshs if meshing is OFFUbitUmarov1-0/+2
2012-05-21 try to let avas climb higher steps. Will only work in some cases, may have ↵UbitUmarov2-9/+75
bad effects, so needs some more testing
2012-05-20 missing update script events callUbitUmarov1-1/+12
2012-05-20minor changesUbitUmarov3-32/+24
2012-05-19 fix m_sitAvatarHeight to be half size.z, reduced default to a more ↵UbitUmarov1-1/+1
resonable value ( 1m);
2012-05-19 reduce useless waste of cpu. Make character collision events be done ↵UbitUmarov4-126/+148
similiar to parts. Let same thread do it all ( like in parts ) ( to change this some structs copies must be added)
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
sound. Included in coment full assimetric ( since seems we have files for it now ) case with some uuids
2012-05-19Fix setting positions of attachments. The recent security fix regardingMelanie1-1/+1
prim entry messed it up.
2012-05-19modulate collision sound intensity with collision relative velocity for ↵UbitUmarov2-46/+89
parts also
2012-05-19modulate collision sounds intensity with relative collision speedUbitUmarov2-81/+120
2012-05-19 fix character IsPhysicalUbitUmarov1-1/+1
2012-05-19add colliders relative velocity projected in collision direction to ↵UbitUmarov3-1/+13
collisions report information.
2012-05-17 removed redundant colision sounds. Temporary muted sounds ( returns at top ↵UbitUmarov1-28/+13
of funtions ).
2012-05-17Temprorarily disable collision sounds until we have some sound bitesMelanie1-1/+5
2012-05-17udp transfer: make number packets estimation coerent with number actually ↵UbitUmarov1-2/+8
sent. Use the safer lower max packet size defined in os source (600) and not OMV one (1100).
2012-05-17 trigger collision sounds on active agent position for better spatial effect ↵UbitUmarov2-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
2012-05-17increase avatars collisions report to 10 per sec, Stopped sound on avatar to ↵UbitUmarov2-2/+2
volumedetect collision
2012-05-17 add avatar colision sounds. Changed test sound UUIDUbitUmarov2-62/+120
2012-05-17default colisionVolume is 0, use it only for user specified soundUbitUmarov1-3/+6
2012-05-17default collision sounds. Incomplete, untested, needs revisionUbitUmarov2-1/+205
2012-05-16collision sounds: simplify send code a bit and limit sending rate to 5 per ↵UbitUmarov1-1/+36
sec per part ???
2012-05-16 Added a invalidCollisionSoundUUID so that scripts can stop all collision ↵UbitUmarov3-6/+23
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.
2012-05-15 use part VolumeDetectActive and not rootPart.VolumeDetectActive to be ↵UbitUmarov1-2/+5
coerent with other places in case of future changes. Should be equivalent if all is well.
2012-05-15sop colisions don't play sounds on volume detectorsUbitUmarov1-1/+1
2012-05-15sop: - added UpdatePhysicsSubscribedEvents() to update physics ator ↵UbitUmarov1-48/+118
collision events subcription where needed. Made it consider also VolumeDtc and phantom cases. - added extra calls to it on physics ator proprieties changes. - Fixed land collisions reports. - Handle the case of physics sending a last zero colisions reports to trigger collision_end. - Made the physics collisions report rate be 20 per second. (needs review/testing)
2012-05-15ubitODE: if stopped having collisions do report zero colisions once, so ↵UbitUmarov2-9/+43
collision_end event can be triggered. Changed reports rate to the requested rate and not full ode rate.
2012-05-15ubitODE: fix not reporting land collisions on same cases.UbitUmarov1-2/+25
2012-05-15Port the mel/dahlia fixMelanie2-1/+11
2012-05-15don't send colision events to volume detectorsUbitUmarov1-1/+2
2012-05-14make llGetCameraPos and llGetCameraRot apply to avatar that granted ↵UbitUmarov1-4/+14
permission and not owner
2012-05-15Fix an omissionMelanie1-1/+1
2012-05-14Completely revamp collision handling. Now works as it is supposed to.Melanie5-523/+189
2012-05-14Check parcel entry permissions when moving objectsMelanie1-1/+2
2012-05-14Allow non-gods to deed no-mod objectsMelanie1-1/+4