overte/libraries/shared/src
2013-11-08 02:27:34 -08:00
..
AngleUtil.h renames AngleUtils -> AngleUtil for consistency with the rest of the files 2013-04-16 14:07:19 +02:00
Assignment.cpp fix Assignment ctor from data to properly parse payload 2013-10-25 10:34:58 -07:00
Assignment.h use char array of static length for pool 2013-10-22 13:35:26 -07:00
FloodFill.h numerous starfield fixes 2013-04-19 02:46:34 +02:00
GenericThread.cpp latest work on threaded sending 2013-08-12 16:55:58 -07:00
GenericThread.h implement support for process interval hints and handling sending only some packets per call to process in non-threaded mode 2013-10-02 20:39:58 -07:00
Logging.cpp just use default to catch unknown Qt message types 2013-10-31 14:16:30 -07:00
Logging.h add doxygen comments to refactored Logging class 2013-09-09 15:27:27 -07:00
NetworkPacket.cpp make temp copy of NetworkPacket to protect against vector resizing 2013-11-05 14:50:49 -08:00
NetworkPacket.h memory wastes and code cleaning PR comments 2013-09-04 15:12:24 -07:00
Node.cpp use virtual deleteOrDeleteLater in NodeData to handle AvatarVoxelSystem 2013-11-07 15:41:10 -08:00
Node.h initial changes to allow for multiple buffers per client 2013-10-21 14:27:55 -07:00
NodeData.cpp use virtual deleteOrDeleteLater in NodeData to handle AvatarVoxelSystem 2013-11-07 15:41:10 -08:00
NodeData.h use virtual deleteOrDeleteLater in NodeData to handle AvatarVoxelSystem 2013-11-07 15:41:10 -08:00
NodeList.cpp add helper to ping with inactive socket 2013-11-05 12:34:56 -08:00
NodeList.h add helper to ping with inactive socket 2013-11-05 12:34:56 -08:00
NodeTypes.h add back node type unassigned, fix sending of script URL 2013-08-05 17:21:06 -07:00
OctalCode.cpp make numberOfThreeBitSectionsInCode() robust against overflowing buffers if length is known 2013-11-05 12:31:20 -08:00
OctalCode.h make numberOfThreeBitSectionsInCode() robust against overflowing buffers if length is known 2013-11-05 12:31:20 -08:00
PacketHeaders.cpp first cut at user adjustable LOD 2013-10-29 16:16:58 -07:00
PacketHeaders.h first cut at splitting out PACKET_TYPE_VOXEL_QUERY from PACKET_TYPE_HEAD_DATA 2013-10-24 13:22:31 -07:00
PacketSender.cpp fix comments line breaks 2013-11-08 02:27:34 -08:00
PacketSender.h fixed PPS bugs in threaded version of PacketSender class 2013-10-07 17:34:41 -07:00
PerfStat.cpp first cut at really getting _children UNION to work 2013-10-16 12:54:37 -07:00
PerfStat.h fixed long line 2013-10-21 14:43:55 -07:00
Radix2InplaceSort.h move shared to libraries, DRY library macro, rename libs 2013-04-12 12:38:34 -07:00
Radix2IntegerScanner.h move shared to libraries, DRY library macro, rename libs 2013-04-12 12:38:34 -07:00
ReceivedPacketProcessor.cpp bug fixes to JurisdictionListener, PacketSender, addition of packetsToSendCount() to Voxels JS 2013-11-08 02:22:10 -08:00
ReceivedPacketProcessor.h bug fixes to JurisdictionListener, PacketSender, addition of packetsToSendCount() to Voxels JS 2013-11-08 02:22:10 -08:00
RegisteredMetaTypes.h replace QVariantMap glm::vec3 setters with conversions for QScriptValue 2013-10-03 11:55:30 -07:00
SharedUtil.cpp first cut at splitting out PACKET_TYPE_VOXEL_QUERY from PACKET_TYPE_HEAD_DATA 2013-10-24 13:22:31 -07:00
SharedUtil.h first cut at splitting out PACKET_TYPE_VOXEL_QUERY from PACKET_TYPE_HEAD_DATA 2013-10-24 13:22:31 -07:00
SimpleMovingAverage.cpp fix cast to 0 for long long in SimpleMovingAverage 2013-07-10 11:26:39 -07:00
SimpleMovingAverage.h first cut at new voxel scene stats 2013-11-05 10:29:56 -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 move shared to libraries, DRY library macro, rename libs 2013-04-12 12:38:34 -07:00
Systime.cpp move shared to libraries, DRY library macro, rename libs 2013-04-12 12:38:34 -07:00
Systime.h move shared to libraries, DRY library macro, rename libs 2013-04-12 12:38:34 -07:00
UDPSocket.cpp don't attempt to send in UDPSocket with NULL destAddress 2013-10-17 17:01:15 -07:00
UDPSocket.h use QHostInfo and QHostAddress for DS changes in NodeList 2013-09-18 13:29:53 -07:00
UrlReader.cpp switch calls to printLog to QDebug 2013-07-16 11:07:22 -07:00
UrlReader.h further adjusts naming 2013-05-19 13:22:37 +02: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