overte/libraries/shared/src
Simon Walton d4ab06b1d4 Move HIFI_FDEBUG macro to LogHandler.h
Not all uses of repeated log messages include NetworkLogging.h,
but if they use addRepeatedMessageRegex() they must include
LogHandler.h. Also add second macro for client-supplied
message ID.
2018-04-03 15:53:12 -07:00
..
shared Merge pull request #12588 from SamGondelman/shapeTex 2018-03-21 12:08:24 -07:00
AABox.cpp move rayHitsSphere logic to AABox method 2018-03-09 08:35:18 -08:00
AABox.h remove tab whitespace 2018-03-09 08:35:18 -08:00
AACube.cpp
AACube.h
AngleUtil.h
AtRestDetector.cpp
AtRestDetector.h
AudioHelpers.h
AvatarConstants.h making some more requested changes 2018-03-22 17:39:22 -07:00
BaseScriptEngine.cpp CR feedback and code cleanup 2018-01-23 03:12:26 -05:00
BaseScriptEngine.h
BitVectorHelpers.h remove dupe const 2018-02-07 16:48:31 -08:00
BoxBase.h
BufferParser.h
ByteCountCoding.h
ColorUtils.cpp
ColorUtils.h
ComponentMode.h
CPUDetect.h
CPUIdent.cpp
CPUIdent.h
CrashHelpers.h
CubeProjectedPolygon.cpp
CubeProjectedPolygon.h
CubicHermiteSpline.h
Debug.h
DebugDraw.cpp
DebugDraw.h
DependencyManager.cpp
DependencyManager.h
DualQuaternion.cpp Renamed imag component to dual, using the correct nomenclature 2018-01-08 18:21:23 -08:00
DualQuaternion.h Switch between dualQuats and matrix skinning based on model entity scale factor. 2018-02-22 18:35:16 -08:00
Extents.cpp
Extents.h
FaceshiftConstants.cpp
FaceshiftConstants.h
Finally.h
FloodFill.h
GenericQueueThread.h
GenericThread.cpp CR 2018-02-26 13:53:20 -08:00
GenericThread.h make sure backup handlers end up on the correct thread 2018-02-15 15:39:25 -08:00
GeometryUtil.cpp move rayHitsSphere logic to AABox method 2018-03-09 08:35:18 -08:00
GeometryUtil.h move rayHitsSphere logic to AABox method 2018-03-09 08:35:18 -08:00
GLMHelpers.cpp Missing EPSILON 2018-02-26 10:05:15 -08:00
GLMHelpers.h Switch between dualQuats and matrix skinning based on model entity scale factor. 2018-02-22 18:35:16 -08:00
GPUIdent.cpp
GPUIdent.h
Gzip.cpp
Gzip.h
HashKey.cpp
HashKey.h
HifiConfigVariantMap.cpp
HifiConfigVariantMap.h
Interpolate.cpp
Interpolate.h
JointData.h Added defaultPoseFlags to avatar protocol 2018-01-19 15:34:27 -08:00
LogHandler.cpp Repeated logging - Fixes and clean-up 2018-04-03 12:23:21 -07:00
LogHandler.h Move HIFI_FDEBUG macro to LogHandler.h 2018-04-03 15:53:12 -07:00
LogUtils.cpp
LogUtils.h
MaterialMappingMode.cpp remove fresnel, add unlit, fix overlays, cleanup 2018-02-14 17:02:07 -08:00
MaterialMappingMode.h remove fresnel, add unlit, fix overlays, cleanup 2018-02-14 17:02:07 -08:00
MatrixStack.h
MovingMinMaxAvg.h
MovingPercentile.cpp
MovingPercentile.h
NumericalConstants.h
OctalCode.cpp
OctalCode.h
Packed.h
PathUtils.cpp try again on expandToLocalDataAbsolutePath 2018-03-19 14:59:10 -07:00
PathUtils.h fix expandToLocalDataAbsolutePath 2018-02-23 14:27:28 -08:00
PerfStat.cpp
PerfStat.h
PhysicsCollisionGroups.h Doc review 2018-03-07 17:29:39 +13:00
PhysicsHelpers.cpp
PhysicsHelpers.h
PIDController.cpp
PIDController.h
Plane.cpp
Plane.h
PointerEvent.cpp
PointerEvent.h
PortableHighResolutionClock.cpp
PortableHighResolutionClock.h
Preferences.cpp
Preferences.h
PrioritySortUtil.h adjust example and add clarifying comments to PrioritySortUtil 2017-12-21 15:40:08 -08:00
Profile.cpp instantiate trace_workload logging category 2018-02-13 08:57:20 -08:00
Profile.h add 'workload' logging profile 2018-02-13 08:57:20 -08:00
PropertyFlags.h
QVariantGLM.cpp Misc bug fixes 2018-02-02 13:10:49 -08:00
QVariantGLM.h
Radix2InplaceSort.h
Radix2IntegerScanner.h
RegisteredMetaTypes.cpp Entities collisions JSDoc 2018-02-26 14:10:33 +13:00
RegisteredMetaTypes.h rename Mesh api getPos3 to getPos, deprecate but still support getPos3 2018-03-14 10:24:44 -07:00
RingBufferHistory.h
RunningMarker.cpp
RunningMarker.h
ScriptValueUtils.cpp
ScriptValueUtils.h
SettingHandle.cpp
SettingHandle.h
SettingHelpers.cpp
SettingHelpers.h
SettingInterface.cpp Add comments to startup processes 2018-02-26 16:25:41 -08:00
SettingInterface.h
SettingManager.cpp Fix crash when passing --checkMinSpec flag 2018-02-22 16:29:38 -08:00
SettingManager.h Add comments to startup processes 2018-02-26 16:25:41 -08:00
ShapeInfo.cpp Entity properties JSDoc 2018-02-19 12:17:31 +13:00
ShapeInfo.h
SharedLogging.cpp
SharedLogging.h
SharedUtil.cpp Merge branch 'master' of github.com:highfidelity/hifi into feat/content-settings 2018-02-27 09:59:37 -08:00
SharedUtil.h Merge branch 'master' of github.com:highfidelity/hifi into feat/content-settings 2018-02-27 09:59:37 -08:00
ShutdownEventListener.cpp
ShutdownEventListener.h
SimpleAverage.h
SimpleMovingAverage.cpp
SimpleMovingAverage.h
SpatiallyNestable.cpp check dirty flags when harvesting physics results 2018-01-18 17:43:22 -08:00
SpatiallyNestable.h CR fedback and cleanup 2018-02-22 05:15:01 -05:00
SpatialParentFinder.h faster and const EntityTree::findByID() 2018-02-13 11:25:34 -08:00
StatTracker.cpp
StatTracker.h
StDev.cpp
StDev.h
StreamHelpers.h
StreamUtils.cpp
StreamUtils.h
TBBHelpers.h
ThreadHelpers.cpp
ThreadHelpers.h
ThreadSafeValueCache.h
TimeWeightedAvg.h
Trace.cpp
Trace.h
Transform.cpp better fix for model scale floor, remove abs 2018-01-04 17:49:39 -08:00
Transform.h Optimizations and cleanup 2018-01-04 16:15:44 -08:00
TriangleSet.cpp
TriangleSet.h Misc bug fixes 2018-02-02 13:10:49 -08:00
TryLocker.h
UUID.cpp
UUID.h
UUIDHasher.h
VariantMapToScriptValue.cpp
VariantMapToScriptValue.h
ViewFrustum.cpp Added anti frustum test to remove lower cascade objects from higher shadow cascades 2018-02-02 12:15:43 +01:00
ViewFrustum.h Added anti frustum test to remove lower cascade objects from higher shadow cascades 2018-02-02 12:15:43 +01:00
windowshacks.h