ZappoMan
8b9f6813ca
add easier support for key codes in JS by adding text property and auto-detecting isShifted
2014-01-30 12:28:58 -08:00
ZappoMan
08b06cc59c
support for global collision callbacks in JS
2014-01-29 17:52:17 -08:00
ZappoMan
616cfac293
fix init bug
2014-01-29 11:21:45 -08:00
ZappoMan
b36cc0bcf9
removed old cruft around mousePitch in Head and unified pitch
2014-01-29 02:09:49 -08:00
ZappoMan
ecd2477007
adding lookWithMouse.js example that uses mouse instead of multi-touch to add the look around feature
2014-01-29 01:01:41 -08:00
ZappoMan
98cdc656c4
more scripting support, including adding a Quat helper class that makes JS quat math easier
2014-01-29 00:56:08 -08:00
ZappoMan
434756a40f
removed some dead comments
2014-01-28 20:40:00 -08:00
ZappoMan
bcc7cfb15e
removed some debug
2014-01-28 20:38:47 -08:00
ZappoMan
9d87d58723
Merge branch 'master' of https://github.com/worklist/hifi into more_scripting
...
Conflicts:
libraries/particles/src/ParticlesScriptingInterface.cpp
2014-01-28 20:36:35 -08:00
ZappoMan
39a33b8c7d
Merge pull request #1723 from ey6es/master
...
Fixes for translucent textures (such as that used in jellyhead.fbx).
2014-01-28 19:57:40 -08:00
ZappoMan
a73733e57b
controller scripting example
2014-01-28 19:48:06 -08:00
ZappoMan
305e69def6
really get controller key, mouse, etc scripting working
2014-01-28 19:47:45 -08:00
ZappoMan
febb306a62
cleaned up some registration of global objects
2014-01-28 19:46:59 -08:00
Andrzej Kapolka
5bd7609fbb
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-01-28 17:32:55 -08:00
ZappoMan
acf580531b
Merge pull request #1729 from birarda/trailing-slash
...
handle trailing slash in HTTPManager
2014-01-28 16:58:20 -08:00
Stephen Birarda
d624654a29
serve a 301 redirect when trailing slash is missing, closes #1712
2014-01-28 16:25:04 -08:00
Andrzej Kapolka
b6a15ea6c5
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-01-28 15:12:32 -08:00
ZappoMan
7882d50c5f
hacking on controller events
2014-01-28 14:58:20 -08:00
ZappoMan
5addc35cd8
hacking on controller events
2014-01-28 14:58:08 -08:00
ZappoMan
50f36c6b74
Merge pull request #1722 from AndrewMeadows/fix-particle-avatar-collisions
...
Fix particle avatar collisions
2014-01-28 14:57:25 -08:00
Andrew Meadows
e13bc71f39
Adding avatar info back into ParticleCollisionSystem ctor arguments.
2014-01-28 14:43:36 -08:00
Andrew Meadows
714dbf8493
Moving MY_AVATAR_KEY back into AvatarManager.cpp
2014-01-28 14:37:32 -08:00
Andrew Meadows
f972bfd024
Merge branch 'master' of ssh://github.com/highfidelity/hifi into fix-particle-avatar-collisions
...
Conflicts:
interface/src/avatar/AvatarManager.cpp
2014-01-28 14:30:59 -08:00
Andrew Meadows
1cc992a7f8
import --> include
2014-01-28 14:18:21 -08:00
Andrew Meadows
167acb8873
Adding avatars back into ParticleCollisionSystem.
...
Had to add Application::_myAvatar to the AvatarManager list so that
particles would properly collide.
2014-01-28 14:16:34 -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
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
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
Andrzej Kapolka
30fdb595dd
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-01-28 11:14:21 -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
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
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