humbletim
708698f079
potential fix for the doppleganger "scrunching into a ball" issue
2017-09-19 23:21:46 -04:00
Chris Collins
3209a49a7d
Merge pull request #11407 from Atlante45/new-master
...
Update master from stable
2017-09-19 15:55:41 -07:00
Atlante45
23fa2707dd
Merge branch 'stable' of https://github.com/highfidelity/hifi into new-master
2017-09-19 15:45:15 -07:00
Andrew Meadows
3b3a8c8f5e
Merge pull request #11403 from Atlante45/fix/openssl-build-instructions
...
Fix OpenSSL build instructions
2017-09-19 14:29:48 -07:00
Chris Collins
0a213e24c4
Merge pull request #11389 from highfidelity/RC-55
...
Beta Release 55 - Includes up to Developer Release 7127
2017-09-19 14:23:58 -07:00
Atlante45
1f485ac8f8
Fix OpenSSL build instructions
2017-09-19 12:07:24 -07:00
Seth Alves
a889ca1b01
Merge pull request #11396 from hyperlogic/bug-fix/shape-rendering
...
Shapes now render at the correct size.
2017-09-18 17:41:31 -07:00
Anthony J. Thibault
73ad9051a4
Shapes now render at the correct size.
2017-09-18 15:27:58 -07:00
Brad Hefta-Gaub
5e5b77fbaa
Merge pull request #11394 from hyperlogic/bug-fix/oculus-ipd-lighting
...
Oculus: fix for lighting changes as avatar scale changes
2017-09-18 15:15:10 -07:00
anshuman64
2397e5aedb
Merge pull request #11391 from druiz17/spawn-tablet
...
(TabletUX improvement) changing tablet spawn position
2017-09-18 14:56:02 -07:00
Anthony J. Thibault
f314ba38df
Oculus: fix for lighting changes as avatar scale changes
...
The code was incorrectly NOT using the near and far clip distances when computing
the culling projection matrix. This projection matrix is used by the lighting system
to for deferred lighting, if it does not match actual projection used for
rendering into the g-buffer, the lighting will be incorrect.
2017-09-18 14:38:03 -07:00
druiz17
9df3b6c211
change tablet spawn position
2017-09-18 13:29:05 -07: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
Seth Alves
79d97dcc89
Merge pull request #11234 from hyperlogic/feature/ant-man
...
IPD and Sensor Scaling Support
2017-09-18 12:58:28 -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
samcake
93d6c3a1aa
Adding more comments for future fixmes
2017-09-18 10:58:45 -07:00
samcake
0e83065a6d
One more:
2017-09-18 10:58:36 -07:00
samcake
fd440aeeaa
addressing review comments
2017-09-18 10:57:56 -07:00
Sam Gateau
f82a507d09
Cleanup
2017-09-18 10:57:49 -07:00
samcake
a8bf4efc8b
Brining the changes just to fix the tablet issue
2017-09-18 10:57:40 -07:00
Anthony J. Thibault
5187ac4761
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-18 10:57:04 -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
095cd03ee2
Merge pull request #11380 from ctrlaltdavid/fix-controller-typos
...
Fix typos in controller modules disabler
2017-09-16 11:13:15 -07:00
Seth Alves
4fcbaf6f4d
Merge pull request #11374 from sethalves/fix-grab-entity-methods
...
fix grab entity methods + jshint cleanups
2017-09-16 11:11:13 -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
Sam Gateau
84dfe53fee
Merge pull request #11362 from jherico/crash/model-race
...
Ensure thread-safety for model pointer access
2017-09-16 10:45:09 -07:00
David Rowe
18b71f0c0f
Fix typos in controller modules disabler
2017-09-16 15:34:53 +12: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
samcake
524c94cdd4
Adding more comments for future fixmes
2017-09-15 14:35:45 -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
Seth Alves
0816a8af27
fix grab entity methods
2017-09-15 12:07:50 -07:00
Seth Alves
b67c571aaa
fix grab entity methods
2017-09-15 12:05:49 -07:00
samcake
c687932ca7
One more:
2017-09-15 11:44:35 -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
Seth Alves
df80b7ecfa
stopNearTrigger, not end
2017-09-15 11:16:54 -07:00
samcake
97617c6dbe
Merge branch 'master' of https://github.com/highfidelity/hifi into blue-bis
2017-09-15 11:13:34 -07:00
samcake
19cd537e65
addressing review comments
2017-09-15 11:10:25 -07:00
Seth Alves
39e6605f6f
fix grab entity methods + jshint cleanups
2017-09-15 10:50:46 -07:00
Seth Alves
8a49edbecb
code review
2017-09-15 10:08:35 -07:00
Chris Collins
2a77bb06c7
Merge pull request #11367 from highfidelity/RC-54-HOTFIX
...
Build 54.1 Hotfix Fix for polyline crash
2017-09-15 09:35:59 -07:00
Sam Gateau
30bf800963
Cleanup
2017-09-14 20:33:08 -07:00
Thijs Wenker
9f61e7471c
Merge pull request #11365 from thoys/feat/cloneAvatarEntities
...
Clone local avatar entities
2017-09-15 04:51:18 +02:00
samcake
ec7536db2c
Brining the changes just to fix the tablet issue
2017-09-14 18:36:20 -07:00
Anthony J. Thibault
f534ee5ad9
laser offset fix
2017-09-14 16:37:45 -07:00
Brad Davis
d3ac7a388c
Fix polyline rendering using default texture
2017-09-14 15:50:09 -07:00
Brad Davis
4c4df97c42
Fix transform of polylines with high update rates
2017-09-14 15:50:02 -07:00