Stephen Birarda
|
46d90b4f31
|
make sure syn timer is moved to Socket thread
|
2015-08-31 11:40:06 -07:00 |
|
Stephen Birarda
|
de2bfd0d0d
|
some QThread cleanup and fix in Socket
|
2015-08-31 11:30:31 -07:00 |
|
Seth Alves
|
3424071a33
|
Merge branch 'master' of github.com:highfidelity/hifi into polyvox-again
|
2015-08-31 11:17:46 -07:00 |
|
Howard Stearns
|
2dbfa5ce9f
|
Be more uniform in deciding animation movement, and incorporate HMD standing mode (which sets position, but not velocity).
|
2015-08-31 11:10:05 -07:00 |
|
Howard Stearns
|
a907c5757b
|
Do not reset animation frame when restarting while we're fading out.
Keeps it smooth if we're oscillating on some theshold between running and not.)
|
2015-08-31 11:09:28 -07:00 |
|
Anthony J. Thibault
|
77b857031b
|
Take timeScale into account during interps & setCurrentFrame()
|
2015-08-31 11:01:15 -07:00 |
|
Atlante45
|
6657cecb7a
|
Merge branch 'protocol' of https://github.com/birarda/hifi into popup
|
2015-08-31 19:52:46 +02:00 |
|
Stephen Birarda
|
fa0abe2972
|
resolve conflicts on merge with upstream/master
|
2015-08-31 10:51:12 -07:00 |
|
Stephen Birarda
|
181c8a8b65
|
handle packet probe when no data available
|
2015-08-31 10:48:45 -07:00 |
|
Anthony J. Thibault
|
54aa0677f6
|
Merge branch 'master' into ajt/new-anim-system
|
2015-08-31 10:47:50 -07:00 |
|
Brad Davis
|
dc7d20ff86
|
Working on ui
|
2015-08-30 23:50:02 -07:00 |
|
Raffi Bedikian
|
ff2a58b3eb
|
Add FXAA effect class, modeled after AO effect
|
2015-08-30 20:49:03 -07:00 |
|
Raffi Bedikian
|
1001cf9000
|
Add shader files for FXAA
|
2015-08-30 20:48:06 -07:00 |
|
Raffi Bedikian
|
59a758b5ec
|
Add AA state to RenderContext and Menu
|
2015-08-30 20:38:05 -07:00 |
|
Ryan Huffman
|
fc80745c08
|
Update message handling to use insertion sort
|
2015-08-30 20:03:15 -07:00 |
|
Brad Davis
|
9d07bf1585
|
Magballs: Removing entity scripts, using onUpdate
|
2015-08-30 19:20:47 -07:00 |
|
Seth Alves
|
41a2ff2fff
|
working on stitching marching-cube polyvoxs together
|
2015-08-30 18:42:15 -07:00 |
|
Seth Alves
|
64d0ce47f3
|
attempting to stitch polyvox entites together
|
2015-08-30 09:59:33 -07:00 |
|
Bennett Goble
|
6f4fc24fb6
|
NodeConnectionData QDataStream #include
|
2015-08-30 12:05:56 -04:00 |
|
Brad Davis
|
a574251173
|
Cleaning up and moving entity script
|
2015-08-29 23:06:23 -07:00 |
|
Brad Davis
|
cffb0be384
|
Removing edge finding calculations
|
2015-08-29 22:49:14 -07:00 |
|
Brad Davis
|
ebb530aaac
|
More magball work
|
2015-08-29 22:30:21 -07:00 |
|
Stephen Birarda
|
7937101a58
|
fix define for UDT_CONNECTION_DEBUG
|
2015-08-29 14:44:18 -07:00 |
|
Stephen Birarda
|
b81f996366
|
add network logging to SendQueue, fix ctor order
|
2015-08-29 14:38:07 -07:00 |
|
Stephen Birarda
|
e67a3e8541
|
use define to hide verbose connection debugging
|
2015-08-29 14:36:46 -07:00 |
|
Stephen Birarda
|
2b0b883db2
|
remove debug for writeReliablePacket invoke
|
2015-08-29 14:28:50 -07:00 |
|
Stephen Birarda
|
71ff855d86
|
add connection cleanup that respects send/receive
|
2015-08-29 14:28:24 -07:00 |
|
Brad Davis
|
38b62108af
|
Magnetic sticks and balls
|
2015-08-28 23:35:43 -07:00 |
|
Anthony J. Thibault
|
9d983e0614
|
Bug fix to AnimNode::setSkeletonModel and AnimNodeLoader.
Also updated avatar.json to test nested graphs under a SM.
|
2015-08-28 17:16:32 -07:00 |
|
Stephen Birarda
|
d16894d2c5
|
Merge branch 'protocol' of github.com:birarda/hifi into atp
|
2015-08-28 16:41:49 -07:00 |
|
Seiji Emery
|
e0f6db2152
|
Coding style
|
2015-08-28 16:36:44 -07:00 |
|
Stephen Birarda
|
441a5d34bf
|
don't go inactive in sync
|
2015-08-28 16:36:07 -07:00 |
|
James B. Pollack
|
08986dcb17
|
Merge pull request #5669 from ZappoMan/breakdanceToy
first cut at breakdance toy
|
2015-08-28 16:36:00 -07:00 |
|
Stephen Birarda
|
42105dfc33
|
replace mutexes with invoked methods in Socket
|
2015-08-28 16:34:24 -07:00 |
|
Brad Davis
|
f353d34479
|
Merge pull request #5680 from highfidelity/revert-5677-bart
Revert "Add common vector constants to JS"
|
2015-08-28 16:27:31 -07:00 |
|
Brad Davis
|
08e4fe2dc2
|
Revert "Add common vector constants to JS"
|
2015-08-28 16:26:56 -07:00 |
|
Stephen Birarda
|
20d1244db4
|
use a write lock for sync so it can be recursive
|
2015-08-28 15:17:44 -07:00 |
|
Stephen Birarda
|
abffc0317b
|
expire the connection if it is 16 timeouts since data
|
2015-08-28 15:07:07 -07:00 |
|
Stephen Birarda
|
d6310da8c8
|
consider handshake ACK not received on send queue stop
|
2015-08-28 15:01:03 -07:00 |
|
Stephen Birarda
|
ee203dbe45
|
fix check after mutex creation
|
2015-08-28 14:57:22 -07:00 |
|
Stephen Birarda
|
a30bc79dd5
|
guard send queue creation with a mutex
|
2015-08-28 14:55:25 -07:00 |
|
Stephen Birarda
|
1e09321b1a
|
avoid creating multiple send queues from connection
|
2015-08-28 14:49:27 -07:00 |
|
Stephen Birarda
|
d1386fcb14
|
Merge branch 'upload-task' into atp
|
2015-08-28 14:19:30 -07:00 |
|
Stephen Birarda
|
b7d0aa062a
|
repairs to cleanup of send queue
|
2015-08-28 14:19:20 -07:00 |
|
Seth Alves
|
f6fbf4f324
|
fix whitespace
|
2015-08-28 14:08:30 -07:00 |
|
Brad Hefta-Gaub
|
1e2374da87
|
Merge pull request #5677 from jherico/bart
Add common vector constants to JS
|
2015-08-28 13:43:13 -07:00 |
|
Seth Alves
|
7614cababb
|
adjust whitespace
|
2015-08-28 13:21:34 -07:00 |
|
Atlante45
|
bcf3fceadc
|
Typo
|
2015-08-28 22:10:54 +02:00 |
|
Atlante45
|
729fd96539
|
Fix bug where _requestLimit is stuck at 0
|
2015-08-28 22:10:33 +02:00 |
|
Brad Davis
|
2aa1976b5d
|
Add common vector constants to JS, add some missing quaternionin functionality
|
2015-08-28 13:05:39 -07:00 |
|