aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BasicPhysicsPlugin/BasicPhysicsActor.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* If calling llStopMoveToTarget() on an in-world prim, don't send an ↵Justin Clark-Casey2014-11-191-0/+1
| | | | | | | unnecessary object update if the prim was not moving to target. This involves making PhysicsActor.PIDActive get as well as set. On physics components that don't implement this (all characters and some phys engines) we return false.
* Eliminated many warningsOren Hurvitz2014-04-231-2/+0
|
* Fix TestSitAndStandWithNoSitTarget NPC and SP tests.Justin Clark-Casey (justincc)2013-12-141-8/+1
| | | | | These stopped working because current code calculates sit heights based on avatar physics rather than appearance data. Also changed BasicPhysics to not divide Z param of all set sizes by 2 - there's no obvious good reason for this and basicphysics is only used in tests
* refactor: simply some properties code in BasicPhysicsPluginJustin Clark-Casey (justincc)2012-04-221-36/+6
|
* Remove unused SetAcceleration and add set on Acceleration parameterDan Lake2011-12-201-5/+1
|
* Stop having to call SetHeight again in ScenePresence.AddToPhysicalScene() ↵Justin Clark-Casey (justincc)2011-12-151-1/+2
| | | | | | when we've already passed size information to the avatar at PhysicsScene.AddAvatar() Eliminate some copypasta for height setting in OdeCharacter
* Revolution is on the roll again! :)Revolution2010-02-141-0/+5
| | | | | | | | Fixes: Undo, T-pose of others on login, modifiedBulletX works again, feet now stand on the ground instead of in the ground, adds checks to CombatModule. Adds: Redo, Land Undo, checks to agentUpdate (so one can not fall off of a region), more vehicle parts. Finishes almost all of LSL (1 function left, 2 events). Direct flames and kudos to Revolution, please Signed-off-by: Melanie <melanie@t-data.com>
* Formatting cleanup. Add copyright headers.Jeff Ames2010-01-041-4/+4
|
* Glue code for a couple of new LSL function implementationsMelanie2009-12-221-0/+20
|
* Experimental change of PhysicsVector to Vector3. UntestedJohn Hurliman2009-10-261-29/+25
|
* Formatting cleanup, minor refactoring.Jeff Ames2009-08-261-0/+1
|
* Split BasicPhysics classes into separate files.Jeff Ames2009-08-111-0/+322