UbitUmarov
|
ea32a73103
|
osLocalTeleportAgent: no region crossings :( ; check avatar access to target position; flag 8 == force fly; 16 force nofly (both == fly)
|
2019-05-01 03:49:24 +01:00 |
|
UbitUmarov
|
11c945a565
|
add osLocalTeleportAgent(key agent, vector position, vector velocity, vector lookat, LSL_Integer flags). Velocity only works with ubOde but still not good. flags = bit field: 1 use velocity, 2 use lookat, 4 rotate avatar look in current velocity direction (ignored if 2 ie flag = 7 is same as 3). This bypasses most the unnecessary logic of osTeleportAgent, having usage same permissions. It may do region crossings(?). Experimental stage, feedbakc expected ;)
|
2019-05-01 01:36:10 +01:00 |
|
UbitUmarov
|
0652f01d4c
|
duhhh npcs don't have child agents; plus minor typos
|
2019-04-05 03:45:27 +01:00 |
|
UbitUmarov
|
9046e5cb9d
|
ubode add position to pid control it stopped flying to prevent slow drifts
|
2019-01-31 17:25:18 +00:00 |
|
UbitUmarov
|
6bc8e2413f
|
ubode replace a locklessqueue by .net concurrentqueue
|
2019-01-29 13:49:29 +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
|
88511bfab2
|
make ubOde PInvoke follow ms coding rules
|
2018-01-14 01:02:21 +00:00 |
|
UbitUmarov
|
0ac81f6a09
|
ubOde: hashSpaces aren't that nice
|
2017-09-08 19:59:38 +01:00 |
|
UbitUmarov
|
1dc56eb15f
|
ubOde: but only do that if sphere is physical..
|
2017-07-03 23:38:55 +01:00 |
|
UbitUmarov
|
39751891f4
|
ubOde: dont do avatar step climb on small true spheres. lets play simple football
|
2017-07-03 22:47:27 +01:00 |
|
UbitUmarov
|
f3a920237b
|
oops i forgot the avatar knees bending on ramps... so go back..
|
2017-07-02 01:34:06 +01:00 |
|
UbitUmarov
|
edc7575f9e
|
a few changes to ubOde avatar collisions
|
2017-07-01 01:43:58 +01:00 |
|
UbitUmarov
|
a5e3aab575
|
fix a null ref in ubOde character
|
2017-05-20 23:37:14 +01:00 |
|
Melanie Thielker
|
b16abc8166
|
Massive tab and trailing space cleanup
|
2017-01-05 19:07:37 +00:00 |
|
UbitUmarov
|
d0ae8bb86a
|
start removing old hack of using SetMomentum to just set instant velocity, now that TargetVelocity is avaiable
|
2016-11-07 12:45:20 +00:00 |
|
UbitUmarov
|
34dce801b2
|
put a lock back in ubOde character :(
|
2016-09-12 18:10:11 +01:00 |
|
UbitUmarov
|
3abd54082f
|
remove unnecessary lock
|
2016-08-22 07:32:12 +01:00 |
|
UbitUmarov
|
f1495cb237
|
ubOde reduce collision_start latency in same cases (only one collision happening and more than 50ms since last)
|
2016-08-17 22:34:21 +01:00 |
|
UbitUmarov
|
17cc238b44
|
ubOde a few changes to collisions reporting
|
2016-08-06 02:05:23 +01:00 |
|
UbitUmarov
|
2d8669ad39
|
reduce ubOde walking super climbers
|
2016-08-02 21:08:22 +01:00 |
|
UbitUmarov
|
2548f240b5
|
add missing overrides
|
2016-07-25 07:18:23 +01:00 |
|
UbitUmarov
|
aa9503ab86
|
revert bad last changes and fix the issue another way
|
2016-07-25 07:06:36 +01:00 |
|
UbitUmarov
|
0a9f06fda7
|
ubOde actually revert last change don't send unnecessary empty collisions, will patch it elsewhere
|
2016-07-24 22:33:31 +01:00 |
|
UbitUmarov
|
c303cf7412
|
ubOde still on relative velocity. Make ubOde report avatar empty collisions to tick events on core. Avn didn't require this, core should not require also (TODO)
|
2016-07-24 22:28:45 +01:00 |
|
UbitUmarov
|
a572a22dd9
|
ubOde try to improve contact velocity on first avatar collision with terrain
|
2016-07-24 21:29:34 +01:00 |
|
UbitUmarov
|
f6891b36be
|
stop using a vector3 to store axis locks 3bit flags in ubOde
|
2015-10-20 19:33:15 +01:00 |
|
UbitUmarov
|
aa3303e3af
|
add get method on physics actors PIDHoverActive
|
2015-09-30 20:13:31 +01:00 |
|
UbitUmarov
|
f87e284ec2
|
first steps adding suport for llSetHoverHeight() called from attachments on ubOde. Sure needs work.. like sp motion control still assumes stopped and not falling state. Only very basic test on flat land done
|
2015-09-30 19:14:37 +01:00 |
|
UbitUmarov
|
e9a56d5e19
|
rename Ubit physics modules
|
2015-09-12 21:38:26 +01:00 |
|