OpenSimMirror/OpenSim
Justin Clark-Casey (justincc) df75f14bca Add [BulletSim] option AvatarToAvatarCollisionsByDefault to control whether avatars collide. This is true by default.
This is implemented with a new collision type (PhantomToOthersAvatar) to potentially allow colliding and non-colliding avatars to be present in the same scene.
So there is no provision yet for giving avatars different collision types.
This commit replaces the temporary change in commit f3eaa6d8 where avatars would never collide when using BulletSim
This is equivalent to the av_av_collisions_off option in ODE.
2014-11-20 21:28:12 +00:00
..
Addons Fixed a hard-to-run-into bug in groups: at the time of creation of a group, the OwnerRoleID in the groups table was inconsistent with the roleID in the roles table. OpenSim core was not running into this bug, but 3rd party modules (like Wifi) were. 2014-10-02 22:36:23 +01:00
ApplicationPlugins Actually call Close() for shared region modules when the simulator is being shutdown. 2014-07-02 23:49:25 +01:00
Capabilities Allow GetMesh capability to be served directly by a server like GetTexture 2014-10-14 18:37:22 +01:00
ConsoleClient Make sure we dispose of WebResponse, StreamReader and Stream in various places where we were not already. 2013-02-27 00:21:02 +00:00
Data Remove database connection locking in MySQLXAssetData. This is unnecessary as connections aren't shared and transactions are already in place where necessary. 2014-08-22 20:34:33 +01:00
Framework Add "show threadpool calls active" console debug command. 2014-11-04 17:21:22 +00:00
Region Add [BulletSim] option AvatarToAvatarCollisionsByDefault to control whether avatars collide. This is true by default. 2014-11-20 21:28:12 +00:00
Server Label all threadpool calls being made in core OpenSimulator. This is to add problem diagnosis. 2014-11-04 00:55:48 +00:00
Services When processing incoming attachments via HG, if a request for uuid gathering or final asset import takes too long remove remaining requests from same user to prevent hold up of other user's incoming attachments. 2014-11-06 01:15:22 +00:00
Tests Label all threadpool calls being made in core OpenSimulator. This is to add problem diagnosis. 2014-11-04 00:55:48 +00:00
Tools On pCampbot, if we add the none (n) behaviour then make it actually stop any bots in motion. 2014-10-29 00:29:11 +00:00