Andrzej Kapolka
|
76142c92f2
|
Adjust offset when skipping parts that don't match the translucency setting.
Closes #2001.
|
2014-02-14 13:04:17 -08:00 |
|
Andrzej Kapolka
|
f4b47ea443
|
Merge branch 'master' of https://github.com/highfidelity/hifi
|
2014-02-14 11:09:35 -08:00 |
|
ZappoMan
|
8e284a55b1
|
Merge branch 'master' of https://github.com/worklist/hifi into overlaysupport
|
2014-02-14 10:50:35 -08:00 |
|
stojce
|
0ddc475928
|
Merge branch 'master' of https://github.com/worklist/hifi into 19497
|
2014-02-14 18:30:54 +01:00 |
|
stojce
|
d5b87fbe8a
|
Merge branch 'master' of https://github.com/worklist/hifi into 19494
|
2014-02-14 18:28:34 +01:00 |
|
gaitat
|
58e773340a
|
Worklist Job #19503
Exposing the average audio intensity to javascript through the MyAvatar
object.
|
2014-02-14 09:40:59 -05:00 |
|
Philip Rosedale
|
04cda4c2b6
|
Merge pull request #1995 from ZappoMan/scriptfixes
Fix crash on shutdown with multiple scripts and other scripting improvements
|
2014-02-13 21:28:05 -08:00 |
|
ZappoMan
|
cd137b2b12
|
tweak to reload scripts
|
2014-02-13 21:00:20 -08:00 |
|
ZappoMan
|
dbd6cb71c9
|
fixed crash on shutdown with multiple scripts
|
2014-02-13 20:55:16 -08:00 |
|
ZappoMan
|
9d841ce918
|
add Stop All Scripts and Reload All Scripts
|
2014-02-13 18:19:20 -08:00 |
|
Andrzej Kapolka
|
91fac4eebe
|
Merge branch 'master' of https://github.com/highfidelity/hifi
|
2014-02-13 17:38:23 -08:00 |
|
Andrzej Kapolka
|
87ec2dc25a
|
Merge pull request #1994 from AndrewMeadows/avatar-interaction
Avatar interaction
|
2014-02-13 17:38:08 -08:00 |
|
Andrzej Kapolka
|
1afd3ab712
|
Fixes for OS X warnings.
|
2014-02-13 17:07:57 -08:00 |
|
Andrzej Kapolka
|
861ae12151
|
Added Visage stuff to .gitignore.
|
2014-02-13 16:53:17 -08:00 |
|
Andrzej Kapolka
|
1fba28d45e
|
Merge branch 'master' of https://github.com/highfidelity/hifi into kissage
|
2014-02-13 16:51:44 -08:00 |
|
Andrzej Kapolka
|
b08d452749
|
Fix for head appearing at wrong position for a single frame.
|
2014-02-13 16:49:42 -08:00 |
|
Andrzej Kapolka
|
5f38c328d5
|
Removed debugging code.
|
2014-02-13 16:25:04 -08:00 |
|
Andrzej Kapolka
|
078b15c02d
|
Add some hysteresis on the LOD switching to prevent rapid switching back
and forth.
|
2014-02-13 16:20:43 -08:00 |
|
ZappoMan
|
601c155303
|
correctly lock arrays on init
|
2014-02-13 14:46:59 -08:00 |
|
ZappoMan
|
ed7fa6e311
|
added back setupNewVoxelsForDrawing() on changeTree()
|
2014-02-13 14:39:10 -08:00 |
|
ZappoMan
|
4fb5e68425
|
removed some debug
|
2014-02-13 14:33:23 -08:00 |
|
ZappoMan
|
caab3afb69
|
add menu item for auto adjust LOD
|
2014-02-13 14:26:30 -08:00 |
|
Andrzej Kapolka
|
ff01470850
|
Wait until each LOD level is actually requested before we start loading;
before a level is loaded, try to use the closest already-loaded level.
|
2014-02-13 14:25:01 -08:00 |
|
Andrew Meadows
|
50d864901e
|
Improved comment about limitation of collision check.
|
2014-02-13 14:02:25 -08:00 |
|
stojce
|
ab4164a6df
|
#19505 - Add domain & orientation parsing to hifi:// protocol handler
|
2014-02-13 22:44:10 +01:00 |
|
Andrzej Kapolka
|
684a43da64
|
Merge branch 'master' of https://github.com/highfidelity/hifi
|
2014-02-13 13:40:17 -08:00 |
|
Andrzej Kapolka
|
6a39290bf5
|
Basic LOD switching based on distance to camera.
|
2014-02-13 13:37:29 -08:00 |
|
ZappoMan
|
3aba29b015
|
first working cut at recreateVoxelGeometryInView()
|
2014-02-13 13:26:31 -08:00 |
|
ZappoMan
|
cac67d7baa
|
add proper readWriteLocks around the VBO arrays to preven random triangles
|
2014-02-13 13:06:45 -08:00 |
|
Andrew Meadows
|
ee4733d0bd
|
Fixing a comment.
|
2014-02-13 12:41:23 -08:00 |
|
Andrew Meadows
|
439cbe3f87
|
Merge branch 'master' of ssh://github.com/highfidelity/hifi into avatar-interaction
Conflicts:
interface/src/avatar/Hand.h
interface/src/avatar/MyAvatar.cpp
|
2014-02-13 12:36:01 -08:00 |
|
Andrew Meadows
|
b75de42802
|
Making the lean recovery use more tuneable parameters.
|
2014-02-13 12:22:40 -08:00 |
|
Andrew Meadows
|
d9b50359a6
|
Hand-face collisions now work (sorta).
|
2014-02-13 12:21:28 -08:00 |
|
ZappoMan
|
e9259db944
|
Merge branch 'master' of https://github.com/worklist/hifi into lowerLODnoFPSdrop
|
2014-02-13 12:20:29 -08:00 |
|
Philip Rosedale
|
7bb7271976
|
Merge pull request #1993 from ZappoMan/removesomedefaultsettings
More menu tweaks
|
2014-02-13 11:26:52 -08:00 |
|
stojce
|
08c8f47cd4
|
added SNAPSHOT_EXTENSION constant
|
2014-02-13 20:05:59 +01:00 |
|
ZappoMan
|
156fa6dc5a
|
more tweaks, removed old clouds
|
2014-02-13 11:03:35 -08:00 |
|
Philip Rosedale
|
40f9e0a029
|
Merge pull request #1991 from ZappoMan/removesomedefaultsettings
DO NOT MERGE: tweaks to default menus for alpha
|
2014-02-13 11:01:26 -08:00 |
|
ZappoMan
|
6d75efd2b0
|
tweaks to default menus for alpha, make Gravity false so we don't fall into abyss
|
2014-02-13 10:46:28 -08:00 |
|
Andrzej Kapolka
|
23169c098e
|
Merge branch 'master' of https://github.com/highfidelity/hifi
|
2014-02-13 10:27:36 -08:00 |
|
Andrew Meadows
|
312bc7521f
|
Making arm restoration rate independent of FPS and easier to tune.
|
2014-02-13 10:04:58 -08:00 |
|
Andrew Meadows
|
9523ea7d03
|
Only do slaps for MyAvatar.
|
2014-02-13 10:03:39 -08:00 |
|
Andrew Meadows
|
e793c207f9
|
Minor whitespace removal.
|
2014-02-13 10:03:14 -08:00 |
|
Andrew Meadows
|
3a8aa0c47e
|
Removing HeadData::findSpherePenetration() as unused cruft.
|
2014-02-13 10:02:16 -08:00 |
|
stojce
|
fe6f5a341c
|
Merge branch 'master' of https://github.com/worklist/hifi into 19497
|
2014-02-13 18:14:20 +01:00 |
|
stojce
|
e5072bc00f
|
Merge branch 'master' of https://github.com/worklist/hifi into 19494
|
2014-02-13 18:12:40 +01:00 |
|
ZappoMan
|
5ad74a04f1
|
Merge pull request #1989 from PhilipRosedale/master
Improved EditVoxels script, improve and cleanup noise reduction
|
2014-02-13 00:14:40 -08:00 |
|
Philip Rosedale
|
50df17dc10
|
fix windows build buster
|
2014-02-12 23:37:19 -08:00 |
|
Philip Rosedale
|
595eb38c72
|
comment out debug
|
2014-02-12 22:57:13 -08:00 |
|
Philip Rosedale
|
be7d1a5723
|
Adjustments to noise gate, commit to min sampling method
|
2014-02-12 22:53:46 -08:00 |
|