Stephen Birarda
|
60ae02e4e9
|
some formatting changes in entities
|
2015-07-16 12:38:39 -07:00 |
|
Stephen Birarda
|
8921f59e23
|
fix entity packet send from interface client
|
2015-07-16 12:09:35 -07:00 |
|
Stephen Birarda
|
05dde9d8f5
|
resolve conflicts on merge with upstream/master
|
2015-07-15 16:18:47 -07:00 |
|
Stephen Birarda
|
8b5026a817
|
cleanup some warnings
|
2015-07-15 11:20:55 -07:00 |
|
Stephen Birarda
|
b115bd1a55
|
resolve conflicts on merge with huffman/receive_packets
|
2015-07-15 10:52:07 -07:00 |
|
Ryan Huffman
|
44c99ef89a
|
Replace bytesAvailable with bytesLefToRead
|
2015-07-15 10:44:51 -07:00 |
|
Stephen Birarda
|
e127c5c06d
|
rename Packet methods for clarity
|
2015-07-15 10:40:40 -07:00 |
|
Stephen Birarda
|
0327a8d477
|
fix bytesAvailable, don't double seek in Packet
|
2015-07-14 20:47:16 -07:00 |
|
Stephen Birarda
|
1450036b59
|
move EntityEditPacketSender method to slot
|
2015-07-14 17:18:28 -07:00 |
|
Atlante45
|
fbb6a94579
|
Merge branch 'receive_packets' of https://github.com/huffman/hifi into protocol
|
2015-07-14 16:36:28 -07:00 |
|
Ryan Huffman
|
56b5c9acff
|
Merge branch 'atp' of github.com:birarda/hifi into receive_packets
Conflicts:
assignment-client/src/entities/EntityServer.cpp
domain-server/src/DomainServer.cpp
|
2015-07-14 14:53:45 -07:00 |
|
Stephen Birarda
|
23548a99bc
|
move NACK packet disabling to EntityEditPacketSender
|
2015-07-14 14:43:01 -07:00 |
|
Stephen Birarda
|
d617b71232
|
remove SharedNodePointer from some packet callbacks
|
2015-07-14 14:27:26 -07:00 |
|
Atlante45
|
bbb00b9d3a
|
Merge branch 'protocol' of https://github.com/birarda/hifi into protocol
|
2015-07-14 14:11:41 -07:00 |
|
Stephen Birarda
|
0637f589b5
|
add PacketListener to help unregister for packets
|
2015-07-14 13:52:38 -07:00 |
|
Atlante45
|
7bf45308b6
|
Merge branch 'master' of https://github.com/highfidelity/hifi into clear_cache_and_restart
|
2015-07-14 12:31:37 -07:00 |
|
Ryan Huffman
|
0edc909818
|
Merge branch 'protocol' of github.com:birarda/hifi into receive_packets
Conflicts:
assignment-client/src/audio/AudioMixer.cpp
interface/src/Application.cpp
libraries/networking/src/Packet.cpp
|
2015-07-14 10:21:31 -07:00 |
|
Stephen Birarda
|
821c16cbc4
|
resolve conflicts on merge with uptream/master
|
2015-07-14 09:52:20 -07:00 |
|
Andrew Meadows
|
7610fe48c2
|
filter action updates during simulation ownership
This fixes a bug where actions can be thrashed (created/deleted)
by late entity update echos from the entity-server.
|
2015-07-14 09:24:37 -07:00 |
|
Clément Brisset
|
24eb4c8263
|
Merge pull request #5309 from sethalves/quiet-compiler
quiet compiler
|
2015-07-13 15:55:35 -07:00 |
|
Atlante45
|
c80df94b06
|
Update includes for moved files
|
2015-07-13 15:28:55 -07:00 |
|
Stephen Birarda
|
d990420565
|
repairs to octree packet receiving in interface
|
2015-07-13 13:10:57 -07:00 |
|
Stephen Birarda
|
264f39fa59
|
resolve conflicts on merge with upstream/master
|
2015-07-13 11:25:24 -07:00 |
|
Seth Alves
|
5aca0c28ef
|
quiet compiler
|
2015-07-13 07:37:59 -07:00 |
|
Seth Alves
|
87152a4de2
|
Merge pull request #5302 from AndrewMeadows/astatine
cleanup of ObjectActionSpring and AvatarActionHold
|
2015-07-12 11:17:09 -07:00 |
|
Andrew Meadows
|
9ce9c541de
|
fix activation of object when action changes
|
2015-07-10 18:45:40 -07:00 |
|
Atlante45
|
c11864acf3
|
Merge branch 'master' of https://github.com/highfidelity/hifi into clear_cache_and_restart
|
2015-07-10 15:57:40 -07:00 |
|
Ryan Huffman
|
1c212ba1a1
|
Disable disabling of entity nack packet temporarily
|
2015-07-10 15:01:45 -07:00 |
|
ZappoMan
|
1dd40af162
|
fix AnimationLoop::setRunning() to not constantly reset the frame when the running state doesn't actually change
|
2015-07-10 12:43:35 -07:00 |
|
Andrew Meadows
|
71440dfbc5
|
add checks for NaN
|
2015-07-10 12:25:11 -07:00 |
|
Atlante45
|
6c591131ba
|
Made Animations safe for resource reload
|
2015-07-10 12:01:51 -07:00 |
|
Ryan Huffman
|
ec0fc81b86
|
Update EntityEditPacketSender to use QSharedPointer<NLPacket>
|
2015-07-10 08:46:11 -07:00 |
|
Seth Alves
|
bf6fce4e45
|
remove unneeded const
|
2015-07-09 17:05:15 -07:00 |
|
Ryan Huffman
|
672c5cc5b3
|
Properly create QByteArray in EntityEditPacketSender
|
2015-07-09 15:33:00 -07:00 |
|
Seth Alves
|
2dc4922da3
|
bring over code from entity-level-locking branch
|
2015-07-09 15:23:05 -07:00 |
|
Seth Alves
|
a01fb6f1dc
|
if an action changes its own arguments, cause reserialisation
|
2015-07-09 14:32:34 -07:00 |
|
Ryan Huffman
|
dd9dea7a97
|
Merge remote-tracking branch 'birarda/protocol' into receive_packets
Conflicts:
interface/src/DatagramProcessor.cpp
interface/src/octree/OctreePacketProcessor.cpp
libraries/entities/src/EntityEditPacketSender.cpp
libraries/networking/src/LimitedNodeList.h
libraries/networking/src/NLPacket.h
|
2015-07-09 14:08:35 -07:00 |
|
Ryan Huffman
|
0180bdc4fb
|
Update EntityEditPacketSender to use packet callbacks
|
2015-07-09 09:24:50 -07:00 |
|
Stephen Birarda
|
19c5f0b67c
|
resolve conflicts on merge with upstream/master
|
2015-07-08 22:54:36 -07:00 |
|
Atlante45
|
846e9f8105
|
Merge branch 'atp' of https://github.com/birarda/hifi into protocol
|
2015-07-08 19:10:06 -07:00 |
|
Stephen Birarda
|
c2ae73650c
|
go back to writing the number of deleted IDs
|
2015-07-08 19:03:42 -07:00 |
|
Atlante45
|
4bc71bb39e
|
Merge branch 'atp' of https://github.com/birarda/hifi into protocol
|
2015-07-08 18:55:14 -07:00 |
|
Stephen Birarda
|
da3502eb6c
|
resolve conflicts on merge with upstream/master
|
2015-07-08 18:41:48 -07:00 |
|
Atlante45
|
d4e01742e5
|
Merge branch 'atp' of https://github.com/birarda/hifi into protocol
|
2015-07-08 18:40:18 -07:00 |
|
Brad Davis
|
49a14e3446
|
Merge remote-tracking branch 'upstream/master' into entity_parsing
|
2015-07-08 18:37:41 -07:00 |
|
Atlante45
|
e2718d5c94
|
Merge branch 'protocol' of https://github.com/birarda/hifi into protocol
|
2015-07-08 18:26:36 -07:00 |
|
Stephen Birarda
|
5dc09692b4
|
more packet creation fixes for entitites
|
2015-07-08 18:13:06 -07:00 |
|
Brad Davis
|
98e0688e98
|
Reducing heap allocation in network packet parsing
|
2015-07-08 17:21:38 -07:00 |
|
Stephen Birarda
|
ac40790841
|
remove a bad replacement from PacketType in EntityTree
|
2015-07-08 16:54:56 -07:00 |
|
Stephen Birarda
|
fa71c781f4
|
cleanup edit message memory management in octree packet sending
|
2015-07-08 14:12:04 -07:00 |
|