overte-Armored-Dragon/libraries/shared/src
2018-04-04 14:11:10 -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 GLM update and GLI integration 2016-09-09 10:18:15 -07:00
AACube.h
AngleUtil.h
AtRestDetector.cpp
AtRestDetector.h
AudioHelpers.h CR fix: use predefined PI 2017-06-28 10:18:54 -07:00
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 code review 2017-09-15 10:08:35 -07:00
BitVectorHelpers.h remove dupe const 2018-02-07 16:48:31 -08:00
BoxBase.h
BufferParser.h
ByteCountCoding.h
ColorUtils.cpp Move srgbToLinear lookup table to external cpp 2016-08-08 15:47:53 -07:00
ColorUtils.h Move srgbToLinear lookup table to external cpp 2016-08-08 15:47:53 -07:00
ComponentMode.h Renamed HazeMode to ComponentMode. 2017-10-13 11:24:56 -07:00
CPUDetect.h Detect support for AVX512 instructions 2017-06-20 16:09:52 -07:00
CPUIdent.cpp Windows build fixes 2016-04-12 10:53:04 -07:00
CPUIdent.h Windows build fixes 2016-04-12 10:53:04 -07:00
CrashHelpers.h cleanup naked qDebug() calls 2016-12-19 22:24:25 -08:00
CubeProjectedPolygon.cpp recover unused code that may prove useful someday 2016-05-05 18:28:27 -07:00
CubeProjectedPolygon.h recover unused code that may prove useful someday 2016-05-05 18:28:27 -07:00
CubicHermiteSpline.h Readability improvement 2017-06-02 18:16:14 -07:00
Debug.h cleanup naked qDebug() calls 2016-12-19 22:24:25 -08:00
DebugDraw.cpp Fix for multi-threaded access to maps in DebugDraw. 2017-03-02 14:42:06 -08:00
DebugDraw.h Fix for multi-threaded access to maps in DebugDraw. 2017-03-02 14:42:06 -08:00
DependencyManager.cpp
DependencyManager.h New android toolchain 2017-09-19 13:45:12 -07:00
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 Fix typo noticed in passing 2017-05-30 15:53:58 +12:00
FaceshiftConstants.cpp
FaceshiftConstants.h
Finally.h Fix potential deadlock in QML 2016-03-23 12:59:17 -07:00
FloodFill.h
GenericQueueThread.h add -Wsuggest-override to compile flags and deal with fallout 2016-08-18 09:51:41 -07:00
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 Merging back with upstream and trying to fix counter for them to be more stable 2016-11-04 16:56:03 -07:00
GPUIdent.h Trying to extend the memory counter 2016-10-31 16:40:15 -07:00
Gzip.cpp
Gzip.h
HashKey.cpp cleanup ShapeInfo::getHash() 2017-10-27 07:52:51 -07:00
HashKey.h cleanup ShapeInfo::getHash() 2017-10-27 07:52:51 -07:00
HifiConfigVariantMap.cpp Migrate the DS config version to the config file 2017-10-31 17:35:23 -07:00
HifiConfigVariantMap.h Migrate the DS config version to the config file 2017-10-31 17:35:23 -07:00
Interpolate.cpp Reduce entity fade-in time 2017-09-09 18:00:21 +12:00
Interpolate.h Addressing some PR feedback; moved easeInEaseOut to Interpolate class. My function is faster than andrew's. :D 2017-05-02 19:56:47 -04:00
JointData.h Added defaultPoseFlags to avatar protocol 2018-01-19 15:34:27 -08:00
LogHandler.cpp Repeated logging - reviewer fixes 2018-04-04 14:11:10 -07:00
LogHandler.h Repeated logging - reviewer fixes 2018-04-04 14:11:10 -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 div by zero fixes, detected by address sanitizer 2017-10-10 16:17:39 -07:00
MovingPercentile.cpp CR feedback 2016-04-21 15:48:18 -07:00
MovingPercentile.h CR feedback 2016-04-21 15:48:18 -07:00
NumericalConstants.h FileCache refactoring and tests 2017-05-31 13:45:59 -07:00
OctalCode.cpp Rename OctalCodePtr related functions 2016-05-17 10:59:51 -07:00
OctalCode.h Add vector include to OctalCode.h 2016-05-17 10:59:51 -07:00
Packed.h AvatarData packet overhaul, uses a structure instead of raw memcpy 2016-05-19 20:26:00 -07:00
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 cleanup naked qDebug() calls 2016-12-19 22:24:25 -08:00
PerfStat.h cleanup WANT_DETAILED_PROFILING 2017-10-19 14:31:50 -07:00
PhysicsCollisionGroups.h Doc review 2018-03-07 17:29:39 +13:00
PhysicsHelpers.cpp
PhysicsHelpers.h move deactivation thresholds to shared header 2016-04-22 09:38:43 -07:00
PIDController.cpp use glm::isnan() instead of isnan() from math.h 2016-05-05 18:28:27 -07:00
PIDController.h
Plane.cpp use references not pointers for ViewFrustums 2016-05-05 18:28:27 -07:00
Plane.h First draft version of tighter shadow frustum 2017-10-26 12:42:36 +02:00
PointerEvent.cpp Miscellaneous fixes 2017-12-12 10:49:05 +13:00
PointerEvent.h (mostly?) fix touch events 2017-11-13 12:58:31 -08:00
PortableHighResolutionClock.cpp use c-style casts to respect the coding standard 2016-03-29 13:25:03 -07:00
PortableHighResolutionClock.h quiet warnings in Linux build 2016-10-18 17:47:47 -07:00
Preferences.cpp
Preferences.h New android toolchain 2017-09-19 13:45:12 -07:00
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 cleanup naked qDebug() calls 2016-12-19 22:24:25 -08:00
QVariantGLM.cpp Misc bug fixes 2018-02-02 13:10:49 -08:00
QVariantGLM.h Implement Entities.findInFrustum() method 2016-09-09 18:57:48 +12:00
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 Remove the runningMarker timer 2017-06-01 18:19:13 -07:00
RunningMarker.h Remove the runningMarker timer 2017-06-01 18:19:13 -07:00
ScriptValueUtils.cpp Moved isListOfStrings into shared/ScriptValueUtils 2016-04-15 13:47:30 -07:00
ScriptValueUtils.h Moved isListOfStrings into shared/ScriptValueUtils 2016-04-15 13:47:30 -07:00
SettingHandle.cpp make Settings::remove() work for groups 2017-02-08 11:49:40 -08:00
SettingHandle.h New android toolchain 2017-09-19 13:45:12 -07:00
SettingHelpers.cpp Migrate the DS config version to the config file 2017-10-31 17:35:23 -07:00
SettingHelpers.h Migrate the DS config version to the config file 2017-10-31 17:35:23 -07:00
SettingInterface.cpp Add comments to startup processes 2018-02-26 16:25:41 -08:00
SettingInterface.h leverage settings to remember paths used before 2017-04-26 18:37:35 -07:00
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 cleanup ShapeInfo::getHash() 2017-10-27 07:52:51 -07:00
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 Logging improvements 2016-11-04 14:26:19 -07:00
ShutdownEventListener.h add -Wsuggest-override to compile flags and deal with fallout 2016-08-18 09:51:41 -07:00
SimpleAverage.h
SimpleMovingAverage.cpp avoid various data-races related to stats collection and delivery 2016-10-18 13:05:53 -07:00
SimpleMovingAverage.h force data in MemoryStorage to be word aligned to avoid crash in glTextureSubImage2D 2017-05-10 18:14:50 -07:00
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 Fix ambiguous conversion to QVariant in StatTracker 2017-09-27 15:22:23 -07:00
StatTracker.h Fix bytes downloaded stat tracking 2017-09-27 09:33:10 -07:00
StDev.cpp
StDev.h
StreamHelpers.h
StreamUtils.cpp clean up stream formatting of vec3 and friends 2016-05-20 09:41:26 -07:00
StreamUtils.h
TBBHelpers.h Suppress TBB warnings 2017-06-06 15:02:16 -07:00
ThreadHelpers.cpp PR comments 2017-08-04 15:27:33 -07:00
ThreadHelpers.h Updates from Threaded Rendering project 2017-08-04 15:22:14 -07:00
ThreadSafeValueCache.h Add debugging output, fix timewarp 2016-03-30 10:40:32 -07:00
TimeWeightedAvg.h
Trace.cpp save files to Documents by default 2017-12-12 14:11:25 -08:00
Trace.h Add support for adding thread names to a trace 2017-02-03 09:18:51 -08:00
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 support additional .extraInfo for ray intersections 2017-12-21 12:35:13 -05:00
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