amantley
|
0ebc7fc29e
|
fixed the mode computation so that it can keep track of all long term height frequencies. This makes it unnecessary to reset the mode, because it will revert back to the highest frequency
|
2018-07-05 13:41:06 -07:00 |
|
amantley
|
6460c9e861
|
fixed case for 0.0 as the filter length
|
2018-07-03 17:11:19 -07:00 |
|
amantley
|
4995b57712
|
removed print statements and fixed rotation threshold update code
|
2018-07-03 14:31:36 -07:00 |
|
amantley
|
59dfe80940
|
Merge remote-tracking branch 'upstream/master' into integratedStepping
|
2018-07-03 11:47:09 -07:00 |
|
amantley
|
9e5763ea5c
|
adding the recentering back into the non hmd lean code
|
2018-07-03 11:46:59 -07:00 |
|
amantley
|
3424f412aa
|
Merge pull request #13437 from amantley/lurchfix
Fix for Avatar Lean in Direction of Movement: Bug 16075 (for RC70)
|
2018-07-03 19:38:01 +01:00 |
|
Sam Gateau
|
96b26c94eb
|
Really add safe check for targetDisplayPLugin
|
2018-07-03 16:59:40 +02:00 |
|
amantley
|
f216316b55
|
removed some comments and whitespace
|
2018-07-02 18:19:31 -07:00 |
|
amantley
|
47110d080f
|
removed clang induced changes to MyAvatar.cpp
|
2018-07-02 17:06:16 -07:00 |
|
amantley
|
7f5f762208
|
fixing merge conflict
|
2018-07-02 15:54:21 -07:00 |
|
amantley
|
096d0d2827
|
reorganized the step detection code, creating a shouldActivateHorizontalCG that calls all the step detection conditionals. The average rotation and the mode are now calculated in MyAvatar::update
|
2018-07-02 15:43:57 -07:00 |
|
John Conklin II
|
3f975cfa84
|
Merge pull request #13506 from sabrina-shanman/fix-osx-crash-on-exit
Fix Mac Crashes On Shutdown
|
2018-07-02 15:27:26 -07:00 |
|
Bradley Austin Davis
|
b862694e32
|
Merge pull request #13505 from samcake/punk
Fixing a bug if the last session display plugin is an invalid name, resolve to default
|
2018-07-02 14:55:04 -07:00 |
|
John Conklin II
|
58a9bdc86f
|
Merge pull request #13511 from r3tk0n/mouse_menu2
Fix SpinnerSliderPreference Class, Update Mouse Sensitivity Menu
|
2018-07-02 12:33:35 -07:00 |
|
r3tk0n
|
39f491d9d0
|
Update PreferencesDialog.cpp
Removing errant newline
|
2018-06-29 16:17:15 -07:00 |
|
r3tk0n
|
4feba7e66e
|
Correction of string literals
Last update to string literals, miscommunication.
|
2018-06-29 16:12:31 -07:00 |
|
r3tk0n
|
5158a9c4fd
|
Update Mouse Sensitivity Settings Text
Changed text for clarity to new users.
|
2018-06-29 16:11:18 -07:00 |
|
r3tk0n
|
9b59dc5809
|
Changed SpinnerSliderPreference.qml to general-case UI element as originally intended,
updated PreferencesDialog.cpp's Avatar Scale slider to hard-coded bounds [0.25, 4.0].
|
2018-06-29 15:22:57 -07:00 |
|
amantley
|
44d9edec3c
|
added the properties for filter length and rotation threshold to MyAvatar class This will help us test the right combo for head based turning
|
2018-06-29 14:42:23 -07:00 |
|
amantley
|
c9c222a253
|
added the failsafe code to the stepping
|
2018-06-29 11:33:42 -07:00 |
|
sabrina-shanman
|
9dc03f5013
|
Destroy GeometryCache explicitly in Application destructor
|
2018-06-29 10:39:16 -07:00 |
|
sabrina-shanman
|
c849d8e2a8
|
Merge branch 'mac-shutdown-crash-on-present' into fix-osx-crash-on-exit
|
2018-06-29 09:37:54 -07:00 |
|
Sam Gateau
|
d543cd0766
|
Fixing a bug if the last session display pluginis an invalid name, resolve to default
|
2018-06-29 15:42:19 +02:00 |
|
amantley
|
15a17ae32a
|
finished the step detection, need to finish the failsafe
|
2018-06-28 18:36:13 -07:00 |
|
John Conklin II
|
0a0e1668d5
|
Merge pull request #13478 from amantley/glowingOrbMaster
The client should render "something" for an avatar even if mesh or identity is not available
|
2018-06-28 12:12:16 -07:00 |
|
amantley
|
3e6d54e83c
|
added all the parts for the step conditional to do: failsafe
|
2018-06-28 11:56:46 -07:00 |
|
John Conklin II
|
b07d317f4c
|
Merge pull request #13488 from hyperlogic/bug-fix/qstring-from-script-engine
Fix for heap-corruption in Settings::saveAll due to implicitly shared QStrings
|
2018-06-28 09:56:51 -07:00 |
|
John Conklin II
|
138342ba91
|
Merge pull request #13485 from zfox23/MS16257_clearOverlay
Implement MS16257: Remove 'clear overlay when moving' setting and code
|
2018-06-28 09:31:04 -07:00 |
|
Sam Gondelman
|
736c56f5f4
|
Merge pull request #13487 from gcalero/single_account_manager_android
Remove the duplicated AccountManager used for android
|
2018-06-28 09:07:23 -07:00 |
|
Angus Antley
|
2307c8e24a
|
more work on the mode threshold
|
2018-06-28 15:40:42 +01:00 |
|
amantley
|
621ca7d2b4
|
more work on the mode function
|
2018-06-27 18:46:24 -07:00 |
|
amantley
|
61a935dbb5
|
added the first pass at mode computation
|
2018-06-27 18:02:11 -07:00 |
|
Anthony J. Thibault
|
70a3c9ce3c
|
Fix for heap-corruption in Settings::saveAll due to implicitly shared QStrings
Using gflags on windows and enabling full page heap verification, I was able to detect this as a source of
memory corruption.
https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/enable-page-heap
Running interface with pageheap before and after, this change leads me to believe that this is a source of
some of our heap-corruption crashes on backtrace.
Specifically these 19 crashes in the last month, and possibly more.
https://highfidelity.sp.backtrace.io/dashboard/highfidelity/project/Interface/query-builder?qb=%7B%22mode%22%3A%22aggregate%22%2C%22sorting%22%3A%7B%22aggFactor%22%3A%22count%22%2C%22aggSortOrder%22%3A%22descending%22%2C%22selectFactor%22%3A%22timestamp%22%2C%22selectSortOrder%22%3A%22descending%22%2C%22sortedColumnNames%22%3A%5B%5D%7D%2C%22dateTimePicker%22%3A%7B%22granularity%22%3A%221M%22%2C%22start%22%3A%222018-05-27T07%3A00%3A00.000Z%22%2C%22end%22%3A%222018-06-27T23%3A05%3A29.399Z%22%7D%7D&qn=&query=%7B%22filter%22%3A%5B%7B%22callstack%22%3A%5B%5B%22contains%22%2C%22saveAll%22%5D%5D%2C%22timestamp%22%3A%5B%5B%22at-least%22%2C1527404400%5D%2C%5B%22at-most%22%2C1530140729%5D%5D%7D%5D%2C%22fold%22%3A%7B%22timestamp%22%3A%5B%5B%22range%22%5D%2C%5B%22bin%22%2C32%2C1527404400%2C1530140729%5D%5D%7D%2C%22group%22%3A%5B%22classifiers%22%5D%2C%22select%22%3A%5B%22timestamp%22%2C%22fingerprint%22%2C%22_deleted%22%2C%22callstack%22%2C%22object%22%5D%7D
|
2018-06-27 16:06:23 -07:00 |
|
John Conklin II
|
0cb8b4dfa1
|
Merge pull request #13471 from danteruiz/disable-flying-by-default
Disable flying by default
|
2018-06-27 16:04:16 -07:00 |
|
John Conklin II
|
02d0c7d795
|
Merge pull request #13454 from danteruiz/mac-fix-general-settings
make general settings be under settings instead of preferences
|
2018-06-27 15:59:16 -07:00 |
|
John Conklin II
|
8c516e1ca8
|
Merge pull request #13480 from birarda/bug/go-to-before-clear-master
move AddressManager to NodeList thread, make AccountManager safer
|
2018-06-27 15:58:56 -07:00 |
|
Zach Fox
|
1b414fbbfe
|
Quick CR comments
|
2018-06-27 15:11:59 -07:00 |
|
Gabriel Calero
|
e15fc787d3
|
Remove the duplicated AccountManager used for android
|
2018-06-27 19:04:27 -03:00 |
|
Zach Fox
|
8ba184db6a
|
Don't use flags; use a bool
|
2018-06-27 14:59:46 -07:00 |
|
amantley
|
205cd44a49
|
removed override keyword from OtherAvatar and MyAvatar destructors, also
added the virtual keyword to the createOrb virtual method in OtherAvatar
|
2018-06-27 14:31:39 -07:00 |
|
Zach Fox
|
2347634d72
|
Fixed View Overlays checkbox (thanks Dante)
|
2018-06-27 14:28:43 -07:00 |
|
amantley
|
7b49ae4950
|
added the within threshold of height function and to do: the mode computation
|
2018-06-27 14:23:24 -07:00 |
|
Zach Fox
|
cfc8c0fb09
|
Implement MS16257: Remove 'clear overlay when moving' setting and code
|
2018-06-27 14:07:04 -07:00 |
|
John Conklin II
|
b9439d1e6b
|
Merge pull request #13384 from ctrlaltdavid/21892
Fix entity detaching from head joint not becoming visible
|
2018-06-27 12:32:52 -07:00 |
|
amantley
|
99ff5f9140
|
made the Avatar destructor virtual to ensure that MyAvatar and OtherAvatar cleanup correctly
|
2018-06-27 11:59:53 -07:00 |
|
Stephen Birarda
|
b5254f1ea5
|
cleanup race on deleteLater after callback processed
|
2018-06-27 11:41:37 -07:00 |
|
Stephen Birarda
|
e90ea82ef5
|
move AddressManager to NodeList thread, fix AccountManager invokes
|
2018-06-27 11:41:37 -07:00 |
|
amantley
|
1804422df0
|
remove orb in the otherAvatar destructor, and check
_otherAvatarOrbMeshPlaceholder pointer before updating the position
|
2018-06-27 11:15:42 -07:00 |
|
amantley
|
3893b7e339
|
added the head angular velocity check
|
2018-06-27 10:37:54 -07:00 |
|
sabrina-shanman
|
18219464f1
|
Fix shutdown crash on Mac in Application::onPresent
|
2018-06-27 09:56:03 -07:00 |
|