James Brotchie
6880160bc0
Remember most recently opened script location.
...
Previously when running a script from a file you were always taken back
to your desktop directory. Now you will be taken to the location of your
most recently opened script.
2014-03-31 22:08:38 +10:00
Philip Rosedale
27f0214032
first pass audio VU scope
2014-03-28 23:09:51 -07:00
Philip Rosedale
78ee8706d6
Merge branch 'master' of https://github.com/worklist/hifi
2014-03-28 16:48:15 -07:00
Andrzej Kapolka
176d8f746e
Finally at the point of actually getting spanners to turn into voxels.
2014-03-28 15:19:40 -07:00
Andrzej Kapolka
78896d6af9
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
2014-03-28 13:29:11 -07:00
Dimitar Dobrev
f9cee2ccfa
Fixed a typo that resulted in a wrong padding of a widget.
2014-03-28 22:21:55 +02:00
Andrzej Kapolka
cc5ea2a465
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
2014-03-28 11:19:58 -07:00
Andrew Meadows
5406490719
rename _shapes -> _jointShapes
...
also stubbed Model::createBoundingShape()
2014-03-28 11:00:30 -07:00
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
Lucas Crisman
c78bcc6d2f
Merge branch 'master' of git://github.com/worklist/hifi into 19498
2014-03-25 14:45:08 -03:00
Stephen Birarda
f763859fd0
don't attempt to render avatars until they are initialized
2014-03-25 10:44:52 -07:00
Lucas Crisman
8ed30d9da2
Merge branch 'master' of git://github.com/worklist/hifi into 19498
...
Conflicts:
interface/src/Application.cpp
2014-03-25 14:43:40 -03: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
Lucas Crisman
9af1ddb37a
Stats: fix for stats panels positioning when mirror is enabled
2014-03-24 15:27:17 -03:00
Lucas Crisman
e545c2ac65
Stats tweaks: fonts adjustments
2014-03-24 14:57:40 -03: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
Lucas Crisman
5fe59acb87
Stats variable width for panels
2014-03-21 14:10:00 -03: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
Andrzej Kapolka
f92f45df63
Keep track of keys pressed, synthesize release events when focus is lost.
...
Closes #2375 .
2014-03-20 11:17:36 -07:00
AndrewMeadows
144f86b540
Merge pull request #2370 from Atlante45/model_browsing
...
Model browsing
2014-03-20 11:15:35 -07:00
Philip Rosedale
f2793d74ad
Merge pull request #2391 from ey6es/master
...
Remove file texture loading (since we can just use file URLs), don't add...
2014-03-19 16:55:02 -07:00
Andrzej Kapolka
418fc9f69c
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-03-19 16:52:46 -07:00
Philip Rosedale
e14069c9e3
Merge pull request #2376 from ZappoMan/experimental_scaling
...
Voxel Server Performance Improvements
2014-03-19 16:24:47 -07:00
Andrzej Kapolka
e34f2ca69b
Remove file texture loading (since we can just use file URLs), don't add alpha
...
channels for opaque textures (and note when textures with alpha channels are
entirely opaque), enforce a maximum texture size of 1024 by 1024.
2014-03-19 16:11:15 -07:00
Atlante45
d239aecbfb
Added names to signals argument
2014-03-19 10:17:28 -07:00
Philip Rosedale
a1e07374d4
Merge pull request #2369 from ey6es/master
...
Perform blending in worker threads and only do it when we have new data. Removed some unused code and fixed a couple warnings.
2014-03-19 08:59:20 -07:00
Atlante45
a80f81c246
typo
2014-03-18 17:48:17 -07:00
Atlante45
76c2a9fdad
Modified Browser to be able to dowload all the fst file when there are more than 1000
2014-03-18 17:36:05 -07:00
Andrzej Kapolka
0fc0d50bda
Only post the blender if we have blendable meshes to blend.
2014-03-18 17:19:42 -07:00
Andrzej Kapolka
635f3b6dc3
Perform the mesh blending in worker threads and only when we've actually
...
received new data. Closes #2075 . Closes #2348 .
2014-03-18 16:38:05 -07:00
Ryan
07497ea4f7
removing fly to voxel option
2014-03-18 15:35:25 -07:00
Atlante45
1e2dabfd5e
Changed addresses to new models locations
2014-03-18 15:09:54 -07:00
Atlante45
a10a3f6f29
Merge branch 'master' of https://github.com/highfidelity/hifi into model_browsing
2014-03-18 14:49:00 -07:00
Atlante45
0a80f8fcd6
Added browse buttons in the menu
2014-03-18 13:59:08 -07:00
Atlante45
388f8d480a
Added the model browser
2014-03-18 13:58:23 -07:00
Andrzej Kapolka
137cbe2cf4
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-03-18 13:58:11 -07:00
Andrzej Kapolka
299dbb93ea
Removed "springiness" bits.
2014-03-18 13:57:36 -07:00
Andrzej Kapolka
500f9d1485
Merge pull request #2338 from AndrewMeadows/cleanup
...
Don't send redundant avatar hand/head data, and cleanup.
2014-03-18 13:57:30 -07:00
Andrzej Kapolka
5c7d8e7c70
Merge pull request #2351 from AndrewMeadows/warnings
...
removal of more compilation warnings
2014-03-18 13:54:17 -07:00
Andrzej Kapolka
8413a3cacd
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-03-18 13:41:43 -07:00
Andrew Meadows
4a1a7898ea
Merge branch 'cleanup' into 'shapes'
2014-03-18 12:53:45 -07:00
Andrew Meadows
02c58447df
merge upstream/master into "shapes" project
...
Conflicts:
interface/src/avatar/MyAvatar.cpp
interface/src/avatar/SkeletonModel.cpp
interface/src/avatar/SkeletonModel.h
libraries/avatars/src/HandData.h
libraries/shared/src/SharedUtil.h
2014-03-18 12:41:20 -07:00
Stephen Birarda
db25ae8865
remove extra debug
2014-03-18 12:27:45 -07:00
Stephen Birarda
201117c343
Merge branch 'master' of https://github.com/highfidelity/hifi into orientation-fix
2014-03-18 12:26:51 -07:00
Stephen Birarda
c7c51c7504
remove orientation string debug
2014-03-18 12:05:32 -07:00
Stephen Birarda
05e2bb8022
keep storing degrees in data-web but convert on receipt
2014-03-18 12:04:03 -07:00
Stephen Birarda
1d944ac829
reset orientation to identity with spacebar, fix orientation storing
2014-03-18 12:02:12 -07:00
Stephen Birarda
c8d3cd2a1b
fix go to orientation to not put the user sideways
2014-03-18 11:55:11 -07:00
Andrew Meadows
9079c3ecd8
explicit casts to remove warnings
2014-03-18 10:41:14 -07:00
Stephen Birarda
b6a41eeaaa
resolve conflicts on merge with upstream master
2014-03-18 10:37:04 -07:00
Andrzej Kapolka
f2cc227331
Ryan's requested change for rotation smoothing.
2014-03-18 10:17:32 -07:00
Andrew Meadows
de67a828cc
Merge upstream/master into cleanup project
2014-03-18 09:41:41 -07:00
Andrzej Kapolka
d80f110961
Prevent audio average from becoming less than zero (thus causing sqrt to
...
return nan, thus making our fake blendshape coefficient nan, thus making the
jaw disappear). Closes #2334 .
2014-03-18 09:12:23 -07:00
Andrew Meadows
75ab970c0d
fix bug: bad offset into avatar data during decode
2014-03-17 18:23:09 -07:00
Stephen Birarda
61594b9a1e
fixes to silent audio frame sending
2014-03-17 16:27:49 -07:00
Stephen Birarda
9f24bd9c47
have the AudioMixer handle silent audio, send silence from Interface when gate closed
2014-03-17 15:12:02 -07:00
Andrew Meadows
ed3cf36045
cleanup: AvatarData doesn't derive from NodeData
...
Cleaner Interface since the AvatarData is already not the NodeList.
Reduces overhead/confusing code when parsing packets from AvatarMixer.
2014-03-17 14:10:42 -07:00
ZappoMan
aab2ca826f
Merge branch 'master' of https://github.com/worklist/hifi into experimental_scaling
2014-03-17 11:01:25 -07:00
ZappoMan
a448b90726
fix some Q_OBJECT macros in class headers
2014-03-17 10:57:39 -07:00
Andrew Meadows
c329cebf92
Merge upstream/master into "no-hands" project
2014-03-17 10:48:26 -07:00
Andrew Meadows
68ba2201df
cleanup of Avatar:: and MyAvatar::render()
...
MyAvatar now calls Avatar::render() which does most of the work.
Also, made ::renderBody() a proper virtual function
2014-03-17 10:22:02 -07:00
AndrewMeadows
da58a2f4cd
Merge pull request #2324 from ZappoMan/warningsfixes
...
Warning Fixes for Windows and Unix
2014-03-17 10:13:56 -07:00
ZappoMan
bd6b70ee32
use unsigned int vs size_t, since that just seems more correct
2014-03-16 11:07:24 -07:00
ZappoMan
777e306d09
Merge branch 'warningsfixes' of https://github.com/ZappoMan/hifi into warningsfixes
2014-03-15 22:36:53 -07:00
ZappoMan
adb6ffe7c4
more warnings fixes
2014-03-15 22:00:44 -07:00
Brad Hefta-Gaub
2567e296e1
Merge branch 'warningsfixes' of https://github.com/ZappoMan/hifi into warningsfixes
2014-03-15 21:31:16 -07:00
Brad Hefta-Gaub
4a6cc99be6
slightly different approach to windows warning fix
2014-03-15 21:30:45 -07:00
stojce
19e60a1fc0
Merge branch 'master' of https://github.com/worklist/hifi into 19495
2014-03-15 19:46:26 +01:00
ZappoMan
0200ac9da8
more unix warnings fixes
2014-03-14 22:43:31 -07:00
Brad Hefta-Gaub
2766860b52
fix some windows warnings in fsbinarystream.cpp
2014-03-14 18:11:22 -07:00
Philip Rosedale
2b7cc43172
Merge pull request #2323 from ZappoMan/throttlerenderingtweaks
...
make throttle rendering not adjust LOD
2014-03-14 17:50:52 -07:00
Brad Hefta-Gaub
c958ae8cfb
fix LocalVoxelsOverlay types to match
2014-03-14 17:47:19 -07:00
Brad Hefta-Gaub
a5eb5d6515
handle minimize case
2014-03-14 17:22:35 -07:00
Brad Hefta-Gaub
2a03cf1bab
make throttle rendering not adjust LOD
2014-03-14 17:17:38 -07:00
Philip Rosedale
3e1bf7fbb8
Add variable name for throttled frame rate, change to multiple of 60FPS
2014-03-14 17:09:09 -07:00
Geenz
fe124f5c03
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-03-14 19:38:32 -04:00
Geenz
d02f0ba687
Fix for the “ringing” issue. Don’t let Qt handle our buffer swaps. Handle the swaps ourselves.
2014-03-14 19:38:17 -04:00
Andrzej Kapolka
4ca7e873f6
Merge pull request #2319 from AndrewMeadows/warnings
...
removing a few compile warnings
2014-03-14 16:23:35 -07:00
Andrew Meadows
ab84526a1b
removing compile warnings
2014-03-14 16:12:32 -07:00
Andrew Meadows
d4c7e25f8e
Merge branch upstream/master into "hands" project
2014-03-14 14:28:50 -07:00
stojce
576b8acef3
CR fixes
2014-03-14 20:09:03 +01:00
Andrzej Kapolka
4366b45445
Changed orientation tweak names, restore tweaked orientation rather than
...
primary one. Closes #2310 .
2014-03-14 11:13:15 -07:00
Andrew Meadows
a045a87cca
Remove arm stretching, add sixense calibration
2014-03-14 11:11:00 -07:00
Andrzej Kapolka
5f7e41b79b
More dock widget tweaks.
2014-03-14 10:55:27 -07:00
Andrzej Kapolka
a7d35944cc
Use an inner widget for the dock.
2014-03-14 10:48:57 -07:00
Andrzej Kapolka
b721533f0b
Make chat a dock widget, since that's the behavior it's emulating anyway
...
(and for some reason, the current strategy causes a problem on at least Ryan's
and my machine).
2014-03-14 10:43:12 -07:00
stojce
4b182bb3e2
Merge branch 'master' of https://github.com/worklist/hifi into 19495
2014-03-14 18:22:03 +01:00
stojce
72a92a16e6
Merge branch 'master' of https://github.com/worklist/hifi into 19495
...
Conflicts:
interface/interface_en.ts
2014-03-14 01:52:53 +01:00
Andrzej Kapolka
3f78ef40f1
Fixed the translation file.
2014-03-13 17:08:23 -07:00
Andrzej Kapolka
38d03febbc
Add this file back. Hope it didn't have anything important!
2014-03-13 16:58:15 -07:00
Andrzej Kapolka
95e59d7004
Merge branch 'master' of https://github.com/highfidelity/hifi
...
Conflicts:
interface/interface_en.ts
interface/src/Menu.h
2014-03-13 16:56:06 -07:00
Andrzej Kapolka
5f6f4b3d37
Fixes required since enabling Faceshift is now the default.
2014-03-13 16:45:27 -07:00
Brad Hefta-Gaub
89a6ecd1c1
Merge pull request #2301 from Geenz/19514
...
Code Review for Job #19514
2014-03-13 16:31:06 -07:00
Andrzej Kapolka
92bc675c97
Make sure to stop Visage before deleting it.
2014-03-13 16:21:45 -07:00
Andrzej Kapolka
9d1278b663
Wait until we know that Faceshift didn't connect before we attempt to
...
initialize Visage.
2014-03-13 16:18:47 -07:00
Dimitar Dobrev
85a15a2284
Moved the chat from a window to a built-in panel.
2014-03-14 01:12:25 +02:00
Geenz
55d0835ba1
Indentation!
2014-03-13 19:08:18 -04:00
Dimitar Dobrev
881ecb07cd
Changed the font of the entire chat window to Helvetica/Arial.
2014-03-14 01:07:21 +02:00
Geenz
b34921ea6d
Merge branch 'master' of https://github.com/Geenz/hifi into 19514
2014-03-13 18:55:36 -04:00
Geenz
4523ae742e
Tweak in code styling per Brad’s feedback, along with using SIGNAL and SLOT instead of function pointers directly.
2014-03-13 18:51:14 -04:00
Andrzej Kapolka
007bfa8866
Tweak to Visage toggle.
2014-03-13 15:26:07 -07:00
Atlante45
423f26f669
Review comments
2014-03-13 15:26:02 -07:00
Andrzej Kapolka
fc32d9581d
Visage toggle bits.
2014-03-13 15:17:16 -07:00
Atlante45
0748682119
Merge branch 'master' of https://github.com/highfidelity/hifi into avatar_uploader
2014-03-13 15:04:49 -07:00
Andrzej Kapolka
5b30f932c1
Fix for slight graphical glitches on loading avatars.
2014-03-13 14:09:12 -07:00