ZappoMan
|
ce81b95eaa
|
more warnings fixes
|
2014-01-02 16:21:58 -08:00 |
|
ZappoMan
|
696afd7875
|
more warnings fixes
|
2014-01-02 16:18:49 -08:00 |
|
ZappoMan
|
9e64528989
|
removed more dead debug code
|
2014-01-02 16:10:05 -08:00 |
|
ZappoMan
|
f1da6bf90b
|
fix various compiler warnings on gcc
|
2014-01-02 15:58:03 -08:00 |
|
ZappoMan
|
366209668d
|
Merge pull request #1431 from stojce/19463
Code Review for Job #19463
|
2014-01-02 15:38:15 -08:00 |
|
Philip Rosedale
|
8f48ca0e95
|
Merge pull request #1437 from ey6es/master
Restore bent arm behavior when pointing (lost in ball removal). Fix compile warning.
|
2014-01-02 15:26:33 -08:00 |
|
Philip Rosedale
|
c47ace6d7f
|
Merge pull request #1436 from birarda/master
changes to audio injector for overlapped sounds in preparation for JS
|
2014-01-02 15:24:47 -08:00 |
|
Stojce Slavkovski
|
3848028365
|
changed locking to QMutexLocker
|
2014-01-03 00:11:24 +01:00 |
|
Andrzej Kapolka
|
0461335887
|
Align hand with forearm in mouse-pointing mode.
|
2014-01-02 14:56:29 -08:00 |
|
Stojce Slavkovski
|
b7bcdf8f8c
|
QMutex reference
|
2014-01-02 23:56:28 +01:00 |
|
Stojce Slavkovski
|
f583013776
|
Merge branch 'master' of https://github.com/worklist/hifi into 19463
|
2014-01-02 23:19:07 +01:00 |
|
Stojce Slavkovski
|
c0fcecad2c
|
Jenkins build fix
|
2014-01-02 23:18:39 +01:00 |
|
Stojce Slavkovski
|
27e211de8d
|
possible fix for jenkins build error
|
2014-01-02 23:10:21 +01:00 |
|
Stephen Birarda
|
8cc4a33ad3
|
repair AudioInjector threading
|
2014-01-02 13:35:56 -08:00 |
|
Andrzej Kapolka
|
7178147535
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2014-01-02 13:23:39 -08:00 |
|
Andrzej Kapolka
|
6c27569e9b
|
Fix arm bending, compile warning.
|
2014-01-02 13:23:15 -08:00 |
|
Andrew Meadows
|
f78b7cda6f
|
Merge pull request 1435 into https://github.com/worklist/hifi 'master'
Conflicts:
libraries/particles/src/ParticleCollisionSystem.cpp
|
2014-01-02 13:01:45 -08:00 |
|
Stephen Birarda
|
3a45fb8533
|
cleanup new API for sound injection
|
2014-01-02 12:31:01 -08:00 |
|
Stephen Birarda
|
674c19a570
|
leverage new AudioInjector API for throw and catch sounds
|
2014-01-02 12:17:18 -08:00 |
|
Stojce Slavkovski
|
31fa8ad1fb
|
Merge branch 'master' of https://github.com/worklist/hifi into 19463
|
2014-01-02 21:06:28 +01:00 |
|
Andrew Meadows
|
68c09c5b74
|
Merge 'threedtv' of https://github.com/ZappoMan/hifi for pull 1430
|
2014-01-02 11:59:57 -08:00 |
|
Stephen Birarda
|
3123b83d0b
|
audio API changes to allow multiple injections of single sound
|
2014-01-02 11:53:33 -08:00 |
|
ZappoMan
|
f5433c8a44
|
Merge pull request #1434 from birarda/master
notify for node kill on NodeList clear, remove double sound
|
2014-01-02 11:43:24 -08:00 |
|
Stephen Birarda
|
591876eaf3
|
notify for node kill on NodeList clear
|
2014-01-02 10:01:47 -08:00 |
|
Andrew Meadows
|
934b0f619b
|
Particles now collide with avatars, but avatars don't react yet.
|
2014-01-02 09:36:21 -08:00 |
|
Andrew Meadows
|
d520adba98
|
exposed getVelocity() and findSpherePenetration() in Avatar base class
|
2014-01-02 09:31:24 -08:00 |
|
Andrew Meadows
|
5843c745cb
|
minor formatting and code standard enforcement to Particle.*
|
2014-01-02 09:30:14 -08:00 |
|
Stephen Birarda
|
a0cf2c8fb1
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2014-01-02 09:00:14 -08:00 |
|
Philip Rosedale
|
fa5e986b85
|
Merge pull request #1433 from ZappoMan/collision_scripting
Scripting support for Particle Collisions
|
2013-12-31 16:50:34 -08:00 |
|
ZappoMan
|
8f9a99e1f4
|
add example scripts
|
2013-12-31 12:13:06 -08:00 |
|
ZappoMan
|
48b2d7d3fa
|
scripting for particle to voxel collisions
|
2013-12-31 11:33:43 -08:00 |
|
Andrew Meadows
|
7c108ab489
|
Merge remote-tracking branch 'trunk/master'
|
2013-12-31 10:57:24 -08:00 |
|
Andrew Meadows
|
14b88fd141
|
Changing meaning of "elasticy" in applyHardCollision() to range in [0,1] instead of [1,2]
Also enforcing C++ style casts as per coding standard.
|
2013-12-31 09:49:46 -08:00 |
|
ZappoMan
|
651d2d0c81
|
rename voxels and particles scripting interfaces
|
2013-12-31 09:41:35 -08:00 |
|
Andrew Meadows
|
6e661e05e5
|
minor cleanup and enforcement of coding standards
|
2013-12-31 09:30:01 -08:00 |
|
ZappoMan
|
5057517b78
|
pass scriptable particle on collisions
|
2013-12-30 16:35:58 -08:00 |
|
ZappoMan
|
9194a53410
|
change to setScript() since it does more than update
|
2013-12-30 15:55:57 -08:00 |
|
ZappoMan
|
cd11545613
|
change to setScript() since it does more than update
|
2013-12-30 15:55:46 -08:00 |
|
ZappoMan
|
8e6f924c73
|
add access to Voxels and Particles inside of collision scripts
|
2013-12-30 15:48:50 -08:00 |
|
ZappoMan
|
f4b28041fa
|
first cut at running scripts on particle collisions
|
2013-12-30 14:59:00 -08:00 |
|
Stojce Slavkovski
|
cd4fcb993f
|
removed unused 'LogDisplay' class
|
2013-12-29 23:52:26 +01:00 |
|
Stojce Slavkovski
|
2b92194d35
|
sytle changes on log dialog
|
2013-12-29 23:45:24 +01:00 |
|
Stojce Slavkovski
|
aa75763b27
|
Merge branch 'master' of https://github.com/worklist/hifi into 19463
|
2013-12-29 22:54:41 +01:00 |
|
ZappoMan
|
788bb530f8
|
added comment
|
2013-12-28 13:02:27 -08:00 |
|
ZappoMan
|
47f45c3af1
|
make sure camera is configured on connect
|
2013-12-28 13:00:25 -08:00 |
|
ZappoMan
|
6f2a1b9802
|
cleanup
|
2013-12-28 12:51:50 -08:00 |
|
ZappoMan
|
32b2fb8f21
|
cleanup
|
2013-12-28 12:08:24 -08:00 |
|
ZappoMan
|
a43844447c
|
first cut at 3D TV support
|
2013-12-28 10:07:33 -08:00 |
|
ZappoMan
|
ebdf80a4ed
|
Merge pull request #1429 from PhilipRosedale/grabspin
Grab drag now turns as well, removed old _balls code
|
2013-12-27 10:48:39 -08:00 |
|
Philip Rosedale
|
e3a77ef139
|
tuning
|
2013-12-26 20:20:57 -08:00 |
|