Dimitar Dobrev
727903b216
Changed the chat window to a popup with a custom closing button.
2014-03-13 04:07:33 +02:00
Geenz
d580f177a3
Refactor if..else into a switch.
...
Also support the hidden and suspended states.
2014-03-12 21:17:54 -04:00
Geenz
292f37154b
Use the applicationStateChanged signal.
2014-03-12 21:08:55 -04:00
Geenz
e27af75ad2
Use QApplication::applicationState to detect if we're in the background.
...
May want to expand upon this at some point; if we’re hidden we most
definitely *do not* want to render anything
2014-03-12 20:49:58 -04:00
Geenz
9c61f12926
Support for an idle render time step.
...
The basics of this is, if the application has changed its active state
then we only call paintGL every N milliseconds. Currently the default
time step is 100 milliseconds.
2014-03-12 19:10:26 -04:00
Atlante45
424afaa36b
Merge branch 'master' of https://github.com/highfidelity/hifi into editVoxels
...
Conflicts:
interface/interface_en.ts
2014-03-12 15:59:17 -07:00
Andrew Meadows
cd7da205de
improved index sanity checking
2014-03-12 15:49:46 -07:00
Andrew Meadows
5e494d522d
fixing signed/unsigned comparison
2014-03-12 15:49:17 -07:00
Andrzej Kapolka
9ad2ea9059
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-03-12 15:30:39 -07:00
AndrewMeadows
bed8617846
Merge pull request #2277 from ZappoMan/server_scale_testing
...
Voxel/Particle Server Scaling Work
2014-03-12 15:24:29 -07:00
stojce
e6ea51a8bd
Merge branch 'master' of https://github.com/worklist/hifi into 19495
2014-03-12 23:11:55 +01:00
Andrzej Kapolka
ffe3717573
Enable back face culling on the opaque parts of avatars.
2014-03-12 15:10:33 -07:00
stojce
004e8e02d5
Merge branch 'master' of https://github.com/worklist/hifi into 19495
...
Conflicts:
interface/interface_en.ts
2014-03-12 23:03:26 +01:00
stojce
fd201c450b
Multiple destinations implementation
2014-03-12 23:02:21 +01:00
Andrzej Kapolka
bab74e9cd4
Push the distance back even more.
2014-03-12 15:01:09 -07:00
Andrzej Kapolka
889c1358fc
Increase the distance at which avatars glow when moving.
2014-03-12 14:56:52 -07:00
Dimitar Dobrev
d67381d85e
Changed the font used in the chat to Helvetica, with Arial as a
...
fallback.
2014-03-12 23:45:10 +02:00
Atlante45
728a5f6251
Merge branch 'master' of https://github.com/highfidelity/hifi into editVoxels
2014-03-12 14:09:27 -07:00
Atlante45
5941ad0dd1
Changed lockForWrite() to lockForRead()
2014-03-12 14:08:23 -07:00
Andrzej Kapolka
43ad9b4048
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-03-12 13:54:45 -07:00
Andrzej Kapolka
800be7eef4
One more degree conversion.
2014-03-12 13:38:16 -07:00
Dimitar Dobrev
6caf6b2c31
Filtered received messages, accepting only group ones.
2014-03-12 22:36:50 +02:00
Andrzej Kapolka
f088912ecf
More GCC warning fixes.
2014-03-12 12:51:43 -07:00
Andrzej Kapolka
f1145272eb
Signed/unsigned fix.
2014-03-12 12:29:01 -07:00
Atlante45
a2acdc01ab
Merge branch 'master' of https://github.com/highfidelity/hifi into editVoxels
...
Conflicts:
interface/interface_en.ts
2014-03-12 12:21:56 -07:00
Atlante45
9402a5852c
Fixed review comments
2014-03-12 12:20:43 -07:00
Andrzej Kapolka
e249b29b45
Merge pull request #2268 from AndrewMeadows/radians
...
prefer radians over degrees
2014-03-12 12:10:29 -07:00
Andrew Meadows
e68241d2a9
using glm::degrees() instead of DEGREES_PER_RADIAN
2014-03-12 12:08:27 -07:00
Andrew Meadows
c3e8d51694
orientation stored in dataserver is in degrees
2014-03-12 12:06:59 -07:00
Atlante45
5cb9ea8402
Merge branch 'master' of https://github.com/highfidelity/hifi into avatar_uploader
2014-03-12 11:49:20 -07:00
Atlante45
b9ee60ba41
FstReader not a member anymore
2014-03-12 11:47:47 -07:00
Atlante45
855f6fcf59
Moved Avatar upload to file Menu
2014-03-12 11:46:41 -07:00
AndrewMeadows
1f80a5a074
Merge pull request #2269 from ey6es/master
...
Fix for white flashes when loading avatars, performance improvements.
2014-03-12 11:43:13 -07:00
AndrewMeadows
0d38f1c320
Merge pull request #2260 from ey6es/metavoxels
...
Yet another metavoxel checkpoint: work on streaming spanners, LOD/subdivision bits, etc.
2014-03-12 11:34:59 -07:00
ZappoMan
4b60c549e7
add LOD to overlay display
2014-03-12 11:10:52 -07:00
Dimitar Dobrev
4c26f025ac
Enabled 'Enter' to open the chat. Deleted the now obsolete ChatEntry.
2014-03-12 20:04:22 +02:00
stojce
7afd6c3d0c
Merge branch 'master' of https://github.com/worklist/hifi into 19495
...
Conflicts:
libraries/shared/src/AccountManager.h
2014-03-12 18:54:59 +01:00
stojce
95d0128c74
Using new API client
2014-03-12 18:53:25 +01:00
Atlante45
5ccba0b080
Merge branch 'master' of https://github.com/highfidelity/hifi into editVoxels
2014-03-12 10:27:27 -07:00
Dimitar Dobrev
acb4047b54
Increased the right margin of sent messages for better visibility.
2014-03-12 17:33:25 +02:00
ZappoMan
86feabee99
add last scene packets, bytes and pps
2014-03-12 02:22:24 -07:00
ZappoMan
7ce741762e
Merge branch 'master' of https://github.com/worklist/hifi into server_scale_testing
2014-03-12 01:21:33 -07:00
ZappoMan
a95fd55172
suppress sending of extra queries when the client's view hasn't changed
2014-03-12 01:11:21 -07:00
ZappoMan
4d0b762de3
some hacking on full scene debuggin
2014-03-11 20:33:53 -07:00
Atlante45
72e1810df5
Merge branch 'master' of https://github.com/highfidelity/hifi into editVoxels
2014-03-11 18:15:58 -07:00
Andrzej Kapolka
6c4223bcdf
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
2014-03-11 18:12:12 -07:00
Atlante45
6fcb802a94
Added preview deplacement + fixed locking issue
2014-03-11 18:01:38 -07:00
Andrzej Kapolka
c21e18c220
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-03-11 17:35:52 -07:00
Andrew Meadows
793a760272
merge upstream master into "radians" project
2014-03-11 17:28:36 -07:00
Andrew Meadows
aa8c2fc8cb
use radians instead of degrees (almost) everywhere
2014-03-11 17:26:58 -07:00
Andrzej Kapolka
bf9929e64d
Since the bucky balls are showing up in the hot spots list when profiling,
...
don't simulate them if they're disabled.
2014-03-11 17:16:49 -07:00
Dimitar Dobrev
52c8ccb698
Added a define to ensure the build works without qxmpp.
2014-03-12 01:24:31 +02:00
Dimitar Dobrev
fe2f9f5253
Prevented empty time stamps - when less then a minute has passed - from
...
appearing.
2014-03-12 01:24:31 +02:00
Dimitar Dobrev
858e9fa7df
Ensured sent chat messages are always wholly visible.
2014-03-12 01:24:31 +02:00
Dimitar Dobrev
ed90e45c96
Ensured messages are always aligned at the top to user names, and users
...
onine are deleted.
2014-03-12 01:24:30 +02:00
Dimitar Dobrev
60bf473be7
Improved the adherence to code conventions after a code review.
2014-03-12 01:24:30 +02:00
Dimitar Dobrev
acb2793053
Ensured messages are sent to the group chat rather than to individual
...
users.
2014-03-12 01:24:30 +02:00
Dimitar Dobrev
86643803cf
Moved the connection and configuration of XMPP to the log-in process.
2014-03-12 01:24:30 +02:00
Dimitar Dobrev
9eb217794c
Added time stamps to the chat. Enabled translations.
2014-03-12 01:24:30 +02:00
Dimitar Dobrev
437cadf360
Added a basic version of the chat window.
2014-03-12 01:24:30 +02:00
ZappoMan
12becb9d19
improve octree stats display
2014-03-11 16:22:35 -07:00
Clement
be6e7d0e97
Merge branch 'master' of https://github.com/highfidelity/hifi into editVoxels
2014-03-11 16:03:43 -07:00
Clement
dcaef45f2e
More work on editVoxel.js
2014-03-11 16:01:21 -07:00
Andrzej Kapolka
5bfe2c2ed5
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-03-11 15:42:07 -07:00
Andrzej Kapolka
8d69eff867
Need to reorder includes due to HANDLE definition conflict.
2014-03-11 15:38:19 -07:00
Andrzej Kapolka
ecb54600eb
Another compile fix.
2014-03-11 15:34:41 -07:00
Andrzej Kapolka
f8e6593bcf
Turn off mipmaps. Performance is actually substantially better without them.
2014-03-11 15:24:14 -07:00
Andrzej Kapolka
3d9d89e4a7
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-03-11 15:11:32 -07:00
Andrzej Kapolka
e96e591481
Build fix for Visage: added missing include.
2014-03-11 14:25:34 -07:00
Andrzej Kapolka
bc3bba9240
Get rid of unused, expensive "average color" nonsense.
2014-03-11 14:01:23 -07:00
Andrzej Kapolka
35d0fa7189
Don't render avatars until they've been simulated, init before first simulate.
...
Closes #2262 .
2014-03-11 13:46:58 -07:00
Andrzej Kapolka
7d1a44fbea
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
2014-03-11 12:52:13 -07:00
Brad Hefta-Gaub
c09b5aec5e
Merge pull request #2257 from ey6es/master
...
Applied Ryan's tweaks to Visage mapping and config file.
2014-03-11 12:39:23 -07:00
Brad Hefta-Gaub
df4128a2dd
Merge pull request #2255 from ey6es/joints
...
Rather than unloading resources immediately when unused, use a simple LRU cache.
2014-03-11 12:38:42 -07:00
Stephen Birarda
d1623e6e4d
fixes for warnings produced by Xcode 5.1
2014-03-11 11:45:13 -07:00
Andrzej Kapolka
81e3197751
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
2014-03-11 10:03:30 -07:00
Stephen Birarda
2f95f3b3a2
Merge pull request #2245 from ZappoMan/cruft_cleanup
...
Cruft cleanup
2014-03-11 09:45:40 -07:00
Andrzej Kapolka
ae6a59ef78
Ray intersections for models, don't load resources if there's no network
...
manager installed.
2014-03-10 17:53:20 -07:00
Andrzej Kapolka
9e5aae4a39
Remove spanner bits.
2014-03-10 17:01:27 -07:00
Andrzej Kapolka
853bba27ca
Applied Ryan's tweaks to Visage mapping and config file.
2014-03-10 15:13:24 -07:00
Andrzej Kapolka
3b63424abd
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
2014-03-10 12:27:07 -07:00
Andrzej Kapolka
34ddddae1b
Basic LRU cache. Closes #2234 .
2014-03-10 12:06:07 -07:00
stojce
3753c01e31
Merge branch 'master' of https://github.com/worklist/hifi into 19495
2014-03-10 20:03:55 +01:00
Andrzej Kapolka
9731159b82
Merge branch 'master' of https://github.com/highfidelity/hifi into joints
2014-03-10 10:57:48 -07:00
Andrzej Kapolka
c6655382d6
Initialize scale to unity. Closes #2232 .
2014-03-10 10:52:46 -07:00
Andrzej Kapolka
d2f947aee1
Working on LRU cache for resources.
2014-03-10 10:49:38 -07:00
Andrew Meadows
3a0a3f484a
Merge upstream master into "shapes" project
2014-03-10 08:39:55 -07:00
Andrew Meadows
817ae8e052
degrees instead of radians for head lean deltas
2014-03-10 08:38:17 -07:00
stojce
ba0bf75d56
Merge branch 'master' of https://github.com/worklist/hifi into 19495
2014-03-09 10:12:46 +01:00
ZappoMan
7fb872c1d7
remove dead VoxelSceneStats class and clean up Voxel Stats to be OctreeStats
2014-03-08 23:53:44 -08:00
Atlante45
8faaa28bc1
FST ploader base
2014-03-07 11:55:02 -08:00
Andrew Meadows
47e340dafe
Merge upstream/master
...
Conflicts:
interface/src/avatar/MyAvatar.cpp
2014-03-07 09:16:33 -08:00
Andrzej Kapolka
44374732fa
Further joint bits.
2014-03-06 19:30:24 -08:00
Andrzej Kapolka
c5ab32235f
Merge branch 'master' of https://github.com/highfidelity/hifi into joints
2014-03-06 17:09:24 -08:00
Andrzej Kapolka
3adea84b81
Basic joint data sending. Closes #2166 .
2014-03-06 17:07:29 -08:00
Stephen Birarda
1ef780c6cb
make headers coding standard compliant
2014-03-06 16:24:58 -08:00
Stephen Birarda
7ef882c525
make sure InterfaceConfig is included before Qt headers
2014-03-06 16:14:18 -08:00
Stephen Birarda
8cbdf5d94a
Merge branch 'master' of https://github.com/highfidelity/hifi into resources
2014-03-06 15:49:45 -08:00
Stephen Birarda
ac66f09157
Merge pull request #2194 from AndrewMeadows/cleanup
...
g++ warnings
2014-03-06 15:49:22 -08:00
Stephen Birarda
4a1cb63d7b
remove an blank line in Application headers
2014-03-06 15:09:35 -08:00
Stephen Birarda
87d908a3bc
resolve conflicts on merge with upstream master
2014-03-06 15:03:03 -08:00
Stephen Birarda
2d10995d01
Merge pull request #2219 from ZappoMan/cruft_removal
...
Fix Crash and Cruft Removal
2014-03-06 15:01:31 -08:00
Stephen Birarda
5373cbbb9b
Merge pull request #2228 from josecpujol/fix_2198
...
Changed the up vector for computing the scale factor: it failed when
2014-03-06 14:49:13 -08:00
Stephen Birarda
27d486c0a1
resolve conflicts on merge with upstream master
2014-03-06 14:47:58 -08:00
Stephen Birarda
1bcb595f57
add missing interface config includes for windows
2014-03-06 13:52:06 -08:00
Stephen Birarda
04807dd5d1
include cstdio for snprintf call in BandwidthDialog
2014-03-06 13:31:08 -08:00
Jose Carlos
8e81c4c467
Changed the up vector for computing the scale factor: it failed when
...
there was a roll in the view
2014-03-06 21:49:36 +01:00
Stephen Birarda
06743f771f
remove a double InterfaceConfig incldue in AmbientOcclusionEffect
2014-03-06 12:49:01 -08:00
Stephen Birarda
b670859aaa
reference SharedUtil from LogDialog as a library header
2014-03-06 12:46:06 -08:00
Andrew Meadows
868e92c0fa
Merge upstream/master' into shapes branch
2014-03-06 12:45:43 -08:00
Stephen Birarda
820dc7f45f
include cstdio for sprintf call
2014-03-06 12:41:25 -08:00
Andrzej Kapolka
23556f0cf7
Fix for merging after streaming, added ability to "set" a spanner's attributes
...
in the actual metavoxel data.
2014-03-06 12:38:11 -08:00
Andrew Meadows
37b088ebfa
Hands can collide with avatar head again
2014-03-06 12:38:07 -08:00
Stephen Birarda
e7b166a304
Revert "include InterfaceConfig before Application to fix win build"
...
This reverts commit dde2b199c9
.
2014-03-06 12:35:20 -08:00
Andrew Meadows
778bdec6d8
Model now knows its bounding radius
2014-03-06 12:34:21 -08:00
Stephen Birarda
dde2b199c9
include InterfaceConfig before Application to fix win build
2014-03-06 12:14:14 -08:00
Stephen Birarda
b705ec560f
cleanup resources directory references by copying beside the executable
2014-03-06 11:46:49 -08:00
Stephen Birarda
403f91c988
update resource references to use Qt resource system
2014-03-06 10:41:11 -08:00
Stephen Birarda
90d4bbee78
Merge branch 'master' of https://github.com/highfidelity/hifi into external-glm
2014-03-06 09:16:22 -08:00
ZappoMan
d5c18a54fa
removed dead code
2014-03-06 01:32:58 -08:00
ZappoMan
a887baf081
fix warning
2014-03-05 21:22:08 -08:00
ZappoMan
13985f8149
fix crash in Menu.removeSeparator() if the menu item doesn't exist or isn't a separator
2014-03-05 21:17:25 -08:00
ZappoMan
7a8d26247a
remove piemenu
2014-03-05 21:03:32 -08:00
Andrzej Kapolka
0448596e58
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
...
Conflicts:
interface/src/renderer/FBXReader.cpp
2014-03-05 18:28:25 -08:00
Andrzej Kapolka
82011905be
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-03-05 18:10:55 -08:00
Andrzej Kapolka
a7af3bc284
Merge branch 'master' of https://github.com/highfidelity/hifi
...
Conflicts:
interface/src/avatar/MyAvatar.cpp
2014-03-05 18:08:59 -08:00
Andrzej Kapolka
ad25455f86
Track hysteresis for next model separately, but just in case, don't use
...
recursion to fall back on hysteresis value. Closes #2209 .
2014-03-05 18:06:14 -08:00
ZappoMan
a54e401377
Merge branch 'master' of https://github.com/worklist/hifi into particle_collions_penetration
...
Conflicts:
libraries/script-engine/src/Vec3.cpp
2014-03-05 18:04:57 -08:00
Philip Rosedale
c2a63c4206
Merge pull request #2190 from AndrewMeadows/shapes
...
Collision Shapes
2014-03-05 17:59:42 -08:00
Andrzej Kapolka
3930b3e824
Display names are great, but not in the shadow map. Closes #2208 .
2014-03-05 17:44:08 -08:00
Andrzej Kapolka
78221c7de2
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-03-05 17:13:00 -08:00
Andrzej Kapolka
d1747ed8d1
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
2014-03-05 17:12:37 -08:00
Andrzej Kapolka
60b0281095
Ordered visitation bits.
2014-03-05 17:12:02 -08:00
Stephen Birarda
ede32b5f1a
resolve conflicts on merge with upstream master
2014-03-05 15:31:00 -08:00
ZappoMan
d89cb2bf5e
added penetration support to particle collisions JS callbacks
2014-03-05 15:03:54 -08:00
Andrew Meadows
831a8cf580
remove unused cruft from Model class API
2014-03-05 12:15:34 -08:00
Andrew Meadows
a1856ac18b
fix bad transform math for placing shapes
2014-03-05 11:57:07 -08:00
Andrew Meadows
89f664c0ee
fixing incorrect documentation comment
2014-03-05 11:52:47 -08:00
Andrew Meadows
2bc8e142b4
cruft removal
2014-03-05 11:51:42 -08:00
Stephen Birarda
395263ff3d
add time to the interface logs - closes #2205
2014-03-05 09:55:06 -08:00
Andrew Meadows
7db5aaaf37
new collision pipeline for avatar shapes
2014-03-05 07:08:59 -08:00
Andrzej Kapolka
63b4a2453b
Lots of work on metavoxel LODs and spanners.
2014-03-04 21:27:13 -08:00
ZappoMan
c031359a54
fix infinite reloading of missing script files
2014-03-04 16:20:17 -08:00
Stephen Birarda
b78e723253
fix a NaN in ViewFrustum and BuckyBalls
2014-03-04 15:53:05 -08:00
Stephen Birarda
7451cfe130
remove glm so it is referenced only externally
2014-03-04 15:19:47 -08:00
Atlante45
f90062b38c
Merge branch 'master' of https://github.com/highfidelity/hifi into freeglut_fix
2014-03-04 13:18:22 -08:00
Atlante45
3c99cf162d
Fix was at the wrong spot
2014-03-04 13:17:19 -08:00
Andrzej Kapolka
7a182ed659
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
2014-03-04 13:10:23 -08:00
Andrzej Kapolka
1357aee01e
Use mipmaps and trilinear filtering for models. Closes #2180 .
2014-03-04 13:03:31 -08:00
Andrew Meadows
57e217c7fb
Merge branch 'master' of ssh://github.com/highfidelity/hifi into shapes
2014-03-04 12:10:12 -08:00
AndrewMeadows
ea0fe95baa
Merge pull request #2191 from birarda/null-checks
...
more null pointer cleanup
2014-03-04 12:07:39 -08:00
Andrew Meadows
eec8affd84
fix warning about unused variable
2014-03-04 11:56:22 -08:00
Andrew Meadows
2faaa5beef
fix warnings about signed/unsigned comparison
2014-03-04 11:54:58 -08:00
Andrew Meadows
16a5af1a8e
fix warning about signed/unsigned comparison
2014-03-04 11:53:08 -08:00
ZappoMan
d5e7e98b5e
Merge pull request #2192 from Atlante45/freeglut_fix
...
fix for windows
2014-03-04 11:51:14 -08:00
Andrew Meadows
427cf02d03
Merge branch 'cleanup' to 'cleanup2'
2014-03-04 11:20:42 -08:00
Atlante45
9767846c91
fix for windows
2014-03-04 11:06:23 -08:00
Atlante45
66b0590509
Review fixes
2014-03-04 10:48:53 -08:00
Stephen Birarda
f5aaad1f33
remove if checks in cases where delete handles null
2014-03-04 10:05:43 -08:00
Andrew Meadows
3d426a24f1
Fixing build warnings
2014-03-04 09:54:34 -08:00
Andrew Meadows
d0ac8eec74
removing unused variable
2014-03-04 09:54:12 -08:00
Andrew Meadows
7ba5bc71ea
Merge branch 'master' of ssh://github.com/highfidelity/hifi into shapes
...
Conflicts:
interface/src/renderer/FBXReader.cpp
interface/src/renderer/Model.cpp
interface/src/renderer/Model.h
2014-03-04 09:01:24 -08:00
Atlante45
84f8e6ee19
Merge branch 'master' of https://github.com/highfidelity/hifi into local_voxels
2014-03-03 17:55:30 -08:00
Atlante45
bb3c8f2a7a
Removed ClipboardOverlay
2014-03-03 17:54:58 -08:00
Andrew Meadows
4ef2067421
Use capsules for some joints and render them.
2014-03-03 17:49:24 -08:00
Andrew Meadows
1a8c10e132
Correcting a comment.
2014-03-03 17:35:52 -08:00
Andrzej Kapolka
dae8ed6417
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
2014-03-03 17:27:16 -08:00
Andrzej Kapolka
71931d85d9
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
2014-03-03 17:03:18 -08:00
Atlante45
f1ce034c35
Merge branch 'master' of https://github.com/highfidelity/hifi into local_voxels
2014-03-03 16:47:42 -08:00
Atlante45
ef9ff0fa74
Put initialization and deletion of localVoxelSystems on render thread
2014-03-03 16:46:25 -08:00
Andrzej Kapolka
64c4e58160
Tie the avatar LOD distance multiplier to the LOD parameter calculated for
...
voxels.
2014-03-03 16:34:28 -08:00
Andrzej Kapolka
f5eaa330d8
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-03-03 15:48:38 -08:00
Philip Rosedale
5c0ec0ff6b
Merge pull request #2175 from ZappoMan/bugfixes
...
Fixes to particle deadlock, and some other crashes
2014-03-03 15:42:09 -08:00
Andrzej Kapolka
75c9e44545
Render the billboard if we don't have both models. Closes #2178 .
2014-03-03 15:33:37 -08:00
Andrzej Kapolka
7ecfeeaba3
Do the actual reading of the reply on the worker thread. Otherwise, when we
...
read from the cache, we're reading synchronously from a file. Closes #2171 .
2014-03-03 15:16:13 -08:00
Andrzej Kapolka
85083d74bc
Fix for annoying "QThreadStorage" warning.
2014-03-03 13:39:01 -08:00
Andrzej Kapolka
252186450b
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-03-03 12:53:45 -08:00
ZappoMan
fd47602945
various particle crash and deadlock fixes
2014-03-03 12:49:34 -08:00
Andrew Meadows
1c0826d696
Add JointShapeInfo for joint shape calculations
2014-03-03 12:31:09 -08:00
ZappoMan
0285fe51e8
Merge branch 'master' of https://github.com/worklist/hifi into bugfixes
2014-03-03 12:14:11 -08:00
Andrzej Kapolka
acd25a75d1
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-03-03 12:10:21 -08:00
Andrzej Kapolka
0361f46832
Don't simulate avatars' models when they're being rendered as billboards.
...
Closes #2165 .
2014-03-03 12:09:38 -08:00
ZappoMan
8e553c7497
fix potential crash in setIsOptionChecked() added support for positioning separators
2014-03-03 12:03:56 -08:00
Andrzej Kapolka
7fbcd7ce0b
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
2014-03-03 11:53:44 -08:00
Stephen Birarda
60eb588e96
remove some unecessary null pointer checks
2014-03-03 11:36:01 -08:00
ZappoMan
9d5e33d75d
removed unused highlight voxel
2014-03-03 04:09:33 -08:00
ZappoMan
85b40f2d13
fix crash in Menu.isOptionChecked() if menu item doesn't exist
2014-03-03 04:05:44 -08:00
ZappoMan
372561195a
remove voxel drumming from C++
2014-03-03 04:00:06 -08:00
ZappoMan
d8d61c7361
move hydra finger painting from c++ to js
2014-03-03 01:06:48 -08:00
ZappoMan
3479f72ec9
removed _ballColor from Hand since it was never actually used
2014-03-02 21:55:05 -08:00
ZappoMan
f245aa6ac5
remove more cruft from VoxelSystem, move getElementEnclosingPoint() to Octree class where it belongs
2014-03-02 20:12:52 -08:00
ZappoMan
cb4219b775
remove HoverVoxel
2014-03-02 19:23:00 -08:00
ZappoMan
633f358319
removed some dead code
2014-03-02 17:03:57 -08:00
ZappoMan
d9dcc886ce
removed some dead code
2014-03-02 16:57:19 -08:00
ZappoMan
176270f639
more VoxelSystem vs VoxelTree cleanup
2014-03-02 16:51:40 -08:00
ZappoMan
63bebc9afc
removed dead code
2014-03-02 16:44:25 -08:00
ZappoMan
5f6a60e786
removed more VoxelSystem wrappers, call VoxelTree directly
2014-03-02 16:40:27 -08:00
ZappoMan
f0e73d2f98
removed VoxelSystem::findRayIntersection() use tree directly
2014-03-02 15:46:33 -08:00
ZappoMan
9bd29bdd92
removed findSpherePenetration() and findCapsulePenetration() from VoxelSystem, use VoxelTree
2014-03-02 15:34:36 -08:00
ZappoMan
ded7328959
clean up application access to deleteVoxelAt()/createVoxel()/getVoxelAt() to access VoxelTree directly
2014-03-02 15:17:49 -08:00
ZappoMan
f09521f67c
oops
2014-03-02 13:50:46 -08:00
Andrzej Kapolka
7992d2796e
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
2014-03-02 12:48:03 -08:00
ZappoMan
5b72f01b99
more cruft removal getting rid of false color in VoxelTreeElement
2014-03-02 12:33:52 -08:00
ZappoMan
b66c346f20
more cruft removal
2014-03-02 12:19:50 -08:00
ZappoMan
c5197b390e
removed a bunch of cruft from VoxelSystem
2014-03-02 12:13:00 -08:00
stojce
b59292bdf1
marge
2014-03-02 16:04:03 +01:00
ZappoMan
7d45cc857b
fix warning
2014-03-01 12:53:01 -08:00
Andrzej Kapolka
c1a89517a7
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
2014-02-28 18:11:46 -08:00
Andrew Meadows
8ef657e5b2
Render avatar collision shapes in the right spot
2014-02-28 17:05:08 -08:00
Andrzej Kapolka
d157428704
When we send data to the avatar mixer, send the tweaked head rotation. Closes
2014-02-28 16:58:22 -08:00
Andrew Meadows
4d984b1054
cleanup
2014-02-28 16:55:16 -08:00
Andrew Meadows
702612506b
very basic bounding info for joint meshes
2014-02-28 16:42:12 -08:00
Andrzej Kapolka
380b0536b3
Indentation fix.
2014-02-28 16:18:44 -08:00
Andrzej Kapolka
2f27d8ecd3
Process geometry/textures in worker threads (via QThreadPool). Closes #2137 .
2014-02-28 16:14:02 -08:00
Atlante45
af691e1f75
Some comments and debug messages
2014-02-28 15:14:01 -08:00
Atlante45
ea0f414c23
Added possibility to create a VoxelSystem from an already existing VoxelTree
2014-02-28 15:11:38 -08:00
Atlante45
4bcb43f7dd
Added an overlay system for local trees
2014-02-28 15:10:53 -08:00
Andrzej Kapolka
0bb3752121
Fixed seg fault, don't attempt to transfer joints between different models
...
(as opposed to different LODs).
2014-02-28 14:29:18 -08:00
Andrzej Kapolka
21a149348b
When switching models, retain old one until new one is loaded. Closes #2146 .
2014-02-28 13:57:25 -08:00
Andrzej Kapolka
2639796402
Wait until both head and body are loaded before rendering. Closes #2145 .
2014-02-28 12:22:10 -08:00
Atlante45
fb10676121
Merge branch 'master' of https://github.com/highfidelity/hifi into local_voxels
2014-02-28 11:32:27 -08:00
Atlante45
41931ebd57
Removed copyTo and pasteFrom from ClipboardScriptingInterface (not useful in the end)
2014-02-28 11:22:14 -08:00
Atlante45
5b085a72cd
Added import tree to LocalVoxels
2014-02-28 11:21:32 -08:00
Philip Rosedale
7a2279bda8
Merge branch 'master' of https://github.com/worklist/hifi
2014-02-27 23:31:45 -08:00
Philip Rosedale
d5e106b30d
collision submenu only under edit (I don’t think you can make same one twice)
2014-02-27 23:29:29 -08:00
Philip Rosedale
bae16e24e8
new audio buffer display text, cleanup drawText()
2014-02-27 23:17:39 -08:00
Philip Rosedale
bde7152246
Merge pull request #2135 from ZappoMan/bugfixes
...
bug fixes
2014-02-27 20:43:48 -08:00
Philip Rosedale
5f8c5d36da
Merge branch 'master' of https://github.com/worklist/hifi
2014-02-27 20:29:35 -08:00
Andrzej Kapolka
73ec568b4b
Further work on request limiting.
2014-02-27 19:28:45 -08:00
Andrzej Kapolka
5d4ed4c85e
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-02-27 18:14:18 -08:00
Andrzej Kapolka
29f7954d20
Factored out bits common to resource caches, added global limit on number of
...
resources being requested at any one time.
2014-02-27 18:13:40 -08:00
Philip Rosedale
7ce380a333
relocate mute button, audio scope
2014-02-27 18:02:53 -08:00
ZappoMan
19b7189269
switch AUTO LOD to use moving avarage of FPS, and also tweak the min and max behavior
2014-02-27 18:00:58 -08:00
Atlante45
2ee7974fa8
Merge branch 'master' of https://github.com/highfidelity/hifi into local_voxels
2014-02-27 17:53:59 -08:00
Andrew Meadows
b8c1bab4ae
Using pre-computed Model shapes for collisions
...
...instead of generating collision shapes on the fly
2014-02-27 17:52:35 -08:00
Philip Rosedale
f06b30e024
remove audio barograph latency display
2014-02-27 17:45:47 -08:00
Philip Rosedale
fb97abf128
reset audio connection on prefs changes
2014-02-27 17:35:23 -08:00
Andrew Meadows
50a5924574
Using shapes for collisions against Model
...
rather than building tapered capsule shapes on the fly
2014-02-27 17:33:36 -08:00
Philip Rosedale
ae6d156feb
remove travelling noises
2014-02-27 17:27:41 -08:00
Atlante45
5986fcafae
Added copyTo and pasteFrom to ClipboardScriptingInterface
...
- Supports LocalVoxels
2014-02-27 16:41:58 -08:00
Philip Rosedale
7b55ee31a3
Merge branch 'master' of https://github.com/worklist/hifi
2014-02-27 16:01:04 -08:00
Philip Rosedale
348295bbb1
Merge pull request #2133 from ey6es/master
...
Delay loading models until we know that we need them (i.e., that we're not going to use the billboard).
2014-02-27 16:00:04 -08:00
Philip Rosedale
e87ae8ac8f
audio debugging
2014-02-27 15:52:19 -08:00
Andrew Meadows
9dc26ddfa7
First pass: add collision Shapes to Model
2014-02-27 15:50:16 -08:00
ZappoMan
1cc6288899
add back in entry point for import voxels
2014-02-27 15:41:36 -08:00
ZappoMan
b7f62eabf0
clean up more menu items
2014-02-27 15:25:39 -08:00
Atlante45
b07081407a
Made commom string name static const
2014-02-27 14:47:05 -08:00
Atlante45
0026002ecb
Added domain and clipboard to the local trees
2014-02-27 14:38:18 -08:00
Andrzej Kapolka
e91d47174b
Removed unused function.
2014-02-27 12:37:17 -08:00
Andrzej Kapolka
cd2bd32210
Delay loading models until we know that we need them (i.e., that we're not
...
beyond billboard distance). Closes #2121 .
2014-02-27 12:30:46 -08:00
Andrzej Kapolka
8d3b012db0
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
2014-02-27 11:20:56 -08:00
ZappoMan
8d53fc9671
Merge branch 'master' of https://github.com/worklist/hifi into seeing_voxels
2014-02-27 01:05:20 -08:00
Andrzej Kapolka
1dfb72173d
Hide metavoxel editing bits when mouse is hidden.
2014-02-26 16:44:00 -08:00
Andrzej Kapolka
3fefec5545
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
2014-02-26 16:29:31 -08:00
Stephen Birarda
cb45a3242d
increase size of audio output buffer to match size of ring buffer
2014-02-26 16:29:07 -08:00
Andrew Meadows
5954bb91d4
ListShape now handled by ShapeCollider
2014-02-26 15:36:19 -08:00
Andrzej Kapolka
4130d0f28b
Added spheres as simpler spanners for testing.
2014-02-26 15:01:01 -08:00
ZappoMan
98d9e443eb
Merge pull request #2119 from PhilipRosedale/master
...
NPC bots wander and look around, and play sounds
2014-02-26 14:40:58 -08:00
Philip Rosedale
af550b8ae0
Merge pull request #2117 from ey6es/master
...
Preserve joint states when switching between LODs. Closes #2077 .
2014-02-26 14:17:50 -08:00
Andrzej Kapolka
61a7c61963
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
2014-02-26 14:13:48 -08:00
Andrzej Kapolka
9d95ff16b7
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
2014-02-26 13:50:32 -08:00
Philip Rosedale
0a1e840d10
Bot.js NPCs wander around and make sounds
2014-02-26 13:50:04 -08:00
Stephen Birarda
7067cf2ab3
fix go to user and address update for new API
2014-02-26 13:40:49 -08:00
Andrzej Kapolka
f335bb8171
Preserve joint states when switching between LODs. Closes #2077 .
2014-02-26 13:40:09 -08:00
ZappoMan
1e404404c3
next pass at seeing voxels
2014-02-26 13:35:59 -08:00
Andrzej Kapolka
1265f83f68
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-02-26 12:12:18 -08:00
Andrzej Kapolka
8644280eb5
Make sure our mode is fully established before we use the mirror camera to
...
render the billboard. Closes #2103 .
2014-02-26 12:11:03 -08:00
ZappoMan
7a2419a5bd
removed old menu items for voxel protocol options
2014-02-26 01:54:32 -08:00
ZappoMan
5b1037cc63
switching to OctreeQuery instead of VoxelQuery
2014-02-26 01:22:53 -08:00
Philip Rosedale
46469612c7
Merge pull request #2108 from ZappoMan/remove_cpp_voxel_editing
...
Remove cpp voxel editing
2014-02-25 22:07:54 -08:00
ZappoMan
f2b95e0a00
added a comment
2014-02-25 21:54:52 -08:00
ZappoMan
5fdf114ff0
removed more cruft
2014-02-25 21:53:20 -08:00
ZappoMan
d61ba02a38
removed more cruft
2014-02-25 21:44:38 -08:00
ZappoMan
869b35a7aa
remove old c++ implementation of voxel tools
2014-02-25 21:38:10 -08:00
ZappoMan
d3594808d9
some cruft cleanup
2014-02-25 20:45:49 -08:00
ZappoMan
d765e250d5
removed AbstractMenuInterface.h
2014-02-25 20:42:59 -08:00
ZappoMan
42ddc82ac4
possible fix to windows assert
2014-02-25 20:23:38 -08:00
ZappoMan
d4c36acd7d
fix windows warning
2014-02-25 18:43:31 -08:00
ZappoMan
4b3911c5c1
Merge pull request #2101 from birarda/authentication
...
fixes to login/logout flow when jumping domains
2014-02-25 18:25:17 -08:00
Stephen Birarda
bf3b5c07d5
Merge pull request #2093 from ZappoMan/menu_js
...
Adds support for editing application Menus to JS
2014-02-25 17:40:39 -08:00
ZappoMan
3943c49dcc
rename MenuType and other CR feedback
2014-02-25 17:32:16 -08:00
Andrzej Kapolka
8554c1dfbf
Force a minimum convergence distance on the eyes. Closes #2100 .
2014-02-25 16:50:59 -08:00
Andrzej Kapolka
5d99b06a48
Use hysteresis to prevent rapid enabling and disabling of billboard. Closes
2014-02-25 16:12:58 -08:00
Stephen Birarda
d5fc1caaaf
fix wording for access token change signal
2014-02-25 16:12:25 -08:00
Stephen Birarda
2496c6252f
fix login/logout flow when jumping domains
2014-02-25 16:10:08 -08:00
Andrzej Kapolka
038f1acf01
Don't render the hover text in mirror/billboard mode. Closes #2098 .
2014-02-25 15:34:16 -08:00
Andrzej Kapolka
c588a33b01
Slight mapping improvement.
2014-02-25 15:07:19 -08:00
ZappoMan
81bff60645
change singleton approach to not require delete
2014-02-25 14:53:57 -08:00
Andrzej Kapolka
55f4f65bc0
Parse error fix.
2014-02-25 14:49:41 -08:00
Andrzej Kapolka
3e2a659178
Experimenting with more action unit mappings.
2014-02-25 14:47:56 -08:00
ZappoMan
e03c7be5ef
moved MenuScriptingInterface to own files
2014-02-25 14:33:37 -08:00
Andrzej Kapolka
d7f55f4c30
Compile fixes.
2014-02-25 14:29:58 -08:00
Andrzej Kapolka
c0a33fe8fe
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-02-25 14:26:50 -08:00
Andrzej Kapolka
16796b50a7
Working on Visage improvements.
2014-02-25 14:26:31 -08:00
Philip Rosedale
6b128466a9
Merge pull request #2094 from birarda/authentication
...
reset nodelist if domain-server stops talking to you, closes #2092
2014-02-25 14:10:24 -08:00
Andrzej Kapolka
84698bc98d
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
2014-02-25 13:46:56 -08:00
ZappoMan
23b2d7d124
Merge pull request #2073 from josecpujol/19489
...
19489
2014-02-25 13:34:39 -08:00
Stephen Birarda
ce3d6d2fca
reset nodelist if domain-server stops talking to you, closes #2092
2014-02-25 13:07:39 -08:00
ZappoMan
e12d791097
remove dead code
2014-02-25 12:37:49 -08:00
Philip Rosedale
11e9b18a98
Don’t render avatar ‘sphere’ unless there is voice intensity
2014-02-25 12:35:14 -08:00
ZappoMan
263d682fb9
Merge branch 'master' of https://github.com/worklist/hifi into menu_js
2014-02-25 12:20:15 -08:00
ZappoMan
0048099ff5
implement support for menu item positioning
2014-02-25 12:19:30 -08:00
Andrzej Kapolka
ad51016409
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
2014-02-25 11:23:29 -08:00
Andrzej Kapolka
92ab3cd09a
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
2014-02-25 11:21:35 -08:00
Stephen Birarda
1163cfd07e
if the domain-server provides no auth, assume default
2014-02-25 10:58:32 -08:00
Stephen Birarda
b09ed1dff1
present a login window on app start
2014-02-25 10:53:13 -08:00
ZappoMan
0b6e81b8a6
remove more cruft
2014-02-25 10:31:29 -08:00
ZappoMan
74d48ab239
added support for MenuItemProperties for addMenuItem, removed some cruft, beginning support for menu item placement
2014-02-25 10:23:59 -08:00
Philip Rosedale
e637e48598
Merge pull request #2076 from birarda/authentication
...
groundwork for secure node communication via data-server
2014-02-25 10:07:55 -08:00
ZappoMan
cb01c1ee10
add separator support
2014-02-24 23:53:26 -08:00
ZappoMan
374b12980b
added checkable menus and sub menus
2014-02-24 23:42:05 -08:00
ZappoMan
a3d0c20516
better support for shortcuts
2014-02-24 20:49:06 -08:00
ZappoMan
76355dc1a8
add support for hiding local rendering of avatar
2014-02-24 19:24:45 -08:00
ZappoMan
03f8885cad
first cut at menus JS
2014-02-24 19:09:22 -08:00
Andrzej Kapolka
c71b10f639
Added toggles for rendering bucky balls, particles.
2014-02-24 17:43:47 -08:00
Andrzej Kapolka
3ca6c32c66
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
2014-02-24 17:33:53 -08:00
Andrzej Kapolka
718439014a
Compute the mesh extents for geometry and use them to set the spanner bounds.
2014-02-24 17:28:11 -08:00
Philip Rosedale
fa3b109e1d
Merge branch 'master' of https://github.com/worklist/hifi
2014-02-24 16:43:39 -08:00
Jose Carlos
64e75bb4ab
fixed typo
2014-02-25 00:19:52 +01:00
Stephen Birarda
c1b45d7eaa
Merge branch 'master' of https://github.com/highfidelity/hifi into authentication
2014-02-24 15:18:21 -08:00
Stephen Birarda
f20808b47f
remove option to drive from transmitter
2014-02-24 15:11:02 -08:00
Stephen Birarda
4a4001a049
remove pairing logic from interface
2014-02-24 15:03:10 -08:00
Jose Carlos
976732120e
fixed typo
2014-02-24 23:33:25 +01:00
Jose Carlos
ae87ab3b79
Undone a change to try to prevent the decay effect in the text rendering
2014-02-24 23:26:42 +01:00
Jose Carlos
438131f3e9
Reverted myAvatar::render call to test if the decay effect is gone
2014-02-24 22:38:50 +01:00
Andrzej Kapolka
2cea83a599
Proper header on ribbon.js, show display name for own avatar.
2014-02-24 13:36:43 -08:00
Jose Carlos
2bf3d2547a
Merge remote-tracking branch 'upstream/master' into 19489
2014-02-24 22:03:03 +01:00
Jose Carlos
c8c371b6f4
Changed the displayname background rect: instead of having squared
...
corners, they are bevel
Added some test code to prevent the decay effect in the text rendering
2014-02-24 22:02:06 +01:00
Stephen Birarda
9771e1bb12
resolve conflicts on merge with upstream master
2014-02-24 12:06:10 -08:00
Andrzej Kapolka
e40fe85c36
Updating the camera mode every frame screws with the scripts, so revert to
...
updating it when the menu changes.
2014-02-24 11:42:47 -08:00
Andrzej Kapolka
8efc4d52ba
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-02-24 11:34:12 -08:00
Andrzej Kapolka
d80b52dc9f
Fixes for camera mode transitions, seeing inside head.
2014-02-24 11:33:52 -08:00
Stephen Birarda
a8493ecaa2
cleanup login/logout in menu, logout only when in
2014-02-24 11:11:36 -08:00
ZappoMan
6ea2c81e68
fix reload of scripts
2014-02-24 10:10:00 -08:00
Philip Rosedale
246bb1fd2d
Physics test ‘buckyballs’ moved to application.cpp
2014-02-24 00:06:50 -08:00
Philip Rosedale
26541e12b6
Merge branch 'master' of https://github.com/worklist/hifi
2014-02-23 21:08:54 -08:00
Philip Rosedale
197b039a42
remove buckyballs physics testing code from hand code
2014-02-23 21:08:38 -08:00
Andrzej Kapolka
8745ca3139
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
2014-02-23 20:13:23 -08:00
Andrzej Kapolka
f5fece5eb5
Fix for Xcode warnings.
2014-02-23 20:11:46 -08:00
Philip Rosedale
8c3b18f797
Finished audio input DC offset correction
2014-02-23 19:56:25 -08:00
Philip Rosedale
9b463dd8cf
Merge branch 'master' of https://github.com/worklist/hifi
2014-02-23 17:26:23 -08:00
Philip Rosedale
b0f3ab3ccd
Merge pull request #2057 from ey6es/master
...
I believe this is what was intended for the voxel edit orbit behavior. Yaw the body, pitch the head.
2014-02-23 17:22:07 -08:00
Andrzej Kapolka
7bb3ea66ac
And another one.
2014-02-21 18:32:29 -08:00
Andrzej Kapolka
68fea8de1e
More merge fixes.
2014-02-21 18:32:05 -08:00
Andrzej Kapolka
e470b1c41d
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
...
Conflicts:
assignment-client/src/metavoxels/MetavoxelServer.cpp
interface/src/MetavoxelSystem.cpp
2014-02-21 18:26:40 -08:00
Andrzej Kapolka
6cbf0f407a
Merge branch 'master' of https://github.com/highfidelity/hifi into bilbo
2014-02-21 18:24:56 -08:00
Andrzej Kapolka
6f8f15018c
Allow setting the combined head orientation, which changes the body yaw and
...
applies the rest to the head. Closes #2050 .
2014-02-21 17:52:20 -08:00
Stephen Birarda
6165ca658a
add a logout option to the menu
2014-02-21 17:13:22 -08:00
Stephen Birarda
37ba6219e6
hook up go to for HTTP data-server
2014-02-21 17:04:03 -08:00
Stephen Birarda
52a21d4dfd
hook to request user's location from data-server
2014-02-21 16:55:20 -08:00
Stephen Birarda
625299e6e6
update location information in data-server from MyAvatar
2014-02-21 16:36:07 -08:00
Stephen Birarda
6df317e8e6
update user's domain in data-server after connection to new one
2014-02-21 16:22:17 -08:00
Atlante45
e66ec6b702
Final fix for clipboard preview
2014-02-21 15:47:40 -08:00
Andrzej Kapolka
ac02609bc2
The basic billboard behavior, closes #1864 .
2014-02-21 15:38:49 -08:00
Atlante45
e8c9dc50d0
Hack to get preview working
2014-02-21 15:23:28 -08:00
Stephen Birarda
340248ac43
resolve conflicts on merge with upstream master
2014-02-21 15:16:15 -08:00
Atlante45
fc7692417f
Fix is3D not set to true
2014-02-21 15:15:16 -08:00
Stephen Birarda
14e128bca0
remove the Profile file that isn't being used
2014-02-21 15:11:16 -08:00
Stephen Birarda
a49893689e
store username in local settings so it doesn't need to be reloaded
2014-02-21 15:05:57 -08:00
Stephen Birarda
76e6c9342f
parse username returned from data-server
2014-02-21 14:41:43 -08:00
Atlante45
8c4022d2f8
Merge branch 'master' of https://github.com/highfidelity/hifi into clipboard_overlay
2014-02-21 12:17:57 -08:00
Andrzej Kapolka
8d01527d93
Merge branch 'master' of https://github.com/highfidelity/hifi into bilbo
2014-02-21 12:16:33 -08:00
Andrzej Kapolka
10ce2cb3f0
Working on sending the billboards over the network.
2014-02-21 11:49:29 -08:00
ZappoMan
9ee5621796
Merge pull request #2040 from Atlante45/fix_import
...
Fix import
2014-02-21 10:24:04 -08:00
Andrzej Kapolka
495447fc0d
Merge branch 'master' of https://github.com/highfidelity/hifi into bilbo
2014-02-21 10:19:52 -08:00
Andrzej Kapolka
18ea1d6a85
More work on billboards.
2014-02-21 10:16:06 -08:00
Andrzej Kapolka
d8321bd419
Merge pull request #2034 from birarda/master
...
fixes for scripted avatars
2014-02-21 10:14:41 -08:00
Andrzej Kapolka
0d0e9565ff
Merge branch 'master' of https://github.com/highfidelity/hifi into bilbo
2014-02-21 09:27:16 -08:00
matsukaze
e800c80d61
Merge remote-tracking branch 'upstream/master'
2014-02-20 23:32:06 -05:00
Andrzej Kapolka
6b90a3994d
Working on avatar billboards.
2014-02-20 19:22:59 -08:00
Philip Rosedale
df7ffb35e1
Merge pull request #2045 from josecpujol/19489
...
19489
2014-02-20 19:16:50 -08:00
Andrzej Kapolka
09ad4046f8
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
2014-02-20 17:20:07 -08:00
Andrzej Kapolka
b408e31d91
More work on spanners.
2014-02-20 17:18:15 -08:00
Atlante45
d06f526bf4
Merge branch 'master' of https://github.com/highfidelity/hifi into clipboard_overlay
2014-02-20 16:57:31 -08:00
Atlante45
989a76fe6e
Hooked up Clipboard preview
2014-02-20 16:56:40 -08:00
Jose Carlos
10c9b902b9
Removed duplicated calculation of bounding rect for display name
2014-02-21 00:37:29 +01:00
Jose Carlos
354c9bff09
Correct text position for default and non default meshes
...
Bounding box for text background is now text dependent, much nicer now
2014-02-21 00:29:52 +01:00
Stephen Birarda
2408d909ba
resolve conflicts on merge with upstream master
2014-02-20 12:12:29 -08:00
Philip Rosedale
355b00fbca
Merge branch 'master' of https://github.com/worklist/hifi
2014-02-20 12:10:44 -08:00
Andrzej Kapolka
09677b06f2
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
...
Conflicts:
assignment-client/src/metavoxels/MetavoxelServer.cpp
2014-02-20 12:05:15 -08:00
Jose Carlos
fa490acb8d
Changed the display name background alpha to 0.2 (was 0.95)
2014-02-20 20:45:32 +01:00
Andrzej Kapolka
4dab2eb694
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
2014-02-20 10:45:19 -08:00
Atlante45
904ce7bf1c
Repositionned nivigation buttons in ImportDialog
2014-02-20 10:38:08 -08:00
Stephen Birarda
7f9794d52b
Merge branch 'master' of https://github.com/highfidelity/hifi
2014-02-20 10:14:47 -08:00
Stephen Birarda
6f84230d9d
resolve conflicts on merge with upstream/master
2014-02-20 10:14:36 -08:00
matsukaze
b813438307
Consolidate primitive index with buffer index.
...
Removed the extra space associated with primitive index and use buffer
index for both the VBO and primitive renderers since they are exclusive.
2014-02-20 08:48:40 -05:00
ZappoMan
0e8cab7349
added Clipboard.nudgeVoxel() and added support for calling clipboard opertations with VoxelDetail as well as xyzs
2014-02-19 20:09:35 -08:00
Andrzej Kapolka
f017d0472f
More work on spanners.
2014-02-19 18:17:26 -08:00
Stephen Birarda
ee9f8937e3
fix a silly typo
2014-02-19 18:03:34 -08:00
ZappoMan
91d79f65f2
fix crash on import from JS
2014-02-19 17:57:28 -08:00
ZappoMan
3a8a880a8b
Merge branch 'master' of https://github.com/worklist/hifi into js_clipboard
2014-02-19 17:49:22 -08:00
Philip Rosedale
941821b69c
Merge branch 'master' of https://github.com/worklist/hifi
2014-02-19 17:45:56 -08:00
Stephen Birarda
4ee416ba96
fixes for scripted avatars, closes #2033
2014-02-19 16:55:24 -08:00
Atlante45
b69bdccc8f
Merge branch 'master' of https://github.com/highfidelity/hifi into fix_import
2014-02-19 16:11:31 -08:00
Atlante45
af3e19e640
Added style and pngs for the buttons
2014-02-19 16:01:14 -08:00
Andrzej Kapolka
25ae81e2de
More work on spanners.
2014-02-19 15:25:21 -08:00
Jose Carlos
44d5b9b2f8
cosmetic change
2014-02-20 00:22:29 +01:00
Philip Rosedale
4b033b3b98
Merge branch 'master' of https://github.com/worklist/hifi
2014-02-19 15:07:45 -08:00
Philip Rosedale
b368001af4
Adding DC offset calculation to noise cancellation
2014-02-19 15:04:39 -08:00
Andrzej Kapolka
a8d0aa6d17
Merge branch 'master' of https://github.com/highfidelity/hifi into metavoxels
2014-02-19 14:57:18 -08:00