index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
Physics
/
BulletSPlugin
/
BSScene.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-12-21
BulletSim: repair vehicle problems introduced in previous 'improvements'. Fix...
Robert Adams
1
-1
/
+1
2012-12-21
BulletSim: Move all the parameter variables, tables and get and fetch logic t...
Robert Adams
1
-515
/
+34
2012-12-21
BulletSim: begin movement of parameters from pinned memory block to variables...
Robert Adams
1
-0
/
+10
2012-12-17
BulletSim: apply friction to linear and angular motion before returning advan...
Robert Adams
1
-6
/
+0
2012-12-17
BulletSim: fix vehicles going underground when unsat. Problem was that, when ...
Robert Adams
1
-1
/
+1
2012-12-16
BulletSim: add parameter to UpdateProperties call into the linkset so changes...
Robert Adams
1
-3
/
+7
2012-12-16
BulletSim: remove some errors on shutdown by moving terrain destruction until...
Robert Adams
1
-2
/
+7
2012-12-12
BulletSim: non-functional commenting and reorganization of material attribute...
Robert Adams
1
-0
/
+1
2012-12-11
BulletSim: add ini file and command line parameters to control
Robert Adams
1
-2
/
+10
2012-12-10
BulletSim: comment out some chatty debug logging. Rearrange some code in BSDy...
Robert Adams
1
-2
/
+2
2012-12-03
BulletSim: rework angular corrections to remove any hybrid code and compute a...
Robert Adams
1
-2
/
+2
2012-12-03
BulletSim: add stubs for generalization of preStep actions. Will eventually r...
Robert Adams
1
-2
/
+17
2012-12-01
BulletSim: Add DumpActivationInfo2 function. Change static objects from DISAB...
Robert Adams
1
-0
/
+2
2012-11-28
BulletSim: move GetWaterLevelAtXYZ from BSScene to BSPhysTerrain.
Robert Adams
1
-10
/
+7
2012-11-26
BulletSim: increase vehicle stability by suppressing Bullet's update to angul...
Robert Adams
1
-6
/
+6
2012-11-25
BulletSim: up the vehicle angular damping to 0.95. Still trying to overcome t...
Robert Adams
1
-2
/
+2
2012-11-25
BulletSim: clean up TODO list. It is kept somewhere wlse that should be more ...
Robert Adams
1
-17
/
+16
2012-11-25
BulletSim: Add tables and initialization for different attributes for differe...
Robert Adams
1
-0
/
+7
2012-11-21
BulletSim: Make avatar capsule so it is not circular.
Robert Adams
1
-7
/
+11
2012-11-21
BulletSim: add terrainImplementation parameter with default to Mesh.
Robert Adams
1
-0
/
+5
2012-11-21
BulletSim: tweek avatar capsule parameters so avatar feet don't go below grou...
Robert Adams
1
-5
/
+6
2012-11-18
BulletSim: Use base class constructors for initialization of BSShape and othe...
Robert Adams
1
-1
/
+1
2012-11-06
BulletSim: remove limit on taints that can happen before a step. Remove some ...
Robert Adams
1
-12
/
+16
2012-11-03
BulletSim: fix compound linkset crash by not freeing shape of child prims.
Robert Adams
1
-2
/
+2
2012-11-03
BulletSim: search the mesh and hull lists to find shapes if type is not known...
Robert Adams
1
-1
/
+1
2012-11-03
BulletSim: Move construction of compound linkset from ShapeCollection
Robert Adams
1
-2
/
+22
2012-11-03
BulletSim: parameterize selection of linkset implementation
Robert Adams
1
-0
/
+5
2012-11-03
BulletSim: debugging of compound shape implementation of linksets.
Robert Adams
1
-1
/
+11
2012-11-03
BulletSim: rename BSBody and BSShape to PhysBody and PhysShape. Add skeleton ...
Robert Adams
1
-10
/
+10
2012-11-03
BulletSim: fix problem with multiple linksets stepping on each other if they ...
Robert Adams
1
-3
/
+4
2012-11-03
BulletSim: add post taint taints and post step taints. The post taints operat...
Robert Adams
1
-16
/
+122
2012-11-03
BulletSim: Add banking and other new code to vechile dynamics. Add third part...
Robert Adams
1
-1
/
+1
2012-10-23
BulletSim: fix problem with avatars sinking into the ground.
Robert Adams
1
-2
/
+1
2012-10-22
BulletSim: remove chatty debug message.
Robert Adams
1
-1
/
+1
2012-10-22
BulletSim: fix bug that caused error (and a crash on 32 bit Linux) when mesh ...
Robert Adams
1
-0
/
+1
2012-10-22
BulletSim: remove trailing spaces to make git happy.
Robert Adams
1
-2
/
+2
2012-10-19
BulletSim: reorder avatar collision checking to eliminate double collision_end.
Robert Adams
1
-13
/
+17
2012-10-19
BulletSim: change nonimal physics frame rate to 55 to give same numbers as ODE.
Robert Adams
1
-13
/
+13
2012-10-19
BulletSim: remove code in ShapeCollection that hinted at shape sharing.
Robert Adams
1
-47
/
+67
2012-10-19
BulletSim: Fix small problems with last patch: BSScene.World properly initial...
Robert Adams
1
-9
/
+4
2012-10-19
BulletSim: Update BSCharacter to use API2 interface.
Robert Adams
1
-5
/
+16
2012-10-11
BulletSim: normalize physics FPS to 45 (for real this time).
Robert Adams
1
-2
/
+2
2012-10-11
BulletSim: normalize physics FPS to 45.
Robert Adams
1
-3
/
+4
2012-10-11
BulletSim: Change defaults for constraint CFM and ERP to make large linksets ...
Robert Adams
1
-2
/
+2
2012-10-11
BulletSim: cosmetic changes (comments and renaming). Give mass to terrain to ...
Robert Adams
1
-5
/
+4
2012-10-11
BulletSim: Add Force* operations to objects to allow direct push to engine.
Robert Adams
1
-18
/
+47
2012-10-11
BulletSim: Fix crash when linking large physical linksets.
Robert Adams
1
-4
/
+7
2012-10-02
BulletSim: Make parameter value defaults match what should be the default and...
Robert Adams
1
-13
/
+13
2012-09-27
BulletSim: remove the trailing spaces from lines to make git happier
Robert Adams
1
-13
/
+13
2012-09-27
BulletSim: Fix linkset crash. Caused by the different body and shape
Robert Adams
1
-2
/
+5
[next]