Stephen Birarda
c26fc7a838
pull OAuth code from URL in domain-server
2014-04-24 15:05:41 -07:00
Stephen Birarda
4a68c2e9c4
allow DS to handle incoming HTTPS requests
2014-04-24 14:58:08 -07:00
Stephen Birarda
0bc17b0852
hand certificate and private key to QSslSocket instances
2014-04-24 14:35:18 -07:00
Stephen Birarda
96de0c1af1
setup the domain-server HTTPS server
2014-04-24 14:13:17 -07:00
Stephen Birarda
260966915a
add HTTPS versions of webserver classes
2014-04-24 14:06:24 -07:00
Philip Rosedale
04f3e01a1b
Merge pull request #2720 from ey6es/master
...
Added option to render joint constraints, changed safeEulerAngles so that z (rather than y) is in [-pi/2, pi/2], added ability to set end effector rotation in IK, added option to avoid aligning forearms with wrists.
2014-04-24 09:54:48 -07:00
Andrzej Kapolka
4f8c1f9c65
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-04-23 16:09:23 -07:00
Clément Brisset
d441e6a453
Merge pull request #2717 from AndrewMeadows/inertia
...
avatar bounding capsule collision against voxels
2014-04-23 16:06:14 -07:00
Andrew Meadows
c5f1a8abd6
formatting
2014-04-23 13:37:13 -07:00
Andrew Meadows
fe42f66cc9
change x.f to be x.0f as per the coding standard
2014-04-23 13:27:43 -07:00
Andrzej Kapolka
2bac802407
One more unused variable.
2014-04-23 12:30:39 -07:00
Andrzej Kapolka
c8c3cf3664
Remove unused propagate option for applyRotationDelta.
2014-04-23 12:29:01 -07:00
Andrzej Kapolka
d38d3db224
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-04-23 12:25:43 -07:00
Andrzej Kapolka
141250d51c
Don't constrain elbow when rotating forearm with wrist.
2014-04-23 12:22:24 -07:00
AndrewMeadows
620c3119b4
Merge pull request #2714 from Atlante45/removed_gettimeofday
...
Removed gettimeofday
2014-04-23 12:22:18 -07:00
Andrzej Kapolka
0386dec2a6
Provide option to align wrists with forearms.
2014-04-23 12:09:54 -07:00
Andrzej Kapolka
09bb51261a
Got that backwards.
2014-04-23 11:55:16 -07:00
Andrzej Kapolka
523498ee5b
Revert to using weight that doesn't depend on number of free joints.
2014-04-23 11:52:22 -07:00
Andrzej Kapolka
511fc8367f
More work on IK.
2014-04-23 11:34:34 -07:00
Atlante45
f68d2d16a8
Inserted a char by mistake
2014-04-23 11:05:16 -07:00
Atlante45
ceb5208102
CR
2014-04-23 11:00:44 -07:00
Andrzej Kapolka
f7bc1ae62c
Working on integrating rotation into IK.
2014-04-23 10:47:24 -07:00
Atlante45
ae566c55f6
Merge branch 'master' of https://github.com/highfidelity/hifi into removed_gettimeofday
2014-04-23 10:38:29 -07:00
Andrew Meadows
f46a5dc966
fix #2718 for warning about unused variable
2014-04-23 10:13:05 -07:00
Andrzej Kapolka
c471a55f1f
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-04-23 09:40:51 -07:00
Andrew Meadows
a7771bc142
repair header comments for AABox.*
2014-04-23 09:05:11 -07:00
Andrew Meadows
bfe1ee377b
remove warning about signed/unsigned comparison
...
Also change n.f to be n.0f as per coding standard
2014-04-23 08:56:53 -07:00
Andrew Meadows
da5ac3d664
remove warning about signed/unsigned comparison
2014-04-23 08:47:25 -07:00
Andrew Meadows
67d0920f81
merge upstream/master into andrew/inertia
2014-04-23 08:40:48 -07:00
Andrew Meadows
7464ca0879
non-rounded collision solution in comments
2014-04-23 08:38:58 -07:00
Philip Rosedale
5dc909ea00
Merge pull request #2716 from thoys/example-scripts_utf8_char_removal
...
Removed UTF-8 new-line characters, QT script errors on those lines in Windows
2014-04-23 07:01:33 -07:00
Thijs Wenker
ebc6f4e78e
Removed UTF-8 new line characters, QT script errors on those lines in Windows.
2014-04-23 14:40:06 +02:00
Andrew Meadows
5992651c27
update avatar collision shapes when necessary
2014-04-22 20:55:28 -07:00
Andrew Meadows
1986ac6be3
collisions with cube get rounded normals at edges
2014-04-22 20:53:12 -07:00
Philip Rosedale
ee929f2551
Merge pull request #2712 from matsukaze/master
...
Job #19574 . Add new audio oscilloscope.
2014-04-22 20:22:57 -07:00
matsukaze
d6e4f217f5
Expanded variable names.
2014-04-22 21:57:41 -04:00
matsukaze
1ff3b83644
Changed const color data and method signatures.
...
Changed constant color data and method signatures from unsigned int to
array of float. Changed glColor4f to glColor4fv.
2014-04-22 19:42:51 -04:00
matsukaze
015cbce322
Changed constant names for improved readability.
2014-04-22 18:57:22 -04:00
Andrew Meadows
f3fd81ca59
use glm::modf() for less code
2014-04-22 14:26:52 -07:00
Andrew Meadows
364431328f
remove include StreamUtils.h
2014-04-22 14:26:40 -07:00
Atlante45
fea0a262a6
Put back missing windows header
2014-04-22 12:35:50 -07:00
Andrew Meadows
0b9ebe4c08
avatar-voxels collisions work again
2014-04-22 11:51:36 -07:00
Clément Brisset
f64988f73d
Merge pull request #2711 from ZappoMan/quiet_logs
...
quite the error messages about failed locks
2014-04-22 11:51:20 -07:00
Clément Brisset
413518bfe7
Merge pull request #2713 from ZappoMan/fixheaders
...
fix headers
2014-04-22 11:50:32 -07:00
Atlante45
3eeb3a539d
Fixed lack of resolution in usecTimestampNow()
2014-04-22 11:48:43 -07:00
Andrew Meadows
62121b1232
remove include of StreamUtils.h again
2014-04-22 11:46:15 -07:00
Andrew Meadows
65d3b4dc39
fix penetration direction for sphere-vs-AACube
2014-04-22 11:43:23 -07:00
ZappoMan
ae443a3136
fix headers
2014-04-22 11:27:50 -07:00
Andrew Meadows
f033990fae
merge upstream/master into andrew/inertia
2014-04-22 10:49:44 -07:00
Andrew Meadows
7537d240bb
toward working avatar-vs-voxel collisions again
2014-04-22 10:48:42 -07:00