Dimitar Dobrev
|
9b43508098
|
Restored code that Git had somehow deleted.
|
2014-03-28 19:26:16 +02:00 |
|
Dimitar Dobrev
|
6fd1bf7edb
|
Simplified the new goToUser function.
|
2014-03-28 18:44:06 +02:00 |
|
Dimitar Dobrev
|
3907c563df
|
Put the chat window above the 3D view and animated its showing.
|
2014-03-28 18:36:53 +02:00 |
|
Dimitar Dobrev
|
4374e28e9c
|
Changed the highlighting of own messages to occupy the whole row.
|
2014-03-28 18:36:53 +02:00 |
|
Dimitar Dobrev
|
e27f191413
|
Changed the dock widget for the chat so that it replicates the agreed
upon design.
|
2014-03-28 18:36:53 +02:00 |
|
Dimitar Dobrev
|
5073439007
|
Highlighted the user's own chat messages.
|
2014-03-28 18:36:53 +02:00 |
|
Dimitar Dobrev
|
d764ef79ed
|
Gave more space to the user in sent messages so that resizing of the
column for messages occurs for really long user names.
|
2014-03-28 18:36:53 +02:00 |
|
Dimitar Dobrev
|
a48ca65236
|
Enabled going to the clicked user in the chat.
|
2014-03-28 18:36:53 +02:00 |
|
Dimitar Dobrev
|
65f912249d
|
Moved user names in the char 1 pixel to the bottom.
|
2014-03-28 18:36:52 +02:00 |
|
Stephen Birarda
|
3c8aa90ae0
|
Merge pull request #2559 from AndrewMeadows/avatar-interaction-2
split lean input from lean perturbations
|
2014-03-28 09:25:36 -07:00 |
|
Stephen Birarda
|
be5888e692
|
Merge pull request #2549 from AndrewMeadows/avatar-interaction
name changes to get rid of "tweaked" angles in Head code
|
2014-03-28 09:19:45 -07:00 |
|
Stephen Birarda
|
7b840f760c
|
Merge pull request #2538 from AndrewMeadows/enforce-standard
making some type casts abide by coding standard
|
2014-03-28 09:19:16 -07:00 |
|
Andrzej Kapolka
|
d3fe6f21ef
|
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
|
2014-03-27 17:03:24 -07:00 |
|
Andrzej Kapolka
|
361276d133
|
Use a spherical estimate of the shadowed region to avoid growing and shrinking
it as we turn around. Also, might as well render shadows for the billboards.
|
2014-03-27 16:19:21 -07:00 |
|
Andrzej Kapolka
|
aee15e0496
|
Don't render display name/chat message for own avatar in first person mode.
|
2014-03-27 15:38:21 -07:00 |
|
Andrew Meadows
|
796d20168e
|
splitting lean input from lean perturbations
|
2014-03-27 15:30:30 -07:00 |
|
Philip Rosedale
|
c8cacf75f3
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2014-03-27 15:16:11 -07:00 |
|
Philip Rosedale
|
41e9017953
|
more audio level meter work, improved gun
|
2014-03-27 15:14:38 -07:00 |
|
Andrzej Kapolka
|
077df3906f
|
Make sure we reset our LOD adjustments before we switch back from throttling
the renderer.
|
2014-03-27 15:02:26 -07:00 |
|
Andrzej Kapolka
|
eab4b4bc5d
|
Make sure we process the model root nodes in alphabetic order.
|
2014-03-27 14:47:46 -07:00 |
|
Andrzej Kapolka
|
9078d9a0f2
|
Fix for avatar LOD's getting into a degenerate state. Don't persist the
avatar LOD, since we adjust it more rapidly.
|
2014-03-27 14:14:31 -07:00 |
|
Andrzej Kapolka
|
563725e781
|
Use the "correct" shadow strategy: include only ambient term when in shadow.
|
2014-03-27 13:44:34 -07:00 |
|
Andrzej Kapolka
|
7cc7230745
|
Adjust the shadow shader to prevent seeing shadows on the opposite sides of
objects. Closes #2544.
|
2014-03-27 13:18:45 -07:00 |
|
Andrew Meadows
|
a978f533e1
|
update a comment
|
2014-03-27 11:24:03 -07:00 |
|
Andrew Meadows
|
7949be0319
|
PitchTweak and friends become DeltaPitch
|
2014-03-27 11:14:26 -07:00 |
|
Andrzej Kapolka
|
ca9f0c01c1
|
Couple of quick fixes: reset the skeleton joints when space is pressed as a
last resort to fix broken IK, don't render display names at the origin if
we don't have a skeleton model.
|
2014-03-27 11:08:55 -07:00 |
|
Andrew Meadows
|
c354e980a8
|
getTweakedOrientation() to getFinalOrientation()
|
2014-03-27 11:03:42 -07:00 |
|
Andrew Meadows
|
c383b69b61
|
merge upstream/master into enforce-standard
Conflicts:
interface/src/avatar/Hand.cpp
|
2014-03-27 10:53:54 -07:00 |
|
Andrew Meadows
|
b6f2150d2e
|
HeadData::_yaw and friends change to _baseYaw
|
2014-03-27 10:37:07 -07:00 |
|
Atlante45
|
11f40258b3
|
Merge branch 'master' of https://github.com/highfidelity/hifi into more_upload_fixes
|
2014-03-27 10:12:34 -07:00 |
|
Philip Rosedale
|
101de1e0e5
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2014-03-26 23:24:44 -07:00 |
|
Philip Rosedale
|
56492e3ac8
|
Merge pull request #2536 from ey6es/master
Provide a simple means of tracking download progress, increase speed at which we adjust avatar LOD.
|
2014-03-26 23:23:27 -07:00 |
|
Philip Rosedale
|
7d168b5b1f
|
Merge pull request #2537 from ZappoMan/bugfixes
some windows bug fixes
|
2014-03-26 23:22:06 -07:00 |
|
Philip Rosedale
|
ff8d154412
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2014-03-26 22:38:35 -07:00 |
|
Andrzej Kapolka
|
f339a3c0d7
|
Merge branch 'master' of https://github.com/highfidelity/hifi
|
2014-03-26 18:30:23 -07:00 |
|
Andrzej Kapolka
|
7f3977578e
|
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
|
2014-03-26 18:30:06 -07:00 |
|
Stephen Birarda
|
206096465b
|
Merge branch 'master' of https://github.com/highfidelity/hifi into flock-bots
|
2014-03-26 17:46:48 -07:00 |
|
Stephen Birarda
|
7eab276122
|
suppress debug in ScriptEngine, fix spatialization from FS head changes
|
2014-03-26 17:19:23 -07:00 |
|
Stephen Birarda
|
87cbe9a1f4
|
Merge pull request #2524 from AndrewMeadows/shapes
avatar responds to hand-vs-head collisions again
|
2014-03-26 17:10:43 -07:00 |
|
Andrew Meadows
|
4c64c11144
|
making some type casts abide by coding standard
|
2014-03-26 16:58:47 -07:00 |
|
Brad Hefta-Gaub
|
0435b16668
|
fix formatting
|
2014-03-26 16:52:24 -07:00 |
|
ZappoMan
|
11c089c221
|
add support for getting the actual default audio devices in windows by name
|
2014-03-26 16:48:57 -07:00 |
|
Andrzej Kapolka
|
26da3bcefd
|
Bump up the rate at which we increase detail.
|
2014-03-26 16:28:03 -07:00 |
|
Andrzej Kapolka
|
1cae0dc94c
|
Adjust avatar LOD faster. Closes #2496.
|
2014-03-26 16:01:07 -07:00 |
|
Andrzej Kapolka
|
52c8a865f1
|
Provide a means of tracking resource download progress. Until we have a
user-friendly progress meter/throbber, put the download progress in the
extended stats.
|
2014-03-26 15:53:19 -07:00 |
|
Brad Hefta-Gaub
|
411ebf805a
|
use InvokeMethod() for all menu scripting operations
|
2014-03-26 15:42:53 -07:00 |
|
Brad Hefta-Gaub
|
2257afd390
|
removed unneeded call to disconnect()
|
2014-03-26 15:20:27 -07:00 |
|
Atlante45
|
718b8f7eb9
|
Changed back to upload either head or skeleton
|
2014-03-26 15:07:19 -07:00 |
|
Andrew Meadows
|
63c4af8950
|
remove cruft: Head::applyCollision()
|
2014-03-26 14:10:43 -07:00 |
|
Andrew Meadows
|
7a649084bd
|
reduce the lean recovery timescale
|
2014-03-26 14:07:21 -07:00 |
|
Andrew Meadows
|
9a4db152ff
|
avatar responds to hand-vs-head collisions again
|
2014-03-26 13:20:18 -07:00 |
|
Andrzej Kapolka
|
99704aee94
|
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
|
2014-03-26 13:06:37 -07:00 |
|
Andrzej Kapolka
|
97b895be16
|
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
|
2014-03-26 12:43:33 -07:00 |
|
Andrzej Kapolka
|
c18d0ccf8f
|
Formatting fixes.
|
2014-03-26 12:34:46 -07:00 |
|
Andrzej Kapolka
|
c31b04af4c
|
Fix for Windows initial device selection.
|
2014-03-26 12:23:08 -07:00 |
|
Philip Rosedale
|
caed600817
|
Merge branch 'master' of https://github.com/worklist/hifi
|
2014-03-26 12:14:12 -07:00 |
|
Andrzej Kapolka
|
b88708a991
|
Added mono to stereo conversion to fix Linux audio. Closes #2508.
|
2014-03-26 11:01:58 -07:00 |
|
Philip Rosedale
|
d90244c01e
|
first pass, clipping audio meter
|
2014-03-25 22:31:44 -07:00 |
|
Andrzej Kapolka
|
5934a7fbea
|
Working on voxelizing spanners.
|
2014-03-25 20:41:19 -07:00 |
|
Andrew Meadows
|
fff7a36b54
|
merge upstream/master into physics project
Conflicts:
interface/src/avatar/Hand.cpp
interface/src/avatar/Hand.h
interface/src/avatar/SkeletonModel.cpp
interface/src/avatar/SkeletonModel.h
interface/src/renderer/Model.h
|
2014-03-25 15:55:26 -07:00 |
|
Andrew Meadows
|
d90b325b1c
|
Add penetration resolution helper for Hand class
|
2014-03-25 15:31:46 -07:00 |
|
Philip Rosedale
|
ec3a83820e
|
Merge pull request #2488 from birarda/avatar-scaling
avatar-mixer tuning for identity and billboard packets
|
2014-03-25 11:46:25 -07:00 |
|
Stephen Birarda
|
8a796be785
|
only fade avatars if they have ever been initialized
|
2014-03-25 11:10:28 -07:00 |
|
AndrewMeadows
|
5551396a7b
|
Merge pull request #2480 from ZappoMan/scripting_improvements
Scripting improvements
|
2014-03-25 10:49:14 -07:00 |
|
Stephen Birarda
|
f763859fd0
|
don't attempt to render avatars until they are initialized
|
2014-03-25 10:44:52 -07:00 |
|
Brad Hefta-Gaub
|
7dce4fdf19
|
Merge pull request #2484 from AndrewMeadows/sanity-checking
Sanity check AvatarData packets as they are unpacked
|
2014-03-25 10:26:37 -07:00 |
|
Andrew Meadows
|
c0177e80a7
|
use glm::isnan() everywhere for portable code
|
2014-03-25 09:56:15 -07:00 |
|
ZappoMan
|
f10d5e23f8
|
set firstRun so it only happens once
|
2014-03-25 00:57:29 -07:00 |
|
ZappoMan
|
571ecf0964
|
add first cut at firstrun support
|
2014-03-25 00:45:31 -07:00 |
|
ZappoMan
|
c34b64e296
|
add load script from URL support
|
2014-03-25 00:17:19 -07:00 |
|
Andrzej Kapolka
|
81ae18a3bf
|
Merge branch 'master' of https://github.com/highfidelity/hifi
|
2014-03-24 17:25:34 -07:00 |
|
Andrzej Kapolka
|
21728dc604
|
Merge pull request #2474 from ZappoMan/js_prefs
Add a JS example for selecting the input/output audio devices from a menu
|
2014-03-24 17:21:08 -07:00 |
|
Andrzej Kapolka
|
47f0af818a
|
Adjust avatar LOD more aggressively: raise detail slowly when above our target
window, lower it in proportion to the ratio between desired and actual rates.
|
2014-03-24 16:45:44 -07:00 |
|
ZappoMan
|
778209ffe4
|
fix bug in Menu.removeMenu() for trees of menus
|
2014-03-24 16:28:07 -07:00 |
|
Andrzej Kapolka
|
d3618aa839
|
Yeesh, another translation update.
|
2014-03-24 15:11:14 -07:00 |
|
Andrzej Kapolka
|
7bc0c8eff0
|
Missed a spot.
|
2014-03-24 15:07:57 -07:00 |
|
Andrzej Kapolka
|
f1fd8175d2
|
Merge branch 'master' of https://github.com/highfidelity/hifi
|
2014-03-24 14:53:00 -07:00 |
|
Andrzej Kapolka
|
210af25396
|
When rendering avatar shadows, check bounds against shadow frustum. Closes
|
2014-03-24 14:52:02 -07:00 |
|
Andrzej Kapolka
|
62884f1f4f
|
Don't use textures/fancy shaders when rendering shadow map. Closes #2270.
|
2014-03-24 13:15:03 -07:00 |
|
ZappoMan
|
da763671fa
|
fix crash when no output audio device selected, add get/set volume support for input devices
|
2014-03-24 12:52:34 -07:00 |
|
ZappoMan
|
7ef1fe3a74
|
add support for listing all audio devices and default device in JS
|
2014-03-24 09:15:03 -07:00 |
|
ZappoMan
|
82d620b1d9
|
add support for AudioDevice scripting interface, and switching audio input/output device on the fly
|
2014-03-23 11:26:27 -07:00 |
|
ZappoMan
|
938959a9f6
|
expose application settings to JS
|
2014-03-22 21:20:35 -07:00 |
|
ZappoMan
|
b7243b0bfe
|
more cleanup
|
2014-03-22 20:42:34 -07:00 |
|
ZappoMan
|
a56b7e341d
|
reorganize files in interface directory
|
2014-03-22 20:22:05 -07:00 |
|
ZappoMan
|
c70bbda10a
|
kill local voxels on domain change
|
2014-03-21 18:16:28 -07:00 |
|
Brad Hefta-Gaub
|
5abe044c30
|
Merge pull request #2412 from AndrewMeadows/emergency-fixes
datalength sanity checking for AvatarData packet
|
2014-03-21 14:48:07 -07:00 |
|
Andrzej Kapolka
|
5b3340ce49
|
Add Ryan's updated smoothing factors.
|
2014-03-21 10:38:29 -07:00 |
|
Philip Rosedale
|
b49058ea77
|
Merge pull request #2402 from Atlante45/inspect_js
Inspect js
|
2014-03-20 17:21:21 -07:00 |
|
Andrew Meadows
|
22aa9b075d
|
datalength sanity checking for AvatarData packet
|
2014-03-20 16:52:40 -07:00 |
|
Atlante45
|
746d109025
|
Merge branch 'master' of https://github.com/highfidelity/hifi into inspect_js
|
2014-03-20 16:10:33 -07:00 |
|
Atlante45
|
c8d81e1ed6
|
Merge branch 'master' of https://github.com/highfidelity/hifi into fix_models_upload
|
2014-03-20 15:32:26 -07:00 |
|
Andrzej Kapolka
|
56ff423cf5
|
Let's actually use the result of our format conversion.
|
2014-03-20 14:27:38 -07:00 |
|
Atlante45
|
a908c23f61
|
Merge branch 'master' of https://github.com/highfidelity/hifi into fix_models_upload
|
2014-03-20 13:58:44 -07:00 |
|
Atlante45
|
e68500e11f
|
Made models line edit editable
|
2014-03-20 12:49:51 -07:00 |
|
Atlante45
|
c658b1dded
|
Modified menu upload categories
|
2014-03-20 12:45:19 -07:00 |
|
Atlante45
|
4604f5333d
|
Merge branch 'master' of https://github.com/highfidelity/hifi into inspect_js
|
2014-03-20 12:15:55 -07:00 |
|
Atlante45
|
39a6e03476
|
Modified MyAvatar to support more JS
|
2014-03-20 12:09:33 -07:00 |
|
Andrzej Kapolka
|
20ae5c15f7
|
Added a "flat" mode for environments that makes them follow you around on the
X/Z axes. The default environment is flat. Closes #2378.
|
2014-03-20 12:09:20 -07:00 |
|
Andrzej Kapolka
|
3bd8cddc31
|
Merge branch 'master' of https://github.com/highfidelity/hifi
|
2014-03-20 11:19:05 -07:00 |
|