aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Manager/PhysicsVector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * A bunch of updates to make things more smooth.Teravus Ovares2008-02-121-1/+56
| | | | | | | | | | | ** Sending the actual TimeDilation to the client now instead of the 62455 constant. The client is *supposed* to use that value to sync with the simulator. (actually sending ushort.maxvalue * TimeDilation) ** Disabling prim that inter-penetrate instead of just not attaching a joint ** Reduced prim spin a 'little' bit, but not *enough* ** Tweaked the TimeDilation algorithm to be closer to 1.0 by default and various changes to the sim stats reporter ** Created a .SetValues method to PhysicsVector so we can simply call the setvalues function instead of .x, .y, .z sets. ** Experimented with a .GetBytes Method on PhysicsActor to be able to use the LLVector3.FromBytes() method. ** Upped the Inter-penetration depth to 0.25 instead of .08.
* * Optimized usingslbsa712007-12-271-8/+7
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-101-2/+2
| | | | notice of doom
* prim cuts in ODEdan miller2007-11-051-0/+50
| | | | | | | | Much thanks to Gerhard! Merged with Darok's recent changes re: physical prims
* * Optimized usingslbsa712007-10-301-3/+2
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace ↵MW2007-08-281-1/+1
| | | | should equal project and directory.
* changed to native line ending encodingSean Dague2007-07-161-55/+55
|
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-4/+0
| | | | | * added some licensing info
* Applied Darok's PhysicsVector ToString patchMW2007-07-021-0/+5
|
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+54
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.