Philip Rosedale
|
7d6316ebb0
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2014-01-14 15:05:29 -08:00 |
|
Philip Rosedale
|
108d09856a
|
Merge pull request #1522 from birarda/master
only output the first starve for a PositionalAudioRingBuffer
|
2014-01-14 15:05:16 -08:00 |
|
Stephen Birarda
|
bcf9e04f56
|
only output first starve for a PositionalAudioRingBuffer
|
2014-01-14 14:34:00 -08:00 |
|
Stephen Birarda
|
4ea14a51fc
|
remove the SerialInterface
|
2014-01-14 13:14:15 -08:00 |
|
Stephen Birarda
|
987c639e36
|
initial newline removal from all QDebug calls
|
2014-01-14 13:09:22 -08:00 |
|
Stephen Birarda
|
bdc31a3b48
|
replace the DomainChangeListener class with a signal/slot combo
|
2014-01-14 11:38:05 -08:00 |
|
Stephen Birarda
|
fa01383f3f
|
move the NodeList to the thread used for a ThreadedAssignment
|
2014-01-14 11:26:26 -08:00 |
|
Stephen Birarda
|
e888366fd8
|
remove unused index variable
|
2014-01-14 10:57:34 -08:00 |
|
Stephen Birarda
|
9de098b4d9
|
fix logging name for metavoxel server
|
2014-01-14 10:55:18 -08:00 |
|
Stephen Birarda
|
5a43c2c66b
|
remove extraneous node destructor debug
|
2014-01-14 10:53:55 -08:00 |
|
Stephen Birarda
|
718d04bd71
|
correct iterator push on NodeList clear
|
2014-01-14 10:53:17 -08:00 |
|
Stephen Birarda
|
9efb391ecf
|
repair crazy references to node ponter from old iterator style
|
2014-01-14 10:50:06 -08:00 |
|
Stephen Birarda
|
66f50c38e3
|
repair iterator push on silent node removal
|
2014-01-14 10:48:47 -08:00 |
|
Stephen Birarda
|
ed0ed96029
|
properly emit signal on silent node removal
|
2014-01-14 10:28:41 -08:00 |
|
Brad Hefta-Gaub
|
35016c7d69
|
make faceshift compile sources on windows to address linker error
|
2014-01-14 10:20:27 -08:00 |
|
Stephen Birarda
|
57f977668f
|
replace the Node mutex with a QMutex
|
2014-01-14 10:15:31 -08:00 |
|
Stephen Birarda
|
53d435006c
|
more follow mode cleanup, fix silent node iterator
|
2014-01-14 10:07:26 -08:00 |
|
Stephen Birarda
|
cbcdeb570b
|
pull all available datagrams in Application processDatagrams
|
2014-01-14 10:01:11 -08:00 |
|
Philip Rosedale
|
21d2a5d9f4
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2014-01-14 09:54:09 -08:00 |
|
Brad Hefta-Gaub
|
a39c20e4d4
|
Merge branch 'master' of git://github.com/worklist/hifi into windows_build
|
2014-01-14 09:18:52 -08:00 |
|
Brad Hefta-Gaub
|
b3e3bcbe1b
|
adding more opencv libraries and fix cmake for opencv and faceshift for windows
|
2014-01-13 20:12:31 -08:00 |
|
Brad Hefta-Gaub
|
73aae6ef02
|
adding more opencv libraries and fix cmake for opencv and faceshift for windows
|
2014-01-13 20:12:11 -08:00 |
|
Stephen Birarda
|
3ab7a6d9d5
|
move network packet processing to main thread
|
2014-01-13 17:58:48 -08:00 |
|
Philip Rosedale
|
a8bbe41642
|
Merge pull request #1512 from ey6es/retryagain
After failing to download textures or geometry, retry again after increasing delays.
|
2014-01-13 17:44:18 -08:00 |
|
Stephen Birarda
|
1faa2120aa
|
use typedef in NodeList implementation
|
2014-01-13 17:36:27 -08:00 |
|
Stephen Birarda
|
0579b18426
|
fix deadlock in silent node removal
|
2014-01-13 17:33:58 -08:00 |
|
Stephen Birarda
|
6a0c431562
|
repair add of new node (so it doesn't immediately kill)
|
2014-01-13 17:29:45 -08:00 |
|
Stephen Birarda
|
677303b5c0
|
properly hook SharedNodePointer for signals/slots
|
2014-01-13 17:17:53 -08:00 |
|
Stephen Birarda
|
7d1a64ca8c
|
change NodeList container to QHash with QSharedPointer
|
2014-01-13 17:09:21 -08:00 |
|
Brad Hefta-Gaub
|
a24dbfce0b
|
opencv windows libs
|
2014-01-13 17:04:20 -08:00 |
|
Brad Hefta-Gaub
|
54fa3ba17c
|
link to faceshift for windows
|
2014-01-13 16:14:02 -08:00 |
|
Andrzej Kapolka
|
ce03853da5
|
Merge branch 'master' of https://github.com/worklist/hifi into retryagain
|
2014-01-13 16:13:38 -08:00 |
|
Andrzej Kapolka
|
0694a7d4a5
|
When we fail to download textures or geometry, retry after steadily increasing
delays. Closes #1471.
|
2014-01-13 16:09:36 -08:00 |
|
Brad Hefta-Gaub
|
3af4703230
|
Merge branch 'windows_build' of https://github.com/ZappoMan/hifi into windows_build
|
2014-01-13 15:58:28 -08:00 |
|
Brad Hefta-Gaub
|
2217d79200
|
Merge branch 'master' of git://github.com/worklist/hifi into windows_build
|
2014-01-13 15:57:52 -08:00 |
|
Brad Hefta-Gaub
|
e60446a632
|
more windows build work
|
2014-01-13 15:57:31 -08:00 |
|
ZappoMan
|
85161382d6
|
Merge pull request #1511 from ey6es/master
Fix (hopefully) for Windows warning, orbit around hover voxel center (not corner).
|
2014-01-13 15:54:42 -08:00 |
|
Brad Hefta-Gaub
|
392ff94ebe
|
Merge branch 'master' of git://github.com/worklist/hifi into windows_build
Conflicts:
interface/src/DataServerClient.cpp
interface/src/avatar/MyAvatar.cpp
libraries/avatars/src/AvatarData.h
|
2014-01-13 15:06:26 -08:00 |
|
Andrzej Kapolka
|
f21436a29e
|
Fix (hopefully) for warning on Windows build.
|
2014-01-13 15:02:46 -08:00 |
|
Brad Hefta-Gaub
|
b947d1e80c
|
more surgical removal of WebCam with HAVE_LIBVPX
|
2014-01-13 15:00:15 -08:00 |
|
Brad Hefta-Gaub
|
8e8e6fcb30
|
added latest version of freeglut for windows
|
2014-01-13 14:46:03 -08:00 |
|
Andrzej Kapolka
|
d8bae0530f
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2014-01-13 14:44:18 -08:00 |
|
Andrzej Kapolka
|
9d831a2ab5
|
Orbit around voxel center, limit hover distance.
|
2014-01-13 14:43:59 -08:00 |
|
Brad Hefta-Gaub
|
b6b9ca881c
|
removed more LIBVPX code by ifdef
|
2014-01-13 14:43:50 -08:00 |
|
Philip Rosedale
|
c78f4184df
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2014-01-13 14:17:40 -08:00 |
|
Philip Rosedale
|
0f2aa6ce00
|
Merge pull request #1510 from ey6es/master
When teleporting to a user, face them from a couple meters away.
|
2014-01-13 14:16:20 -08:00 |
|
Philip Rosedale
|
91f2bbb9b4
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2014-01-13 14:11:45 -08:00 |
|
Andrzej Kapolka
|
7abb7d9ccd
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2014-01-13 14:03:08 -08:00 |
|
Andrzej Kapolka
|
e721e8b7d4
|
Merge pull request #1509 from birarda/master
fix for avatar fade/scale bug
|
2014-01-13 14:02:45 -08:00 |
|
Stephen Birarda
|
42e3bcfe91
|
allow fade scale to get smaller than minimum avatar scale
|
2014-01-13 13:52:41 -08:00 |
|