Thijs Wenker
bacad6bcd2
Merge branch 'editmodels_js-model-list' of https://github.com/thoys/hifi
2014-09-30 22:33:50 +02:00
Thijs Wenker
110e26a9e9
Merge branch 'master' of https://github.com/worklist/hifi
2014-09-30 22:32:35 +02:00
Brad Hefta-Gaub
1788fd46a3
Merge pull request #3515 from Atlante45/attenuation_setting
...
Attenuation setting
2014-09-30 13:32:25 -07:00
Thijs Wenker
7f34079d8f
cleared comment
2014-09-30 22:31:41 +02:00
Philip Rosedale
e624058c14
Merge pull request #3514 from birarda/hydra-crash
...
fix for debug build without sixense library
2014-09-30 13:24:17 -07:00
Thijs Wenker
9ba2a9736c
style
2014-09-30 22:23:40 +02:00
Thijs Wenker
eed6e2e8f6
- Edit -> Model List menu option
...
- Combo items can be JS objects now, write a toString() function for each JS object to describe them
2014-09-30 22:11:21 +02:00
Atlante45
4c34571570
Removed debug
2014-09-30 12:54:58 -07:00
Atlante45
b571fb86ae
Changed attenuation setting help
2014-09-30 12:53:33 -07:00
Atlante45
4e7bf0487b
Add attenuation setting on DS page
2014-09-30 12:50:50 -07:00
Stephen Birarda
39ee62608b
ensure HAVE_SIXENSE is defined to define _sixenseLibrary
2014-09-30 11:35:53 -07:00
Philip Rosedale
36e7892826
Merge pull request #3511 from PhilipRosedale/master
...
Turn off room limit constraints in headMove.js that were being applied everywhere
2014-09-30 10:06:07 -07:00
Philip Rosedale
a07a0f4f72
Disable room limits set for demo comedy club
2014-09-30 09:57:05 -07:00
AndrewMeadows
418bf1ec3c
Merge pull request #3510 from ey6es/metavoxels
...
Use simpler and more reliable Jacobi eigenvalue algorithm to compute SVD.
2014-09-30 09:00:18 -07:00
Andrzej Kapolka
4cdfe87cf1
Merge pull request #3507 from Atlante45/recording_frames_interpolation
...
Recording frames interpolation
2014-09-29 19:46:11 -07:00
Andrzej Kapolka
3c1f3b77a7
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
2014-09-29 19:14:47 -07:00
Andrzej Kapolka
802b14d5ab
Use Jacobi eigenvalue algorithm to get eigenvalues/eigenvectors.
2014-09-29 19:14:17 -07:00
Stephen Birarda
a2d263f978
Merge pull request #3509 from birarda/hydra-crash
...
have OS X hydra support be disabled by default
2014-09-29 17:29:09 -07:00
Stephen Birarda
e512b05e62
add extra debug for hydra library initialization
2014-09-29 17:28:50 -07:00
Stephen Birarda
f047c2dff0
have OS X hydra support be disabled by default
2014-09-29 17:08:06 -07:00
Stephen Birarda
1f5b13d184
Merge pull request #3508 from birarda/hydra-crash
...
fix reset password link for login dialog
2014-09-29 16:38:40 -07:00
Stephen Birarda
2fbd249d9f
fix reset password link for LoginDialog
2014-09-29 16:38:10 -07:00
Philip Rosedale
e9cf993c9f
Merge branch 'master' of https://github.com/worklist/hifi
2014-09-29 16:11:58 -07:00
Philip Rosedale
3b0214358b
Merge pull request #3505 from birarda/hydra-crash
...
dynamically load sixense lib on OS X to make avoiding hid_init crash easier
2014-09-29 16:09:12 -07:00
Stephen Birarda
3c236cc60a
resolve conflicts on merge with upstream master
2014-09-29 16:00:50 -07:00
AndrewMeadows
c8882d68dd
Merge pull request #3503 from birarda/domain-wizard
...
lock changes to settings in the domain-server master config file
2014-09-29 15:41:29 -07:00
AndrewMeadows
e3e66eddaa
Merge pull request #3506 from ey6es/master
...
Fix for metavoxel crashes on Windows. I was expecting the scope of a
2014-09-29 15:34:19 -07:00
Stephen Birarda
c16ab0a19f
remove definition for an unused method
2014-09-29 15:27:45 -07:00
Andrzej Kapolka
4c617c6d55
Stop using the emissive color for glow.
2014-09-29 14:51:45 -07:00
Atlante45
c99047677f
Members initialisation
2014-09-29 14:49:55 -07:00
Andrzej Kapolka
b1bd9a27be
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-09-29 14:47:27 -07:00
Andrzej Kapolka
72ff908bd3
Fix for metavoxel crashes on Windows. I was expecting the scope of a
...
temporary object to last until the next line; turns out VC++ can destroy
it in the middle of evaluating the line.
2014-09-29 14:37:11 -07:00
Stephen Birarda
a847c2d80d
move url handling to after settings load debug
2014-09-29 13:15:28 -07:00
Stephen Birarda
3fbf141686
handle avatar location changes after avatar position has been reloaded
2014-09-29 13:14:25 -07:00
Stephen Birarda
1f4c0b6340
wrap sixenseExit call in HAVE_SIXENSE ifdef
2014-09-29 13:09:25 -07:00
Stephen Birarda
db0bfd53ae
make the sixense library name a constant
2014-09-29 12:58:40 -07:00
Stephen Birarda
f7a17b7dec
dynamically load sixense lib on OS X to make avoiding hid_init crash easier
2014-09-29 12:58:01 -07:00
Philip Rosedale
c4be35fa8a
Merge pull request #3504 from ey6es/master
...
Don't bother using a callback to render the eye vectors; just rely on th...
2014-09-29 12:33:34 -07:00
Atlante45
6d15728283
frame interpolation for recordings
2014-09-29 12:30:10 -07:00
Andrzej Kapolka
9855fbcfb4
Don't bother using a callback to render the eye vectors; just rely on the
...
post-lighting call to Avatar::render, like everything else. This should fix
the crash that Philip was seeing (presumably due to avatars' being deleted
during the draw process).
2014-09-29 11:45:12 -07:00
Philip Rosedale
4b8003948a
Merge branch 'master' of https://github.com/worklist/hifi
2014-09-29 10:52:19 -07:00
Stephen Birarda
eb7ee36168
use two dashes for url as command line option
2014-09-29 10:29:40 -07:00
Stephen Birarda
bd4a32551b
fix for settings save without organization
2014-09-29 10:09:33 -07:00
Stephen Birarda
46258ae78f
add a tooltip to say why locked settings cannot be changed
2014-09-29 10:02:01 -07:00
Stephen Birarda
58b03c7ef2
disable form inputs for values set by master config
2014-09-29 09:53:27 -07:00
Stephen Birarda
ec0805acc5
add locked settings to json return for auth'ed settings
2014-09-29 09:34:04 -07:00
Stephen Birarda
5e2870ac5f
require a distinction between master config and user config
2014-09-29 09:30:08 -07:00
Brad Hefta-Gaub
a701bcea7b
Merge pull request #3502 from ctrlaltdavid/20055
...
Make default eye model calculation be reliable
2014-09-28 12:06:03 -07:00
Clément Brisset
6d3bdd862b
Merge pull request #3501 from ey6es/metavoxels
...
Use the rather elaborate technique described in the Rice papers to find the minimizing point for each cell.
2014-09-27 19:52:42 -07:00
David Rowe
dbf6daf80c
Fix default eye model calculation to be reliable
2014-09-27 11:25:37 -07:00