overte-Armored-Dragon/libraries/shared/src
Andrzej Kapolka c99e2c3ec6 Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
Conflicts:
	libraries/networking/src/PacketHeaders.cpp
2015-01-08 14:57:03 -08:00
..
AABox.cpp Add the Model library 2014-12-19 16:19:06 -08:00
AABox.h Add the Model library 2014-12-19 16:19:06 -08:00
AACube.cpp handy conversions between AABox, AACube, and Extents 2014-09-11 12:23:35 -07:00
AACube.h fix bug in != operator 2014-12-29 10:50:06 -08:00
AACubeShape.cpp fix file path in header text: physcis --> shared 2014-12-03 11:15:44 -08:00
AACubeShape.h fix file path in header text: physcis --> shared 2014-12-03 11:15:44 -08:00
AngleUtil.h
AngularConstraint.cpp move stuff out of shared and into physics library 2014-10-28 13:51:45 -07:00
AngularConstraint.h
BoxBase.h
ByteCountCoding.h fix possible buffer overrun asserts 2014-10-14 17:14:12 -07:00
CapsuleShape.cpp fix file path in header text: physcis --> shared 2014-12-03 11:15:44 -08:00
CapsuleShape.h fix file path in header text: physcis --> shared 2014-12-03 11:15:44 -08:00
CollisionInfo.cpp fix file path in header text: physcis --> shared 2014-12-03 11:15:44 -08:00
CollisionInfo.h fix file path in header text: physcis --> shared 2014-12-03 11:15:44 -08:00
DependencyManager.cpp DM returns shared pointer 2014-12-16 13:54:24 -08:00
DependencyManager.h Unused removed method 2014-12-16 16:50:15 -08:00
Extents.cpp moved Extents to shared 2014-09-11 12:12:25 -07:00
Extents.h add debeg streaming to Extents 2014-10-14 17:16:49 -07:00
FileUtils.cpp
FileUtils.h
FloodFill.h
GenericThread.cpp
GenericThread.h
GeometryUtil.cpp Material/ray testing bits. 2015-01-05 18:37:47 -08:00
GeometryUtil.h use common findRayTriangleIntersection 2014-12-06 19:39:02 -08:00
GLMHelpers.cpp No more .f 2014-11-19 16:53:39 -08:00
GLMHelpers.h use quat orientation to store locations and user locations 2014-09-16 09:57:21 -07:00
HifiConfigVariantMap.cpp fix for settings save without organization 2014-09-29 10:09:33 -07:00
HifiConfigVariantMap.h remove definition for an unused method 2014-09-29 15:27:45 -07:00
ListShape.cpp fix file path in header text: physcis --> shared 2014-12-03 11:15:44 -08:00
ListShape.h fix file path in header text: physcis --> shared 2014-12-03 11:15:44 -08:00
LogHandler.cpp resolve conflicts on merge with upstream master 2014-12-03 13:11:56 -08:00
LogHandler.h complete output of suppressed repeated messages to log 2014-10-28 14:49:14 -07:00
LogUtils.cpp Add include for QtGlobal to ensure OS global has been defined 2014-09-08 12:40:53 -07:00
LogUtils.h Reapply "Update assignment client to close on WM_CLOSE message on Windows" 2014-09-05 11:19:36 -07:00
MovingMinMaxAvg.h move audio stats into member of Audio 2014-12-16 14:47:24 -08:00
MovingPercentile.cpp
MovingPercentile.h
OctalCode.cpp
OctalCode.h
PathUtils.cpp replaced Application::resourcesPath() with PathUtils::resourcesPath() 2014-12-15 15:20:18 -08:00
PathUtils.h replaced Application::resourcesPath() with PathUtils::resourcesPath() 2014-12-15 15:20:18 -08:00
PerfStat.cpp fix PerformanceTimer to handle timer stacks on multiple threads 2015-01-02 15:04:48 -08:00
PerfStat.h fix PerformanceTimer to handle timer stacks on multiple threads 2015-01-02 15:04:48 -08:00
PlaneShape.cpp fix file path in header text: physcis --> shared 2014-12-03 11:15:44 -08:00
PlaneShape.h fix file path in header text: physcis --> shared 2014-12-03 11:15:44 -08:00
PropertyFlags.h name change shinkIfNeeded() -> shrinkIfNeeded() 2014-11-17 16:14:49 -08:00
qtimespan.cpp
qtimespan.h
Radix2InplaceSort.h
Radix2IntegerScanner.h
RayIntersectionInfo.h moving Shape* back into shared lib 2014-12-01 16:03:14 -08:00
RegisteredMetaTypes.cpp Replace 2D and 3D text overlay textWidth() method with textSize() 2014-12-09 18:32:53 -08:00
RegisteredMetaTypes.h Replace 2D and 3D text overlay textWidth() method with textSize() 2014-12-09 18:32:53 -08:00
RenderArgs.h first draft of factorizing the rendering traversal for both sides in stereo 2014-11-14 09:56:36 -08:00
RingBufferHistory.h
Shape.h fix file path in header text: physcis --> shared 2014-12-03 11:15:44 -08:00
ShapeCollider.cpp fix file path in header text: physcis --> shared 2014-12-03 11:15:44 -08:00
ShapeCollider.h fix file path in header text: physcis --> shared 2014-12-03 11:15:44 -08:00
ShapeInfo.cpp ShapeManager doesn't support tiny and giant shapes 2014-12-03 10:08:26 -08:00
ShapeInfo.h ShapeManager doesn't support tiny and giant shapes 2014-12-03 10:08:26 -08:00
SharedUtil.cpp added similarStrings() helper 2014-11-25 09:25:49 -08:00
SharedUtil.h added similarStrings() helper 2014-11-25 09:25:49 -08:00
ShutdownEventListener.cpp have ShutdownEventListener handle WM_CLOSE or SIGTERM 2014-12-11 10:21:11 -08:00
ShutdownEventListener.h have ShutdownEventListener handle WM_CLOSE or SIGTERM 2014-12-11 10:21:11 -08:00
SimpleMovingAverage.cpp
SimpleMovingAverage.h
SphereShape.cpp fix file path in header text: physcis --> shared 2014-12-03 11:15:44 -08:00
SphereShape.h fix file path in header text: physcis --> shared 2014-12-03 11:15:44 -08:00
StDev.cpp include c++ header for memset 2014-11-07 17:24:05 -08:00
StDev.h rename StdDev to StDev, patch its leak 2014-11-07 17:15:54 -08:00
StreamUtils.cpp add some vec2 debugging 2014-12-19 13:46:42 -08:00
StreamUtils.h add some vec2 debugging 2014-12-19 13:46:42 -08:00
TimeWeightedAvg.h
Transform.cpp No more .f 2014-11-19 16:53:39 -08:00
Transform.h add comments to Transform.h 2014-12-22 14:05:09 -08:00
UIUtil.cpp Update getWindowTitleBarHeight signature 2014-09-03 08:27:18 -07:00
UIUtil.h Update getWindowTitleBarHeight signature 2014-09-03 08:27:18 -07:00
UUID.cpp
UUID.h
windowshacks.h cleanup the windows hackery a little 2014-12-15 12:25:20 -08:00