Stephen Birarda
fa839b8ee3
Merge pull request #11406 from birarda/feat/auto-bake
...
add memory include for unique_ptr in BakeAssetTask
2017-09-19 15:36:10 -07:00
Stephen Birarda
d4e35edc84
add memory for unique_ptr in BakeAssetTask
2017-09-19 15:08:44 -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
Bradley Austin Davis
bc4193f276
Merge branch 'master' into android_new
2017-09-19 14:27:31 -07:00
vladest
7a36894f76
Make sure audio device not gets unchecked
2017-09-19 23:25:41 +02: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
Ryan Huffman
20759b0c97
Merge pull request #11404 from birarda/feat/auto-bake
...
add abort on shutdown to Baker/FBXBaker/TextureBaker
2017-09-19 14:20:56 -07:00
Stephen Birarda
a8ac015bc4
address code review comments
2017-09-19 13:56:42 -07:00
Clément Brisset
a6376fcc12
Merge pull request #11402 from huffman/fix/remove-fbxcpp
...
Remove FBX.cpp and other cleanup
2017-09-19 13:54:50 -07:00
Bradley Austin Davis
b93e91b9f3
New android toolchain
2017-09-19 13:45:12 -07:00
vladest
50ee41e095
Fix file loading dialogs
2017-09-19 22:42:15 +02:00
Stephen Birarda
e1d79ee8f4
add abort to Baker and subclasses
2017-09-19 13:18:23 -07:00
vladest
67771bc297
Merge branch 'master' into modal_dialogs_async
2017-09-19 21:51:02 +02:00
Stephen Birarda
0d166cc250
Merge pull request #11400 from Atlante45/feat/auto-bake
...
Remove unused Algorithms.h
2017-09-19 12:44:15 -07:00
vladest
10f7f08171
Added peak model, missed during merging
2017-09-19 21:42:52 +02:00
Atlante45
1f485ac8f8
Fix OpenSSL build instructions
2017-09-19 12:07:24 -07:00
Ryan Huffman
5950006111
Remove extraneous logging
2017-09-19 11:18:25 -07:00
Ryan Huffman
641addf397
Remove FBX.cpp
2017-09-19 11:13:39 -07:00
vladest
6297448e90
Build fix
2017-09-19 19:49:19 +02:00
druiz17
e2921661e9
scaling entities
2017-09-19 09:35:22 -07:00
Bradley Austin Davis
2eff3dcbd6
Add additional DLL cleanup
2017-09-19 09:18:40 -07:00
vladest
6c32783a09
Merge branch 'master' into audio_devices_split
2017-09-19 17:43:03 +02: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
Clément Brisset
108de209bb
Merge pull request #11393 from birarda/feat/auto-bake
...
don't export embedded textures with original, remove triangle warning
2017-09-18 16:21:07 -07:00
Atlante45
b9e5957c9f
Remove unused Algorithms.h
2017-09-18 16:14:06 -07:00
Stephen Birarda
57a92adc73
flag node as local by sending address, not by local from packet
2017-09-18 15:39:51 -07:00
Cain Kilgore
320c6e6769
Merge branch 'master' of https://github.com/highfidelity/hifi into 21540
2017-09-18 23:39:15 +01:00
Cain Kilgore
dbe7cc5d1a
21540 - Make Rotation using Vive Controller Work
2017-09-18 23:38:38 +01: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
Clément Brisset
02c07fd818
Merge pull request #11385 from huffman/feat/remove-fbxwriter-list-support
...
Remove support for QList in FBXWriter
2017-09-18 14:26:25 -07:00
Stephen Birarda
608f8196c6
remove commented out removal of embedded media folder
2017-09-18 14:01:48 -07:00
Stephen Birarda
02a529923e
don't export embedded textures, remove triangle warning
2017-09-18 14:00: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
beholder
8b39c56aa1
rename 'target' to 'targetOverride' to indicate that parameter overrides default target
2017-09-18 20:40:22 +03:00
Ryan Huffman
d80aa50e79
Remove support for QList in FBXWriter
2017-09-18 09:04:13 -07:00
vladest
1cde504c74
Memleak fix. Cleanup
2017-09-16 22:57:26 +02:00