overte/libraries/entities/src
Seth Alves 428dc81083 Merge pull request #10696 from AndrewMeadows/avoid-ownership-bid-race
ignore remote update younger than recent ownership bid
2017-06-20 10:42:54 -07:00
..
AddEntityOperator.cpp Cleanup and refactoring 2017-06-15 18:58:56 -07:00
AddEntityOperator.h Cleanup and refactoring 2017-06-15 18:58:56 -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 Cleanup and refactoring 2017-06-15 18:58:56 -07:00
DeleteEntityOperator.h Cleanup and refactoring 2017-06-15 18:58:56 -07:00
EntitiesLogging.cpp
EntitiesLogging.h
EntitiesScriptEngineProvider.h * Update per 21114-part2 changes. 2017-03-07 16:36:07 -05:00
EntityDynamicFactoryInterface.h rename base action classes to dynamics, start on constraints 2017-04-11 20:39:13 -07:00
EntityDynamicInterface.cpp more purging of legacy 'Spring' action 2017-05-16 08:09:20 -07:00
EntityDynamicInterface.h Remove ObjectActionSpring 2017-05-15 22:11:42 -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 oops damn space 2017-03-28 11:22:18 -07:00
EntityEditPacketSender.h make methods private: avoid sanity check logic 2017-02-10 13:14:20 -08:00
EntityItem.cpp ignore remote update younger than recent bid 2017-06-14 16:04:52 -07:00
EntityItem.h Cleanup and refactoring 2017-06-15 18:58:56 -07:00
EntityItemID.cpp fixed persist issue, working much better 2017-02-10 11:42:56 -07:00
EntityItemID.h
EntityItemProperties.cpp Delete old sitting points code 2017-03-20 17:29:44 -07:00
EntityItemProperties.h Delete old sitting points code 2017-03-20 17:29:44 -07:00
EntityItemPropertiesDefaults.h Add serverScripts entity property 2017-01-17 14:47:06 -08:00
EntityItemPropertiesMacros.h
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 bid immediately when creating new entity 2017-06-01 17:39:21 -07:00
EntityScriptingInterface.h changing models to more generally reference entities in comment 2017-05-15 20:33:22 -07: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 rename base action classes to dynamics, start on constraints 2017-04-11 20:39:13 -07:00
EntitySimulation.h rename base action classes to dynamics, start on constraints 2017-04-11 20:39:13 -07:00
EntityTree.cpp Cleanup and refactoring 2017-06-15 18:58:56 -07:00
EntityTree.h Cleanup and refactoring 2017-06-15 18:58:56 -07:00
EntityTreeElement.cpp children collision hulls appear to be in the right place, now 2017-05-19 17:09:42 -07:00
EntityTreeElement.h leverage JSON filter changes to OctreeQuery in EntityServer 2017-01-18 14:58:36 -08:00
EntityTypes.cpp
EntityTypes.h Cleanup and refactoring 2017-06-15 18:58:56 -07: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 Merge pull request #10001 from birarda/cleanup-ebp 2017-04-10 15:54:30 -07:00
LightEntityItem.h More work on thread safety 2017-04-04 10:50:56 -07:00
LineEntityItem.cpp Merge pull request #10001 from birarda/cleanup-ebp 2017-04-10 15:54:30 -07:00
LineEntityItem.h Merge pull request #10001 from birarda/cleanup-ebp 2017-04-10 15:54:30 -07:00
ModelEntityItem.cpp Merge pull request #10067 from humbletim/fix-Entities-setLocalJointTranslations 2017-04-19 09:32:28 -07:00
ModelEntityItem.h More work on thread safety 2017-04-04 10:50:56 -07:00
MovingEntitiesOperator.cpp Cleanup and refactoring 2017-06-15 18:58:56 -07:00
MovingEntitiesOperator.h Cleanup and refactoring 2017-06-15 18:58:56 -07:00
ParticleEffectEntityItem.cpp Merge pull request #10001 from birarda/cleanup-ebp 2017-04-10 15:54:30 -07:00
ParticleEffectEntityItem.h More thread safety 2017-04-04 14:03:30 -07:00
PolyLineEntityItem.cpp Merge pull request #10001 from birarda/cleanup-ebp 2017-04-10 15:54:30 -07:00
PolyLineEntityItem.h Merge pull request #10001 from birarda/cleanup-ebp 2017-04-10 15:54:30 -07:00
PolyVoxEntityItem.cpp Merge pull request #10001 from birarda/cleanup-ebp 2017-04-10 15:54:30 -07:00
PolyVoxEntityItem.h Merge pull request #10001 from birarda/cleanup-ebp 2017-04-10 15:54:30 -07:00
PropertyGroup.h Delete old sitting points code 2017-03-20 17:29:44 -07:00
RecurseOctreeToMapOperator.cpp Cleanup and refactoring 2017-06-15 18:58:56 -07:00
RecurseOctreeToMapOperator.h Cleanup and refactoring 2017-06-15 18:58:56 -07:00
ShapeEntityItem.cpp cleanup EncodeBitstreamParams to use nodeData when possible 2017-03-24 13:41:36 -07:00
ShapeEntityItem.h use smart pointers to avoid leaking EntityTreeElementExtraEncodeData 2016-12-12 16:04:41 -08:00
SimpleEntitySimulation.cpp
SimpleEntitySimulation.h
SimulationFlags.h bid immediately when creating new entity 2017-06-01 17:39:21 -07:00
SimulationOwner.cpp bid immediately when creating new entity 2017-06-01 17:39:21 -07:00
SimulationOwner.h bid immediately when creating new entity 2017-06-01 17:39:21 -07:00
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 Merge pull request #10001 from birarda/cleanup-ebp 2017-04-10 15:54:30 -07:00
TextEntityItem.h Merge pull request #10001 from birarda/cleanup-ebp 2017-04-10 15:54:30 -07:00
UpdateEntityOperator.cpp Cleanup and refactoring 2017-06-15 18:58:56 -07:00
UpdateEntityOperator.h Cleanup and refactoring 2017-06-15 18:58:56 -07:00
WebEntityItem.cpp Merge pull request #10001 from birarda/cleanup-ebp 2017-04-10 15:54:30 -07:00
WebEntityItem.h Merge pull request #10001 from birarda/cleanup-ebp 2017-04-10 15:54:30 -07:00
ZoneEntityItem.cpp Adding the change notifications 2017-05-05 00:11:22 -07:00
ZoneEntityItem.h Adding the change notifications 2017-05-05 00:11:22 -07:00