Stephen Birarda
1ac6c8a568
Merge remote-tracking branch 'clement/rec_file_format_tweaks' into clement-recording-changes
2014-09-18 10:02:29 -07:00
Philip Rosedale
929e463e40
Merge pull request #3447 from birarda/webkit-dialogs
...
add a DataWebDialog class to display auth'ed pages from data-web
2014-09-18 09:48:22 -07:00
Stephen Birarda
a0675162b6
hook My Locations to data-web dialog
2014-09-18 09:35:33 -07:00
Stephen Birarda
e2c3b626b3
add a DataWebDialog for authenticated access to data-web html
2014-09-18 09:05:25 -07:00
Atlante45
e0739e4aa8
PreCR fixes
2014-09-18 00:03:02 -07:00
Atlante45
06dd9d0376
Moved Player and Recording to their own files
2014-09-17 23:52:21 -07:00
Brad Hefta-Gaub
c232c07724
Merge pull request #3441 from birarda/master
...
remove the access token from API urls and put in Authorization header
2014-09-17 23:25:54 -07:00
Andrew Meadows
8359e672bb
merge upstream/master into andrew/ragdoll
2014-09-17 17:56:35 -07:00
Philip Rosedale
fe9ae5bc69
Merge pull request #3442 from Atlante45/script_engine_fix
...
Fix timer bug with script engine
2014-09-17 17:10:53 -07:00
Atlante45
d27134a7ac
Added getters for the different Player options
2014-09-17 17:06:47 -07:00
Atlante45
66a3683482
Fix timer bug with script engine
...
Occurs when Script.clearInterval() called inside
Script.setInterval callback
2014-09-17 16:48:46 -07:00
Atlante45
34c16b8a74
Convert .rec to new format if necessary
2014-09-17 16:25:48 -07:00
Atlante45
6e55c66d09
Fix radix bug
2014-09-17 16:24:54 -07:00
Stephen Birarda
9ee063bdc1
remove the access token from API urls and put in Authorization header
2014-09-17 16:00:20 -07:00
Andrzej Kapolka
22342e45bc
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-09-17 13:27:45 -07:00
Andrzej Kapolka
801630e19c
Normalize vertex weights if they don't add up to one; replace lowest weight
...
if we can't find an empty slot.
2014-09-17 13:26:57 -07:00
ZappoMan
ab447e20ee
move filter to single instance in mixer, and do filtering on pre-mix buffer not the mixed buffer
2014-09-17 12:48:47 -07:00
Atlante45
aeba8a9dab
Merge branch 'master' of https://github.com/highfidelity/hifi into rec_file_format_tweaks
2014-09-17 10:25:47 -07:00
Andrzej Kapolka
213b4e6ee6
Removed testing code.
2014-09-16 17:53:40 -07:00
Andrzej Kapolka
fbd1efad81
Allow specifying material opacity.
2014-09-16 17:52:39 -07:00
Andrew Meadows
489871d0d6
added MyAvatar.setMotorVelocity() & friends for JS
2014-09-16 17:09:32 -07:00
Atlante45
c699726ae8
Fixed URLs not read properly
2014-09-16 16:32:14 -07:00
Atlante45
81fc0d3696
Added options to use recording context
2014-09-16 14:50:20 -07:00
Atlante45
f649cd1a6e
Changed how looping occurs in recordings
2014-09-16 14:49:47 -07:00
Atlante45
42857bce33
Merge branch 'master' of https://github.com/highfidelity/hifi into rec_file_format_tweaks
2014-09-16 14:01:06 -07:00
Atlante45
96995e3aed
Enforce checksums equality
2014-09-16 13:59:30 -07:00
Atlante45
1c5c9cb31b
Fix bug adding first samples twice
2014-09-16 13:57:46 -07:00
Craig Hansen-Sturm
7b3f61ddc2
Merge pull request #3428 from ZappoMan/sendPositonOrientationInSilentPackets
...
Send positon orientation in silent packets
2014-09-16 13:39:06 -07:00
ZappoMan
9cbc53abc3
pack position and orientation in silent frames
2014-09-16 13:06:46 -07:00
Atlante45
72481999df
Compute actual checksum
2014-09-16 12:46:42 -07:00
Stephen Birarda
885030a10c
handle receipt of new public socket and propogation to data-server
2014-09-16 12:37:22 -07:00
Atlante45
8573130f07
Write correct Offset ad Length of the data
2014-09-16 12:34:22 -07:00
Atlante45
59637390a2
Add global timestamp to recordings
2014-09-16 12:26:55 -07:00
Atlante45
f5b53a77ab
Merge branch 'master' of https://github.com/highfidelity/hifi into rec_file_format_tweaks
2014-09-16 12:14:11 -07:00
Brad Hefta-Gaub
47b061983f
Merge pull request #3426 from birarda/master
...
don't prepend relative paths with hifi scheme, use quat for location orientation
2014-09-16 10:29:54 -07:00
Stephen Birarda
866f2005bd
handle case where a location should be faced
2014-09-16 10:08:21 -07:00
Stephen Birarda
0033dfe5af
use quat orientation to store locations and user locations
2014-09-16 09:57:21 -07:00
Stephen Birarda
4cef21aa4f
don't prepend relative paths with hifi scheme
2014-09-16 09:14:06 -07:00
ZappoMan
ffe1e2db00
fix crash in butterflies.js
2014-09-16 09:07:22 -07:00
Philip Rosedale
d01b73bdaa
Merge pull request #3423 from chansensturm/audio-temp
...
Head Penumbra filter changes (feedback from testing with Freddy)
2014-09-15 20:00:11 -07:00
Atlante45
d80a42b800
New recording file format
...
Added header containing:
- Magic number
- Version number
- Data Offset
- Data Length
- CRC-32
Planned space for metadata
Added context block (domain, models, transform, display name,
attachments)
Improved glm types packing (SHould take about half the space it
used to))
2014-09-15 19:19:10 -07:00
Atlante45
ffba243a4f
Added methods to read/write glm types
2014-09-15 19:17:16 -07:00
Atlante45
b28e7e4562
Added RecordingContext support to Player/Recorder
...
Changed meaning of certain values stored in recordings
2014-09-15 19:14:47 -07:00
Atlante45
29f85ecca4
Introduced RecordingContext class
2014-09-15 19:09:40 -07:00
Atlante45
8f65f036dd
Remove deprecated getters
2014-09-15 19:06:09 -07:00
Atlante45
145e11a478
Move one-line method to .h
...
Moved method to .h f line less than 120 characters
Added _lookAtPosition to RecordingFrame
2014-09-15 19:01:50 -07:00
Atlante45
9b87e31739
Fixed typo
2014-09-15 18:47:55 -07:00
Craig Hansen-Sturm
b6c38b82dc
stray inline keyword
2014-09-15 18:41:41 -07:00
Craig Hansen-Sturm
8de32f1170
out-of-line inline's for performance critical member functions
2014-09-15 18:38:36 -07:00
Craig Hansen-Sturm
d8a4d71b08
out-of-line inline's for performance critical member functions
2014-09-15 18:38:32 -07:00