birarda
|
bd0d820fc7
|
Merge pull request #556 from PhilipRosedale/master
Dynamic jitter buffer for less stuttering, fixes to stereo
|
2013-06-21 14:29:45 -07:00 |
|
Philip Rosedale
|
13b729d9b4
|
Fixed problems with ring buffer not handling stereo right, reset audio buffers on spacebar.
|
2013-06-20 18:49:05 -07:00 |
|
Stephen Birarda
|
a9f7d037d1
|
add a helper to the logstash class to stash a value
|
2013-06-20 15:33:54 -07:00 |
|
Philip Rosedale
|
c740400224
|
Merge fixes plus auto jitter buffer
|
2013-06-20 10:54:58 -07:00 |
|
Philip Rosedale
|
2c8c34f9bd
|
set jitter buffer on application start to 1/2 of a packet
|
2013-06-20 09:08:37 -07:00 |
|
Philip Rosedale
|
5dae92d610
|
Merge pull request #560 from ZappoMan/occlusion_culling
Occlusion culling optimizations
|
2013-06-19 19:26:56 -07:00 |
|
ZappoMan
|
cadd596508
|
implement partitioned CoverageRegions in CoverageMap to further optimize polygon compares
|
2013-06-19 17:52:01 -07:00 |
|
ZappoMan
|
91f6d0fde5
|
added copyright message
|
2013-06-19 15:29:50 -07:00 |
|
Stephen Birarda
|
4d330a33e6
|
add copyright to OctalCode header
|
2013-06-19 14:59:21 -07:00 |
|
Stephen Birarda
|
d9da29efad
|
add copyright to OctalCode implementation
|
2013-06-19 14:47:45 -07:00 |
|
ZappoMan
|
1284f9d09a
|
naming cleanup and some optimizations
|
2013-06-19 13:45:13 -07:00 |
|
ZappoMan
|
6755dfd8e4
|
Occlusion culling optimizations, added minimum polygon area, and only calculate projection matrix once
|
2013-06-19 11:46:22 -07:00 |
|
Stephen Birarda
|
7be50ae712
|
add copyright to SimpleMovingAverage implementation
|
2013-06-19 11:40:22 -07:00 |
|
Stephen Birarda
|
0aa4e000fc
|
add copyright to SimpleMovingAverage header
|
2013-06-19 11:37:28 -07:00 |
|
Stephen Birarda
|
8fd6bc41aa
|
add copyright to PerfStat implementation file
|
2013-06-18 18:09:03 -07:00 |
|
Stephen Birarda
|
f0330e9f48
|
add copyright to stat header
|
2013-06-18 18:04:38 -07:00 |
|
Stephen Birarda
|
2344a8c18d
|
add copyright to SharedUtil.cpp
|
2013-06-18 17:56:43 -07:00 |
|
Stephen Birarda
|
c48cc3c3a6
|
add copyright to SharedUtil
|
2013-06-18 17:39:32 -07:00 |
|
Stephen Birarda
|
c9d7cf1e8f
|
remove a comment and add copyright to StdDev class
|
2013-06-18 17:17:13 -07:00 |
|
Stephen Birarda
|
f6fa956144
|
remove a blank line
|
2013-06-18 16:02:02 -07:00 |
|
ZappoMan
|
f978d748fa
|
memmove instead of memcpy
|
2013-06-18 13:42:26 -07:00 |
|
ZappoMan
|
9466e81590
|
fixed crash
|
2013-06-18 12:25:16 -07:00 |
|
ZappoMan
|
8c44ad19a1
|
fixed build buster
|
2013-06-18 12:10:59 -07:00 |
|
ZappoMan
|
7922c3b625
|
fixed typo
|
2013-06-18 12:02:17 -07:00 |
|
ZappoMan
|
8b18ee6844
|
renamed VoxelProjectedShadow class
|
2013-06-18 12:01:01 -07:00 |
|
ZappoMan
|
9a22db28a3
|
code cleanup
|
2013-06-18 10:35:32 -07:00 |
|
ZappoMan
|
00438f9d99
|
code cleanup
|
2013-06-18 10:28:14 -07:00 |
|
ZappoMan
|
a6b4bdba53
|
code cleanup
|
2013-06-18 10:25:58 -07:00 |
|
ZappoMan
|
58c4010185
|
added CoverageMap and occlusion culling to server
|
2013-06-18 09:36:43 -07:00 |
|
ZappoMan
|
c8d4b2ebed
|
added erase() and some other tweaks to CoverageMap
|
2013-06-18 09:35:13 -07:00 |
|
ZappoMan
|
7fe6c0e3b3
|
added occlusion culling menu option
|
2013-06-18 09:34:12 -07:00 |
|
ZappoMan
|
c9e1c898c2
|
Merge branch 'master' of https://github.com/worklist/hifi into occlusion_culling
|
2013-06-14 19:50:38 -07:00 |
|
Andrzej Kapolka
|
dc3029b5a9
|
Merge pull request #540 from ZappoMan/encode_params
Change encodeTreeBitstream() to use params class
|
2013-06-14 17:25:57 -07:00 |
|
ZappoMan
|
e083c0c561
|
spacing
|
2013-06-14 16:48:36 -07:00 |
|
ZappoMan
|
08e8455c95
|
migrate encodeTreeBitstream() to use params class
|
2013-06-14 16:45:27 -07:00 |
|
ZappoMan
|
620a4a8ad6
|
latest occlusion culling with support for checking map without adding to coverage map for checking parent nodes
|
2013-06-13 16:37:14 -07:00 |
|
Stephen Birarda
|
a141e3dc5d
|
resolve conflicts on merge with upstream master
|
2013-06-13 16:31:40 -06:00 |
|
ZappoMan
|
7fb4ed276f
|
removed some debugging code
|
2013-06-13 14:10:53 -07:00 |
|
ZappoMan
|
8320925add
|
Merge branch 'master' of https://github.com/worklist/hifi into occlusion_culling
|
2013-06-13 13:30:18 -07:00 |
|
ZappoMan
|
abb08e2482
|
handle out of view points
|
2013-06-13 13:30:04 -07:00 |
|
Andrzej Kapolka
|
b57a78c414
|
Another fix: using strlen to determine the length of the packet is... unwise.
Remember the length when we create it. This should fix the voxel server's not
appearing.
|
2013-06-13 13:15:08 -07:00 |
|
Andrzej Kapolka
|
78072fbde0
|
Merge pull request #523 from PhilipRosedale/master
Better physics, first person to third person transition
|
2013-06-13 12:07:06 -07:00 |
|
Andrzej Kapolka
|
db729a04aa
|
Converted double timestamps to long long (64 bit integers), fixed bug with
updating agent timestamps.
|
2013-06-13 11:11:59 -07:00 |
|
ZappoMan
|
72b2845178
|
Merge branch 'master' of https://github.com/worklist/hifi into occlusion_culling
|
2013-06-13 09:40:45 -07:00 |
|
ZappoMan
|
3a33d871e8
|
some debug code
|
2013-06-12 21:46:22 -07:00 |
|
Philip Rosedale
|
3d1ddf047e
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2013-06-12 16:27:53 -07:00 |
|
Andrzej Kapolka
|
6dae9db01d
|
Initialize members in the right order.
|
2013-06-12 15:54:13 -07:00 |
|
Andrzej Kapolka
|
e4ed9162b9
|
This should help, as well as fix another annoyance: bind to an ephemeral port,
rather than a fixed one.
|
2013-06-12 15:52:29 -07:00 |
|
ZappoMan
|
91aea82418
|
latest work on occlusion culling
|
2013-06-12 12:37:21 -07:00 |
|
ZappoMan
|
2e58a77180
|
make originalIndexArray optional in insertIntoSortedArrays()
|
2013-06-12 12:35:02 -07:00 |
|