| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
| |
* It's a known fact that the greater the friction the more computationally intensive a physics simulation with it is....
|
|
|
|
|
|
|
|
| |
* Set the avatar's radius to 0.37m, I think this gives the *best* balance between spaces the avatar can fit, and the ability to climb steps
* Fixed a few things
* Tweaked some more
* Played with gravity (-9.8m/s)
|
|
|
|
| |
before this'll do anything. Be careful with this function as it's easy to loose prim.
|
|
|
|
|
|
|
| |
* Cleaned up copyright notices in AssemblyInfo.cs's
* Added Copyright headers to a bunch of files missing them
* Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate.
|
|
|
|
|
|
|
|
|
| |
* There will be bugs, you can count on that. To avoid them, set the linksets phantom
* After region restart, the linksets restore in a non collidable state.
* Linksets can but shouldn't be made physical with the physical checkbox or when you unlink them, they tend to explode.
* After creating a linkset, you have to move the linkset or set it phantom and not phantom for it to become collidable.
* There's a few ParentGroup references that need to be refactored.
|
|
|
|
|
|
|
| |
far, only windows lib updated. Need to do the Linux version.
* Update also checked into opensim-libs
|
| |
|
|
|
|
|
|
|
| |
* Did some goofy math undoing in the Sim Stats Reporter
* More reduction to the amount of calls per second to UnManaged ODE code
* Added a significant amount of comments to ODE
|
|
|
|
|
|
|
| |
** jumping
** crouching
** landing on prim
|
| |
|
|
|
|
|
| |
* Border crossings within the same opensim instance seem better.
|
|
|
|
|
|
|
| |
and then patch these changes back in. Currently it's not quite ready for 0.5. The down side to this action, is that we loose some performance to the garbage collector for now. Given that the target date for 0.5 is *Two days* from now, I'm taking the initiative to work towards a real stable version.
* This update also fixes scripting and some weird physics reactions
|
|
|
|
|
|
|
| |
inventory on other prim coming soon). No more new prim buried in the ground by accident.
* The prim are at the absolute position of the prim you rezzed it on top of + (0,0,0.5) for now.
|
|
|
|
| |
errors, etc.
|
|
|
|
|
|
|
| |
* shortened references
* Removed redundant 'this'
* Normalized EOF
|
|
|
|
|
|
|
|
|
|
| |
movement, including:
** - avatar can navigate stairs better now
** - avatar can land without shooting into the air
** - excessive collisions with the ground are tempered somewhat and should only shoot the avatar up 20m instead of 200m
** - Try Catched a TextureDownloadModule.cs array out of bounds error with a report that causes it not to crash the sim, however it reports a few important items for tracking it down.
|
|
|
|
|
| |
* Condensed 8 calls to unmanaged code in ODE down to 1
|
|
|
|
| |
avatar to go into an endless plunge to the middle of the earth.
|
|
|
|
|
|
|
| |
button when over them and colliding
* Reverted the avatar portion of the inter-penetration physics scene explosion management, it needs more work.
|
| |
|
|
|
|
|
| |
* Craggy terrain mishandling by ODE still occasionally causes point bounciness
|
|
|
|
|
|
|
|
| |
* Fixes:
* -- duplicating Active physical object causes objects to explode in opposite directions
* -- Rezzing objects too close to you avatar causes avatar to shoot around in odd directions
* Vanity
|
|
|
|
|
|
|
| |
* Exposed the mass as a PhysicsActor read only property (so scripts can get at it - hint hint -)
* Hollow and Path Cuts affect the prim mass (all Hollow Types are supported in this calculation (sphere,square,triangle))
* Prim no longer sink into the ground.
|
|
|
|
|
|
|
| |
* added Util.Clip(value, min, max)
* modified asset cache's numPackets calculation to use max packet size (600) instead of 1000
* removed a few magic numbers
|
|
|
|
|
|
|
| |
circumstances.
* This allows collisions with other avatar and prim with a velocity greater then 0 to push avatar around.
|
|
|
|
| |
looks okay, and doesn't seem to break anything. Just move around to stand up.
|
|
|
|
|
| |
* I stress, this is an initial implementation and the Agents(Child and Root) are definately obviously incorrect.
|
| |
|
|
|
|
| |
notice of doom
|
|
|
|
| |
explicit
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
before it's passed to ODE.
|
|
|
|
|
| |
* Using the nearest neighbor method, interpolation coming soon.
|
|
|
|
|
|
|
| |
to their neighbors when they start up. Neighbors get this message and tell their agents that there's a new sim up.
* Certain unrecoverable physics based crashes in ODE are now hooked up to the 'restart the sim' routine.
|
|
|
|
|
| |
* Added the child_get_tasks OpenSim.ini flag for testing the UDP packet sending code and packet throttler. This flag gets purposely disabled in grid mode. This flag also has the consequence that you can see the prim in neighboring regions without going into them. Be warned, this causes tons of dropped packets.
|
| |
|
| |
|
|
|
|
| |
basicphysics
|
|
|
|
| |
load in POS
|
| |
|
|
|
|
|
|
|
| |
threadlocked code. ODEPrim was almost completely re-written.
Copy/Space test needed.
|
| |
|
|
|
|
| |
surfaces instead of sticking to them.
|
| |
|
|
|
|
| |
oddly placed prim.
|
| |
|