.. |
AABox.cpp
|
setup listener unattenuated zones for source ring buffers
|
2014-06-18 12:50:16 -07:00 |
AABox.h
|
setup listener unattenuated zones for source ring buffers
|
2014-06-18 12:50:16 -07:00 |
AACube.cpp
|
setup listener unattenuated zones for source ring buffers
|
2014-06-18 12:50:16 -07:00 |
AACube.h
|
setup listener unattenuated zones for source ring buffers
|
2014-06-18 12:50:16 -07:00 |
AngleUtil.h
|
fix header include guards via regex
|
2014-04-09 12:03:17 -07:00 |
BoxBase.h
|
setup listener unattenuated zones for source ring buffers
|
2014-06-18 12:50:16 -07:00 |
CapsuleShape.cpp
|
unit tests for VerletShapes
|
2014-06-18 14:06:00 -07:00 |
CapsuleShape.h
|
Add getVolume() method to Shape
|
2014-06-23 08:36:45 -07:00 |
CollisionInfo.cpp
|
collisions update shapes
|
2014-06-20 16:31:39 -07:00 |
CollisionInfo.h
|
stubbery for processing collisions
|
2014-06-20 10:55:57 -07:00 |
FileUtils.cpp
|
Allow users to set the destination of Snapshots
|
2014-04-15 19:36:02 +02:00 |
FileUtils.h
|
fix header include guards via regex
|
2014-04-09 12:03:17 -07:00 |
FloodFill.h
|
fix header include guards via regex
|
2014-04-09 12:03:17 -07:00 |
GenericThread.cpp
|
run regex header replacement on all cpp files
|
2014-04-09 09:35:42 -07:00 |
GenericThread.h
|
added sendNackPackets() to OctreeInboundPacketProcessor
|
2014-06-16 09:57:05 -07:00 |
GeometryUtil.cpp
|
fixes to source files for code remove in regex replace
|
2014-04-09 10:16:56 -07:00 |
GeometryUtil.h
|
fix header include guards via regex
|
2014-04-09 12:03:17 -07:00 |
HifiConfigVariantMap.cpp
|
added space between expressions in ternary operator
|
2014-06-12 17:24:56 -07:00 |
HifiConfigVariantMap.h
|
update boilerplate and include guards for other new files
|
2014-04-09 15:08:56 -07:00 |
ListShape.cpp
|
Shape::getCenter() -> Shape::getTranslation()
|
2014-06-18 08:55:48 -07:00 |
ListShape.h
|
Shape::getCenter() -> Shape::getTranslation()
|
2014-06-18 08:55:48 -07:00 |
MovingPercentile.cpp
|
MovingPercentile moved else to same line as }
|
2014-06-04 15:13:16 -07:00 |
MovingPercentile.h
|
changed MovingPercentile to use QList
|
2014-06-04 14:24:23 -07:00 |
OctalCode.cpp
|
run regex header replacement on all cpp files
|
2014-04-09 09:35:42 -07:00 |
OctalCode.h
|
fix header include guards via regex
|
2014-04-09 12:03:17 -07:00 |
PerfStat.cpp
|
add improved detailed rendering and FPS debugging stats
|
2014-05-29 12:12:23 -07:00 |
PerfStat.h
|
add improved detailed rendering and FPS debugging stats
|
2014-05-29 12:12:23 -07:00 |
PhysicsEntity.cpp
|
findPlaneCollisions() works in theory, not used
|
2014-06-23 10:39:50 -07:00 |
PhysicsEntity.h
|
remove old collideAgaintsOurself() code
|
2014-06-23 10:36:31 -07:00 |
PhysicsSimulation.cpp
|
remove debug include
|
2014-06-23 08:53:58 -07:00 |
PhysicsSimulation.h
|
Split PhysicsSimulation::stepForward() into parts
|
2014-06-19 15:50:16 -07:00 |
PlaneShape.cpp
|
Shape::getCenter() -> Shape::getTranslation()
|
2014-06-18 08:55:48 -07:00 |
PlaneShape.h
|
Moved findRayIntersection() to the Shape classes
|
2014-06-17 12:36:36 -07:00 |
PropertyFlags.h
|
cleanup
|
2014-06-04 15:16:51 -07:00 |
qtimespan.cpp
|
making some type casts abide by coding standard
|
2014-03-26 16:58:47 -07:00 |
qtimespan.h
|
Moved the connection and configuration of XMPP to the log-in process.
|
2014-03-12 01:24:30 +02:00 |
Radix2InplaceSort.h
|
fix header include guards via regex
|
2014-04-09 12:03:17 -07:00 |
Radix2IntegerScanner.h
|
fix header include guards via regex
|
2014-04-09 12:03:17 -07:00 |
Ragdoll.cpp
|
Compute more correct masses for ragdoll parts
|
2014-06-23 08:37:11 -07:00 |
Ragdoll.h
|
Compute more correct masses for ragdoll parts
|
2014-06-23 08:37:11 -07:00 |
RegisteredMetaTypes.cpp
|
run regex header replacement on all cpp files
|
2014-04-09 09:35:42 -07:00 |
RegisteredMetaTypes.h
|
fix header include guards via regex
|
2014-04-09 12:03:17 -07:00 |
ResourceCache.cpp
|
After uploading, refresh the uploaded files so that they are immediately
|
2014-05-09 17:50:08 -07:00 |
ResourceCache.h
|
After uploading, refresh the uploaded files so that they are immediately
|
2014-05-09 17:50:08 -07:00 |
Shape.h
|
Add getVolume() method to Shape
|
2014-06-23 08:36:45 -07:00 |
ShapeCollider.cpp
|
unit tests for VerletShapes
|
2014-06-18 14:06:00 -07:00 |
ShapeCollider.h
|
merge upstream/master into andrew/ragdoll
|
2014-06-17 17:03:16 -07:00 |
SharedUtil.cpp
|
changed 2000 into a constant defined inline
|
2014-06-16 23:30:28 +02:00 |
SharedUtil.h
|
send an updated address to data-server with domain (when changed)
|
2014-05-15 12:18:24 -07:00 |
SimpleMovingAverage.cpp
|
run regex header replacement on all cpp files
|
2014-04-09 09:35:42 -07:00 |
SimpleMovingAverage.h
|
fix header include guards via regex
|
2014-04-09 12:03:17 -07:00 |
SphereShape.cpp
|
Shape::getCenter() -> Shape::getTranslation()
|
2014-06-18 08:55:48 -07:00 |
SphereShape.h
|
Add getVolume() method to Shape
|
2014-06-23 08:36:45 -07:00 |
StdDev.cpp
|
run regex header replacement on all cpp files
|
2014-04-09 09:35:42 -07:00 |
StdDev.h
|
fix header include guards via regex
|
2014-04-09 12:03:17 -07:00 |
StreamUtils.cpp
|
More attachment bits.
|
2014-05-04 16:24:23 -07:00 |
StreamUtils.h
|
More attachment bits.
|
2014-05-04 16:24:23 -07:00 |
UUID.cpp
|
run regex header replacement on all cpp files
|
2014-04-09 09:35:42 -07:00 |
UUID.h
|
fix header include guards via regex
|
2014-04-09 12:03:17 -07:00 |
VerletCapsuleShape.cpp
|
collisions update shapes
|
2014-06-20 16:31:39 -07:00 |
VerletCapsuleShape.h
|
collisions update shapes
|
2014-06-20 16:31:39 -07:00 |
VerletSphereShape.cpp
|
collisions update shapes
|
2014-06-20 16:31:39 -07:00 |
VerletSphereShape.h
|
collisions update shapes
|
2014-06-20 16:31:39 -07:00 |