Historial de Commits

Autor SHA1 Mensaje Fecha
  Jeff Ames 9d9fcac038 Misc cleanup. hace 15 años
  Jeff Ames 1123a326ab Formatting cleanup. Fix some compiler warnings. hace 15 años
  Teravus Ovares (Dan Olivares) e88903f481 * Fix one physics crash for regions larger then 512mx512m hace 15 años
  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 hace 15 años
  Justin Clark-Casey 190bdc8a2e * Remove some mono compiler warnings hace 15 años
  Teravus Ovares e2e43f1ab7 * Whoops, forgot the water heightfield. hace 15 años
  Teravus Ovares 9f4b8260c2 * Exclude heightfield geom from the raycast test. hace 15 años
  Teravus Ovares 156c393a44 * nothing in this commit, re-triggering panda.. which crashed while testing. hace 15 años
  Teravus Ovares 5c8fe5c01c * Fixed a case where a prim was a NullPhysicsActor instead of an OdePrim hace 15 años
  Teravus Ovares 08819bcbea * Created a way that the OpenSimulator scene can ask the physics scene to do a raycast test safely. hace 15 años
  nlin 0ec6dfb1a1 Experimental fix for tilted avatar capsule, Mantis #2905 hace 15 años
  Dr Scofield 652bcf91d5 - fixes a "collection out of sync" exception in the ODE physics hace 15 años
  Dr Scofield 8045ed28ec From: Alan Webb <[email protected]> hace 15 años
  Jeff Ames a23d64dec1 Formatting cleanup. hace 15 años
  Dr Scofield 1d02636c27 cleaning out warnings. hace 15 años
  Teravus Ovares 21d4423030 * Allow passing of material type to physics engine hace 15 años
  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. hace 15 años
  Dr Scofield aecb4fb72a From: Alan M Webb <[email protected]> hace 15 años
  Teravus Ovares 6522b4f5d4 * Fixing thread safety of avatar adding and removing from the Physics Scene in the ODEPlugin hace 15 años
  Justin Clarke Casey acad0328b2 * Make all coded defaults match settings in OpenSim.ini.example hace 15 años
  idb 93a697b24d Correct a typo, purely cosmetic. hace 15 años
  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. hace 15 años
  Teravus Ovares 6c7151109b * fixes mantis 3259 hace 15 años
  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. hace 15 años
  Charles Krinke b637a11b58 Fixes Mantis #3260. Thank you kindly, MCortez for a patch that: hace 15 años
  Charles Krinke 8f55b9d735 Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: hace 15 años
  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. hace 15 años
  Jeff Ames 95d53d48d4 Add copyright headers. Minor formatting cleanup. Fix some compiler warnings. Fix some m_log declarations. hace 15 años
  Dahlia Trimble d21601d497 Thanks Kitto Flora for a patch that adds automatic min fly height to ODE - Mantis #3134 hace 15 años
  Teravus Ovares c0c330988f * Some minor cleanup hace 15 años