aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/BulletS/BSLinksetCompound.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-02BulletSim: most of the plumbing for raycast. Needs new BulletSim.dll toRobert Adams1-0/+1
2015-08-30Renamed the namespaces tooDiva Canto1-1/+1
2015-08-30Major renaming of Physics dlls / folders. No functional changes, just renames.Diva Canto1-0/+0
2015-06-25BulletSim: fix two compiler warnings.Robert Adams1-4/+0
2014-12-31BulletSim: Add axis locking enabled through the ExtendedPhysics module.Robert Adams1-1/+4
2014-11-30BulletSim: move detail log of InternalScheduleRebuild to reduce log file spamRobert Adams1-5/+5
2014-11-30BulletSim: Remove linkset 'Incomplete' flag as its meaning couldn't be made c...Robert Adams1-12/+25
2014-11-30BulletSim: add shape and linkset rebuild scheduled flags. Add BSPrim.Incomple...Robert Adams1-5/+13
2014-07-26BulletSim: rearrange code for sensing whether shapes have beenRobert Adams1-12/+13
2014-07-17BulletSim: rearrange code to prevent using null pointers when aRobert Adams1-11/+10
2014-06-18BulletSim: stop processing linkset child when it is discovered that theRobert Adams1-0/+1
2014-06-08BulletSim: fix exceptions while rebuilding linksets with mesh children.Robert Adams1-3/+30
2014-04-23Eliminated many warningsOren Hurvitz1-0/+2
2013-09-11BulletSim: Linkset.Refresh() calls internal ScheduleRebuild() to recreate the...Robert Adams1-9/+8
2013-09-11BulletSim: fixes for change linkset implementation of physical linksets.Robert Adams1-7/+7
2013-08-02BulletSim: add implementation of 'physSetLinksetType' and 'physGetLinksetType'Robert Adams1-0/+1
2013-08-02BulletSim: add BSLinkInfo structure to remember link specific informationRobert Adams1-2/+2
2013-07-30BulletSim: distribute vehicle physical settings to all members ofRobert Adams1-3/+8
2013-07-23Revert "Revert "BulletSim: Add logic to linksets to change physical propertie...Robert Adams1-0/+36
2013-07-23Revert "Revert "BulletSim: freshen up the code for constraint based linksets.""Robert Adams1-0/+1
2013-07-22Revert "BulletSim: freshen up the code for constraint based linksets."Robert Adams1-1/+0
2013-07-22Revert "BulletSim: Add logic to linksets to change physical properties for"Robert Adams1-36/+0
2013-07-22BulletSim: Add logic to linksets to change physical properties forRobert Adams1-0/+36
2013-07-22BulletSim: freshen up the code for constraint based linksets.Robert Adams1-0/+1
2013-07-06BulletSim: implementation of linkset center-of-mass.Robert Adams1-8/+12
2013-07-06BulletSim: More tweaking on center-of-mass. Almost there. Changes have no eff...Robert Adams1-61/+17
2013-07-06BulletSim: comments and non-functional changes working toward the center-of-g...Robert Adams1-6/+5
2013-06-30BulletSim: set linkset type to be prim specific rather than a simulatorRobert Adams1-2/+0
2013-05-06BulletSim: normalize quaternian rotations when building compound linksets.Robert Adams1-7/+7
2013-05-03BulletSim: zero vehicle motion when changing vehicle type.Robert Adams1-11/+5
2013-05-01BulletSim: rework LinksetCompound to work with new BSShape system.Robert Adams1-106/+40
2013-04-30BulletSim: improvements to LinksetCompound and PrimDisplaced. Not all working...Robert Adams1-10/+27
2013-04-29BulletSim: LinksetCompound work to disable collision for root andRobert Adams1-14/+30
2013-04-29BulletSim: remove trailing white space to make git happier. No functional cha...Robert Adams1-2/+2
2013-04-29BulletSim: rename variable 'PhysicsScene' to be either 'PhysScene' or 'm_phys...Robert Adams1-17/+17
2013-04-29BulletSim: first cut at new linksetCompound shape building.Robert Adams1-63/+27
2013-04-29BulletSim: massive refactor of shape classes. Removed shape specific code fro...Robert Adams1-23/+12
2013-02-17BulletSim: experimental lock axis code using constraints. Not enabledRobert Adams1-2/+2
2013-02-12BulletSim: fix density since the simulator/viewer track density in aRobert Adams1-7/+12
2013-02-12BulletSim: More work on center-of-mass. Remove linksetinfo and rely on simula...Robert Adams1-81/+69
2013-02-08BulletSim: include the linkage to the layered prim implementation. Separate l...Robert Adams1-16/+16
2013-02-01BulletSim: fix problem where editting a physical linkset caused theRobert Adams1-19/+32
2013-01-31BulletSim: fix crash caused when linksets were rebuilt. A problem addedRobert Adams1-14/+34
2013-01-31BulletSim: make sure vehicle physical properties are set when goingRobert Adams1-3/+3
2013-01-27BulletSim: disable center-of-mass computation because it does not work yetRobert Adams1-1/+1
2013-01-27BulletSim: parameterize the value for gravity reduction for ground vehicles o...Robert Adams1-1/+1
2013-01-23BulletSim: center-of-gravity linkset changes. Not working yet.Robert Adams1-1/+4
2013-01-23BulletSim: working on COMRobert Adams1-3/+4
2013-01-23BulletSim: remove the unused RestoreBodyDependencies used by linksetsRobert Adams1-7/+0
2013-01-21BulletSim: allow changing position and rotation of a child of a linksetRobert Adams1-20/+74