Commit History

Author SHA1 Message Date
  Teravus Ovares (Dan Olivares) c8a68fb3fb * Remove hard coded 256 limitations from various places. There's no more 256m limitation within the OpenSimulator framework, however, the LLClient ClientView does not support regions larger then 256 meters so, if you try and make your region larger by setting Constants.RegionSize = 512; in OpenSim.Framework.Constants.cs, the terrain will not display on clients using the LLUDP protocol 15 years ago
  Justin Clark-Casey 190bdc8a2e * Remove some mono compiler warnings 15 years ago
  Teravus Ovares e2e43f1ab7 * Whoops, forgot the water heightfield. 15 years ago
  Teravus Ovares 9f4b8260c2 * Exclude heightfield geom from the raycast test. 15 years ago
  Teravus Ovares 156c393a44 * nothing in this commit, re-triggering panda.. which crashed while testing. 15 years ago
  Teravus Ovares 5c8fe5c01c * Fixed a case where a prim was a NullPhysicsActor instead of an OdePrim 15 years ago
  Teravus Ovares 08819bcbea * Created a way that the OpenSimulator scene can ask the physics scene to do a raycast test safely. 15 years ago
  nlin 0ec6dfb1a1 Experimental fix for tilted avatar capsule, Mantis #2905 15 years ago
  Dr Scofield 652bcf91d5 - fixes a "collection out of sync" exception in the ODE physics 15 years ago
  Dr Scofield 8045ed28ec From: Alan Webb <[email protected]> 15 years ago
  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