Stephen Birarda
|
db0c1bdba1
|
another type squish in Agent header
|
2013-05-15 14:28:43 -07:00 |
|
Stephen Birarda
|
9b8fd55bb7
|
type squishes in Agent header
|
2013-05-15 14:28:20 -07:00 |
|
Stephen Birarda
|
80284470ed
|
type squishes in Agent class
|
2013-05-15 14:20:15 -07:00 |
|
Stephen Birarda
|
12b4b485f0
|
refactor the Agent copy constructor
|
2013-05-15 14:19:14 -07:00 |
|
Stephen Birarda
|
f333aaf809
|
refactor Agent constructor to call member variable constructors
|
2013-05-15 14:16:15 -07:00 |
|
Stephen Birarda
|
48b57c92bd
|
refactor Agent member variables
|
2013-05-15 14:12:21 -07:00 |
|
birarda
|
f71b342b8e
|
Merge pull request #318 from birarda/master
add audio injector the getTypeName switch case
|
2013-05-15 14:02:52 -07:00 |
|
Stephen Birarda
|
2c242a7704
|
add AGENT_TYPE_AUDIO_INJECTOR to getTypeName, refactor
|
2013-05-15 14:02:09 -07:00 |
|
Philip Rosedale
|
2820323567
|
Fixes from merge
|
2013-05-15 13:48:55 -07:00 |
|
Andrzej Kapolka
|
7211fd7027
|
Now that we have a Qt context, we can use their shader classes. However, we
extend the program object class with glm-enabled functions.
|
2013-05-15 13:27:37 -07:00 |
|
Philip Rosedale
|
f6389cac38
|
First commit, audio echo detection, also changed scope to show last buffer played rather than next buffer to play.
|
2013-05-15 13:03:22 -07:00 |
|
ZappoMan
|
652832c207
|
Merge pull request #316 from ey6es/master
Voxel editing improvements: apply color on add, menu items, free placement, dragging.
|
2013-05-15 13:01:43 -07:00 |
|
Andrzej Kapolka
|
3e57aa08c9
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2013-05-15 12:48:51 -07:00 |
|
ZappoMan
|
ab3ee22dc9
|
Merge pull request #317 from birarda/audio-refactor
refactoring Audio in interface and audio-mixer
|
2013-05-15 12:40:05 -07:00 |
|
Stephen Birarda
|
e0ee50fa9c
|
spacing changes in Audio render
|
2013-05-15 12:38:11 -07:00 |
|
Stephen Birarda
|
351412f6e8
|
constantize SOUND_PITCH in addProceduralSounds
|
2013-05-15 12:36:53 -07:00 |
|
Stephen Birarda
|
63a2b203d9
|
constantize VOLUME_BASELINE in addProceduralSounds
|
2013-05-15 12:36:19 -07:00 |
|
Stephen Birarda
|
274c810dec
|
constantize the number of packets to discard for stats
|
2013-05-15 12:35:41 -07:00 |
|
Stephen Birarda
|
b186dd0f65
|
comment cleanup for audioCallback
|
2013-05-15 12:24:58 -07:00 |
|
Stephen Birarda
|
c5fdfd64e7
|
remove extra space
|
2013-05-15 12:22:11 -07:00 |
|
Stephen Birarda
|
44b12cb593
|
spacing changes
|
2013-05-15 12:21:43 -07:00 |
|
Stephen Birarda
|
fb42e8df04
|
correct some global references in Audio.cpp
|
2013-05-15 12:19:40 -07:00 |
|
Stephen Birarda
|
182b0b4fa1
|
data sent to client from mixer must include packet header
|
2013-05-15 12:13:39 -07:00 |
|
Andrzej Kapolka
|
4292cd9ab3
|
Moved voxel options into their own menu, switched destructive flag to check
Qt action.
|
2013-05-15 12:05:32 -07:00 |
|
Stephen Birarda
|
e4a734fc78
|
refactor constructor in AudioInjector
|
2013-05-15 12:01:32 -07:00 |
|
Stephen Birarda
|
e83710e45e
|
prepend audio packets from the mixer with a packet header
|
2013-05-15 12:00:04 -07:00 |
|
Andrzej Kapolka
|
0ce9e42085
|
Support dragging when in coloring mode. I tried it in add/delete mode, too,
but it felt messy.
|
2013-05-15 11:48:23 -07:00 |
|
Stephen Birarda
|
ce34a8f3e0
|
add packet headers and agent types for audio clarity
|
2013-05-15 11:43:49 -07:00 |
|
Stephen Birarda
|
26c34bb86c
|
sensible initialization for Audio member variables
|
2013-05-15 11:29:52 -07:00 |
|
Andrzej Kapolka
|
6317404249
|
When in add mode and there's no voxel under the cursor, place the mouse voxel
a fixed distance away.
|
2013-05-15 11:21:34 -07:00 |
|
Stephen Birarda
|
4693082db0
|
refactor Audio to remove requirement of AudioData
|
2013-05-15 10:54:36 -07:00 |
|
Andrzej Kapolka
|
b05140ee51
|
Turned the voxel edit commands into menu options for better visibility.
|
2013-05-15 10:40:41 -07:00 |
|
Philip Rosedale
|
84d18296d2
|
removed normalization of body yaw (need to fix springs before we do it)
|
2013-05-15 10:02:02 -07:00 |
|
Philip Rosedale
|
72d657b51d
|
Preventing render bug with mis-scaled mouth (part of screen all black)
|
2013-05-15 10:00:30 -07:00 |
|
Andrzej Kapolka
|
1f7b77eb95
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2013-05-15 09:55:56 -07:00 |
|
Philip Rosedale
|
124f04820e
|
Removed renderPitch(), and renderYaw() from code/classes - we will use bodyPitch(), headPitch() only.
|
2013-05-15 09:52:12 -07:00 |
|
Philip Rosedale
|
73c793c0a1
|
Added optional millisecond onscreen frame timer for easier latency timing with high-speed camera
|
2013-05-15 09:37:36 -07:00 |
|
Philip Rosedale
|
daaf86a634
|
restrict avatar body yaw to be between 0-360
|
2013-05-15 08:06:53 -07:00 |
|
tosh
|
168bd24342
|
comments out logging, after testing all is fine
|
2013-05-15 16:16:53 +02:00 |
|
tosh
|
6a47db91da
|
tidies up UrlReader component
|
2013-05-15 15:29:02 +02:00 |
|
tosh
|
9765ce7b9c
|
removes obsolete OGlProgram.h, moves utility macro for logging gl errors to Log.h
|
2013-05-15 14:25:40 +02:00 |
|
tosh
|
31e518ebfd
|
moves dependency to new gl-program class to starfield/Config.h (where all
the other dependencies to components outside the 'starfield' folder live)
and removes dependency to obsolete OGlProgram.h
|
2013-05-15 14:21:32 +02:00 |
|
Jeffrey Ventrella
|
a0e8c0da74
|
more work on avatar lookat
|
2013-05-14 18:15:54 -07:00 |
|
Jeffrey Ventrella
|
a5e696b696
|
Merge remote-tracking branch 'upstream/master'
|
2013-05-14 17:31:03 -07:00 |
|
Jeffrey Ventrella
|
f53b49c496
|
working on lookat (eye contact)
|
2013-05-14 17:30:41 -07:00 |
|
Philip Rosedale
|
5fec8bc8fe
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2013-05-14 17:11:27 -07:00 |
|
Philip Rosedale
|
6cfdf96dea
|
Added mouse panning in the Yaw direction - at edges of screen.
|
2013-05-14 17:11:16 -07:00 |
|
birarda
|
6f7d2a6922
|
Merge pull request #314 from birarda/transmitter
add new packet header for V2 transmitter data
|
2013-05-14 16:30:55 -07:00 |
|
Stephen Birarda
|
aca2ce47b6
|
add a V2 transmitter data packet for new iOS transmitter
|
2013-05-14 16:29:39 -07:00 |
|
Andrzej Kapolka
|
45e1d341fa
|
When we add voxels, add them with the selected color.
|
2013-05-14 16:02:50 -07:00 |
|