Stephen Birarda
|
68765c5a2c
|
mixer and voxel server must report EC2 address
|
2013-03-20 13:27:27 -07:00 |
|
Stephen Birarda
|
634e9c4bf7
|
parse the bitstream tree and create an in memory representation to render
|
2013-03-20 13:25:11 -07:00 |
|
Stephen Birarda
|
65e9626e72
|
remove superfluous debugging
|
2013-03-20 13:24:43 -07:00 |
|
Stephen Birarda
|
adb45c825b
|
add method to return the start vertex for an octal code
|
2013-03-20 13:24:18 -07:00 |
|
Stephen Birarda
|
f8f098cf2c
|
Merge branch 'master' of github.com:worklist/hifi
|
2013-03-19 15:58:19 -07:00 |
|
Stephen Birarda
|
76f7f68526
|
fix voxel system to send new bistream format, add helpers to VoxelNode class
|
2013-03-19 15:52:51 -07:00 |
|
Stephen Birarda
|
92fc1ed1a6
|
receive bitstream from voxel server on client
|
2013-03-19 15:51:48 -07:00 |
|
Stephen Birarda
|
482e65c296
|
move randomBoolean and randomColorValue methods to SharedUtil
|
2013-03-19 15:49:12 -07:00 |
|
Kees van Prooijen
|
d70da7f215
|
some more warning removal, temporarily excluding portaudio for windows
|
2013-03-19 11:49:36 -07:00 |
|
Stephen Birarda
|
c7213d6593
|
conditionally include winsock2.h instead of UNIX socket stuff
|
2013-03-19 11:46:53 -07:00 |
|
Stephen Birarda
|
8ef885aaaf
|
remove extra tokens after endif for WIN32 conditionals
|
2013-03-19 11:10:42 -07:00 |
|
Kees van Prooijen
|
cd27c74a2d
|
prelimanary changes for windows port
|
2013-03-19 11:01:08 -07:00 |
|
Stephen Birarda
|
4bdd07322b
|
fix incorrect casing of Xcode in CMake command
|
2013-03-19 10:52:14 -07:00 |
|
Stephen Birarda
|
5b8541eaa4
|
fix conditional implementation of SerialInterface
|
2013-03-18 16:29:06 -07:00 |
|
Stephen Birarda
|
6a7b40629c
|
remove the unused outstring method
|
2013-03-18 16:20:39 -07:00 |
|
Stephen Birarda
|
158270f20d
|
only use SerialInterface if on UNIX machine
|
2013-03-18 15:36:26 -07:00 |
|
Stephen Birarda
|
6e9fa80966
|
use new loadBitstreamBuffer function to return voxel data to requesting agent
|
2013-03-18 13:23:21 -07:00 |
|
Stephen Birarda
|
807377ef97
|
change bitstream load function to return stateless MTU sized packets
|
2013-03-18 13:16:14 -07:00 |
|
Stephen Birarda
|
ec5e4095c9
|
delete spaces at end of VoxelNode
|
2013-03-18 13:14:41 -07:00 |
|
Stephen Birarda
|
e012f826e5
|
some spacing for clarity in SharedUtil
|
2013-03-18 13:14:22 -07:00 |
|
Stephen Birarda
|
32b52f474f
|
fix wraparound bitshifting in OctalCode class
|
2013-03-18 13:14:06 -07:00 |
|
Stephen Birarda
|
64ec16c62f
|
voxels are now sent to interface clients as bitstream
|
2013-03-15 14:34:52 -07:00 |
|
Stephen Birarda
|
2c0565e358
|
prepend bitstream packets with a V
|
2013-03-15 14:33:45 -07:00 |
|
Stephen Birarda
|
970daa511d
|
make bytesRequiredForCodeLength method visible in header
|
2013-03-15 14:33:21 -07:00 |
|
Stephen Birarda
|
e8ebaeb497
|
add OctalCode shared library for octal code operations
|
2013-03-15 12:27:22 -07:00 |
|
Stephen Birarda
|
42fe3ce077
|
remove unused methods from VoxelSystem
|
2013-03-15 12:27:00 -07:00 |
|
Stephen Birarda
|
3e36ba9265
|
use char when unsigned char is not explicitly required
|
2013-03-15 12:26:34 -07:00 |
|
Stephen Birarda
|
14b23fc053
|
store octal code with VoxelNode
|
2013-03-15 12:25:48 -07:00 |
|
Stephen Birarda
|
2f7767bc9b
|
add helper method to SharedUtil to print bits in char
|
2013-03-15 12:25:13 -07:00 |
|
Stephen Birarda
|
763c09f562
|
add VoxelNode and VoxelTree classes for shared tree representation
|
2013-03-14 16:16:01 -07:00 |
|
Stephen Birarda
|
e7db715ee7
|
attenuate volume in weak channel on phase delay
|
2013-03-14 14:42:38 -07:00 |
|
Stephen Birarda
|
9167c8e038
|
force STDOUT buffer flush on newline
|
2013-03-13 13:30:45 -07:00 |
|
Stephen Birarda
|
99e21be12c
|
include cstring for memcpy
|
2013-03-13 13:29:39 -07:00 |
|
Stephen Birarda
|
87a2900bae
|
force STDOUT buffer flush on newline
|
2013-03-13 13:27:51 -07:00 |
|
Stephen Birarda
|
012b4a92fd
|
add a missing glBindBuffer that caused client to crash on voxel drawing
|
2013-03-13 11:58:58 -07:00 |
|
Stephen Birarda
|
c68304ded3
|
VS listens on VOXEL_LISTEN_PORT, not MIXER_LISTEN_PORT
|
2013-03-13 11:09:42 -07:00 |
|
Stephen Birarda
|
671c2ef900
|
have voxel server report hard-coded EC2 external address
|
2013-03-13 11:08:19 -07:00 |
|
Stephen Birarda
|
95eb241fdd
|
remove OS X specific menu, have voxel server point to correct DS
|
2013-03-13 11:07:46 -07:00 |
|
Stephen Birarda
|
7b1529ac96
|
add back AgentList include after accidentally removing it
|
2013-03-13 11:02:29 -07:00 |
|
Stephen Birarda
|
8d2c6a2c0d
|
add missing includes for voxel build on unix
|
2013-03-13 11:00:27 -07:00 |
|
Stephen Birarda
|
61ce11a80b
|
change the CMake section in readme to second level header
|
2013-03-12 14:05:56 -07:00 |
|
Stephen Birarda
|
d51f52c307
|
add back fred's flange, with some tuning
|
2013-03-12 13:59:19 -07:00 |
|
Stephen Birarda
|
28ac0cbdfc
|
remove mixer smart thresholding for flange testing
|
2013-03-12 12:15:14 -07:00 |
|
Stephen Birarda
|
5bc08fa167
|
increase jitter buffer size on mixer
|
2013-03-12 12:08:47 -07:00 |
|
Philip Rosedale
|
ccd60fa07f
|
Merge remote-tracking branch 'origin'
|
2013-03-12 10:49:33 -07:00 |
|
Stephen Birarda
|
0739d39568
|
add missing copy constructors for Head and Hand
|
2013-03-12 10:42:41 -07:00 |
|
Stephen Birarda
|
f29510ceb0
|
remove setSourcePosition that re-appeared on merge
|
2013-03-12 10:24:02 -07:00 |
|
Stephen Birarda
|
b9ca7c2134
|
change some sentence structure in README
|
2013-03-12 10:23:12 -07:00 |
|
Stephen Birarda
|
242d6898ba
|
clean up the gitignore, add some basic CMake information to README
|
2013-03-12 10:22:28 -07:00 |
|
Stephen Birarda
|
0f0cee1a46
|
Merge branch 'master' of github.com:worklist/hifi
|
2013-03-12 10:15:46 -07:00 |
|