Zach Fox
921ebc221e
Merge pull request #11431 from zfox23/contextOverlayInterface_fixEnabled
...
Enable Inspection Mode for all; change Commerce setting name
2017-09-22 17:52:27 -07:00
Zach Fox
702a4e9ade
More tweaking to overlay position
2017-09-22 15:32:38 -07:00
Zach Fox
0eafdeab14
Fix hover -> unhover overlay behavior
2017-09-22 13:32:11 -07:00
Ryan Huffman
883bdc6003
Merge pull request #11425 from Atlante45/feat/auto-bake
...
Asset Browser auto-refresh
2017-09-22 13:17:04 -07:00
Zach Fox
e3f2e70bca
No magic numbers
2017-09-22 11:43:56 -07:00
Zach Fox
430d1b22bb
Update angular size and i behavior
2017-09-22 11:41:28 -07:00
Zach Fox
bb9db3ef6d
Updates to behavior and shader appearance
2017-09-22 11:24:30 -07:00
Atlante45
8583be41ce
Don't refresh if not connected to the Asset Server
2017-09-21 18:57:09 -07:00
Atlante45
6cdbf0c44a
Fix RunningScripts in tablet mode
2017-09-21 15:53:27 -07:00
Atlante45
1a571d0991
Add Asset Server auto refresh
2017-09-21 14:41:59 -07:00
Zach Fox
57b5a23373
Enable Inspection Mode for all; change Commerce setting name
2017-09-21 11:18:21 -07:00
Zach Fox
81be62b6f7
Check if ContextOverlayInterface is enabled before highlighting
2017-09-21 09:34:15 -07:00
Andrew Meadows
6b3b3a7448
Merge pull request #11382 from ElderOrb/case6618
...
6618 [Worklist] Add Input Field On Top of Keyboard
2017-09-21 08:54:11 -07:00
Ryan Huffman
a56303a3fe
Merge pull request #11379 from highfidelity/feat/auto-bake
...
Add auto baking to Asset Server and mesh compression for FBXs
2017-09-21 08:33:51 -07:00
Sam Gateau
daf18156f9
Merge pull request #11418 from SamGondelman/laserLaser
...
Don't let scripts control visibility of laser pointer overlays
2017-09-20 17:54:00 -07:00
Dante Ruiz
4f328524b1
Merge pull request #11182 from vladest/audio_devices_split
...
Audio devices split
2017-09-20 16:43:30 -07:00
SamGondelman
f21c99257e
don't let scripts control visibility of laser pointers
2017-09-20 14:35:29 -07:00
vladest
c48aba423a
Rename check box
2017-09-20 22:48:39 +02:00
vladest
7a36894f76
Make sure audio device not gets unchecked
2017-09-19 23:25:41 +02:00
vladest
10f7f08171
Added peak model, missed during merging
2017-09-19 21:42:52 +02:00
vladest
6297448e90
Build fix
2017-09-19 19:49:19 +02:00
vladest
6c32783a09
Merge branch 'master' into audio_devices_split
2017-09-19 17:43:03 +02:00
Cain Kilgore
dbe7cc5d1a
21540 - Make Rotation using Vive Controller Work
2017-09-18 23:38:38 +01:00
Elisa Lupin-Jimenez
a41aced032
Merge pull request #11390 from elisa-lj11/master
...
Fixed blocks download issue with `noDownload=false` tag
2017-09-18 13:23:47 -07:00
Anthony J. Thibault
7e2b2960ed
Fix for lighting as IPD scale changes.
...
(cherry picked from commit a260aaaae8
)
2017-09-18 12:15:32 -07:00
Elisa Lupin-Jimenez
a45cc88e55
Fixed blocks download issue with noDownload=false
tag
2017-09-18 11:41:30 -07:00
Anthony J. Thibault
0757f513af
Merge branch 'master' into feature/ant-man
2017-09-18 11:36:39 -07:00
Seth Alves
765031bf89
Merge pull request #11377 from vladest/create_resize
...
Add resizable flag. Use the flag for Create only
2017-09-16 11:14:40 -07:00
Seth Alves
04b99ef8a5
Merge pull request #11352 from 1P-Cusack/FogBugz/Case_6107
...
[QML] Fixes FogBugz Case 6107: Can't sort on import menu (details below).
2017-09-16 11:08:59 -07:00
beholder
871b169128
6618 [Worklist] Add Input Field On Top of Keyboard
2017-09-16 16:17:36 +03:00
Sam Gateau
512e9432ed
Merge pull request #11370 from samcake/blue-bis
...
Fixing the web surface of the tablet
2017-09-15 15:36:55 -07:00
Atlante45
a37642ba44
Pull Auto-Baking changes to TabletAssetServer.qml
2017-09-15 14:43:15 -07:00
samcake
524c94cdd4
Adding more comments for future fixmes
2017-09-15 14:35:45 -07:00
Atlante45
c4d018504b
Pull Auto-Baking changes to TabletAssetServer.qml
2017-09-15 13:28:51 -07:00
Anthony Thibault
c7fc45e0ae
Merge pull request #11375 from hyperlogic/bug-fix/avatar-attachments-rendering
...
Avatar Attachments now render correctly
2017-09-15 13:28:00 -07:00
vladest
de4f34aacb
Add resizable flag. Use the flag for Create only
2017-09-15 21:49:38 +02:00
Seth Alves
d968bbad6c
Merge pull request #11364 from sethalves/rework-scriptengine-lifetime
...
Rework scriptengine lifetime
2017-09-15 12:17:51 -07:00
samcake
c687932ca7
One more:
2017-09-15 11:44:35 -07:00
Atlante45
8711823a9b
Sync up AssetServer.qml and TabletAssetServer.qml
2017-09-15 11:44:08 -07:00
Anthony J. Thibault
3f6c88e77f
Avatar Attachments now render correctly
...
* moved Avatar::fixupModelsInScene off the newly created render thread back
to the main thread.
* updated Avatar::postUpdate to take a scene pointer, necessary for
Avatar::fixupModelsInScene
* updated developer/tests/avatarAttachementTest.js to account for recent
changes in avatar attachment scale, commit 712aff7ad
.
* updated initialization of anim graph to use Model::isLoaded() instead of
Model::initWhenReady() to know when the model was completely loaded.
2017-09-15 11:23:09 -07:00
samcake
19cd537e65
addressing review comments
2017-09-15 11:10:25 -07:00
Seth Alves
8a49edbecb
code review
2017-09-15 10:08:35 -07:00
Sam Gateau
30bf800963
Cleanup
2017-09-14 20:33:08 -07:00
samcake
ec7536db2c
Brining the changes just to fix the tablet issue
2017-09-14 18:36:20 -07:00
Atlante45
ae14f1f88e
Merge branch 'master' of https://github.com/highfidelity/hifi into feat/auto-bake
2017-09-14 15:34:20 -07:00
LaShonda Hopper
24b6cd71fc
[Case 6107] Fixes Tablet import sorting (details below).
...
This ports the fix from FileDialog to TabletFileDialog.
* There appears to be 2 versions of this file:
* qml/dialogs/TabletFileDialog.qml
* qml/hifi/tablet/tabletWindows/TabletFileDialog.qml
Testing the tablet within desktop mode works without this fix most
likely because it uses qml/hifi/tablet/tabletWindows/TabletFileDialog.qml
which didn't receive the same refactor pass via d3282a4e
.
Tested on Vive: Menu -> Edit -> Import Entities
Changes Committed:
modified: interface/resources/qml/dialogs/TabletFileDialog.qml
2017-09-14 14:49:49 -04:00
Seth Alves
10494cf3e0
Merge pull request #11359 from vladest/fix_runningscripts_selection
...
use selection model of TreeView
2017-09-14 11:22:08 -07:00
Seth Alves
11df5a447e
Merge pull request #11310 from ElderOrb/case6718
...
6718 PR11082: Help text cannot be dismissed by clicking on the text i…
2017-09-14 11:17:48 -07:00
Seth Alves
d89f2b77da
rework ScriptEngine lifetimes using 'smart' pointers
2017-09-14 10:42:21 -07:00
vladest
7233c47257
use selection model of TreeView
2017-09-14 15:36:12 +02:00