tosh
ecddf9aa76
fault tolerance when 'render' is called prior to loading
2013-03-27 06:55:41 +01:00
tosh
68a62cf8c6
implements FOV culling, most properly
2013-03-27 03:30:51 +01:00
tosh
1327b8852b
adds getAspectRatio function
2013-03-27 03:30:25 +01:00
Philip Rosedale
ef9c704bb1
Merge remote-tracking branch 'origin'
2013-03-26 17:33:21 -07:00
Philip Rosedale
642b64dfd6
First commit to improve avatar movement
2013-03-26 17:32:54 -07:00
Stephen Birarda
7c1470c07e
remove debug send to 10.0.0.10
2013-03-26 16:22:42 -07:00
Philip Rosedale
e0ee6c269a
Added thrust and velocity to avatar head, first part of movement improvements
2013-03-26 11:53:57 -07:00
Stephen Birarda
bb14a90f86
remove constants re-added on merge
2013-03-25 23:00:36 -07:00
ZappoMan
23c6a9017c
Merge branch 'master' of https://github.com/worklist/hifi
...
Conflicts:
interface/src/main.cpp
shared/src/SharedUtil.cpp
shared/src/SharedUtil.h
2013-03-25 22:51:59 -07:00
ZappoMan
2f6b2466ea
Fixed getCommandOption and cmOptionExists to be more porable
...
added support for --NoConnect command line option to test running without connecting
added pruneTree to VoxelTree
2013-03-25 22:39:24 -07:00
Stephen Birarda
d76fafda67
remove call that included getCmdOption
2013-03-25 16:45:49 -07:00
Stephen Birarda
507b6e0064
use abstracted DS check in method from AgentList
2013-03-25 16:24:14 -07:00
Stephen Birarda
c8190b95aa
remove un-needed AgentList include from VoxelSystem
2013-03-25 16:23:42 -07:00
Stephen Birarda
896047d2aa
have the mixer additionally attenuate sources based on extra byte
2013-03-25 12:05:32 -07:00
tosh
a8df635c09
adds hack to consider "forgotten" tiles.
...
a proper solution (that will also consider screen dimensions / roll) is still pending
2013-03-25 12:14:12 +01:00
tosh
5475c64ff3
reworks tile selection, 1st step (2nd pending)
2013-03-25 10:51:31 +01:00
tosh
7d32eeb20a
adjusts to function renaming in FieldOfView
2013-03-25 10:50:45 +01:00
tosh
721f4fd3b4
tidies viewing - looks much better already. tile selection is still too naive (or not naive enough)
2013-03-25 02:49:31 +01:00
tosh
6a9134d4a5
exposes function to fetch glFrustum arguments
2013-03-25 02:47:24 +01:00
ZappoMan
0711539fc6
Changed colors of spheres to be a gradient along phi between to random colors
...
this gives the spheres a little bit more natural look.
Also increased the level of detail (smaller voxels)
2013-03-24 13:00:23 -07:00
ZappoMan
ef8694dd60
1) Added createSphere() to VoxelSystem to create a sphere
...
2) Added pointToVoxel() to SharedUtils, this will give you a voxel code
given x,y,z,s,r,g,b
3) Added '.' keyboard interface to create a random sphere in the local
voxel system
2013-03-24 10:06:43 -07:00
tosh
e965b88c88
implements live LOD and input limit
2013-03-24 14:06:43 +01:00
tosh
5de3ec035b
leftover changes / minor corrections
2013-03-24 06:30:33 +01:00
ZappoMan
8ecc0d53ad
Added a utility to VoxelSystem for loading voxels from a local file
...
Also added a couple shared utility functions for reading command
line options (since that's how you can load a local file at this
point).
2013-03-23 21:59:27 -07:00
tosh
4444bcf26e
starfield and numerous utility components, initial checkin
2013-03-24 05:50:07 +01:00
Stephen Birarda
6346a14cb5
remove voxelServerAddCallback
2013-03-22 10:48:41 -07:00
Stephen Birarda
6712d23cd1
push and pop the matrix for voxel system draw
2013-03-21 17:12:50 -07:00
Stephen Birarda
5f052d7c9e
scale back heads after voxel system draw
2013-03-21 17:03:52 -07:00
Stephen Birarda
95926cb7fc
conditional chdir for OS X resources, revert windows Head changes
2013-03-21 17:02:41 -07:00
Stephen Birarda
e2a28b48db
revert Head.cpp to earlier commit to confirm source of direction changes
2013-03-21 16:51:45 -07:00
Stephen Birarda
d61ae179ae
hide the cloud again
2013-03-21 16:16:25 -07:00
Stephen Birarda
0b48eab1fb
Merge branch 'master' of github.com:worklist/hifi
2013-03-21 16:12:09 -07:00
Stephen Birarda
4552140f61
add a sound when moving so we aren't ninjas
2013-03-21 16:11:17 -07:00
Kees van Prooijen
f308d8e004
merge with upstream master
2013-03-21 10:10:33 -07:00
Stephen Birarda
f97932353b
fix conditional inclusion of voxel in vertices and color arrays
2013-03-20 16:28:28 -07:00
Stephen Birarda
abc0deaa78
increase the far clip
2013-03-20 16:22:24 -07:00
Stephen Birarda
1efbaef44b
only add voxel to be drawn if not transparent
2013-03-20 16:21:45 -07:00
Stephen Birarda
e8f84aee78
fix rendering bugs
2013-03-20 15:32:12 -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
Kees van Prooijen
9ae11ffe77
more windows port
2013-03-20 12:13:14 -07:00
Stephen Birarda
f8f098cf2c
Merge branch 'master' of github.com:worklist/hifi
2013-03-19 15:58:19 -07:00
Stephen Birarda
92fc1ed1a6
receive bitstream from voxel server on client
2013-03-19 15:51:48 -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
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
42fe3ce077
remove unused methods from VoxelSystem
2013-03-15 12:27:00 -07:00
Stephen Birarda
99e21be12c
include cstring for memcpy
2013-03-13 13:29:39 -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
95eb241fdd
remove OS X specific menu, have voxel server point to correct DS
2013-03-13 11:07:46 -07:00
Stephen Birarda
d51f52c307
add back fred's flange, with some tuning
2013-03-12 13:59:19 -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
stojce
72bdf340e9
additional merge
2013-03-12 18:14:18 +01:00
stojce
8e6c98661b
merge conflicts
2013-03-12 18:12:58 +01:00
Stephen Birarda
e97aba03a3
move StdDev to shared library
2013-03-12 10:09:07 -07:00
Philip Rosedale
e3697f22f8
Merge remote-tracking branch 'origin'
2013-03-11 17:28:05 -07:00
Stephen Birarda
4be337d34b
only hold the threshold number of frames for audio output
2013-03-11 17:27:27 -07:00
Philip Rosedale
3e62aa5169
Fixed/improved Standard Deviation code used to get jitter
2013-03-11 17:13:18 -07:00
Philip Rosedale
74452b7cc5
manual merge removed ECHO_SERVER_TEST
2013-03-11 16:24:55 -07:00
Philip Rosedale
9f21c76380
Merge remote-tracking branch 'origin/master'
2013-03-11 16:22:16 -07:00
Philip Rosedale
674bd8d798
transmitter full movement, and audio jitter buffer tweaks/debugging data
2013-03-11 16:19:55 -07:00
Stephen Birarda
5d02d563b3
remove the flange until it's ready for primetime
...
This reverts commit 5652d0dcd3
.
2013-03-10 15:04:23 -07:00
Philip Rosedale
79f39483d0
Merge remote-tracking branch 'origin'
2013-03-08 18:17:10 -08:00
Stephen Birarda
5652d0dcd3
add a flange effect when turning head with gyros
2013-03-08 17:18:28 -08:00
Philip Rosedale
5c1bd68580
Merge remote-tracking branch 'origin/master'
2013-03-08 16:00:17 -08:00
Philip Rosedale
f014fcd0ac
transmitter tweaks
2013-03-08 15:58:49 -08:00
Stephen Birarda
5535b8a4f5
allow client to request loopback from mixer
2013-03-08 15:37:41 -08:00
Stephen Birarda
686404be2b
add a voxel server
2013-03-08 14:32:06 -08:00
Philip Rosedale
26fd44f030
100,000 voxel death star with concentric shells
2013-03-06 16:58:38 -08:00
Philip Rosedale
e7aa142082
Merge remote-tracking branch 'origin'
2013-03-06 15:23:40 -08:00
Philip Rosedale
89d205f304
turn cloud back off
2013-03-06 14:45:24 -08:00
Philip Rosedale
f98f64e8f7
Added red 'laser pointer' to hand
2013-03-06 14:40:24 -08:00
Stephen Birarda
f004479e39
bump up to 300000 voxels, with color
2013-03-06 14:34:14 -08:00
Stephen Birarda
e16cd4ffc3
use vertex buffer objects to speed up voxel rendering
2013-03-06 13:56:11 -08:00
Stephen Birarda
0fbb534566
randomly draw 50000 voxels for glDrawElements test
2013-03-06 12:04:27 -08:00
stojce
2a4a7b4ab8
call gluDeleteQuadric only if sphare is initialised
2013-03-06 08:16:40 +01:00
stojce
3b3ab9f68f
set texture binding of first render call only
2013-03-06 08:08:18 +01:00
Philip Rosedale
4203fddb88
Transmitter now controls hand position and rotation.
2013-03-04 18:36:50 -08:00
Philip Rosedale
04bd98cf85
Merge remote-tracking branch 'origin'
2013-03-04 17:01:24 -08:00
Philip Rosedale
2903ff9f73
Adding support for transmitter data
2013-03-04 17:00:30 -08:00
Philip Rosedale
f3d086f6dd
Merge pull request #10 from heracek/19095
...
Code Review for Job #19095
2013-03-04 16:59:53 -08:00
Stephen Birarda
4648ce033e
remove the flanger that isn't working as expected
...
This reverts commit a7deca0ced
.
2013-03-04 10:37:55 -08:00
Stephen Birarda
a7deca0ced
add a broken flanger
2013-03-04 10:37:48 -08:00
Stephen Birarda
a42fc47231
relink head to AudioRingBuffer, send source bearing
2013-02-28 15:58:57 -08:00
Stephen Birarda
29df6e6a3e
send 256 samples per callback so mixer can reply with two channels
2013-02-28 12:21:38 -08:00
Philip Rosedale
1dd3a9970d
Eyebrows driven by audio, mouth doesn't turn red.
2013-02-26 18:44:42 -08:00
Philip Rosedale
27cc3a8ee5
Merge remote-tracking branch 'origin'
2013-02-26 17:34:26 -08:00
Philip Rosedale
fe2f2d5019
Reduce mouse force on hand.
2013-02-26 17:33:40 -08:00
Stephen Birarda
31a164fd19
initial changing of volumne of source based on distance
2013-02-26 16:57:33 -08:00
stojce
7bda2c0581
#19069 Add iris textures to avatar head, change lighting
2013-02-27 01:53:07 +01:00
Stephen Birarda
38cdd615a1
switch back to EC2 DS for sanity check
2013-02-27 01:53:07 +01:00
Stephen Birarda
31b93b036e
temporary test against birarda's domain server
2013-02-27 01:53:07 +01:00
Stephen Birarda
04f3398466
send interface client position to audio mixer
2013-02-27 01:53:06 +01:00
Stephen Birarda
9e43868191
refactor Audio.cpp in interface to use parseData in ARB
2013-02-27 01:52:56 +01:00
Stephen Birarda
f55782b968
refactor mixer to use AgentList, AudioRingBuffer as AgentData
2013-02-27 01:52:56 +01:00
Philip Rosedale
eb37d1fbf8
Added ability to drag hand by clicking and dragging on the screen.
2013-02-27 01:52:56 +01:00
Philip Rosedale
888ef2249d
Added angular velocity and angular movement to hand, changed hand to block.
2013-02-27 01:52:56 +01:00
Stephen Birarda
34b8a7bbeb
use getters and setters for all member variables in AgentList and Agent
2013-02-27 01:52:56 +01:00
Stephen Birarda
5910fdd7b7
AgentList returns agents vector and agentSocket by reference
2013-02-27 01:52:55 +01:00
Stephen Birarda
c123990d7a
switch back to EC2 DS for sanity check
2013-02-26 13:59:33 -08:00
Stephen Birarda
c645830809
temporary test against birarda's domain server
2013-02-26 13:43:50 -08:00
Stephen Birarda
1783ee5f85
send interface client position to audio mixer
2013-02-26 13:13:40 -08:00
Stephen Birarda
68c978cfde
Merge branch 'master' of github.com:worklist/hifi
2013-02-26 10:12:32 -08:00
Philip Rosedale
26a87b3b43
Added critically damped spring behavior to hand, and added simulateHand() routine to main.cpp that uses mouse to correctly move hand controller.
2013-02-26 09:41:16 -08:00
Stephen Birarda
bf94f1f861
refactor Audio.cpp in interface to use parseData in ARB
2013-02-25 17:13:44 -08:00
Stephen Birarda
abfd3a0168
refactor mixer to use AgentList, AudioRingBuffer as AgentData
2013-02-25 17:07:32 -08:00
Philip Rosedale
f7b20a7c9c
Added ability to drag hand by clicking and dragging on the screen.
2013-02-25 15:06:28 -08:00
Philip Rosedale
fff4bac53d
Merge remote-tracking branch 'origin'
2013-02-25 14:33:22 -08:00
Philip Rosedale
a22cd3680a
Added angular velocity and angular movement to hand, changed hand to block.
2013-02-25 14:31:56 -08:00
Stephen Birarda
d211eb6c84
use getters and setters for all member variables in AgentList and Agent
2013-02-25 12:51:52 -08:00
Stephen Birarda
4541a5fe78
AgentList returns agents vector and agentSocket by reference
2013-02-25 12:24:42 -08:00
Philip Rosedale
d272a7de31
Head: Added roll to lean decoupling constants, appropriate physical limits on angles for head, reduced sensitivity.
2013-02-22 22:37:11 -08:00
Stephen Birarda
d31eeda816
fix previous garbage commit
2013-02-22 16:45:03 -08:00
Stephen Birarda
04186664a3
the proper way to temporarily disable hand render
2013-02-22 16:44:29 -08:00
Stephen Birarda
a20a162502
don't move user view with their gyro, temporarily hide hand
2013-02-22 16:43:41 -08:00
Stephen Birarda
88cac51c0c
tweak sensitiviy on pitch and yaw changes
2013-02-22 16:28:58 -08:00
Stephen Birarda
2ab58e00ca
revert last change to ignore position changes from self-gyro
2013-02-22 16:25:38 -08:00
Stephen Birarda
7d244bbd45
don't allow gyro to move user head for themselves
2013-02-22 16:17:07 -08:00
Stephen Birarda
af48f4aad2
switch back to EC2 domain server
2013-02-22 15:15:25 -08:00
Tomáš Horáček
4403f726bb
Merge branch 'master' into 19095
2013-02-23 00:09:26 +01:00
Stephen Birarda
6a16d6e3bb
clean up agent killing/re-adding for interface and domain
2013-02-22 14:54:19 -08:00
Stephen Birarda
b4184562e0
Merge remote-tracking branch 'origin/master'
2013-02-22 13:39:20 -08:00
Stephen Birarda
5d2cba0b2a
add silent agent removal to AgentList class
2013-02-22 13:38:33 -08:00
Stephen Birarda
345ec8b938
fix threaded socket joins so that socket has timeout on blocking receive
2013-02-22 13:37:57 -08:00
Philip Rosedale
0453445b13
Render own manipulator hand in front of camera
2013-02-22 12:47:28 -08:00
Philip Rosedale
777a00db3e
Adding hand data to head broadcast packet.
2013-02-22 12:28:27 -08:00
Stephen Birarda
200982dddc
fix for UDPSocket receive crash in Audio class and main.cpp
2013-02-22 12:20:16 -08:00
Philip Rosedale
014fdcc618
Tweaked hand 'length'
2013-02-22 12:20:01 -08:00
Philip Rosedale
41259f9ae0
Changed Hand to be a floating 'paddle' in front of the head
2013-02-22 12:10:29 -08:00
Tomáš Horáček
7d73ca9b41
code cleanup
2013-02-22 18:46:41 +01:00
Tomáš Horáček
36a558d123
add "Scope" menu functionality
2013-02-22 18:38:25 +01:00
Tomáš Horáček
4741eb869e
add Mac OS X "Scope" menu with empty action
2013-02-22 18:22:16 +01:00
Stephen Birarda
e7fc997f78
push and pop when drawing agent heads
2013-02-21 16:55:20 -08:00
Stephen Birarda
aa9f4f966e
allow switchover to new audio mixer received from audio server
2013-02-21 15:43:52 -08:00
Stephen Birarda
1e00962fb7
fix crash on match to active socket, remove LD debug
2013-02-21 15:08:23 -08:00
Stephen Birarda
0becd86e6c
show correct number of agents nearby
2013-02-21 15:04:17 -08:00
Stephen Birarda
4a60c5a07b
switch back to EC2 domain server
2013-02-21 15:02:33 -08:00
Stephen Birarda
27c4702c7e
move to agent head position before drawing it
2013-02-21 14:45:33 -08:00
Stephen Birarda
9ec51116d5
fix unecessary copy of Agent, blow away linkedData to rebuild it
2013-02-21 14:36:53 -08:00
Stephen Birarda
ea43988173
resolve conflicts on merge with master
2013-02-21 13:00:02 -08:00
Stephen Birarda
060f4dceca
use AgentData class to abstract implemenation of linked data
2013-02-21 12:56:57 -08:00
Philip Rosedale
67115ccad4
First commit of 'Death Star' voxel planet
2013-02-21 11:25:52 -08:00
Philip Rosedale
5f60bf6376
recursive position vector is same as rendering.
2013-02-20 21:42:10 -08:00
Philip Rosedale
15fd9638d6
remove deadhead (of self) at origin. First commit of voxels with LOD, recursive test pattern.
2013-02-20 21:38:42 -08:00
Stephen Birarda
c57380012e
hook domain server up to AgentList, pack sockets
2013-02-20 18:32:23 -08:00
Stephen Birarda
7205817476
remove AgentSocket abstraction to use sockaddr struct
2013-02-20 11:44:35 -08:00
Stephen Birarda
42927ec602
implement pingAgents method in AgentList
2013-02-19 17:46:49 -08:00
Stephen Birarda
9a514f56e5
have AgentList control the required UDPSocket instance
2013-02-19 17:34:34 -08:00
Stephen Birarda
9d5a800c6f
begin abstraction of Agent communication to shared classes
2013-02-19 16:38:57 -08:00
Stephen Birarda
6c70d264ac
fix company name in header comments
2013-02-19 12:50:23 -08:00
Philip Rosedale
fd151fb7bc
trivial change for gyro fix
2013-02-18 16:42:19 -08:00
Stephen Birarda
741654e13d
don't print RAW packet to stdout
2013-02-18 16:35:45 -08:00
Stephen Birarda
307fa9e5fa
point to EC2 domain server instead of local machine
2013-02-18 16:33:31 -08:00
Stephen Birarda
dcb0e5add2
copy resources to OS X application bundle
2013-02-18 11:39:29 -08:00
Stephen Birarda
9774dd5874
don't kill serial when polling too quickly
2013-02-18 10:37:00 -08:00
Stephen Birarda
fd73b8de82
always store ports as unsigned short ports
2013-02-18 09:50:15 -08:00
Stephen Birarda
c3c0793ddc
mixer needs to send port as unsigned short
2013-02-18 09:39:52 -08:00
Stephen Birarda
612662c475
actually allocate memory for the agent private address
2013-02-18 09:36:47 -08:00
Stephen Birarda
0cea1e80ff
fix memory overwrite in domain server
2013-02-18 09:30:50 -08:00
Philip Rosedale
c0968e9967
Merge remote-tracking branch 'origin'
2013-02-18 09:17:54 -08:00
Stephen Birarda
615f04982c
quick fix to allow mixer on machine with domain server
2013-02-18 09:11:57 -08:00
Philip Rosedale
87b52b5d90
Merge remote-tracking branch 'origin'
2013-02-18 09:00:06 -08:00
Philip Rosedale
bd45740dc6
Partial progress on new voxel model.
2013-02-18 08:59:44 -08:00
Stephen Birarda
c6a8f6415e
switch back to EC2 domain server for test
2013-02-18 08:56:32 -08:00
Stephen Birarda
d1433aa2bd
a bad version of UDP hole punching for local agents
2013-02-18 08:53:16 -08:00
Philip Rosedale
b05909cf00
More avatar look changes
2013-02-15 17:12:52 -08:00
Philip Rosedale
31ce33f3a3
Fly turn and strafe faster
2013-02-15 17:02:10 -08:00
Philip Rosedale
01767719eb
Merge remote-tracking branch 'origin'
2013-02-15 16:46:23 -08:00
Philip Rosedale
514a373acd
Partial commit with head render angle fixes
2013-02-15 16:45:50 -08:00
Stephen Birarda
8e4e5d049b
fix bad conditional serial pairing
2013-02-15 15:08:05 -08:00
Stephen Birarda
660630e981
discard initial garbage reads, reset properly on disconnect
2013-02-15 15:06:09 -08:00
Stephen Birarda
d0203158c8
initial setup of polling for newly connected headset
2013-02-15 14:58:07 -08:00
Philip Rosedale
ba683de026
Merge remote-tracking branch 'origin'
2013-02-15 12:54:20 -08:00
Philip Rosedale
27860b1f07
Added stats display of agent ping times and various agent functions to get the data.
2013-02-15 12:53:21 -08:00
Stephen Birarda
da8fd5f4ee
hook space server up to shared UDPSocket class
2013-02-14 16:45:00 -08:00
Philip Rosedale
c360fabd96
Domain IP is used if static, else looked up.
2013-02-14 13:20:06 -08:00
Philip Rosedale
10ff074e38
Don't render head if you are inside it (it's your own)
2013-02-14 13:14:01 -08:00
Stephen Birarda
864bcb0a03
Merge branch 'master' of github.com:worklist/hifi
2013-02-13 20:43:20 -08:00
Stephen Birarda
9c822b9d58
dynamic switchover of audio mixer
2013-02-13 20:43:10 -08:00
Philip Rosedale
49201efbb1
Merge remote-tracking branch 'origin'
2013-02-13 20:40:38 -08:00
Philip Rosedale
12e4e15b21
It's entirely possible that the serialInterface reader is a tiny bit better, but I'm really not sure. :) Fixed bug with reading from middle of serial string on startup causing hang.
2013-02-13 20:40:00 -08:00
Stephen Birarda
ff83335123
undo solo test for mixer, add localhost mixer const to Audio.cpp
2013-02-13 16:19:31 -08:00
Stephen Birarda
815783732c
make UDPSocket non-blocking, thread receive of data in interface
2013-02-13 15:27:16 -08:00
Stephen Birarda
28beb3ecfc
undo changes to interface constants
2013-02-13 13:44:26 -08:00
Stephen Birarda
09dee91279
collect agent address on receive to send back audio
2013-02-13 13:42:23 -08:00
Philip Rosedale
9ad121ea00
Now looking up IP address of domain server on startup.
2013-02-13 11:50:10 -08:00
Philip Rosedale
f8cd82bd82
Merge remote-tracking branch 'origin'
2013-02-13 10:53:20 -08:00
Philip Rosedale
ecc7eee161
changed to EC2 domain server by default in interface, increased domain server keep alive timeout to 5 seconds.
2013-02-13 10:53:03 -08:00
Stephen Birarda
f371b5e21c
Merge branch 'master' of github.com:worklist/hifi
2013-02-13 10:47:34 -08:00
Stephen Birarda
fb31765024
AudioRingBuffer is a shared class (between mixer and interface)
2013-02-13 10:47:10 -08:00
Philip Rosedale
4ed1971276
Made oscilloscope 2 channel, turned on by default (need to fix injecting the last audio buffer tho).
2013-02-13 10:14:31 -08:00
Philip Rosedale
53a3d1f8c9
Added audio waveform oscilloscope, fixing head rendering of other agents and self.
2013-02-12 23:27:36 -08:00
Philip Rosedale
9d368adcd2
Merge remote-tracking branch 'origin'
2013-02-12 20:48:59 -08:00
Philip Rosedale
8d5a53b2c9
Added agent type to domain server, interface client
2013-02-12 20:48:09 -08:00
Stephen Birarda
fab10ada3e
move shared UDPSocket class to shared dir for reuse in mixer
2013-02-12 17:31:53 -08:00
Stephen Birarda
49d7e34cd9
fix casing of util.h import in Agent.cpp
2013-02-12 16:02:07 -08:00
Philip Rosedale
98612c8705
Merge remote-tracking branch 'origin'
2013-02-12 13:18:59 -08:00
Philip Rosedale
a48d9ecd95
Added ping detection between agents
2013-02-12 13:18:19 -08:00
Stephen Birarda
b426ea52d5
fix unused fread return value warning
2013-02-12 12:11:24 -08:00
Philip Rosedale
6f9d223454
Fixed network-to-host byte order problems when storing ports.
2013-02-12 10:58:30 -08:00
Philip Rosedale
b19fce1b46
close socket added
2013-02-12 01:54:14 -08:00
Philip Rosedale
b651032b06
Merge remote-tracking branch 'origin/master'
2013-02-12 01:52:23 -08:00
Philip Rosedale
82594c31ba
stop failing texture load at startup, always show nearby agent count
2013-02-12 01:50:12 -08:00
Philip Rosedale
b58bb6fe80
Head data streaming to other users, domain server improved, network.cpp removed and replaced with UDPSocket objects, input audio drives mouth color and size.
2013-02-12 01:41:36 -08:00
Stephen Birarda
b45286c6e5
add copied AudioRingBuffer for mixer, comment crashing mouse calls
2013-02-11 17:16:18 -08:00
Stephen Birarda
b3375c5e5f
fix crash by closing socket before deleting audio data
2013-02-11 17:07:56 -08:00
Stephen Birarda
b3a343f17f
build portaudio as external project before interface
2013-02-08 17:28:22 -08:00
Stephen Birarda
99b96ec737
build portaudio library to link with interface
2013-02-08 15:58:12 -08:00
Stephen Birarda
8b18238be3
include cstring for use of strcpy
2013-02-08 15:08:27 -08:00
Stephen Birarda
f1467b2f6c
fix incorrect casing on include of Util.h
2013-02-08 15:04:31 -08:00
Stephen Birarda
9dc6c1124b
include the correct library for printf
2013-02-08 15:03:17 -08:00
Stephen Birarda
7f0ee90486
include cstring for printf function
2013-02-08 15:02:03 -08:00
Stephen Birarda
08142a8adb
add header for glut to conditional include in InterfaceConfig
2013-02-08 14:57:59 -08:00
Stephen Birarda
ca0f285abe
include InterfaceConfig in Head.cpp for GLUT
2013-02-08 14:51:50 -08:00
Stephen Birarda
d394035e7e
switch back to ARB functions with glext include
2013-02-08 14:49:12 -08:00
Stephen Birarda
9095508238
define GL_GLEXT_PROTOTYPES for glPointParameter use
2013-02-08 14:43:22 -08:00
Stephen Birarda
d79bf39a24
using OpenGL later than 2, remove ARB from calls
2013-02-08 14:09:44 -08:00
Stephen Birarda
4983cc6973
conditional include to fix glPointParameterfvARB crash
2013-02-08 14:03:24 -08:00
Stephen Birarda
54b4762830
conditional Apple OS include of call to glPointParameterfvARB
2013-02-08 14:01:35 -08:00
Stephen Birarda
95dc030f19
fix casing of include of finger.h
2013-02-08 13:59:09 -08:00
Stephen Birarda
0c570f5ed5
import cstring for memset and memcpy
2013-02-08 13:57:38 -08:00
Stephen Birarda
8e412f7f40
fix casing on include of world.h
2013-02-08 13:54:45 -08:00
Stephen Birarda
7ff2441c84
conditionally only call glPointParameterfARB if Apple OS
2013-02-08 13:53:26 -08:00
Stephen Birarda
2be4e509c7
change conditional check for GL_ARB_point_parameters
2013-02-08 13:37:04 -08:00
Stephen Birarda
08e96b365b
conditional use of glPointParameterfvARB based on GL_ARB_point_parameters
2013-02-08 13:31:42 -08:00
Stephen Birarda
71713cf265
conditional inclusion of glext.h for non-apple OS
2013-02-08 13:28:36 -08:00
Stephen Birarda
b339e47be2
glut should be only inlude required for OpenGL
2013-02-08 13:25:34 -08:00
Stephen Birarda
98fc8418b1
condtional inclusion of glext for UNIX build
2013-02-08 13:21:25 -08:00
Stephen Birarda
70bddbbfed
include glext for glPointParameterfvARB method
2013-02-08 13:16:49 -08:00
Stephen Birarda
8bac08859e
include cstring for strlen function
2013-02-08 13:14:06 -08:00
Stephen Birarda
cedb212597
make Field a proper class to avoid duplicate symbols
2013-02-08 13:11:56 -08:00
Stephen Birarda
d75541bb69
include stdint.h for references to int16_t type
2013-02-08 12:54:07 -08:00
Stephen Birarda
2d08ce0b7d
capitalize import of Finger.h
2013-02-08 12:50:09 -08:00
Stephen Birarda
a1a8cd723d
provide type to structs for ISO C++ compliance
2013-02-08 12:49:02 -08:00
Stephen Birarda
c575974060
don't initialize samplecount in header
2013-02-08 12:46:47 -08:00
Stephen Birarda
a4fb6e01aa
include cstring for strlen on UNIX
2013-02-08 12:31:21 -08:00
Stephen Birarda
b524a38559
fix mising capitilazation for util include
2013-02-08 12:19:34 -08:00
Stephen Birarda
13a0597ab6
dynamic header for GLUT include
2013-02-08 12:17:35 -08:00
Philip Rosedale
58e96f0ab8
Merge branch 'master' of github.com:worklist/hifi
2013-02-07 20:09:29 -08:00
Stephen Birarda
0359cdbc12
merge with origin/master
2013-02-07 17:30:08 -08:00
Stephen Birarda
f5cbe7a05a
cmake build working for interface project
2013-02-07 17:29:01 -08:00
Stephen Birarda
f9b8d6cde0
don't use find module for glm/portaudio
2013-02-07 12:24:05 -08:00
Stephen Birarda
4860fb086d
link glm library to interface target
2013-02-07 11:41:01 -08:00
Stephen Birarda
24240a709c
add all extra CMake files to gitignore
2013-02-06 18:26:19 -08:00
Stephen Birarda
1111e4837e
intial restructuring for CMake setup
2013-02-06 18:07:36 -08:00