Brad Hefta-Gaub
|
91a27e3adf
|
get animation to actually run again
|
2015-10-01 13:29:07 -07:00 |
|
Brad Hefta-Gaub
|
aca25bd76e
|
connect up AnimationPropertyGroup to AnimationLoop
|
2015-10-01 11:05:16 -07:00 |
|
Brad Hefta-Gaub
|
7c14f9ab93
|
Merge branch 'animationGroupSettings' of https://github.com/ZappoMan/hifi into animationGroupSettings
|
2015-09-30 21:46:28 -07:00 |
|
Brad Hefta-Gaub
|
6aa9ef9910
|
first cut at migrating animation settings into a property group
|
2015-09-30 20:51:25 -07:00 |
|
Brad Hefta-Gaub
|
4e2cb00ec3
|
first cut at only returning type specific properties in getEntityProperties
|
2015-09-17 17:33:53 -07:00 |
|
Brad Hefta-Gaub
|
e1cb041576
|
first cut at adding desiredProperties to getProperties
|
2015-09-16 15:00:42 -07:00 |
|
ZappoMan
|
942958c4f1
|
only setJointState() if animation frame actually changed
|
2015-08-09 16:07:56 -07:00 |
|
ZappoMan
|
cec0f8ed1d
|
optimize ModelEntityItem::getAnimationFrame()
|
2015-08-07 13:43:57 -07:00 |
|
Atlante45
|
256c786e28
|
Merge branch 'master' of https://github.com/highfidelity/hifi into smart_pointers
|
2015-07-17 17:59:19 -07:00 |
|
Andrew Meadows
|
18d0cb5158
|
cleanup of EntityItem ctors and friends
|
2015-07-16 17:48:28 -07:00 |
|
Atlante45
|
6c591131ba
|
Made Animations safe for resource reload
|
2015-07-10 12:01:51 -07:00 |
|
Atlante45
|
7b5a5a339a
|
Use make_shared/create to make shared pointers
|
2015-07-01 19:46:06 -07:00 |
|
ZappoMan
|
8b78fc4190
|
EnitityItem smart pointers
|
2015-05-22 17:57:50 -07:00 |
|
ZappoMan
|
67df6e3c62
|
make READ_ENTITY_PROPERTY_TO_PROPERTIES() type safe
|
2015-05-12 16:24:16 -07:00 |
|
ZappoMan
|
98474376de
|
consolidate READ_ENTITY_PROPERTY() macros into single typesafe version
|
2015-05-12 15:59:45 -07:00 |
|
ZappoMan
|
83d212861d
|
make APPEND_ENTITY_PROPERTY type safe
|
2015-05-12 11:41:04 -07:00 |
|
Andrew Meadows
|
f0618501dd
|
fix non-physical kinematic motion
also can set objects collisionless again
|
2015-05-07 11:29:42 -07:00 |
|
Atlante45
|
837a0d3ba8
|
rename collision model in edit.js
|
2015-04-23 12:13:52 +02:00 |
|
Atlante45
|
9cec256142
|
Rename collisionModelURL members/methods
|
2015-04-22 21:16:09 +02:00 |
|
Atlante45
|
b446644549
|
Rename CollisionModelURL handle
|
2015-04-22 21:03:56 +02:00 |
|
Andrew Meadows
|
94c6053d52
|
fix formatting
|
2015-04-16 12:15:03 -07:00 |
|
Andrew Meadows
|
aec42cf2dc
|
enforce ShapeType agreement for ModeEntityItem
|
2015-04-14 15:39:49 -07:00 |
|
Andrew Meadows
|
5b81b5b11b
|
removing SHAPE_TYPE_CONVEX_HULL from entities lib
|
2015-04-14 14:56:32 -07:00 |
|
Seth Alves
|
d4461f1ecb
|
put avatars and embedded-webserver and entities logging into their own QLoggingCategory
|
2015-04-06 16:22:54 -07:00 |
|
Seth Alves
|
a3a54e8d7d
|
style
|
2015-03-25 15:21:36 -07:00 |
|
Seth Alves
|
1eeb2e89f8
|
remove some debug spam
|
2015-03-24 16:23:51 -07:00 |
|
Seth Alves
|
6e3be26013
|
attempting to figure out why physics motion object doesn't get updated when collision model url changes
|
2015-03-24 15:28:21 -07:00 |
|
ZappoMan
|
81bf7138a4
|
also attempt to clean up placement of PROP_ATTRIBUTION in the stream
|
2015-03-20 13:21:29 -07:00 |
|
ZappoMan
|
ad833b76c8
|
fix PROP index mismatch
|
2015-03-20 11:43:01 -07:00 |
|
Seth Alves
|
f9be7dda36
|
bump shape stuff from ModelEntityItem down to RenderableModelEntityItem
|
2015-03-17 18:55:13 -07:00 |
|
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
|
6b49b0ed7d
|
formatting
|
2015-03-14 11:58:53 -07:00 |
|
Seth Alves
|
b815c365eb
|
formatting
|
2015-03-13 18:57:27 -07:00 |
|
Seth Alves
|
0cfc48ab43
|
don't copy hull points
|
2015-03-13 18:05:02 -07:00 |
|
Seth Alves
|
43dbd64f4a
|
fix obj reader
|
2015-03-13 17:31:52 -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 |
|
Seth Alves
|
89b58e2681
|
trying to get loaded callback for model hooked up to PhysicsEngine
|
2015-03-13 09:11:15 -07:00 |
|
Seth Alves
|
a945421d9d
|
still trying to make PhysicsEngine::addEntityInternal be async
|
2015-03-12 16:38:55 -07:00 |
|
Seth Alves
|
2cf0e1ab25
|
break PhysicsEngine::addEntityInternal in half, making the 2nd part asynch. This is to allow a ModelEntityItem time to download its collision hull before the 2nd part runs
|
2015-03-12 15:58:09 -07:00 |
|
Seth Alves
|
bf1cb951a3
|
move PhysicsEntity so that ModelEntityItem can initiate a model download
|
2015-03-11 18:34:27 -07:00 |
|
Seth Alves
|
3a3e723f4e
|
trying to figureo out where to download hull models
|
2015-03-11 14:26:30 -07:00 |
|
Seth Alves
|
1c73f50dbc
|
started to hook up geometry downloader to ShapeInfo
|
2015-03-11 07:17:13 -07:00 |
|
Seth Alves
|
99300a5bc8
|
merge from master
|
2015-03-09 13:39:51 -07:00 |
|
Seth Alves
|
58bd8a5c65
|
collision model url
|
2015-03-07 20:30:29 -08:00 |
|
Andrew Meadows
|
373be95297
|
entity cubes are in meters
|
2015-03-06 15:32:03 -08:00 |
|
Andrew Meadows
|
8d4ea143ce
|
easy conversions of: InDomainUnits --> InMeters
|
2015-02-25 14:48:06 -08:00 |
|
Andrew Meadows
|
2f749e3c51
|
merge upstream/master into andrew/isentropic
Conflicts:
libraries/entities/src/TextEntityItem.h
|
2015-02-25 14:40:32 -08:00 |
|
Andrew Meadows
|
2ffb19a0ed
|
getPosition() --> getPositionInDomainUnits()
and friends
|
2015-02-25 14:35:04 -08:00 |
|
Andrew Meadows
|
cfbf8fdca7
|
explicit cleanup of loaded model animations
in Application dtor
|
2015-02-13 16:19:10 -08:00 |
|