ZappoMan
ddd2b0843c
more work on new diffusion model
2014-04-13 20:43:40 -07:00
ZappoMan
dfd6411a4f
add hooks for local audio echo, first cut at diffusion
2014-04-06 10:11:11 -07:00
ZappoMan
593fc6c963
lots of knobs and dials
2014-04-04 17:29:39 -07:00
ZappoMan
c35d6bdb0c
add reflection stats to stats display, add pre-delay, add toggle for separate ears, add surface randomness
2014-04-04 11:25:43 -07:00
ZappoMan
3808cfa83d
latest work
2014-04-03 08:55:48 -07:00
ZappoMan
42efb0db65
glue in processSpatialAudio()
2014-04-02 18:18:17 -07:00
ZappoMan
ec9884833b
first cut at reflections
2014-04-02 17:45:34 -07:00
Philip Rosedale
ca863e77f4
Merge branch 'master' of https://github.com/worklist/hifi
...
Conflicts:
interface/interface_en.ts
2014-04-01 21:14:51 -07:00
Philip Rosedale
0b792985d3
Tweaks to VU meter, tone injector, and fix to noise gate
2014-04-01 16:43:18 -07:00
Philip Rosedale
36c41a1fd3
test other way of doing loudness
2014-04-01 15:35:46 -07:00
Andrzej Kapolka
fb37ef5bca
Fix for annoying intermittent seg fault on Linux exit. Closes #2542 .
2014-04-01 11:25:39 -07:00
AndrewMeadows
f12da05722
Merge pull request #2581 from Atlante45/more_upload_fixes
...
More upload fixes
2014-04-01 09:51:25 -07:00
Philip Rosedale
81d1eb7ed2
removed unused procedural movement code
2014-03-31 18:24:58 -07:00
Atlante45
77f5a50738
Merge branch 'master' of https://github.com/highfidelity/hifi into more_upload_fixes
2014-03-31 17:19:45 -07:00
Philip Rosedale
3babb5e0bf
Merge branch 'master' of https://github.com/worklist/hifi
2014-03-31 07:25:46 -07:00
James Brotchie
6880160bc0
Remember most recently opened script location.
...
Previously when running a script from a file you were always taken back
to your desktop directory. Now you will be taken to the location of your
most recently opened script.
2014-03-31 22:08:38 +10:00
Philip Rosedale
27f0214032
first pass audio VU scope
2014-03-28 23:09:51 -07:00
Philip Rosedale
78ee8706d6
Merge branch 'master' of https://github.com/worklist/hifi
2014-03-28 16:48:15 -07:00
Andrzej Kapolka
361276d133
Use a spherical estimate of the shadowed region to avoid growing and shrinking
...
it as we turn around. Also, might as well render shadows for the billboards.
2014-03-27 16:19:21 -07:00
Philip Rosedale
c8cacf75f3
Merge branch 'master' of https://github.com/worklist/hifi
2014-03-27 15:16:11 -07:00
Philip Rosedale
41e9017953
more audio level meter work, improved gun
2014-03-27 15:14:38 -07:00
Andrzej Kapolka
077df3906f
Make sure we reset our LOD adjustments before we switch back from throttling
...
the renderer.
2014-03-27 15:02:26 -07:00
Atlante45
11f40258b3
Merge branch 'master' of https://github.com/highfidelity/hifi into more_upload_fixes
2014-03-27 10:12:34 -07:00
Philip Rosedale
101de1e0e5
Merge branch 'master' of https://github.com/worklist/hifi
2014-03-26 23:24:44 -07:00
Andrzej Kapolka
52c8a865f1
Provide a means of tracking resource download progress. Until we have a
...
user-friendly progress meter/throbber, put the download progress in the
extended stats.
2014-03-26 15:53:19 -07:00
Atlante45
718b8f7eb9
Changed back to upload either head or skeleton
2014-03-26 15:07:19 -07:00
Philip Rosedale
d90244c01e
first pass, clipping audio meter
2014-03-25 22:31:44 -07:00
ZappoMan
f10d5e23f8
set firstRun so it only happens once
2014-03-25 00:57:29 -07:00
ZappoMan
571ecf0964
add first cut at firstrun support
2014-03-25 00:45:31 -07:00
ZappoMan
c34b64e296
add load script from URL support
2014-03-25 00:17:19 -07:00
Andrzej Kapolka
7bc0c8eff0
Missed a spot.
2014-03-24 15:07:57 -07:00
Andrzej Kapolka
f1fd8175d2
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-03-24 14:53:00 -07:00
Andrzej Kapolka
210af25396
When rendering avatar shadows, check bounds against shadow frustum. Closes
2014-03-24 14:52:02 -07:00
Andrzej Kapolka
62884f1f4f
Don't use textures/fancy shaders when rendering shadow map. Closes #2270 .
2014-03-24 13:15:03 -07:00
ZappoMan
82d620b1d9
add support for AudioDevice scripting interface, and switching audio input/output device on the fly
2014-03-23 11:26:27 -07:00
ZappoMan
938959a9f6
expose application settings to JS
2014-03-22 21:20:35 -07:00
ZappoMan
a56b7e341d
reorganize files in interface directory
2014-03-22 20:22:05 -07:00
ZappoMan
c70bbda10a
kill local voxels on domain change
2014-03-21 18:16:28 -07:00
Atlante45
746d109025
Merge branch 'master' of https://github.com/highfidelity/hifi into inspect_js
2014-03-20 16:10:33 -07:00
Atlante45
39a6e03476
Modified MyAvatar to support more JS
2014-03-20 12:09:33 -07:00
Andrzej Kapolka
20ae5c15f7
Added a "flat" mode for environments that makes them follow you around on the
...
X/Z axes. The default environment is flat. Closes #2378 .
2014-03-20 12:09:20 -07:00
Andrzej Kapolka
f92f45df63
Keep track of keys pressed, synthesize release events when focus is lost.
...
Closes #2375 .
2014-03-20 11:17:36 -07:00
Brad Hefta-Gaub
2a03cf1bab
make throttle rendering not adjust LOD
2014-03-14 17:17:38 -07:00
Andrzej Kapolka
b721533f0b
Make chat a dock widget, since that's the behavior it's emulating anyway
...
(and for some reason, the current strategy causes a problem on at least Ryan's
and my machine).
2014-03-14 10:43:12 -07:00
Andrzej Kapolka
95e59d7004
Merge branch 'master' of https://github.com/highfidelity/hifi
...
Conflicts:
interface/interface_en.ts
interface/src/Menu.h
2014-03-13 16:56:06 -07:00
Andrzej Kapolka
5f6f4b3d37
Fixes required since enabling Faceshift is now the default.
2014-03-13 16:45:27 -07:00
Andrzej Kapolka
9d1278b663
Wait until we know that Faceshift didn't connect before we attempt to
...
initialize Visage.
2014-03-13 16:18:47 -07:00
Dimitar Dobrev
85a15a2284
Moved the chat from a window to a built-in panel.
2014-03-14 01:12:25 +02:00
Atlante45
423f26f669
Review comments
2014-03-13 15:26:02 -07:00
Atlante45
0748682119
Merge branch 'master' of https://github.com/highfidelity/hifi into avatar_uploader
2014-03-13 15:04:49 -07:00