Stephen Birarda
7b4921e761
use quint64 in place of uint64_t for QDataStream
2014-01-28 12:34:08 -08:00
Stephen Birarda
3a706a2759
repair the count of avatars and servers
2014-01-28 12:31:25 -08:00
Stephen Birarda
2aaa9ce3f6
resolve conflicts on merge with upstream master
2014-01-28 12:30:43 -08:00
Stephen Birarda
b009cd8e67
repair more node communication problems after refactor
2014-01-28 12:25:44 -08:00
Andrzej Kapolka
cf05cf6178
Didn't need to disable depth writes after all (for now).
2014-01-28 12:03:41 -08:00
Andrzej Kapolka
3edb81baf4
Check for texture translucency, render translucent mesh parts after opaque
...
ones, without alpha testing, and with back face culling enabled.
2014-01-28 12:01:32 -08:00
Stephen Birarda
ffefc529f3
ensure UUID pulled from packet header is exactly 16 bytes
2014-01-28 11:53:09 -08:00
ZappoMan
64afd17d14
include particle radius in model scaling
2014-01-28 11:49:11 -08:00
ZappoMan
dc25868403
cleanup
2014-01-28 11:26:55 -08:00
Stephen Birarda
75e2fa491a
some type fixes for marshalling/un-marshalling of data
2014-01-28 11:26:36 -08:00
ZappoMan
bd0631838d
example of setting particle model with JS
2014-01-28 11:19:04 -08:00
ZappoMan
427abd4509
add model properties to particles
2014-01-28 11:18:37 -08:00
Stephen Birarda
85ebad979f
repair assignment flow errors from packet changes
2014-01-28 11:15:38 -08:00
Andrzej Kapolka
30fdb595dd
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-01-28 11:14:21 -08:00
Andrzej Kapolka
d3dc43e853
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
2014-01-28 11:12:30 -08:00
Stephen Birarda
3854f75abd
cleanup some UUID packing
2014-01-28 10:41:40 -08:00
Stephen Birarda
4103cc1cde
packet header changes and beginning of conversion to QByteArray
2014-01-28 10:36:08 -08:00
Andrew Meadows
ade02c0259
Bug fix: update ALL avatars in the AvatarManager (rather than just one).
...
Reviewed with Birarda and pushed directly to upstream.
2014-01-28 09:32:58 -08:00
ZappoMan
1681dbb57b
Merge branch 'master' of https://github.com/worklist/hifi into particle_meshes
2014-01-28 09:26:54 -08:00
ZappoMan
568d5bc05d
first cut at particle meshes
2014-01-28 09:26:47 -08:00
Andrew Meadows
c4f429dcd0
Merge branch 'master' of ssh://github.com/highfidelity/hifi into fix-particle-avatar-collisions
2014-01-27 18:05:39 -08:00
Andrew Meadows
2b5675b077
Fix issue #1684 : particles collide against avatars again.
...
This a quick and dirty fix to resurrect particle-avatar collisions.
We rebuild and pass a list of AvatarData* to the
ParticleCollisionManager every call to update().
2014-01-27 18:01:53 -08:00
Andrew Meadows
2fa3fc523d
Fix for AABox::touches(otherBox)
2014-01-27 17:51:05 -08:00
Andrzej Kapolka
4deb9936ba
Don't add the specular alpha in the model fragment shaders.
2014-01-27 17:44:13 -08:00
Andrzej Kapolka
decad39768
Handle the case of completely identical data.
2014-01-27 17:16:02 -08:00
Andrzej Kapolka
9a892ea51a
Let's actually close our sessios on exit.
2014-01-27 17:03:35 -08:00
Andrzej Kapolka
1e4bfffdd8
Retain a shared node pointer, use the active socket. Fixed a compile warning.
2014-01-27 16:41:25 -08:00
Andrzej Kapolka
fbcd4cf363
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
2014-01-27 15:50:45 -08:00
Andrzej Kapolka
d5695395c4
Basic editing with delta streaming up and running.
2014-01-27 15:49:50 -08:00
ZappoMan
f2cfb1634b
Merge pull request #1717 from stojce/19483
...
2nd Code Review for Job #19483
2014-01-27 14:23:39 -08:00
ZappoMan
8de7bfe55e
Merge pull request #1715 from stojce/19491
...
Code Review for Job #19491
2014-01-27 14:22:11 -08:00
Andrzej Kapolka
62e8cbedbd
Proper detachment/reference counting for edits.
2014-01-27 13:51:20 -08:00
ZappoMan
5e4813ab11
more work on allowing for local particle trees
2014-01-27 13:50:05 -08:00
stojce
3fde4078c5
ignore double-click on disabled items
2014-01-27 21:48:26 +01:00
stojce
4d1992485f
removed unused QSound reference
2014-01-27 21:17:17 +01:00
stojce
c82a8a152e
Set JPG quality to 100
2014-01-27 20:59:46 +01:00
stojce
40ea552981
filename format changes
...
- new wav file
- changed filename format
2014-01-27 20:35:06 +01:00
ZappoMan
13a92bc3c9
tweaks to editParticle example
2014-01-27 11:11:20 -08:00
ZappoMan
c5ba92d73e
first part of getting local particle tree in agent
2014-01-27 11:10:59 -08:00
stojce
74801da07f
#19491 - Implement in-app snapshots
2014-01-27 18:07:03 +01:00
ZappoMan
62b7e6e58d
implement local edits in ParticleScriptingInterface
2014-01-27 09:00:34 -08:00
Andrew Meadows
31a2e467f4
more efficient ParticleTree::getParticles() and adding ParticleTree::getParticlesForUpdate()
2014-01-26 16:14:11 -08:00
Andrzej Kapolka
adc747fa93
Streaming fix.
2014-01-26 16:06:11 -08:00
Andrew Meadows
daf11692d8
Merge branch 'master' of ssh://github.com/highfidelity/hifi into fix-particle-avatar-collisions
2014-01-26 15:19:52 -08:00
Andrzej Kapolka
1ef6f5f7b3
MetavoxelDataPointer -> MetavoxelData, grid spacing as power of 2.
2014-01-26 13:23:10 -08:00
stojce
dcdbf729c9
importing file w/ double click
2014-01-26 17:57:21 +01:00
stojce
ef39d019ac
Voxel import fix
2014-01-26 16:28:21 +01:00
ZappoMan
c17476c985
Merge pull request #1683 from kordero/19487
...
Code Review for Job #19487
2014-01-25 12:25:44 -08:00
ZappoMan
8ef3e7c44f
Merge pull request #1675 from stojce/19483
...
Code Review for Job #19483
2014-01-25 12:21:23 -08:00
Lucas Crisman
28d6171be5
Merge branch 'master' of git://github.com/worklist/hifi into 19487
2014-01-25 11:24:51 -03:00