.. |
AbstractMenuInterface.h
|
Fix for menu shortcuts; just include widget library rather than using awkward
|
2013-12-18 17:28:21 -08:00 |
AngleUtil.h
|
more windows build work
|
2014-01-12 14:49:15 -08:00 |
Assignment.cpp
|
fix config parsing from command line and json
|
2014-01-30 15:22:03 -08:00 |
Assignment.h
|
add QDataStream >> operator to Assignment
|
2014-01-29 17:20:32 -08:00 |
CollisionInfo.h
|
Moving applyHardCollision to the Particle class. Adding daming and elasticity to CollisionInfo.
|
2014-01-24 16:29:44 -08:00 |
DataServerClient.cpp
|
packet header changes and beginning of conversion to QByteArray
|
2014-01-28 10:36:08 -08:00 |
DataServerClient.h
|
packet header changes and beginning of conversion to QByteArray
|
2014-01-28 10:36:08 -08:00 |
FileUtils.cpp
|
#19491 - Implement in-app snapshots
|
2014-01-27 18:07:03 +01:00 |
FileUtils.h
|
#19491 - Implement in-app snapshots
|
2014-01-27 18:07:03 +01:00 |
FloodFill.h
|
|
|
GenericThread.cpp
|
removed commented out debug
|
2014-01-23 15:07:17 -08:00 |
GenericThread.h
|
first cut at making GenericThread use QThread instead of pthread
|
2014-01-10 21:16:00 -08:00 |
GeometryUtil.cpp
|
fixes for avatar paddle-hands, plus some hackery for demo
|
2014-01-17 11:22:50 -08:00 |
GeometryUtil.h
|
fixes for avatar paddle-hands, plus some hackery for demo
|
2014-01-17 11:22:50 -08:00 |
HifiSockAddr.cpp
|
Missing includes.
|
2014-01-29 13:47:13 -08:00 |
HifiSockAddr.h
|
packet header changes and beginning of conversion to QByteArray
|
2014-01-28 10:36:08 -08:00 |
Logging.cpp
|
Merge branch 'master' of git://github.com/worklist/hifi into windows_build
|
2014-01-15 10:20:21 -08:00 |
Logging.h
|
remove unused PerfStats class more missing header changes
|
2014-01-10 19:47:23 -08:00 |
NetworkPacket.cpp
|
packet header changes and beginning of conversion to QByteArray
|
2014-01-28 10:36:08 -08:00 |
NetworkPacket.h
|
packet header changes and beginning of conversion to QByteArray
|
2014-01-28 10:36:08 -08:00 |
Node.cpp
|
Missing includes.
|
2014-01-29 13:47:13 -08:00 |
Node.h
|
cleanup Node types, closes #1726
|
2014-01-28 13:38:33 -08:00 |
NodeData.cpp
|
remove notion of owning node from NodeData
|
2014-01-23 17:06:03 -08:00 |
NodeData.h
|
packet header changes and beginning of conversion to QByteArray
|
2014-01-28 10:36:08 -08:00 |
NodeList.cpp
|
remove an unecessary line
|
2014-01-31 10:05:46 -08:00 |
NodeList.h
|
remove MAX_HOSTNAME_BYTES
|
2014-01-28 13:44:47 -08:00 |
OctalCode.cpp
|
initial newline removal from all QDebug calls
|
2014-01-14 13:09:22 -08:00 |
OctalCode.h
|
make numberOfThreeBitSectionsInCode() robust against overflowing buffers if length is known
|
2013-11-05 12:31:20 -08:00 |
PacketHeaders.cpp
|
repair ping packet parsing in creation of reply
|
2014-01-31 09:54:52 -08:00 |
PacketHeaders.h
|
fix packet header size constraints
|
2014-01-28 12:56:05 -08:00 |
PacketSender.cpp
|
replace uint64_t with quint64 for Qt friendlyness
|
2014-01-28 12:35:42 -08:00 |
PacketSender.h
|
replace uint64_t with quint64 for Qt friendlyness
|
2014-01-28 12:35:42 -08:00 |
PerfStat.cpp
|
replace uint64_t with quint64 for Qt friendlyness
|
2014-01-28 12:35:42 -08:00 |
PerfStat.h
|
replace uint64_t with quint64 for Qt friendlyness
|
2014-01-28 12:35:42 -08:00 |
Radix2InplaceSort.h
|
|
|
Radix2IntegerScanner.h
|
replace uint64_t with quint64 for Qt friendlyness
|
2014-01-28 12:35:42 -08:00 |
ReceivedPacketProcessor.cpp
|
replace uint64_t with quint64 for Qt friendlyness
|
2014-01-28 12:35:42 -08:00 |
ReceivedPacketProcessor.h
|
packet header changes and beginning of conversion to QByteArray
|
2014-01-28 10:36:08 -08:00 |
RegisteredMetaTypes.cpp
|
first cut at particle meshes
|
2014-01-28 09:26:47 -08:00 |
RegisteredMetaTypes.h
|
support for global collision callbacks in JS
|
2014-01-29 17:52:17 -08:00 |
SharedUtil.cpp
|
Merge branch 'master' of https://github.com/worklist/hifi into scripting_work
|
2014-01-29 19:49:36 -08:00 |
SharedUtil.h
|
Merge branch 'master' of https://github.com/worklist/hifi into scripting_work
|
2014-01-29 19:49:36 -08:00 |
SimpleMovingAverage.cpp
|
fix cast to 0 for long long in SimpleMovingAverage
|
2013-07-10 11:26:39 -07:00 |
SimpleMovingAverage.h
|
remove one Qt type replacement
|
2014-01-28 12:36:43 -08:00 |
StdDev.cpp
|
Tune and smooth 'Touch Look' and always turned on, old mouseLook code removed. Add vec3 speed test. Smooth simulation by passing exact deltaTime to update()
|
2013-07-10 12:20:26 -07:00 |
StdDev.h
|
memory wastes and code cleaning PR comments
|
2013-09-04 15:12:24 -07:00 |
Syssocket.h
|
|
|
Systime.cpp
|
handle NOMINMAX in cmake
|
2014-01-10 21:58:55 -08:00 |
Systime.h
|
more windows build work
|
2014-01-12 14:49:15 -08:00 |
ThreadedAssignment.cpp
|
cleanup Node types, closes #1726
|
2014-01-28 13:38:33 -08:00 |
ThreadedAssignment.h
|
cleanup Node types, closes #1726
|
2014-01-28 13:38:33 -08:00 |
UUID.cpp
|
add UUID helper class to get UUID string without braces
|
2013-10-07 10:56:23 -07:00 |
UUID.h
|
remove 16-bit node IDs and replace with UUIDs
|
2013-10-17 11:49:41 -07:00 |