David Rowe
|
eb01ba9812
|
Merge branch 'master' into 20681
|
2015-09-23 09:42:56 -07:00 |
|
Brad Hefta-Gaub
|
efda121619
|
fix a bunch of warnings on windows
|
2015-09-22 16:40:17 -07:00 |
|
David Rowe
|
03194437f5
|
Merge branch 'master' into 20681
Conflicts:
examples/entityScripts/sprayPaintCan.js
|
2015-09-18 12:04:02 -07:00 |
|
Sam Gateau
|
d0f7ddd3a6
|
Merge branch 'master' of https://github.com/highfidelity/hifi into orange
|
2015-09-18 00:03:19 -07:00 |
|
David Rowe
|
12e2cf3ce9
|
Emit in all directions from a point or the surface of a spheroid
|
2015-09-17 17:14:35 -07:00 |
|
Stephen Birarda
|
285a6cc738
|
use erase directly for cleanupConnection
|
2015-09-17 14:51:48 -07:00 |
|
Stephen Birarda
|
a914ec82c3
|
more comment correctness for Socket
|
2015-09-17 14:17:43 -07:00 |
|
Stephen Birarda
|
1f9bb22b9e
|
fix some wording in Socket comment
|
2015-09-17 14:17:03 -07:00 |
|
Stephen Birarda
|
36e2d4fc76
|
add check for NotStarted state in PL queue
|
2015-09-17 14:16:03 -07:00 |
|
Stephen Birarda
|
4758dd2a53
|
correct locking races in SendQueue/Connection cleanup
|
2015-09-17 14:13:24 -07:00 |
|
David Rowe
|
d51cab3e3d
|
Replace particle velocity with speed and orientation
|
2015-09-16 14:51:08 -07:00 |
|
Sam Gateau
|
d45547aa1a
|
Merge and update
|
2015-09-16 13:46:07 -07:00 |
|
Stephen Birarda
|
cc8ad868b8
|
don't parent DS timer to object in another thread
|
2015-09-16 12:27:57 -07:00 |
|
Stephen Birarda
|
500a96ee7c
|
guard perpetual AC domain connection if NL thread locked
|
2015-09-16 12:25:03 -07:00 |
|
Atlante45
|
88d073b4ac
|
More disk cache debug info
|
2015-09-16 15:20:48 +02:00 |
|
Atlante45
|
dd0244b15d
|
Added a couple comments
|
2015-09-16 15:17:15 +02:00 |
|
Atlante45
|
9678e70444
|
Asset caching
|
2015-09-16 15:17:15 +02:00 |
|
Atlante45
|
eabee9857a
|
Enum coding standard
|
2015-09-16 15:17:14 +02:00 |
|
Brad Hefta-Gaub
|
54972515dc
|
make sure timer is owned
|
2015-09-15 17:04:40 -07:00 |
|
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 |
|
Sam Gateau
|
3f2609e52a
|
merging
|
2015-09-14 09:59:04 -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 |
|
Sam Gateau
|
c9ec65fd65
|
Merge branch 'master' of https://github.com/highfidelity/hifi into orange
|
2015-09-11 09:51:43 -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 |
|