overte-Armored-Dragon/libraries
Howard Stearns b5a28730ea Filter out low-penetration continuous contact from all entity collision activity including scripts:
We don't want sound for these.
   This appears to avoid the Entities.getEntityProperties() deadlock within entity scripts.
Variable names:
  energyPercentOfFull => energyFactorOfFull, because the range is 0-1, not 0-100.
  COLLISION_SOUND_COMPRESSION => COLLISION_SOUND_COMPRESSION_RANGE (portion of full dynamic range)
Tune constants:
  COLLISION_ENERGY_AT_FULL_VOLUME 10 => 1
  COLLISION_MINIMUM_VOLUME 0.01 => 0.001
  COLLISION_SOUND_COMPRESSION_RANGE 0.5 => 0.95
Refer to SoundCache later, after filtering for collision threshold.
2015-05-14 14:41:32 -07:00
..
animation
audio remove dependency of PacketHeaders on NodeList 2015-05-05 12:19:42 -07:00
audio-client remove dependency of PacketHeaders on NodeList 2015-05-05 12:19:42 -07:00
avatars remove dependency of PacketHeaders on NodeList 2015-05-05 12:19:42 -07:00
embedded-webserver try again without macro 2015-04-07 09:59:04 -07:00
entities merge upstream/master into andrew/thermonuclear 2015-05-14 12:37:41 -07:00
entities-renderer Filter out low-penetration continuous contact from all entity collision activity including scripts: 2015-05-14 14:41:32 -07:00
environment wire up atmosphere.hasStars property 2015-05-04 14:19:13 -07:00
fbx don't allow buildModelMesh to spam logs when it encounters flawed models 2015-05-14 10:24:02 -07:00
gpu Merge pull request #4863 from samcake/orange 2015-05-14 09:12:46 -07:00
model Merge pull request #4863 from samcake/orange 2015-05-14 09:12:46 -07:00
networking add restitution and friction Entity properties 2015-05-14 12:36:59 -07:00
octree make READ_ENTITY_PROPERTY_TO_PROPERTIES() type safe 2015-05-12 16:24:16 -07:00
physics Merge upstream/master into andrew/nova 2015-05-14 10:09:55 -07:00
render-utils Merge pull request #4863 from samcake/orange 2015-05-14 09:12:46 -07:00
script-engine Merge remote-tracking branch 'upstream/master' into plugins_pt2 2015-05-11 12:40:17 -07:00
shared Merge pull request #4859 from ZappoMan/typeSafePropertyCleanup 2015-05-13 20:52:03 -07:00
ui Merge remote-tracking branch 'upstream/master' into web-entity 2015-05-13 09:49:53 -07:00