overte-Armored-Dragon/libraries/entities/src
2017-02-24 12:10:52 -08:00
..
AddEntityOperator.cpp
AddEntityOperator.h add -Wsuggest-override to compile flags and deal with fallout 2016-08-18 09:51:41 -07:00
AnimationPropertyGroup.cpp cleanup naked qDebug() calls 2016-12-19 22:24:25 -08:00
AnimationPropertyGroup.h use smart pointers to avoid leaking EntityTreeElementExtraEncodeData 2016-12-12 16:04:41 -08:00
DeleteEntityOperator.cpp
DeleteEntityOperator.h add -Wsuggest-override to compile flags and deal with fallout 2016-08-18 09:51:41 -07:00
EntitiesLogging.cpp
EntitiesLogging.h
EntitiesScriptEngineProvider.h
EntityActionFactoryInterface.h
EntityActionInterface.cpp cleanup naked qDebug() calls 2016-12-19 22:24:25 -08:00
EntityActionInterface.h action for arrow flight, etc 2016-08-28 19:08:13 -07:00
EntityEditFilters.cpp don't capture a temporary by reference. Ugh 2017-02-15 12:37:00 -07:00
EntityEditFilters.h Filter failure mode updated 2017-02-14 13:05:12 -07:00
EntityEditPacketSender.cpp make methods private: avoid sanity check logic 2017-02-10 13:14:20 -08:00
EntityEditPacketSender.h make methods private: avoid sanity check logic 2017-02-10 13:14:20 -08:00
EntityItem.cpp make _parentID and _parentJointIndex private to avoid accidental direct access 2017-02-12 11:37:29 -08:00
EntityItem.h Fix entity scripts not loading in certain cases 2017-02-13 14:59:31 -08:00
EntityItemID.cpp fixed persist issue, working much better 2017-02-10 11:42:56 -07:00
EntityItemID.h
EntityItemProperties.cpp First bit of cleanup 2017-02-10 14:57:09 -07:00
EntityItemProperties.h Entity Edit Filters for zones 2017-02-08 09:53:25 -07:00
EntityItemPropertiesDefaults.h Add serverScripts entity property 2017-01-17 14:47:06 -08:00
EntityItemPropertiesMacros.h added EntityItemProperties.merge function. when sending edits for avatar-entities, don't call setProperties on the entity. Fix currentFrame bug in AnimationPropertyGroup::copyToScriptValue 2016-10-17 16:11:37 -07:00
EntityNodeData.cpp force a full scene send for new ancestors/descendants 2017-02-16 16:46:09 -08:00
EntityNodeData.h force a full scene send for new ancestors/descendants 2017-02-16 16:46:09 -08:00
EntityPropertyFlags.h Entity Edit Filters for zones 2017-02-08 09:53:25 -07:00
EntityScriptingInterface.cpp don't allow tablet to get stuck to a hand when passing it back and forth between hands 2017-02-24 12:10:52 -08:00
EntityScriptingInterface.h merge from upstream 2017-01-25 15:57:53 -08:00
EntityScriptServerLogClient.cpp CR 2017-02-09 13:04:43 -08:00
EntityScriptServerLogClient.h CR 2017-02-09 13:04:43 -08:00
EntitySimulation.cpp
EntitySimulation.h
EntityTree.cpp Merge branch 'master' of https://github.com/highfidelity/hifi into dk/zoneFilters2 2017-02-15 12:08:55 -07:00
EntityTree.h fixed persist issue, working much better 2017-02-10 11:42:56 -07:00
EntityTreeElement.cpp add the basic structure for inclusion of ancestors/descendants in ESS queries 2017-02-16 16:46:09 -08:00
EntityTreeElement.h leverage JSON filter changes to OctreeQuery in EntityServer 2017-01-18 14:58:36 -08:00
EntityTreeHeadlessViewer.cpp
EntityTreeHeadlessViewer.h add -Wsuggest-override to compile flags and deal with fallout 2016-08-18 09:51:41 -07:00
EntityTypes.cpp
EntityTypes.h cleanup naked qDebug() calls 2016-12-19 22:24:25 -08:00
KeyLightPropertyGroup.cpp cleanup naked qDebug() calls 2016-12-19 22:24:25 -08:00
KeyLightPropertyGroup.h use smart pointers to avoid leaking EntityTreeElementExtraEncodeData 2016-12-12 16:04:41 -08:00
LightEntityItem.cpp change lastViewFrustumSent to lastQuerySent 2017-01-18 14:58:36 -08:00
LightEntityItem.h use smart pointers to avoid leaking EntityTreeElementExtraEncodeData 2016-12-12 16:04:41 -08:00
LineEntityItem.cpp change lastViewFrustumSent to lastQuerySent 2017-01-18 14:58:36 -08:00
LineEntityItem.h change lastViewFrustumSent to lastQuerySent 2017-01-18 14:58:36 -08:00
ModelEntityItem.cpp change lastViewFrustumSent to lastQuerySent 2017-01-18 14:58:36 -08:00
ModelEntityItem.h change lastViewFrustumSent to lastQuerySent 2017-01-18 14:58:36 -08:00
MovingEntitiesOperator.cpp
MovingEntitiesOperator.h add -Wsuggest-override to compile flags and deal with fallout 2016-08-18 09:51:41 -07:00
ParticleEffectEntityItem.cpp change lastViewFrustumSent to lastQuerySent 2017-01-18 14:58:36 -08:00
ParticleEffectEntityItem.h use smart pointers to avoid leaking EntityTreeElementExtraEncodeData 2016-12-12 16:04:41 -08:00
PolyLineEntityItem.cpp change lastViewFrustumSent to lastQuerySent 2017-01-18 14:58:36 -08:00
PolyLineEntityItem.h change lastViewFrustumSent to lastQuerySent 2017-01-18 14:58:36 -08:00
PolyVoxEntityItem.cpp change lastViewFrustumSent to lastQuerySent 2017-01-18 14:58:36 -08:00
PolyVoxEntityItem.h change lastViewFrustumSent to lastQuerySent 2017-01-18 14:58:36 -08:00
PropertyGroup.h use smart pointers to avoid leaking EntityTreeElementExtraEncodeData 2016-12-12 16:04:41 -08:00
RecurseOctreeToMapOperator.cpp
RecurseOctreeToMapOperator.h add -Wsuggest-override to compile flags and deal with fallout 2016-08-18 09:51:41 -07:00
ShapeEntityItem.cpp change lastViewFrustumSent to lastQuerySent 2017-01-18 14:58:36 -08:00
ShapeEntityItem.h use smart pointers to avoid leaking EntityTreeElementExtraEncodeData 2016-12-12 16:04:41 -08:00
SimpleEntitySimulation.cpp
SimpleEntitySimulation.h
SimulationFlags.h
SimulationOwner.cpp
SimulationOwner.h
SkyboxPropertyGroup.cpp cleanup naked qDebug() calls 2016-12-19 22:24:25 -08:00
SkyboxPropertyGroup.h use smart pointers to avoid leaking EntityTreeElementExtraEncodeData 2016-12-12 16:04:41 -08:00
StagePropertyGroup.cpp cleanup naked qDebug() calls 2016-12-19 22:24:25 -08:00
StagePropertyGroup.h use smart pointers to avoid leaking EntityTreeElementExtraEncodeData 2016-12-12 16:04:41 -08:00
TextEntityItem.cpp change lastViewFrustumSent to lastQuerySent 2017-01-18 14:58:36 -08:00
TextEntityItem.h change lastViewFrustumSent to lastQuerySent 2017-01-18 14:58:36 -08:00
UpdateEntityOperator.cpp
UpdateEntityOperator.h add -Wsuggest-override to compile flags and deal with fallout 2016-08-18 09:51:41 -07:00
WebEntityItem.cpp Merge branch 'master' of https://github.com/highfidelity/hifi into ess-pr 2017-01-25 13:06:49 -08:00
WebEntityItem.h merge from upstream 2017-01-25 15:57:53 -08:00
ZoneEntityItem.cpp oops, debugging left in 2017-02-10 13:16:52 -07:00
ZoneEntityItem.h Use EntityItem.contains 2017-02-10 12:47:48 -07:00