Seth Alves
|
069c358aa3
|
Work around a deadlock:
thread 15 locks Octree
thread 1 blocks waiting for Octree lock
thread 15 tries to pass a message to thread 1 with QMetaObject::invokeMethod, and hangs
thread 15 is blocked on qt message passing to thread 1
ResourceCache::getResource libraries/networking/src/ResourceCache.cpp:57
GeometryCache::getGeometry libraries/render-utils/src/GeometryCache.cpp:1774
ModelEntityItem::isReadyToComputeShape libraries/entities/src/ModelEntityItem.cpp:431
PhysicsEngine::addEntityInternal libraries/physics/src/PhysicsEngine.cpp:67
EntitySimulation::addEntity libraries/entities/src/EntitySimulation.cpp:129
EntityTree::postAddEntity libraries/entities/src/EntityTree.cpp:91
^ locks simulation
EntityTreeElement::readElementDataFromBuffer libraries/entities/src/EntityTreeElement.cpp:773
Octree::readElementData libraries/octree/src/Octree.cpp:301
Octree::readElementData libraries/octree/src/Octree.cpp:354
...
Octree::readBitstreamToTree libraries/octree/src/Octree.cpp:439
OctreeRenderer::processDatagram libraries/octree/src/OctreeRenderer.cpp:136
^ lockForWrite Octree::_lock
OctreePacketProcessor::processPacket interface/src/octree/OctreePacketProcessor.cpp:91
ReceivedPacketProcessor::process libraries/networking/src/ReceivedPacketProcessor.cpp:51
thread 1 is blocked on lockForWrite of Octree::_lock
Octree::lockForWrite libraries/octree/src/Octree.h:292
EntityTree::update libraries/entities/src/EntityTree.cpp:668
^ lockForWrite on Octree:_lock
EntityTreeRenderer::update libraries/entities-renderer/src/EntityTreeRenderer.cpp:258
Application::update interface/src/Application.cpp:2189
^ calls _physicsEngine.stepSimulation() before this
Application::idle interface/src/Application.cpp:1535
timer
|
2015-03-17 11:38:42 -07:00 |
|
Seth Alves
|
b76103edb0
|
clean up debugging spew
|
2015-03-16 16:44:29 -07:00 |
|
Seth Alves
|
08cb13640c
|
debugging spew
|
2015-03-16 11:22:42 -07:00 |
|
Seth Alves
|
019ea55d24
|
minimize diff
|
2015-03-15 08:21:57 -07:00 |
|
Seth Alves
|
59e4efa651
|
debugging prints around a deadlock
|
2015-03-15 07:10:43 -07:00 |
|
Seth Alves
|
250567e315
|
formatting, diff minimization
|
2015-03-14 12:09:23 -07:00 |
|
Seth Alves
|
6b49b0ed7d
|
formatting
|
2015-03-14 11:58:53 -07:00 |
|
Seth Alves
|
a58f0fe76e
|
remove cruft, formatting
|
2015-03-14 11:57:08 -07:00 |
|
Seth Alves
|
0c803cd82b
|
fix up obj reader and writer
|
2015-03-14 11:50:16 -07:00 |
|
Seth Alves
|
833fb2e2f4
|
obj file handles faces of the form 1/2/3
|
2015-03-13 20:16:53 -07:00 |
|
Seth Alves
|
b815c365eb
|
formatting
|
2015-03-13 18:57:27 -07:00 |
|
Seth Alves
|
f7f75cabf4
|
formatting
|
2015-03-13 18:49:48 -07:00 |
|
Seth Alves
|
87cc710efc
|
more merge madness, calculate 2nd PhysicsEngine hash with qChecksum if url is set
|
2015-03-13 18:43:24 -07:00 |
|
Seth Alves
|
d749b350eb
|
still recovering from troubled merge
|
2015-03-13 18:29:59 -07:00 |
|
Seth Alves
|
a5cdc3c68b
|
still recovering from troubled merge
|
2015-03-13 18:27:52 -07:00 |
|
Seth Alves
|
c24ea023f6
|
still recovering from troubled merge
|
2015-03-13 18:26:09 -07:00 |
|
Seth Alves
|
af2c00b235
|
still recovering from troubled merge
|
2015-03-13 18:21:59 -07:00 |
|
Seth Alves
|
8481a65fbb
|
still recovering from troubled merge
|
2015-03-13 18:21:30 -07:00 |
|
Seth Alves
|
2345e5a4f9
|
oops
|
2015-03-13 18:19:49 -07:00 |
|
Seth Alves
|
7230257b9e
|
oops
|
2015-03-13 18:08:58 -07:00 |
|
Seth Alves
|
0cfc48ab43
|
don't copy hull points
|
2015-03-13 18:05:02 -07:00 |
|
Seth Alves
|
50798398ff
|
merge from upstream
|
2015-03-13 18:04:55 -07:00 |
|
Stephen Birarda
|
641581a825
|
Merge pull request #4446 from huffman/marketplace-window
Marketplace window
|
2015-03-13 17:51:44 -07:00 |
|
Ryan Huffman
|
235b5d77ae
|
Add missing include to DataWebPage
|
2015-03-13 17:38:36 -07:00 |
|
Ryan Huffman
|
47e63719ee
|
Handle svo request in DataWebPage as import requests
|
2015-03-13 17:35:33 -07:00 |
|
Ryan Huffman
|
aca509d5cc
|
Add Application::improtSVOFromURL
|
2015-03-13 17:35:06 -07:00 |
|
Philip Rosedale
|
6a4dbd35b5
|
Merge pull request #4449 from AndrewMeadows/thermonuclear
ShapeManager can release shape by pointer
|
2015-03-13 17:34:32 -07:00 |
|
Philip Rosedale
|
009551c4dd
|
Merge pull request #4441 from AndrewMeadows/isentropic
more correct shape for avatar collision capsule
|
2015-03-13 17:33:16 -07:00 |
|
Seth Alves
|
43dbd64f4a
|
fix obj reader
|
2015-03-13 17:31:52 -07:00 |
|
samcake
|
8581e6b4a9
|
Merge pull request #4445 from Atlante45/resource_cache_bug
Fix the timeout crash
|
2015-03-13 17:29:23 -07:00 |
|
Ryan Huffman
|
f44ab9da8f
|
Update OAuthNetworkAccessManager to only send auth to metaverse
|
2015-03-13 17:29:01 -07:00 |
|
Ryan Huffman
|
9d5c0cf4e3
|
Add layout to WebWindowClass to that it maximizes the webview
|
2015-03-13 17:25:24 -07:00 |
|
Ryan Huffman
|
1193d86d7b
|
Update webwindow to use datawebview
|
2015-03-13 16:39:25 -07:00 |
|
Andrew Meadows
|
e4c6d49c4d
|
ShapeManager can release shape by pointer
|
2015-03-13 16:36:18 -07:00 |
|
Andrew Meadows
|
748cd09936
|
Merge pull request #4435 from huffman/edit-lights-overlays
Add light icons when in edit mode
|
2015-03-13 15:56:05 -07:00 |
|
Seth Alves
|
2368e6e5b7
|
collision with a hull sort of works. there is a new memory corruption problem
|
2015-03-13 15:41:57 -07:00 |
|
Ryan Huffman
|
d512a67c8a
|
Merge branch 'master' of github.com:highfidelity/hifi into edit-lights-overlays
|
2015-03-13 14:13:56 -07:00 |
|
Ryan Huffman
|
53b5c7e971
|
Update WebWindow to raise when being set to visible
|
2015-03-13 14:11:01 -07:00 |
|
Ryan Huffman
|
dc3453a878
|
Add Window.raiseMainWindow()
|
2015-03-13 14:10:46 -07:00 |
|
Stephen Birarda
|
2b08c20900
|
Merge pull request #4440 from birarda/master
remove the close activity from Interface
|
2015-03-13 13:46:59 -07:00 |
|
Atlante45
|
405301f861
|
Don't refresh if no lastModified tag in http request
|
2015-03-13 20:24:52 +01:00 |
|
Ryan Huffman
|
7ef1964a52
|
Add user agent for WebWindow
|
2015-03-13 11:52:02 -07:00 |
|
Ryan Huffman
|
93cdb3a293
|
Add option for non-tool window WebWindows
|
2015-03-13 11:51:40 -07:00 |
|
Ryan Huffman
|
33f255fad2
|
Merge branch 'master' of github.com:highfidelity/hifi into marketplace-window
|
2015-03-13 11:46:21 -07:00 |
|
Ryan Huffman
|
905de8b03c
|
Adjust marketplace window size
|
2015-03-13 11:46:15 -07:00 |
|
Stephen Birarda
|
8a6de53ede
|
Merge pull request #4444 from huffman/update-edit-icons
Update edit icons
|
2015-03-13 11:05:25 -07:00 |
|
Atlante45
|
691b078efc
|
Fix the timeout crash
|
2015-03-13 18:43:51 +01:00 |
|
Stephen Birarda
|
f8c549ab87
|
Merge pull request #4443 from huffman/fix-svo-path-detection
Fix issue with .svo's not loading when the url has parameters
|
2015-03-13 10:40:29 -07:00 |
|
Ryan Huffman
|
e94bac1971
|
Fix subimage indexing in toolBars.js
|
2015-03-13 10:07:31 -07:00 |
|
Ryan Huffman
|
504dceda6b
|
Update edit.js icons
|
2015-03-13 10:07:12 -07:00 |
|