Andrew Meadows
|
49a6f63663
|
remove whitespace and fix warning (unused var)
|
2015-11-30 10:00:05 -08:00 |
|
Brad Hefta-Gaub
|
f56d2fba7f
|
allow playbackAgents to auto-register
|
2015-11-20 16:00:43 -08:00 |
|
Stephen Birarda
|
aa836aa4b5
|
add a script request timeout
|
2015-11-20 11:44:04 -08:00 |
|
Stephen Birarda
|
3b40119992
|
use Agent session UUID to request script
|
2015-11-20 11:35:24 -08:00 |
|
samcake
|
74beeefe06
|
Merge pull request #6420 from jherico/dargo
Make recording and playback work in interface, playback in agent
|
2015-11-18 17:52:09 -08:00 |
|
Brad Davis
|
98cc7408b1
|
Fixing issues found in AC playback test
|
2015-11-18 17:17:20 -08:00 |
|
Stephen Birarda
|
d90c073102
|
leverage NL keep alive pings in Agent
|
2015-11-18 10:25:18 -08:00 |
|
Stephen Birarda
|
bca00db4a8
|
use unique_ptr for Agent ScriptEngine
|
2015-09-16 11:48:15 -07:00 |
|
Brad Hefta-Gaub
|
94b273a029
|
more work on script engine
|
2015-09-14 20:59:10 -07:00 |
|
Brad Hefta-Gaub
|
56118e4204
|
migrate Agent to use standard APIs of ScriptEngine
|
2015-09-11 22:12:42 -07:00 |
|
Brad Hefta-Gaub
|
54c56a92f1
|
move agent specific code out of ScriptEngine
|
2015-09-11 21:56:00 -07:00 |
|
Brad Hefta-Gaub
|
f85cb2c888
|
first cut at cleaning up ScriptEngine class
|
2015-09-11 19:12:09 -07:00 |
|
Thijs Wenker
|
7325e6a7b7
|
Send ping requests to the nodes (AvatarMixer, AudioMixer, EntityServer) that the Assignment agent connected with to keep the connections alive.
|
2015-07-29 14:57:06 +02:00 |
|
Stephen Birarda
|
fbd287472d
|
make NodeData parseData take only packet
|
2015-07-14 14:09:00 -07:00 |
|
Stephen Birarda
|
f06636d45e
|
repairs for other ThreadedAssignment subclasses
|
2015-07-13 15:16:55 -07:00 |
|
Ryan Huffman
|
cdbcaf0f7f
|
Fix AudioMixer compilation errors
|
2015-07-13 12:06:12 -07:00 |
|
Ryan Huffman
|
8c04aafe67
|
Update Agent to use PacketReceiver
|
2015-07-10 17:08:07 -07:00 |
|
Ryan Huffman
|
cc7bfd90f1
|
Move audio packet handling to listener in Agent
|
2015-07-10 16:27:42 -07:00 |
|
Atlante45
|
4fce5113dd
|
Use DM to access AvatarHashMap/Manager
|
2015-01-23 11:50:27 -08:00 |
|
ZappoMan
|
4ea9bbc309
|
first major pass at voxelEctomy
|
2014-12-30 18:08:58 -08:00 |
|
ZappoMan
|
e1d8022409
|
working on removing voxels
|
2014-12-30 14:11:31 -08:00 |
|
ZappoMan
|
4c85e9f581
|
removing particles
|
2014-10-13 14:10:57 -07:00 |
|
ZappoMan
|
77e1867b11
|
Merge branch 'master' of https://github.com/highfidelity/hifi into virtualEntities
Conflicts:
assignment-client/src/Agent.cpp
assignment-client/src/Agent.h
examples/editModels.js
interface/src/Application.h
|
2014-07-31 10:34:23 -07:00 |
|
wangyix
|
6fc5c74c0b
|
renamed ringbuffer variables to audiostream
|
2014-07-28 13:08:53 -07:00 |
|
wangyix
|
e17556384d
|
added code to clear agent audiostream frames to prevent buildup
|
2014-07-25 15:51:34 -07:00 |
|
wangyix
|
fd9d7baa06
|
updated Agent with audiostream; added initial packets discard to audiostream
|
2014-07-25 15:14:10 -07:00 |
|
ZappoMan
|
865566414c
|
Merge branch 'master' of https://github.com/worklist/hifi into renameModelsToEntities
Conflicts:
interface/src/entities/EntityTreeRenderer.cpp
libraries/entities/src/EntityItem.h
libraries/models/src/ModelItem.cpp
libraries/models/src/ModelTree.cpp
libraries/models/src/ModelTreeElement.cpp
libraries/models/src/ModelsScriptingInterface.cpp
tests/octree/CMakeLists.txt
tests/octree/src/ModelTests.cpp
|
2014-07-01 16:32:47 -07:00 |
|
wangyix
|
ff438a2434
|
added seq stats for Agent,
fixed AudioInjector to do << (quint16)0 instead of
skipRawData(sizeof(quint16) to correctly allocate space for seq number;
added debug prints;
|
2014-06-27 11:23:50 -07:00 |
|
ZappoMan
|
ccc9eabd33
|
first cut at renaming Models to Entities
|
2014-06-26 16:39:52 -07:00 |
|
ZappoMan
|
715e6b8e60
|
debugging model editing
|
2014-05-02 09:10:30 -07:00 |
|
ZappoMan
|
aac42058ac
|
first cut at modelserver
|
2014-04-30 09:25:52 -07:00 |
|
Stephen Birarda
|
f8106e5063
|
add an AvatarHashMap to the Agent
|
2014-04-17 17:49:55 -07:00 |
|
Stephen Birarda
|
ae4b8348a2
|
fix header include guards via regex
|
2014-04-09 12:03:17 -07:00 |
|
Stephen Birarda
|
6a51df9e38
|
initial regex replacement of headers
|
2014-04-08 17:30:36 -07:00 |
|
Stephen Birarda
|
e2b230445f
|
add a method to Agent for last read frame loudness
|
2014-03-26 10:28:59 -07:00 |
|
ZappoMan
|
438e5bd235
|
fix crash on domain restart in Agent, also have Agent properly shutdown on call to Script.stop()
|
2014-03-21 15:46:06 -07:00 |
|
Stephen Birarda
|
8c4fad443f
|
allow Agents to microphone audio from Sound objects
|
2014-03-19 16:14:58 -07:00 |
|
Stephen Birarda
|
3b653ca542
|
add a sendAvatarAudioStream option to Agent for mixer load testing, closes #2291
|
2014-03-12 17:00:12 -07:00 |
|
ZappoMan
|
374af9eeb5
|
first cut at flocking birds, change willEmitVisualCallback to update
|
2014-03-04 14:40:49 -08:00 |
|
ZappoMan
|
1e404404c3
|
next pass at seeing voxels
|
2014-02-26 13:35:59 -08:00 |
|
Stephen Birarda
|
4ee416ba96
|
fixes for scripted avatars, closes #2033
|
2014-02-19 16:55:24 -08:00 |
|
Stephen Birarda
|
a5636d2dc0
|
make ThreadedAssignment subclasses handle QUdpSocket readyRead, closes #1895
|
2014-02-07 12:25:43 -08:00 |
|
Stephen Birarda
|
9694a622b5
|
update placeholder and give edit packet senders to Agent
|
2014-02-05 15:35:13 -08:00 |
|
Stephen Birarda
|
dd83ff0538
|
move isAvatar property access to Agent object
|
2014-01-31 14:36:50 -08:00 |
|
Stephen Birarda
|
33edcea5fb
|
resolve conflicts on merge with upstream master
|
2014-01-29 12:23:06 -08:00 |
|
Stephen Birarda
|
4103cc1cde
|
packet header changes and beginning of conversion to QByteArray
|
2014-01-28 10:36:08 -08:00 |
|
ZappoMan
|
c5ba92d73e
|
first part of getting local particle tree in agent
|
2014-01-27 11:10:59 -08:00 |
|
ZappoMan
|
651d2d0c81
|
rename voxels and particles scripting interfaces
|
2013-12-31 09:41:35 -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 |
|