Andrzej Kapolka
|
f10dccb1b8
|
Fix for menu shortcuts; just include widget library rather than using awkward
workaround.
|
2013-12-18 17:28:21 -08:00 |
|
ZappoMan
|
f469553b8c
|
CR feedback
|
2013-12-17 14:27:54 -08:00 |
|
ZappoMan
|
88c319a0da
|
remove dead code
|
2013-12-17 14:15:34 -08:00 |
|
ZappoMan
|
7b3a778fb4
|
get Agent working with ScriptEngine
|
2013-12-17 14:13:16 -08:00 |
|
ZappoMan
|
43054ad893
|
cleanup
|
2013-12-17 13:56:07 -08:00 |
|
ZappoMan
|
ccd6058412
|
get abstract menu class to work
|
2013-12-17 13:55:17 -08:00 |
|
ZappoMan
|
5c946090db
|
Merge branch 'master' of https://github.com/worklist/hifi into agent_script_engine_refactor
|
2013-12-17 13:34:13 -08:00 |
|
Stephen Birarda
|
bbe525412f
|
fix pulling of delayed samples in audio mixer
|
2013-12-17 11:22:34 -08:00 |
|
ZappoMan
|
95639c7ce7
|
first cut, not working yet
|
2013-12-17 10:58:36 -08:00 |
|
Philip Rosedale
|
03869e81fd
|
Merge pull request #1380 from birarda/qt-for-portaudio
move from 44.1 to 48 on audio
|
2013-12-16 17:58:41 -08:00 |
|
Stephen Birarda
|
6b644eb130
|
repair upsampling and local loopback by correcting for limits
|
2013-12-16 15:15:25 -08:00 |
|
Stephen Birarda
|
0970ed55a8
|
re-instate positional audio in the audio-mixer
|
2013-12-16 12:36:55 -08:00 |
|
Stephen Birarda
|
1f9ca00317
|
drive input from buffer callback and output from network
|
2013-12-16 11:58:23 -08:00 |
|
ZappoMan
|
c2d5accbc9
|
implement OctreeScriptingInterface base class to share common behavior for particle and voxel scripting
|
2013-12-14 13:25:33 -08:00 |
|
ZappoMan
|
e2fbb7beb4
|
first cut at splitting out scripting engine from agent to add to client
|
2013-12-14 08:14:38 -08:00 |
|
Stephen Birarda
|
f17ee1af7a
|
cleanup AudioRingBuffer API
|
2013-12-12 13:37:18 -08:00 |
|
Stephen Birarda
|
6fab49b1b7
|
change ring buffer to interleaved for stereo
|
2013-12-11 12:02:22 -08:00 |
|
ZappoMan
|
542019a491
|
add script to the particle wire and disk format
|
2013-12-10 15:28:59 -08:00 |
|
ZappoMan
|
2ca628fdf1
|
first cut at particle renderer cleanup particle jurisdiction listener fix storage of particles
|
2013-12-09 11:45:32 -08:00 |
|
ZappoMan
|
4df2f2189d
|
moved voxels scripting interface
|
2013-12-06 16:07:59 -08:00 |
|
ZappoMan
|
91ffb5b167
|
added node type to jurisdiction messages and more work on particle editing
|
2013-12-06 15:56:51 -08:00 |
|
Stephen Birarda
|
3f9e00d977
|
fix a boneheaded mistake in AvatarMixer broadcastAvatarData
|
2013-12-05 15:10:01 -08:00 |
|
Stephen Birarda
|
b3d6c18902
|
reset buffer pointers in between sending to nodes
|
2013-12-05 13:54:46 -08:00 |
|
Stephen Birarda
|
7fab3ea269
|
don't use static packets in AvatarMixer
|
2013-12-05 13:50:44 -08:00 |
|
Stephen Birarda
|
5ae30bc1a0
|
cast integer sample rate so BUFFER_SEND_INTERVAL is correct
|
2013-12-05 13:12:49 -08:00 |
|
Stephen Birarda
|
d2f7dd2371
|
resolve conflicts on merge with upstream master
|
2013-12-05 12:13:11 -08:00 |
|
Stephen Birarda
|
71aca69410
|
fix rendered scope for new Qt Audio
|
2013-12-05 11:36:45 -08:00 |
|
ZappoMan
|
0acd9d0fce
|
tweak to cause rebuild
|
2013-12-04 21:10:01 -08:00 |
|
ZappoMan
|
aec0e9f4aa
|
added basic particle server renamed voxel packet names to fit standard
|
2013-12-04 21:00:00 -08:00 |
|
ZappoMan
|
bfa8038f18
|
removed scripts
|
2013-12-04 19:51:16 -08:00 |
|
ZappoMan
|
5ff12ab8d1
|
first cut at getting voxel server based on octree server
|
2013-12-04 17:41:52 -08:00 |
|
ZappoMan
|
37466251d4
|
added some scripts, latest particle server work
|
2013-12-04 13:25:50 -08:00 |
|
ZappoMan
|
2b27c91550
|
Merge branch 'master' of https://github.com/worklist/hifi into particle_server
Conflicts:
interface/src/VoxelSystem.cpp
interface/src/VoxelSystem.h
|
2013-12-04 11:40:54 -08:00 |
|
Stephen Birarda
|
457c3cc8d9
|
remove unneeded VoxelTree in VoxelScriptingInterface
|
2013-12-04 11:19:16 -08:00 |
|
ZappoMan
|
9faef65ccc
|
first cut at splitting out octree base classes
|
2013-12-03 17:32:02 -08:00 |
|
Stephen Birarda
|
da580ecbaf
|
fix inclusion of QThread in Assignment
|
2013-12-03 12:31:39 -08:00 |
|
Stephen Birarda
|
969f782a9b
|
simplify index access of QByteArray in processDatagram
|
2013-12-03 12:29:31 -08:00 |
|
Stephen Birarda
|
3d14fba7ab
|
have AssignmentFactory return a ThreadedAssignment
|
2013-12-03 12:14:24 -08:00 |
|
Stephen Birarda
|
5143c68b91
|
fix packet sending from VoxelScriptingInterface
|
2013-12-03 12:09:47 -08:00 |
|
Stephen Birarda
|
182c69c7b8
|
re-write Agent to use new QCA infrastructure
|
2013-12-03 11:34:54 -08:00 |
|
Stephen Birarda
|
6f7e16dc22
|
hook VS to new QCA infrastructure
|
2013-12-03 11:11:08 -08:00 |
|
Stephen Birarda
|
ed854dcb7b
|
re-work AvatarMixer to new QCA infrastructure, closes #1300
|
2013-12-03 10:58:04 -08:00 |
|
Stephen Birarda
|
606eaa579a
|
switch node pinging to QTimer in QCoreApplication instance
|
2013-12-03 10:57:31 -08:00 |
|
Stephen Birarda
|
c3b6a7b24c
|
setup subclass for threaded assignments
|
2013-12-03 10:22:13 -08:00 |
|
Stephen Birarda
|
6ce8c12cb7
|
remove timing debug for DS check in
|
2013-12-03 10:09:38 -08:00 |
|
Stephen Birarda
|
6d162ff7a7
|
process any new events at beginning of Assignment while loop
|
2013-12-03 10:07:40 -08:00 |
|
Stephen Birarda
|
02732e9a2e
|
cleanup memory leaks and timing on assignment threading
|
2013-12-03 10:03:56 -08:00 |
|
Stephen Birarda
|
330eff72ce
|
repair usage of DS as STUN server
|
2013-12-02 17:18:07 -08:00 |
|
Stephen Birarda
|
113ef1b386
|
fix cleanup of finished assignment
|
2013-12-02 16:45:13 -08:00 |
|
Stephen Birarda
|
1e279cf99c
|
hook AudioMixer to new event-driven assignment setup
|
2013-12-02 16:34:38 -08:00 |
|