UbitUmarov
4a73cc81dc
now break several things at same time... sog/sop updates, threads options,...
2018-12-28 13:52:59 +00:00
UbitUmarov
af2a9d9508
mantis 8420: ubOde awake up lazy body
2018-12-11 17:23:55 +00:00
UbitUmarov
58b68aa5e9
fix compile putting back useless things until they are fully removed
2018-12-06 19:04:51 +00:00
UbitUmarov
66f46c6846
ubOde: slow down collision events to attachments
2018-12-06 18:50:42 +00:00
UbitUmarov
e08b43569e
potencial mem leak
2018-12-01 18:49:30 +00:00
UbitUmarov
d43eeb1d9d
avoid a null ref on Bullet
2018-11-15 22:17:44 +00:00
UbitUmarov
64f8036d8f
pesty warning
2018-11-12 11:22:39 +00:00
UbitUmarov
c05598fe62
ubOde: remove support for old native ODE lib; make inplace terrain changes, if possible
2018-11-12 11:12:52 +00:00
UbitUmarov
cf33e0440a
reduce some threads priority
2018-10-28 14:43:14 +00:00
UbitUmarov
495b22470d
oops some code got in ahead of time
2018-10-21 12:41:28 +01:00
UbitUmarov
0986555765
mantis 8387: (try) avoid potencial out of order phys operations
2018-10-21 12:13:21 +01:00
UbitUmarov
eb5fe57a17
more use of simpler xml encoder on inventory fetch, plus other cosmetics
2018-10-06 23:47:56 +01:00
UbitUmarov
1bcdcc2419
mantis 8384: try to fix bullet heimap managed memory sharing with unmanaged lib
2018-10-03 21:17:23 +01:00
UbitUmarov
390cb703f3
and some more guard try{}catch{} on ub mesh processing
2018-07-29 23:31:38 +01:00
UbitUmarov
39c8db8eb1
ubOde change terrain min height to -100m. Maybe this way a viewer dev mays fix rendering below 0m, like making them think z = 1m for that purpose, for example
2018-06-27 23:14:26 +01:00
UbitUmarov
09ae675d28
Merge branch 'master' into httptests
2018-05-04 23:01:53 +01:00
UbitUmarov
24df1086fa
fix ubOde terrain copy at north and east borders
2018-05-04 23:00:34 +01:00
UbitUmarov
d38161f83d
retire our BlockingQueue replaced by BlockingCollection and cross fingers
2018-01-22 17:09:38 +00:00
UbitUmarov
49b4408782
some cleanup
2018-01-20 12:11:07 +00:00
UbitUmarov
e9d2d81880
pesty warnings
2018-01-17 07:04:07 +00:00
UbitUmarov
ae04a24e7a
recover a lost null check
2018-01-15 18:57:15 +00:00
UbitUmarov
c92ba1cc04
shut up some pesty warnings
2018-01-15 16:23:19 +00:00
UbitUmarov
3d87e37d99
make old Ode PInvoke follow ms coding rules
2018-01-14 01:40:49 +00:00
UbitUmarov
88511bfab2
make ubOde PInvoke follow ms coding rules
2018-01-14 01:02:21 +00:00
UbitUmarov
3b141e6e6f
Merge branch 'master' into httptests
2017-12-14 05:37:07 +00:00
UbitUmarov
201c916670
add a missing return on a mesh decode error in ubOdemeshmerizer
2017-12-14 05:36:15 +00:00
UbitUmarov
68e9baf2e0
Merge branch 'master' into httptests
2017-10-13 20:36:29 +01:00
Robert Adams
df3759e099
BulletSim: Add parameter "[BulletSim]AvatarWalkVelocityFactor=1.0" to
...
adjust the walking speed passed from the simulator. Default is 1.0f so
there should be no change for regions who do not change the factor.
The adjustment for walking speed and AlwaysRun speed should be in the
simulator and not the physics engines (who all assume TargetVelocity.set
is only used for avatar walking/running) but that would require tweaking
all the phyiscs engines.
2017-10-13 12:00:07 -07:00
UbitUmarov
b581a64788
ubOde: comment out some debug stats
2017-09-08 20:04:16 +01:00
UbitUmarov
0ac81f6a09
ubOde: hashSpaces aren't that nice
2017-09-08 19:59:38 +01:00
UbitUmarov
ca493a1beb
Merge branch 'master' into httptests
2017-09-05 20:25:12 +01:00
Robert Adams
4608b44817
BulletSim: add raycast filtering
2017-09-05 06:19:49 -07:00
Robert Adams
f348f7fa90
BulletSim: first version of raycast. Only single contact point and no
...
filtering.
2017-09-03 17:15:27 -07:00
Robert Adams
33e773959f
BulletSim: modify taint processing which use locks.
...
(Merge branch 'bullettaint' into bulletcast)
2017-09-02 13:08:54 -07:00
Robert Adams
0afa3a294a
BulletSim: most of the plumbing for raycast. Needs new BulletSim.dll to
...
work.
2017-09-02 13:06:36 -07:00
Robert Adams
5c36561424
BulletSim: add clock and change logic for taint processing a little
...
so taints check if they are not in simulation time and execute
immediately if not.
2017-08-28 15:23:32 -07:00
UbitUmarov
6cf27e2191
ubOde move static/dynamic friction to unmanaged code. Note this now requeries ode version OS0.13.3 currently at opensim-libs repo trunk/unmanaged/ODE-OpenSim-Test
2017-08-21 04:54:01 +01:00
Robert Adams
9e86721d70
BulletSim: remove chatty debug message.
2017-08-14 21:33:26 -07:00
Robert Adams
36ee8e3941
BUlletSim: return better terrain height in
...
BSTerrainHeightMap.GetTerrainHeightAtXYZ().
Partial fix for Mantis 8011. Problem is that computed terrain height
is different than mesh height in the physics engine. For small shapes,
they would have their position corrected to above terrain so they would
never collide.
2017-08-14 21:20:59 -07:00
UbitUmarov
1830387840
Oops fix also default UseMeshiesPhysicsMesh also on ubOde
2017-08-02 03:47:53 +01:00
UbitUmarov
324bda8ab9
mantis 8218 make Meshmerizer UseMeshiesPhysicsMesh defualt to true, to match stated on ini files.
2017-07-27 16:23:08 +01:00
UbitUmarov
8b2e95d1c1
add a rudimentary version control to ubOde meshs cache
2017-07-23 14:23:44 +01:00
UbitUmarov
3ae210d36f
ubOde: let small spheres still be spheres
2017-07-22 02:04:02 +01:00
UbitUmarov
618e142cf8
ubOde: remove some dead code
2017-07-22 01:45:42 +01:00
UbitUmarov
d71d13f72b
ubOde: represent small objects as a box. A object is small is all scale dimensions are less or equal to option MinSizeToMeshmerize (in ODEPhysicsSettings) with default of 0.1. This is needed because this objects hit narrow phase with high overlaps alot more, and so have high cpu cost.
2017-07-22 01:31:39 +01:00
UbitUmarov
98c64f1aa9
ubOde remove ols pseudo convex for sculpts
2017-07-22 00:00:46 +01:00
UbitUmarov
66a5b4d120
ubOde suport convex shapes on all normal prims and sculpts. Since code is experimental this is controled by options ConvexPrims and ConvexSculpts, on section Mesh, that can be set to false in case of problems
2017-07-21 14:11:03 +01:00
UbitUmarov
04b97be71e
ode does not like null refs
2017-07-16 02:55:39 +01:00
UbitUmarov
8b16131206
add Util.GetTimeStamp() that returns the stamp in seconds; use it on ubOde; separed land collsions dispatch from the others...
2017-07-13 20:21:18 +01:00
UbitUmarov
dfef16297b
ubOde don't use old ode body sleep option, a few changes on sleep control, update ode.dll (windows, others needed) (keep older versions.. bc.. well bugs happen)
2017-07-07 01:49:34 +01:00