Clément Brisset
|
0d432e169a
|
Merge pull request #2399 from ey6es/master
Fix for movement being stuck if you switch focus when a key is pressed.
|
2014-03-20 13:51:21 -07:00 |
|
Clément Brisset
|
4c7f40b006
|
Merge pull request #2401 from ey6es/flatmosphere
Added a "flat" atmosphere mode (the default) that makes the atmosphere follow you around on the X/Z axes.
|
2014-03-20 13:50:37 -07:00 |
|
Stephen Birarda
|
64f946b640
|
require that buffers be above min loudness to be mixed in
|
2014-03-20 13:01:52 -07:00 |
|
Stephen Birarda
|
a8ef64e0ce
|
calculate a cutoff loudness for mixer recovery
|
2014-03-20 12:52:17 -07:00 |
|
Atlante45
|
e68500e11f
|
Made models line edit editable
|
2014-03-20 12:49:51 -07:00 |
|
Atlante45
|
c658b1dded
|
Modified menu upload categories
|
2014-03-20 12:45:19 -07:00 |
|
Atlante45
|
947dde3715
|
Modified models uploader to diferrenciate heads and skeletons
|
2014-03-20 12:44:37 -07:00 |
|
Atlante45
|
4604f5333d
|
Merge branch 'master' of https://github.com/highfidelity/hifi into inspect_js
|
2014-03-20 12:15:55 -07:00 |
|
Atlante45
|
a95befb02e
|
Added new script inspect.js
|
2014-03-20 12:15:38 -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
|
4513e1675d
|
More line number changes in the translation file.
|
2014-03-20 11:35:57 -07:00 |
|
Andrzej Kapolka
|
735f563f5e
|
Merge branch 'master' of https://github.com/highfidelity/hifi
|
2014-03-20 11:19:23 -07:00 |
|
Andrzej Kapolka
|
a761a4862b
|
Merge pull request #2398 from AndrewMeadows/emergency-fixes
explicitly send neck angles in avatar data
|
2014-03-20 11:19:13 -07:00 |
|
Andrzej Kapolka
|
3bd8cddc31
|
Merge branch 'master' of https://github.com/highfidelity/hifi
|
2014-03-20 11:19:05 -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 |
|
AndrewMeadows
|
144f86b540
|
Merge pull request #2370 from Atlante45/model_browsing
Model browsing
|
2014-03-20 11:15:35 -07:00 |
|
Andrew Meadows
|
6440dd1b5f
|
explicitly send neck angles in avatar data
|
2014-03-20 11:05:14 -07:00 |
|
Philip Rosedale
|
c778794a4c
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2014-03-20 08:54:21 -07:00 |
|
Philip Rosedale
|
3ab0288c4f
|
testing numbered joint movement
|
2014-03-20 08:54:12 -07:00 |
|
Stephen Birarda
|
fb73b6e1ce
|
collect min and max loudness for each frame
|
2014-03-19 17:57:01 -07:00 |
|
Stephen Birarda
|
515988fae5
|
Merge pull request #2394 from birarda/master
fix bot.js crash
|
2014-03-19 17:18:17 -07:00 |
|
Stephen Birarda
|
cbbe4af65f
|
fix crash in bot.js with incorrect playSound
|
2014-03-19 17:17:52 -07:00 |
|
Philip Rosedale
|
774b99d868
|
merge fix
|
2014-03-19 17:14:03 -07:00 |
|
Philip Rosedale
|
22048aaba5
|
Merge pull request #2392 from birarda/audio-scaling
allow Agents to send microphone audio using Sound objects
|
2014-03-19 17:00:46 -07:00 |
|
Philip Rosedale
|
f2793d74ad
|
Merge pull request #2391 from ey6es/master
Remove file texture loading (since we can just use file URLs), don't add...
|
2014-03-19 16:55:02 -07:00 |
|
Andrzej Kapolka
|
418fc9f69c
|
Merge branch 'master' of https://github.com/highfidelity/hifi
|
2014-03-19 16:52:46 -07:00 |
|
Philip Rosedale
|
527c0f5a73
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2014-03-19 16:27:39 -07:00 |
|
Philip Rosedale
|
69a83ee94d
|
add bots able to see voxels
|
2014-03-19 16:27:27 -07:00 |
|
Philip Rosedale
|
e14069c9e3
|
Merge pull request #2376 from ZappoMan/experimental_scaling
Voxel Server Performance Improvements
|
2014-03-19 16:24:47 -07:00 |
|
Stephen Birarda
|
dd9c4aa854
|
changes to bot.js for new Agent microphone audio
|
2014-03-19 16:18:44 -07:00 |
|
Stephen Birarda
|
8c4fad443f
|
allow Agents to microphone audio from Sound objects
|
2014-03-19 16:14:58 -07:00 |
|
Andrzej Kapolka
|
e34f2ca69b
|
Remove file texture loading (since we can just use file URLs), don't add alpha
channels for opaque textures (and note when textures with alpha channels are
entirely opaque), enforce a maximum texture size of 1024 by 1024.
|
2014-03-19 16:11:15 -07:00 |
|
ZappoMan
|
f3968679d3
|
cleanup isInView() to use inFrustum() directly
|
2014-03-19 15:44:18 -07:00 |
|
Brad Hefta-Gaub
|
08c5c49891
|
Merge pull request #2389 from thagale/master
Potential fix for: closes #2386
|
2014-03-19 15:04:13 -07:00 |
|
Tony Hagale
|
7f2a92d759
|
#2386 trying a new static lookup table for numberOfOnes()
|
2014-03-19 16:28:12 -05:00 |
|
Tony Hagale
|
5f94e44cde
|
#2386 trying a new static lookup table for numberOfOnes()
|
2014-03-19 16:26:45 -05:00 |
|
ZappoMan
|
3d0207b926
|
optimize OctreeElement::calculateShouldRender()
|
2014-03-19 13:54:06 -07:00 |
|
ZappoMan
|
adaa01c13e
|
optimize isLeaf() to just check the child mask instead of counting children
|
2014-03-19 13:15:28 -07:00 |
|
ZappoMan
|
f3bd8925d9
|
optimized OctreeElement::furthestDistanceToCamera()
|
2014-03-19 12:48:11 -07:00 |
|
ZappoMan
|
252bc3b3ee
|
optimized ViewFrustum::getFurthestPointFromCamera()
|
2014-03-19 11:51:47 -07:00 |
|
Atlante45
|
d239aecbfb
|
Added names to signals argument
|
2014-03-19 10:17:28 -07:00 |
|
Brad Hefta-Gaub
|
07742f54a7
|
Merge pull request #2377 from RyanDowne/master
increased head smoothing for visage
|
2014-03-19 09:35:51 -07:00 |
|
Philip Rosedale
|
c26ed77931
|
merge fix
|
2014-03-19 09:16:52 -07:00 |
|
Philip Rosedale
|
a1e07374d4
|
Merge pull request #2369 from ey6es/master
Perform blending in worker threads and only do it when we have new data. Removed some unused code and fixed a couple warnings.
|
2014-03-19 08:59:20 -07:00 |
|
Ryan
|
7c45df002a
|
increased head smoothing for visage
|
2014-03-19 07:41:36 -07:00 |
|
ZappoMan
|
cd6e0f1698
|
switch to deleteLater to prevent deadlock
|
2014-03-19 01:02:49 -07:00 |
|
ZappoMan
|
80ea33bf02
|
removed test code
|
2014-03-19 00:37:43 -07:00 |
|
ZappoMan
|
584adfda08
|
cleanup headers
|
2014-03-19 00:32:38 -07:00 |
|
ZappoMan
|
b3f60a068d
|
remove isScheduledForDelete from OctreeQueryNode
|
2014-03-19 00:17:14 -07:00 |
|