Ryan Huffman
|
8c3d8bc7de
|
Merge pull request #5809 from birarda/phrc
timing fixes for default time_point on windows
|
2015-09-15 15:29:30 -07:00 |
|
Stephen Birarda
|
8454cb916c
|
avoid branching by using %= operator
|
2015-09-15 15:15:26 -07:00 |
|
Stephen Birarda
|
6756d5364b
|
sensible defaults for other time_point uses
|
2015-09-15 10:11:05 -07:00 |
|
Stephen Birarda
|
6a186ad1fe
|
ensure a handshake goes out the first time
|
2015-09-15 09:48:17 -07:00 |
|
Brad Hefta-Gaub
|
54a45f3173
|
Merge branch 'master' of https://github.com/highfidelity/hifi into scriptEngineCleanup
Conflicts:
libraries/entities-renderer/src/EntityTreeRenderer.cpp
libraries/script-engine/src/ScriptEngine.cpp
libraries/script-engine/src/ScriptEngine.h
|
2015-09-14 21:13:08 -07:00 |
|
Stephen Birarda
|
a27e0e7cc7
|
remove an unused alias
|
2015-09-14 17:18:22 -07:00 |
|
Stephen Birarda
|
84ab4fd585
|
force minimum for p_hrc time_point values
|
2015-09-14 17:16:42 -07:00 |
|
Ryan Huffman
|
b0ffb50fdf
|
Move assertion in AssetRequest below error checking
If the request had an error then there is no reason the assertion should
be true.
|
2015-09-14 15:48:11 -07:00 |
|
Ryan Huffman
|
15b809bd16
|
Merge pull request #5795 from birarda/phrc
fix high resolution timing for VS2012 in networking
|
2015-09-14 13:49:20 -07:00 |
|
Stephen Birarda
|
d82fd9a6ed
|
Merge pull request #5797 from huffman/fix-assert
Fix assert in AssetResourceRequest
|
2015-09-14 13:40:13 -07:00 |
|
Ryan Huffman
|
f3b513866a
|
Fix assert in AssetResourceRequest
|
2015-09-14 13:39:14 -07:00 |
|
Stephen Birarda
|
8308dbf4a3
|
Merge pull request #5787 from huffman/cleanup-asset-requests-on-node-kill
DO NOT MERGE: Cleanup asset requests on node kill
|
2015-09-14 13:08:01 -07:00 |
|
Ryan Huffman
|
29d26a1f9a
|
Fix namespace issues std:: template specialization
|
2015-09-14 12:17:36 -07:00 |
|
Ryan Huffman
|
42d21e4dc1
|
Update AssetClient's node killed handling to check if node is asset server first
|
2015-09-14 11:56:47 -07:00 |
|
Ryan Huffman
|
e87fcb78cd
|
Add proper cleanup of AssetRequest in AssetResourceRequest
|
2015-09-14 11:34:51 -07:00 |
|
Ryan Huffman
|
b8c1c279c6
|
Update AssetRequest::State enum to use camelcase
|
2015-09-14 11:22:55 -07:00 |
|
Ryan Huffman
|
6468046c68
|
Update AssetClient callbacks to return whether a response was received
|
2015-09-14 11:22:34 -07:00 |
|
Stephen Birarda
|
302fd923b8
|
Merge branch 'master' of https://github.com/highfidelity/hifi into phrc
|
2015-09-14 11:21:37 -07:00 |
|
Stephen Birarda
|
9b926f6f04
|
add an hrc with proper resolution for < VC2015
|
2015-09-14 11:21:08 -07:00 |
|
Seth Alves
|
49ee251238
|
quiet compiler
|
2015-09-12 09:59:25 -07:00 |
|
Brad Hefta-Gaub
|
8395fb6eff
|
normalize how ScriptCache::getScript() works relative to ResourceManager
|
2015-09-11 21:24:39 -07:00 |
|
Stephen Birarda
|
6da388f2af
|
cleanup UDT_CONNECTION_DEBUG, add time for node timeout
|
2015-09-11 16:38:14 -07:00 |
|
Ryan Huffman
|
a5ba86514c
|
Remove log message
|
2015-09-11 14:01:08 -07:00 |
|
Ryan Huffman
|
b564ceb76f
|
Add network error to AssetRequest
|
2015-09-11 14:01:08 -07:00 |
|
Ryan Huffman
|
42b4c7d423
|
Update AssetClient to handle disconnections from a node
|
2015-09-11 14:01:08 -07:00 |
|
Ryan Huffman
|
3ae323cb2e
|
Move pending requests in AssetClient to include node sent to
|
2015-09-11 14:01:08 -07:00 |
|
Ryan Huffman
|
4ed3e36181
|
Update AssetClient::create* methods to not block on invokeMethod
|
2015-09-11 14:01:08 -07:00 |
|
Stephen Birarda
|
a286f4e7d0
|
Merge pull request #5772 from Atlante45/protocol
Asset server node JSON stats
|
2015-09-11 09:35:39 -07:00 |
|
Ryan Huffman
|
9ab603e9a5
|
Merge pull request #5773 from birarda/master
fail asset request if hash does not match
|
2015-09-11 09:09:56 -07:00 |
|
Atlante45
|
449d6a04d8
|
CR
|
2015-09-11 14:21:56 +02:00 |
|
Atlante45
|
8c1fb67825
|
Lock nodeHash mutex for node lookup
|
2015-09-11 14:21:55 +02:00 |
|
Atlante45
|
0037a1f4a7
|
Win build fix
|
2015-09-11 14:21:55 +02:00 |
|
Atlante45
|
15f7745bcc
|
JSON stats reliable and ordered
|
2015-09-11 14:21:54 +02:00 |
|
Atlante45
|
08e0a8d705
|
AssetServer JSON stats
|
2015-09-11 14:21:53 +02:00 |
|
Atlante45
|
5808658958
|
Make NodeJSONStats reliable
|
2015-09-11 14:21:53 +02:00 |
|
Stephen Birarda
|
973fd80c1d
|
fail asset request if hash does not match
|
2015-09-10 15:24:37 -07:00 |
|
Anthony J. Thibault
|
3149baeefc
|
Merge branch 'master' into tony/ik-and-controllers
|
2015-09-10 11:04:31 -07:00 |
|
Brad Hefta-Gaub
|
626fcb867b
|
CR feedback
|
2015-09-09 17:27:39 -07:00 |
|
Brad Hefta-Gaub
|
f710afbfd1
|
CR feedback
|
2015-09-09 17:26:01 -07:00 |
|
Brad Hefta-Gaub
|
d62945c6bf
|
fix degenerative url scheme case
|
2015-09-09 17:13:16 -07:00 |
|
Stephen Birarda
|
f06e4eaae9
|
fix suppression of packet from unknown node
|
2015-09-09 15:20:35 -07:00 |
|
Stephen Birarda
|
2849d80274
|
use the exact payload size where possible
|
2015-09-09 10:39:53 -07:00 |
|
Stephen Birarda
|
e7e1f5fe5c
|
make all of AssetClient packets reliable
|
2015-09-09 10:35:31 -07:00 |
|
Andrew Meadows
|
b6cef3d1a9
|
fix Qt includes
|
2015-09-08 18:19:33 -07:00 |
|
Stephen Birarda
|
a3feff1bd4
|
put DomainServerConnectionToken back in NON_SOURCED
|
2015-09-08 16:19:15 -07:00 |
|
Stephen Birarda
|
e1c395f5ea
|
resolve conflicts on merge with upstream/master
|
2015-09-08 14:56:23 -07:00 |
|
Stephen Birarda
|
e0a8469354
|
fix for sequence point warning
|
2015-09-08 13:42:52 -07:00 |
|
David Rowe
|
2325cb8ee0
|
Merge branch 'master' into 20669
|
2015-09-08 13:26:20 -07:00 |
|
Stephen Birarda
|
9878143661
|
repairs to ShaderCache for Resource changes
|
2015-09-08 08:58:35 -07:00 |
|
David Rowe
|
cb9468c311
|
Add colorSpread entity particle property
|
2015-09-07 16:27:42 -07:00 |
|