overte/libraries/shared/src
kasenvr 1a46b28b71
Merge pull request #62 from HifiExperiments/blendshapes
Support blendshapes on model entities
2020-05-31 18:34:42 -04:00
..
avx2 BUGFIX: use unaligned loads 2019-06-25 11:48:41 -07:00
shared Change standard log file names from "hifi-.." to "vircadia-.." 2020-05-13 22:59:51 +02:00
AABox.cpp
AABox.h
AACube.cpp
AACube.h
AngleUtil.h
ApplicationVersion.cpp
ApplicationVersion.h
AtRestDetector.cpp
AtRestDetector.h
AudioHelpers.h
AvatarConstants.h Changed the desktop sprint speed to 2.0. 2019-10-27 09:35:16 +02:00
BaseScriptEngine.cpp
BaseScriptEngine.h Revise changes 2019-05-21 10:32:12 +12:00
BillboardMode.cpp
BillboardMode.h Revise JSDoc for key Entities methods plus entity properties 2019-06-15 10:44:56 +12:00
BitVectorHelpers.h
BlendshapeConstants.cpp review comment 2020-01-13 17:44:32 -08:00
BlendshapeConstants.h review comment 2020-01-13 17:44:32 -08:00
BoxBase.cpp
BoxBase.h
BRDF.cpp Fixed other compilation errors / warnings 2019-04-05 11:32:00 +02:00
BRDF.h Switched to split sum model for ambient (as Unreal) 2019-04-04 16:10:33 +02:00
BufferParser.h
ByteCountCoding.h
ColorUtils.cpp
ColorUtils.h
ComponentMode.cpp Revise JSDoc for key Entities methods plus entity properties 2019-06-15 10:44:56 +12:00
ComponentMode.h cleaning up name lookups 2019-05-31 12:04:54 -07:00
CPUDetect.h
CPUIdent.cpp Don't store unused cpuident data arrays 2019-07-23 14:23:12 -07:00
CPUIdent.h Don't store unused cpuident data arrays 2019-07-23 14:23:12 -07:00
CrashAnnotations.cpp Add shutdown annotations for crash reporting 2019-09-30 14:54:17 -07:00
CrashAnnotations.h Add shutdown annotations for crash reporting 2019-09-30 14:54:17 -07:00
CrashHelpers.cpp add crash::doAssert() for debug purposes 2019-02-05 09:00:48 -08:00
CrashHelpers.h add crash::doAssert() for debug purposes 2019-02-05 09:00:48 -08:00
CubeProjectedPolygon.cpp
CubeProjectedPolygon.h
CubicHermiteSpline.h Make default copy constructors explicit 2020-01-19 00:20:49 +01:00
Debug.h
DebugDraw.cpp allow drawing DebugDraw spheres with a specific size 2019-09-17 09:43:19 -07:00
DebugDraw.h allow drawing DebugDraw spheres with a specific size 2019-09-17 09:43:19 -07:00
DependencyManager.cpp Code review feedback 2019-05-10 15:41:52 -07:00
DependencyManager.h fix deadlock on startup 2019-05-13 14:17:55 -07:00
DualQuaternion.cpp
DualQuaternion.h
Extents.cpp
Extents.h
Finally.h
FloodFill.h
FontFamilies.h supporting text effects + fonts on text entities 2019-07-30 09:59:45 -07:00
GenericQueueThread.h
GenericThread.cpp
GenericThread.h
GeometryUtil.cpp findClosestApproachOfLines will find where two lines get the closest to each other 2019-09-17 09:43:18 -07:00
GeometryUtil.h findClosestApproachOfLines will find where two lines get the closest to each other 2019-09-17 09:43:18 -07:00
GizmoType.cpp
GizmoType.h Revise JSDoc for key Entities methods plus entity properties 2019-06-15 10:44:56 +12:00
GLMHelpers.cpp
GLMHelpers.h Prototyping the slim mesh generation 2019-10-31 12:58:15 -07:00
GPUIdent.cpp One more pass of clean up on the platform api, returning the complete description in a single call, adding the version of the OS and deprecating legacy PlatformInfo calls 2019-06-19 16:52:33 -07:00
GPUIdent.h fixed a bunch of pr comments 2019-05-13 16:38:11 -07:00
Grab.cpp
Grab.h deactivate grab action when grab is released 2019-01-30 14:43:11 -08:00
Gzip.cpp
Gzip.h
HashKey.cpp reduce footprint of ShapeManager::_shapeMap 2019-05-06 17:35:57 -07:00
HashKey.h reduce footprint of ShapeManager::_shapeMap 2019-05-06 17:35:57 -07:00
HifiConfigVariantMap.cpp
HifiConfigVariantMap.h
Interpolate.cpp
Interpolate.h
JointData.h Review JSDoc updates from recent commits 2020-01-20 14:33:06 +13:00
LogHandler.cpp Make sure the flush timer is not spawned too early 2019-09-18 17:05:05 -07:00
LogHandler.h Make sure the flush timer is not spawned too early 2019-09-18 17:05:05 -07:00
LogUtils.cpp
LogUtils.h
MaterialMappingMode.cpp
MaterialMappingMode.h add some comments to help future devs 2019-06-04 15:45:33 -07:00
MathUtils.h
MatrixStack.h
MovingMinMaxAvg.h
MovingPercentile.cpp Qt 5.13 warnings & fixes 2019-10-08 15:40:13 -07:00
MovingPercentile.h
NestableTransformNode.cpp Fix some dates and no newline at EOF 2019-08-02 16:13:07 -07:00
NestableTransformNode.h Mark BaseNestableTransformNode::toVariantMap with override 2019-08-05 12:02:24 -07:00
NumericalConstants.h
OctalCode.cpp
OctalCode.h
OwningBuffer.h
Packed.h
PathUtils.cpp Add error reporting + Make temp dir erase safer 2019-04-23 14:54:12 -07:00
PathUtils.h Remove all uses of QString::null 2020-05-17 18:00:02 +02:00
PerfStat.cpp
PerfStat.h
PhysicsCollisionGroups.h Doc review 2019-05-14 10:32:28 +12:00
PhysicsHelpers.cpp revert the revert of PR-16307 2019-11-14 09:59:43 -08:00
PhysicsHelpers.h clarify safeLanding retry rate 2019-08-20 17:33:29 -07:00
PickFilter.h add workload job to help debug entity proxies 2019-11-12 10:35:16 -08:00
PIDController.cpp
PIDController.h
Plane.cpp
Plane.h
PointerEvent.cpp Remainder of Entities methods' JSDoc 2019-06-20 15:11:01 +12:00
PointerEvent.h
PortableHighResolutionClock.cpp
PortableHighResolutionClock.h
Preferences.cpp
Preferences.h Q_OBJECT and template classes don't mix 2019-06-18 15:36:32 -07:00
PrimitiveMode.cpp
PrimitiveMode.h Revise JSDoc for key Entities methods plus entity properties 2019-06-15 10:44:56 +12:00
PrioritySortUtil.h trying to fix entity tree renderer performance 2019-06-24 14:32:56 -07:00
Profile.cpp Fix tracing warning spam 2019-08-09 17:20:41 -07:00
Profile.h Support explicit timestamps in tracing, conditional event output based on duration 2019-03-26 13:50:46 -07:00
PropertyFlags.h
PulseMode.cpp
PulseMode.h Revise JSDoc for key Entities methods plus entity properties 2019-06-15 10:44:56 +12:00
QVariantGLM.cpp
QVariantGLM.h
Radix2InplaceSort.h
Radix2IntegerScanner.h
RandomAndNoise.h Switched to split sum model for ambient (as Unreal) 2019-04-04 16:10:33 +02:00
RegisteredMetaTypes.cpp Merge branch 'master' into zoneOcclusion 2020-05-07 13:13:20 -07:00
RegisteredMetaTypes.h Merge branch 'master' into zoneOcclusion 2020-05-07 13:13:20 -07:00
RenderForward.h fix runtime switch 2019-05-13 09:58:55 -07:00
RenderLayer.cpp
RenderLayer.h Miscellaneous minor JSDoc fixes noticed in passing 2019-07-11 16:31:09 +12:00
ResourceRequestObserver.cpp Add ResourceRequestObserver JSDoc 2019-04-10 12:09:48 +12:00
ResourceRequestObserver.h Add ResourceRequestObserver JSDoc 2019-04-10 12:09:48 +12:00
RingBufferHistory.h
RunningMarker.cpp
RunningMarker.h
ScriptValueUtils.cpp
ScriptValueUtils.h
SettingHandle.cpp
SettingHandle.h
SettingHelpers.cpp
SettingHelpers.h
SettingInterface.cpp
SettingInterface.h
SettingManager.cpp
SettingManager.h
ShapeInfo.cpp Fix build warning 2019-11-05 10:57:55 -08:00
ShapeInfo.h Use std::vector types in ShapeInfo 2019-11-05 10:57:55 -08:00
SharedLogging.cpp
SharedLogging.h
SharedUtil.cpp Qt 5.13 warnings & fixes 2019-10-08 15:40:13 -07:00
SharedUtil.h
ShutdownEventListener.cpp
ShutdownEventListener.h
SimpleAverage.h
SimpleMovingAverage.cpp
SimpleMovingAverage.h
SimulationFlags.h build CollisionShapes and load RigidBodies even when not yet stepping 2019-05-06 17:37:35 -07:00
SpatiallyNestable.cpp improve performance of MyAvatar::simulate when you have lots of entity descendants 2020-04-07 15:56:32 -07:00
SpatiallyNestable.h improve performance of MyAvatar::simulate when you have lots of entity descendants 2020-04-07 15:56:32 -07:00
SpatialParentFinder.h revert the revert of PR-16307 2019-11-14 09:59:43 -08:00
StatTracker.cpp
StatTracker.h
StDev.cpp
StDev.h
StencilMaskMode.h wip redo stencil work 2019-04-11 13:22:51 -07:00
StreamHelpers.h
StreamUtils.cpp
StreamUtils.h
TBBHelpers.h Fixed compilation errors 2019-04-05 10:22:57 +02:00
TextEffect.cpp supporting text effects + fonts on text entities 2019-07-30 09:59:45 -07:00
TextEffect.h supporting text effects + fonts on text entities 2019-07-30 09:59:45 -07:00
ThreadHelpers.cpp
ThreadHelpers.h
ThreadSafeValueCache.h First version of faux joint optimizations 2019-04-22 11:02:13 -07:00
TimeWeightedAvg.h
Trace.cpp Support explicit timestamps in tracing, conditional event output based on duration 2019-03-26 13:50:46 -07:00
Trace.h Support explicit timestamps in tracing, conditional event output based on duration 2019-03-26 13:50:46 -07:00
Transform.cpp
Transform.h
TransformNode.h Fix some dates and no newline at EOF 2019-08-02 16:13:07 -07:00
TriangleSet.cpp
TriangleSet.h
TryLocker.h
UUID.cpp
UUID.h
UUIDHasher.h
VariantMapToScriptValue.cpp Fix AvatarEntityMap string values to be primitives, not objects 2019-11-28 13:56:33 +13:00
VariantMapToScriptValue.h
ViewFrustum.cpp
ViewFrustum.h
WebInputMode.cpp
WebInputMode.h Revise JSDoc for key Entities methods plus entity properties 2019-06-15 10:44:56 +12:00
windowshacks.h