Wayne Chen
6b73a0bba5
Merge pull request #13801 from wayne-chen/fixMyAvatarScale-case-17434
...
MS17434: modifying MyAvatar.scale get property
2018-08-10 10:45:53 -07:00
David Back
1d0da4042a
Merge pull request #13771 from dback2/entityListCtrlReselection
...
Reselecting same entity in list will unselect it
2018-08-10 10:41:57 -07:00
Zach Fox
f514fde6fd
Merge pull request #13789 from zfox23/MS17469_listModelFix
...
v0.72.0: Fix MS17469: Fix conditionals for needing more paginated results when ListView changes
2018-08-10 10:24:01 -07:00
Cristian Luis Duarte
d61aaa3bd7
Android - People - Round profile image
2018-08-10 14:16:44 -03:00
Alexander Ivash
9b9e30e829
add 'Tip: You can use hand controllers to grab and adjust your wearables' if in HMD
2018-08-10 20:14:15 +03:00
David Kelly
2b5ecd6b5f
remove extraneous log
2018-08-10 10:12:32 -07:00
Simon Walton
a8b9568c92
Add some locking
2018-08-10 10:11:46 -07:00
Zach Fox
e39dd250cd
Things will 'just work' once backend is in place
2018-08-10 10:01:09 -07:00
amantley
74186b0162
changed back speed to 2.2 m/s and the end frame for strafe left and right to 33, and the end frame for wlk_bkwd to 27
2018-08-10 09:56:24 -07:00
unknown
5641c59f5f
Merge branch 'master' of https://github.com/highfidelity/hifi into createEntitiesGrabbable
2018-08-10 09:49:37 -07:00
Zach Fox
9124e5cf22
Merge branch 'master' of github.com:highfidelity/hifi into autoScrollGoTo
2018-08-10 09:47:10 -07:00
Sam Gateau
c404f94220
Merge pull request #13795 from SamGondelman/paint
...
Remove unused uniform buffer from polylines
2018-08-10 09:36:53 -07:00
Zach Fox
1699d3ed6a
Wording change in Availability
2018-08-10 09:35:40 -07:00
John Conklin II
de0cdf6d8d
Merge pull request #13793 from wayne-chen/fixWebTabletJSBug
...
Fixing web tablet JavaScript error
2018-08-10 09:31:17 -07:00
Alexander Ivash
3bfe173371
allow saving wearables right after adding new one
2018-08-10 19:15:35 +03:00
Alexander Ivash
ce6c8c72f5
ensure selection of newly-added wearable always happens after pushing updated wearables list to UI
2018-08-10 19:09:47 +03:00
sabrina-shanman
f902552309
Finalize on using 'rotation' in Collision Pick API and add missing jsdoc for CollisionRegion
2018-08-10 08:55:29 -07:00
NissimHadar
65f8cdd00a
Merge branch 'master' of github.com:highfidelity/hifi into exportToTestRail1
2018-08-10 08:52:24 -07:00
NissimHadar
c0e25e64c0
Added Python installation instructions.
2018-08-10 08:50:37 -07:00
Alexander Ivash
9304d6c5c4
reset UI to default state & disable controls on removing last wearable
2018-08-10 18:42:08 +03:00
Alexander Ivash
90fb0d7be6
add possibility to add wearable from external url
2018-08-10 17:59:11 +03:00
Thijs Wenker
925cfc9b23
Set a max focus distance value of 14km to not lose the edit handles by far-clipping
2018-08-10 16:45:27 +02:00
Alexander Ivash
9234813e08
bring back 'get more' wearables button
2018-08-10 14:54:15 +03:00
Alexander Ivash
1771e4c742
better handling of 'modified' inside AdjustWearables dialog
2018-08-10 12:58:45 +03:00
Alexander Ivash
e900e034a3
couple Spinbox fixes:
...
- stop resetting value in 'valueFromText'. The issue with such approach is that is is not possible to understand whether value was really changed or, for example, focus did change
- instead, propagate validator to TextInput which makes not possible to type bad text (which eliminate the reason for original fix)
- specify correct inputMethodHints to guide onscreen keyboards
2018-08-10 12:58:45 +03:00
Alexander Ivash
0a28361dc8
treat ModelEntityItem-s with relayParentJoints as wearables
2018-08-10 12:58:45 +03:00
Alexander Ivash
56194bba8e
bind 'is soft' to backend API, always show 'Hips' for soften entity
2018-08-10 12:58:45 +03:00
Alexander Ivash
da68a8906e
show displayText if specified (to allow override combobox current value)
2018-08-10 12:58:45 +03:00
Alexander Ivash
550e39ac84
add possibility to change joints using combobox
2018-08-10 12:58:45 +03:00
Alexander Ivash
f8c1ba48ad
update UI accordingly to the updated mockup
2018-08-10 12:58:44 +03:00
Alexander Ivash
a85ed2a2f5
show 'edit wearables' button even if avatar doesn't have any wearables
2018-08-10 12:58:44 +03:00
Howard Stearns
1c9e409444
Merge pull request #13794 from zfox23/72_MS17495
...
Fix MS17495: Initially wire sendMessage to ignore in appUi module
2018-08-09 20:07:11 -07:00
Brad Davis
f03370c826
Migrating to scribe program descriptors
2018-08-09 17:58:34 -07:00
Sam
cd7ca96c3a
Remove the separate depth buffer for in front overlay, only useful for debug and it breaks in mac
2018-08-10 02:42:45 +02:00
sabrina-shanman
660178e5bb
Remove 'plane' from list of supported Collision Pick shapeTypes, since it turns out ShapeFactory does not support it
2018-08-09 17:41:46 -07:00
Wayne Chen
769e7eab03
removing domainLimitedScale property and changing read property of scale
2018-08-09 17:38:58 -07:00
amantley
c8a31bc59f
created a backward walk speed constant 1.6m/s and changed the characteristic speed for strafe right left to 1.3
2018-08-09 17:38:57 -07:00
Wayne Chen
d533e3b341
adding domainLimitedScale property
2018-08-09 17:29:13 -07:00
sabrina-shanman
4c367fa443
Fix outdated explanation of when CollisionPickResult.intersects is true
2018-08-09 17:26:54 -07:00
sabrina-shanman
b32b811fff
Move up buildObjectIntersectionsMap in CollisionPick.cpp
2018-08-09 17:24:09 -07:00
John Conklin II
2d9cbe91bb
Merge pull request #13780 from hyperlogic/bug-fix/perftimer-memory-corruption
...
Fix memory corruption in PerformanceTimer when Stats are active
2018-08-09 17:16:03 -07:00
John Conklin II
6c647c8185
Merge pull request #13768 from thoys/fix/create/triggerable-reset
...
MS17413 Triggerable value does not reset on entity deselect
2018-08-09 17:13:34 -07:00
sabrina-shanman
26ae688d59
Refactor CollisionPickResult::toVariantMap
2018-08-09 17:11:32 -07:00
sabrina-shanman
ad36e23c34
Return early when colliding MyAvatar is found in AllContactsCallback
2018-08-09 17:00:54 -07:00
sabrina-shanman
c5e9f02372
Finalize Collision Pick API naming convention for intersectingObjects
2018-08-09 16:59:23 -07:00
Simon Walton
875407b3fe
New approach to physics readiness - now (mostly) working
2018-08-09 16:24:04 -07:00
Alexia Mandeville
38973f0840
Adding icon states to emote app, active state
2018-08-09 16:00:36 -07:00
Sam
5fd3862c94
FIx shader error on mac in shadow.slh
2018-08-10 00:45:25 +02:00
sabrina-shanman
4f077080b0
Change API naming for intersectingObjects in CollisionPickResult and update docs
2018-08-09 15:29:21 -07:00
sabrina-shanman
4d31863484
Fix missing jsdoc note for getPrevPickResult on existence of ParabolaPickResult
2018-08-09 15:08:27 -07:00