aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics (follow)
Commit message (Expand)AuthorAgeFilesLines
* BulletSim: fix line ending problems.Robert Adams2015-01-071-1/+1
* BulletSim: make computation of hole cut in hull tester explicitRobert Adams2015-01-071-1/+1
* BulletSim: tweek step parameters and logic to make walking up stepsRobert Adams2015-01-072-12/+28
* BulletSim: comment out the reference to BSShapeHull in BulletSim testsRobert Adams2015-01-041-2/+2
* BulletSim: correct some of the debugging input and output of PrimitiveBaseShape.Robert Adams2015-01-042-4/+8
* BulletSim: remove compile reference error trying to figure out why mono compi...Robert Adams2014-12-311-2/+2
* BulletSim: add the beginnings of hull creation unit testing.Robert Adams2014-12-315-12/+394
* BulletSim: Add axis locking enabled through the ExtendedPhysics module.Robert Adams2014-12-314-69/+404
* BulletSim: move detail log of InternalScheduleRebuild to reduce log file spamRobert Adams2014-11-301-5/+5
* BulletSim: Remove linkset 'Incomplete' flag as its meaning couldn't be made c...Robert Adams2014-11-303-23/+26
* BulletSim: add BSLinkset.AllPartsComplete that checks of all linkset members ...Robert Adams2014-11-302-21/+18
* BulletSim: Make BSPrimLinkable 'incomplete' if any of its children are waitin...Robert Adams2014-11-301-1/+23
* BulletSim: add shape and linkset rebuild scheduled flags. Add BSPrim.Incomple...Robert Adams2014-11-307-19/+101
* Restore zero'ing RawVelocity in BSCharacter.ZeroMotion() in favour of not cal...Justin Clark-Casey (justincc)2014-11-291-1/+1
* minor: Remove a few indenting problems introduced to recent 265fe349 and conv...Justin Clark-Casey (justincc)2014-11-291-3/+3
* Somewhat improve avatar region crossings by properly preserving velocity when...Justin Clark-Casey (justincc)2014-11-2910-30/+65
* refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)2014-11-251-1/+1
* Add [BulletSim] option AvatarToAvatarCollisionsByDefault to control whether a...Justin Clark-Casey (justincc)2014-11-253-3/+16
* Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)2014-11-251-1/+1
* If Bullet is running on its own thread, use a reset event to control timing r...Justin Clark-Casey (justincc)2014-11-251-2/+9
* Make BulletSim thread be ThreadPriority.Highest if runningJustin Clark-Casey (justincc)2014-11-251-0/+2
* Temporary hack to disable av to av collisions in bulletsim.Justin Clark-Casey (justincc)2014-11-251-1/+1
* If calling llStopMoveToTarget() on an in-world prim, don't send an unnecessar...Justin Clark-Casey2014-11-1910-19/+45
* Merge branch 'master' into bullet-2.82Robert Adams2014-09-031-3/+12
|\
| * Don't need to check separate physics status in bulletsim update since that me...Justin Clark-Casey (justincc)2014-09-031-2/+3
| * Make bulletsim thread alarm if no update for 5 seconds.Justin Clark-Casey (justincc)2014-09-031-1/+4
| * minor: fix indenting from previous commit b08ab1eJustin Clark-Casey (justincc)2014-09-031-7/+7
| * If BulletSim is running on its own threads, start this thread via the thread ...Justin Clark-Casey (justincc)2014-09-031-3/+8
* | BulletSim: add new Bullet 2.82 constraint type codes and rename theRobert Adams2014-08-212-7/+9
|/
* BulletSim: thread safe handling of list of avatars.Robert Adams2014-07-301-3/+18
* Allow the "debug scene set physics false|true" command to work when bulletsim...Justin Clark-Casey (justincc)2014-07-292-1/+14
* BulletSim: rearrange code for sensing whether shapes have beenRobert Adams2014-07-263-60/+60
* Fixed avatar hovering above the ground. The avatar physics capsule was too tall.Oren Hurvitz2014-07-211-2/+4
* BulletSim: Modify first and default vehicle vertical attractor to be feature ...Vegaslon2014-07-181-0/+14
* refactor: slightly adjust some code in ODECharacter.Move() to eliminate a con...Justin Clark-Casey (justincc)2014-07-181-18/+19
* With ODE physics, fix an issue where the avatar couldn't jump and then move f...Justin Clark-Casey (justincc)2014-07-181-18/+5
* BulletSim: rearrange code to prevent using null pointers when aRobert Adams2014-07-171-11/+10
* Bulletsim: Create AvatarTerminalVelocity to BulletSim like what ODE and SL ha...Vegaslon2014-06-272-2/+25
* BulletSim: add some locking for collision lists to prevent collsionsRobert Adams2014-06-202-4/+15
* BulletSim: stop processing linkset child when it is discovered that theRobert Adams2014-06-181-0/+1
* BulletSim: more tweeks to AliciaRaven's flying mods. Added parametersRobert Adams2014-06-182-11/+18
* Fix previous commit to ignore water height and allow flying underwater (swimm...AliciaRaven2014-06-171-16/+1
* Add upward force to flight when close to the ground. Prevents current belly f...AliciaRaven2014-06-171-0/+26
* Change assembly versions to 0.8.1Justin Clark-Casey (justincc)2014-06-177-7/+7
* BulletSim: fix exceptions while rebuilding linksets with mesh children.Robert Adams2014-06-081-3/+30
* Fix issue with BulletSim avatar level flight jitter by commenting out RawVelo...Justin Clark-Casey (justincc)2014-05-301-1/+12
* BulletSim: add locking of PhysObjects while processing simulationRobert Adams2014-05-261-14/+20
* Add regression test for in-range chat between neighbouring regions from east ...Justin Clark-Casey (justincc)2014-05-221-0/+1
* BulletSim: adjust avatar step up parameters to better walk up smallRobert Adams2014-05-172-4/+4
* Add regression test for NPC movement on a variable region.Justin Clark-Casey (justincc)2014-04-291-5/+12