wangyix
|
25f4f63a1e
|
added window PacketStreamStats to AudioStreamStats
|
2014-07-10 16:42:23 -07:00 |
|
wangyix
|
b4c9e51011
|
Audio now periodically sends downstream audio stats to audiomixer
|
2014-07-10 14:14:29 -07:00 |
|
wangyix
|
35419eb939
|
Merge remote-tracking branch 'upstream/master' into quick_audio_PR
|
2014-07-10 11:56:35 -07:00 |
|
wangyix
|
a955a17472
|
changed RingBufferHistory to use qvector instead of raw array
|
2014-07-10 11:55:19 -07:00 |
|
Clément Brisset
|
d9acdd6f6e
|
Merge pull request #3154 from AndrewMeadows/bispinor
bug fix: bad logic for early exit in AvatarManager::updateOtherAvatars()
|
2014-07-10 11:00:48 -07:00 |
|
Andrew Meadows
|
fdd9acb477
|
bug fix: bad logic for early exit
|
2014-07-10 10:55:41 -07:00 |
|
wangyix
|
0b213f9616
|
streamlined AudioStreamStats packing; added #include <limits>
|
2014-07-10 10:44:33 -07:00 |
|
wangyix
|
35e4b253c2
|
added typename keyword in MovingMinMaxAvg.h
|
2014-07-10 10:35:29 -07:00 |
|
wangyix
|
763cc26fa9
|
added operator= to RingBufferHistory<T>::Iterator
|
2014-07-10 10:21:03 -07:00 |
|
wangyix
|
37b60a63b2
|
removed spaces
|
2014-07-10 10:01:32 -07:00 |
|
wangyix
|
3389b6440c
|
undo .gitignore changes
|
2014-07-10 09:53:37 -07:00 |
|
wangyix
|
0d83b9a6f6
|
tidied up code
|
2014-07-10 09:51:01 -07:00 |
|
Brad Hefta-Gaub
|
21e7833938
|
Merge pull request #3150 from AndrewMeadows/inertia
rename: ParentFrame --> ConstrainedFrame
|
2014-07-09 18:35:25 -07:00 |
|
Brad Hefta-Gaub
|
635cb380f2
|
Merge pull request #3151 from ctrlaltdavid/19860
Code Review for Job #19860
|
2014-07-09 18:35:01 -07:00 |
|
wangyix
|
7fcf149f70
|
removed if randFloat
|
2014-07-09 18:14:58 -07:00 |
|
wangyix
|
01f10024ae
|
all stats added, needs testing; created PacketStreamStats struct
|
2014-07-09 18:13:33 -07:00 |
|
Andrew Meadows
|
8fa7bf4fa0
|
rename: ParentFrame --> ConstrainedFrame
|
2014-07-09 16:43:46 -07:00 |
|
Andrzej Kapolka
|
af6704a83c
|
Merge pull request #3134 from wdings23/light_and_haze
Added local lights to avatar. Added haze to voxel.
|
2014-07-09 16:07:20 -07:00 |
|
Stephen Birarda
|
33e42ae272
|
Merge pull request #3149 from birarda/master
add two new concert cameras to examples
|
2014-07-09 15:51:56 -07:00 |
|
Stephen Birarda
|
d412e21008
|
add two new concert cameras to examples
|
2014-07-09 15:51:37 -07:00 |
|
wangyix
|
81e168f657
|
added RingBufferHistory template class, used it in SentPacketHistory and MovingMinMaxAvg
|
2014-07-09 15:38:03 -07:00 |
|
David Rowe
|
f2d49fa6a1
|
Rename focus indicators menu item and default to off
|
2014-07-09 15:12:29 -07:00 |
|
Brad Hefta-Gaub
|
1f00923146
|
Merge pull request #3148 from AndrewMeadows/inertia
improved performance stats API
|
2014-07-09 15:07:46 -07:00 |
|
Andrew Meadows
|
9ce6844e9d
|
fix accidental broken class definition
|
2014-07-09 14:39:08 -07:00 |
|
Andrew Meadows
|
63bcee0229
|
fix whitespace formatting
|
2014-07-09 14:33:09 -07:00 |
|
Andrew Meadows
|
f463099d16
|
add "simulate" stat name to Avatar::simulate()
|
2014-07-09 14:31:47 -07:00 |
|
Andrew Meadows
|
6ffa09f9e6
|
modified scope of devices stats
|
2014-07-09 13:58:54 -07:00 |
|
TonyPeng
|
ef4b95c6e0
|
Merged from master. Get rid of redundant GL fog states. Moved local light parameters to shader uniform arrays.
|
2014-07-09 13:27:42 -07:00 |
|
Andrew Meadows
|
3d6752ad90
|
merge upstream/master into andrew/inertia
Conflicts:
interface/src/Application.cpp
|
2014-07-09 12:52:00 -07:00 |
|
wangyix
|
a8cf199256
|
added format labels in interface for new audio stats
|
2014-07-09 12:08:41 -07:00 |
|
TonyPeng
|
56eadcb0dc
|
Get rid of redundant GL calls for fog. Enable and disable fog during rendering stage of voxels. Moved the local light parameters to shader uniform arrays.
|
2014-07-09 12:05:34 -07:00 |
|
wangyix
|
d03d3ef817
|
new auidostreamstats displayed in interface, domain page stats updated
|
2014-07-09 11:59:50 -07:00 |
|
Andrew Meadows
|
d26585728b
|
Improved stat accumulation and context names
|
2014-07-09 11:53:53 -07:00 |
|
Andrew Meadows
|
d214998d1a
|
enforce coding standard: explicit casts
|
2014-07-09 11:53:09 -07:00 |
|
Philip Rosedale
|
7bcd7e03a4
|
Merge pull request #3147 from Barnold1953/master
Fixed full screen mirror mode for non oculus
|
2014-07-09 11:41:56 -07:00 |
|
Brad Hefta-Gaub
|
170aa3e659
|
Merge pull request #3146 from ctrlaltdavid/default_ui_on
Default UI to "on"
|
2014-07-09 11:41:45 -07:00 |
|
David Rowe
|
527f6b2a3f
|
Fix User Interface menu item string
|
2014-07-09 11:32:38 -07:00 |
|
barnold1953
|
862f311306
|
Fixed full screen mirror mode for non oculus
|
2014-07-09 11:29:33 -07:00 |
|
David Rowe
|
603ca02ef9
|
Default UI to "on"
|
2014-07-09 11:21:16 -07:00 |
|
wangyix
|
54e8ed5e11
|
added MovingMinMaxAvg and unit test; added additional stats to AudioStreamStats struct
|
2014-07-09 09:41:49 -07:00 |
|
Clément Brisset
|
3f24feeb1d
|
Merge pull request #3143 from PhilipRosedale/master
Add Low Velocity Filter for hand movement as menu option
|
2014-07-08 23:22:46 -07:00 |
|
Clément Brisset
|
2003dc41df
|
Merge pull request #3138 from ctrlaltdavid/19836
Code Review for Job #19836
|
2014-07-08 23:16:32 -07:00 |
|
Philip Rosedale
|
f8185dec75
|
removed some debug logs
|
2014-07-08 22:26:11 -07:00 |
|
Philip Rosedale
|
c50d9ae3e4
|
Hand low velocity filter as a menu option
|
2014-07-08 22:22:27 -07:00 |
|
David Rowe
|
305623d8a7
|
Add option to hide focus indicators
|
2014-07-08 21:37:08 -07:00 |
|
Clément Brisset
|
e648c3475b
|
Merge pull request #3139 from PhilipRosedale/master
Another improvement to clapping to match animation pace with keystrokes
|
2014-07-08 21:34:04 -07:00 |
|
Philip Rosedale
|
32eb51a224
|
Merge pull request #3141 from ey6es/metavoxels
Fixes, congestion control for metavoxel streaming.
|
2014-07-08 21:30:13 -07:00 |
|
Brad Hefta-Gaub
|
90d720face
|
Merge pull request #3142 from mpursley/master
adding "export QT_CMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.2.1/lib/cmake" for qt5.2.1
|
2014-07-08 21:12:10 -07:00 |
|
David Rowe
|
51f7e8904d
|
Integrate UI toggling menu item and Hydra UI toggling
They work together and both fade the UI in / out.
|
2014-07-08 21:04:30 -07:00 |
|
David Rowe
|
1e7a18e625
|
Guard _framebufferObject deletion
|
2014-07-08 21:02:32 -07:00 |
|