aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Major renaming of Physics dlls / folders. No functional changes, just renames.Diva Canto2015-08-3043-22468/+0
* Revert "BulletSim: delay adding a scene presence to the list of presences"Robert Adams2015-08-243-33/+19
* BulletSim: delay adding a scene presence to the list of presencesRobert Adams2015-08-233-19/+33
* Fixed mistakes in string format specifiers (e.g., "{0)" instead of {0}")Oren Hurvitz2015-08-111-1/+1
* BulletSim: rearrange code and add different locking to eliminate chancesRobert Adams2015-08-093-43/+40
* BulletSim: update the motion actors so they completely clean themselvesRobert Adams2015-08-097-29/+41
* BulletSim: clean up some code for axis locking. No functional change.Robert Adams2015-08-061-74/+13
* BulletSim: rearrange code and add some tests to try and resolve theRobert Adams2015-08-062-6/+7
* Eliminated several warningsOren Hurvitz2015-07-311-1/+0
* BulletSim: fix cut-and-paste typo in constraint frame setting.Robert Adams2015-07-211-1/+1
* BulletSim: fix two compiler warnings.Robert Adams2015-06-252-5/+0
* Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto2015-04-291-1/+1
* BulletSim: implement VEHICLE_REFERENCE_FRAME. Thanks Vegaslon!.Robert Adams2015-04-051-14/+21
* BulletSim: add VEHICLE_ more parameter value limit checking.Robert Adams2015-03-071-29/+53
* BulletSim: add parameters and parameter definitions for VHACDRobert Adams2015-01-253-1/+61
* 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-294-14/+40
* 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
* 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-193-7/+20
* 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
* BulletSim: Modify first and default vehicle vertical attractor to be feature ...Vegaslon2014-07-181-0/+14
* 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