Jeff Clinton
|
54109deab9
|
Merge pull request #14825 from SamGondelman/fall
Case 20829: Always fall when flying is not allowed
|
2019-02-07 14:39:46 -08:00 |
|
Shannon Romano
|
6fd480e51d
|
Merge pull request #14795 from AndrewMeadows/myAvatar-vs-backfacing-triangles-2
case 17773: reduce likelihood MyAvatar will get stuck in mesh geometry when flying around
|
2019-02-06 15:52:31 -08:00 |
|
SamGondelman
|
5553752d81
|
fall when flying not allowed
|
2019-01-30 18:04:44 -08:00 |
|
Andrew Meadows
|
e372cb668a
|
enable CCD for MyAvatar's RigidBody
|
2019-01-29 11:11:54 -08:00 |
|
luiscuenca
|
f54f9e5bfd
|
Merge branch 'master' into multiSphereAvatar04
|
2019-01-25 13:54:01 -07:00 |
|
raveenajain
|
3f2aa56187
|
feedback changes
|
2019-01-21 13:24:07 -08:00 |
|
raveenajain
|
d2e37d0c90
|
my and other avater changes, if setting toggled can pass through other avatar
|
2019-01-18 16:50:44 -08:00 |
|
luiscuenca
|
19701ef333
|
Fix scale and add rayTest
|
2019-01-11 15:36:07 -07:00 |
|
Anthony Thibault
|
ef74014075
|
Small avatars now have a minimum jump height of 0.25 meters
This should improve the quality of the jump animation and improve the mobility of small avatars.
|
2018-10-19 13:55:56 -07:00 |
|
unknown
|
4313a34ff3
|
Allow avatar to fly when its scale is very small
|
2018-10-08 15:35:07 -07:00 |
|
Andrew Meadows
|
49a1d0a18a
|
MyAvatar RigidBody ignores backfacing triangles
|
2018-08-08 09:11:09 -07:00 |
|
luiscuenca
|
45f8ed010c
|
formatting
|
2018-07-12 16:03:15 -07:00 |
|
luiscuenca
|
1ab6c7a8ac
|
Proper fix
|
2018-07-12 14:00:55 -07:00 |
|
luiscuenca
|
ced4e1e0e0
|
Fix blue screen after player step returns NaN values
|
2018-07-11 18:02:19 -07:00 |
|
John Conklin II
|
1bd698a5dc
|
Merge pull request #13558 from danteruiz/fix-falling-through-floor
Fix falling through floor
|
2018-07-06 13:44:08 -07:00 |
|
Dante Ruiz
|
fdf58ab2b5
|
fixing edge case
|
2018-07-06 11:09:59 -07:00 |
|
Dante Ruiz
|
3cc54c5118
|
another round of small adjustments
|
2018-07-06 09:11:42 -07:00 |
|
Dante Ruiz
|
6d8fe870e4
|
some clean up
|
2018-07-06 09:00:00 -07:00 |
|
Dante Ruiz
|
533164e1e4
|
some more fixes
|
2018-07-06 08:55:20 -07:00 |
|
Dante Ruiz
|
09627dd3d9
|
first pass on trying to fix falling through floor
|
2018-07-06 08:28:43 -07:00 |
|
luiscuenca
|
b2e02e20cc
|
Fix inaccurate delta rotation axis
|
2018-07-05 11:47:10 -07:00 |
|
Andrew Meadows
|
31dd59d212
|
double bits in collision groups
|
2018-05-24 11:28:52 -07:00 |
|
NissimHadar
|
9b9b62d0e4
|
Transition to hover if falling and height above ground is greater than the threshold.
|
2018-03-09 15:20:51 -08:00 |
|
howard-stearns
|
813a94a79e
|
function => macro to conditionally take debug arg
|
2017-12-15 17:12:44 -08:00 |
|
howard-stearns
|
d730b7b87b
|
consistent goToUser behavior in PAL, and be able to go to flying user.
|
2017-12-15 17:00:54 -08:00 |
|
Cain Kilgore
|
0d33976035
|
Real time changes
|
2017-09-22 00:38:30 +01:00 |
|
Cain Kilgore
|
45f79b4341
|
Small fix
|
2017-09-21 00:00:24 +01:00 |
|
Cain Kilgore
|
322b7fc060
|
Cleanup from Merge
|
2017-09-20 23:37:33 +01:00 |
|
Cain Kilgore
|
f06c04e1b0
|
Fixed things
|
2017-09-20 23:24:56 +01:00 |
|
Cain Kilgore
|
796e9e7ab3
|
Fixed things
|
2017-09-20 23:23:30 +01:00 |
|
Cain Kilgore
|
4d904bd5ce
|
Changed naming of avatarGrav
|
2017-09-20 18:43:16 +01:00 |
|
Cain Kilgore
|
506226ead0
|
Merge branch 'master' into 21542
|
2017-09-20 18:22:34 +01:00 |
|
Cain Kilgore
|
c2e342ddac
|
Gravity Implementation
|
2017-09-15 06:03:56 +01:00 |
|
Cain Kilgore
|
72ca62c4af
|
Initial Commit - more to do.
|
2017-09-14 00:25:11 +01:00 |
|
Anthony J. Thibault
|
4f830cf1dc
|
Calculate jump speed based on canonical jump height.
|
2017-08-25 15:34:51 -07:00 |
|
Anthony J. Thibault
|
cd6d2173cc
|
Bug fix for follow rotation of CharacterController
|
2017-08-21 18:09:58 -07:00 |
|
Anthony J. Thibault
|
8e56404c40
|
Fixes for flying and rotation re-centering in wikiplanet
|
2017-08-21 17:42:25 -07:00 |
|
Andrew Meadows
|
4994283247
|
remove unnecessary state check
|
2017-07-24 16:00:13 -07:00 |
|
Howard Stearns
|
a0ea306aed
|
cleanup, and include missing allowBackface parameter
|
2017-06-04 07:55:23 -07:00 |
|
howard-stearns
|
6b2e4c5abc
|
zaru stuff
|
2017-06-01 17:08:22 -07:00 |
|
howard-stearns
|
1e1dd3a633
|
checkpoint with working detector
|
2017-05-31 17:10:37 -07:00 |
|
Andrew Meadows
|
d065b569d3
|
support for variable avatar mass by size
|
2017-05-16 16:03:51 -07:00 |
|
Andrew Meadows
|
e44c2c8da3
|
init zero gravity to agree with init hover state
|
2017-05-08 12:47:32 -07:00 |
|
Andrew Meadows
|
d9e893ac21
|
minior optimization/cleanup
|
2017-05-08 11:02:11 -07:00 |
|
Andrew Meadows
|
0f643b7d66
|
add check to avoid divide by zero
|
2017-05-08 10:59:15 -07:00 |
|
Andrew Meadows
|
f00a3cafb6
|
cleanup logic to be more readable
|
2017-05-08 10:52:54 -07:00 |
|
Andrew Meadows
|
2bfbb63906
|
remove unused variable
|
2017-05-05 09:37:01 -07:00 |
|
Andrew Meadows
|
8ed93783bd
|
fix step up velocity calculation
|
2017-05-05 09:37:01 -07:00 |
|
Andrew Meadows
|
cd7be46b70
|
tweak threshold for minimum stepheight
|
2017-05-05 09:37:01 -07:00 |
|
Andrew Meadows
|
6e8d90e3b6
|
restore clear of follow accumulators
|
2017-05-05 09:37:01 -07:00 |
|