Commit History

Author SHA1 Message Date
  Jeff Ames a23d64dec1 Formatting cleanup. 15 years ago
  Dr Scofield 1d02636c27 cleaning out warnings. 15 years ago
  Teravus Ovares 21d4423030 * Allow passing of material type to physics engine 15 years ago
  Dahlia Trimble 5f1fa0d3d7 Added a "force_simple_prim_meshing" option to the ODE settings in OpenSim.ini which will use meshes for collisions with simple prim shapes rather than internal ODE algorithms. This may help with Mantis #2905 and Mantis #3487 for those experimenting with capsule settings. 15 years ago
  Dr Scofield aecb4fb72a From: Alan M Webb <[email protected]> 15 years ago
  Teravus Ovares 6522b4f5d4 * Fixing thread safety of avatar adding and removing from the Physics Scene in the ODEPlugin 15 years ago
  Justin Clarke Casey acad0328b2 * Make all coded defaults match settings in OpenSim.ini.example 15 years ago
  idb 93a697b24d Correct a typo, purely cosmetic. 15 years ago
  Teravus Ovares 5a49c772ca * Making the minimum ground offset for flying a configurable offset in the OpenSim.ini. This is the code that causes you to rise off the ground when you press the fly button and attempts to keep you above ground automatically when flying in a simulator. 15 years ago
  Teravus Ovares 6c7151109b * fixes mantis 3259 15 years ago
  Teravus Ovares 3a93bb992f * Added some limits to the maximum force applied per second by llMoveToTarget. Currently, it's 350 times the mass in newtons applied per second, maximum. 15 years ago
  Charles Krinke b637a11b58 Fixes Mantis #3260. Thank you kindly, MCortez for a patch that: 15 years ago
  Charles Krinke 8f55b9d735 Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: 15 years ago
  diva 3d5a9e6748 This started as way to correct Mantis #3158, which I believe should be fixed now. The flying status was temporarily being ignored, which caused the avie to drop sometimes -- there was a race condition. In the process it also fixes that annoying bug in basic physics where the avie would drop half-way to the ground upon region crossings (SetAppearance was missing). Additionally, a lot of child-agent-related code has been cleaned up; namely child agents are now consistently not added to physical scenes, and they also don't have appearances. All of that happens in MakeRoot, consistently. 15 years ago
  Jeff Ames 95d53d48d4 Add copyright headers. Minor formatting cleanup. Fix some compiler warnings. Fix some m_log declarations. 15 years ago
  Dahlia Trimble d21601d497 Thanks Kitto Flora for a patch that adds automatic min fly height to ODE - Mantis #3134 15 years ago
  Teravus Ovares c0c330988f * Some minor cleanup 15 years ago
  Teravus Ovares 26ca3e26bf Reverts patch from tuco/mikkopa/sempuki mantis #3072 15 years ago
  Teravus Ovares b60931b686 * Limit the total number of joints created per frame to the maximum possible without causing a stack collision. 15 years ago
  Teravus Ovares 08a9a85376 * Fixes colliding with the terrain lower then 0 and higher then 256m 15 years ago
  Mike Mazur 949ae6136e Change access levels from private to protected to facilitate 15 years ago
  Teravus Ovares 85c0c0557e * Tweaks some locks when modifying an ODECharacter. This actually allows a user to log-in while the physics scene and the scripts are starting up. This also seems to smooth out the jerks on teleport/connect/disconnect a little bit. 15 years ago
  nlin bfdf2479fb Improve parsing of joint parameters for NINJA physics (Mantis #2966). 15 years ago
  Homer Horwitz a72d3522ff Slight optimisation: Don't check for duplication if we won't use the result anyway. 15 years ago
  Jeff Ames 2be0f7a6f0 Update svn properties, minor formatting cleanup. 15 years ago
  Teravus Ovares ec2dc354b4 * Applying Nlin's NINJA Joint patch. v2. Mantis# 2874 15 years ago
  Charles Krinke 62dd67b8b8 Mantis#2796. Thank you kindly, Gerhard for a patch that addresses: 15 years ago
  Dahlia Trimble 2537a4098a Enabled complex meshing for simple box prims with non-zero shear 15 years ago
  Justin Clarke Casey 3b0db66b92 * Apply http://opensimulator.org/mantis/view.php?id=2775 with small tweaks 15 years ago
  Teravus Ovares 7f80eff067 * Committing a slightly distilled version of nlin's ODECharacter race condition eliminator. 15 years ago