James B. Pollack
4c63ad1ac8
code cleanup
2016-08-26 10:19:31 -07:00
David Rowe
a0691a581c
Fix sense of column sort order indicators
2016-08-26 18:18:52 +12:00
David Rowe
f55d1f7ce7
Make new columns sortable
2016-08-26 17:56:23 +12:00
David Rowe
6de335e1b1
Column heading text and glyphs
2016-08-26 17:24:25 +12:00
David Rowe
1147adae78
Add columns in entity list for render performance information
2016-08-26 15:16:23 +12:00
Seth Alves
acb04a0bc9
don't add children of controller joints until we know our avatar ID
2016-08-25 19:09:10 -07:00
James B. Pollack
ee190db5eb
some comments
2016-08-25 16:27:58 -07:00
James B. Pollack
9be073cc12
handle some more cases
2016-08-25 16:03:12 -07:00
Seth Alves
7c5b8cb75d
send faux joints to the avatar-mixer
2016-08-25 15:21:29 -07:00
Seth Alves
948b4b7a15
in search, consider distance from grab-point rather than from avatar-hand when selecting the closest entity
2016-08-25 13:46:52 -07:00
Seth Alves
0783629cde
grab-point sphere is a child of controller joint, so it doesn't jitter
2016-08-25 13:31:07 -07:00
Seth Alves
cab30651d0
cleanups
2016-08-25 09:47:14 -07:00
Andrew Meadows
a0911d2b9d
add local scope wrappers to new default scripts
2016-08-25 09:04:06 -07:00
Andrew Meadows
fefe5e30ec
don't use globals and remove double definitions
2016-08-25 08:57:06 -07:00
Andrew Meadows
6f6a7bcc44
wrap default scripts with local scope
2016-08-25 08:57:06 -07:00
Anthony J. Thibault
c234f1b65d
marketplace.js: merge fix for WebTablet.js path
2016-08-24 16:26:53 -07:00
Anthony J. Thibault
c2af948e25
Merge branch 'master' into feature/handheld-marketplace
2016-08-24 16:07:04 -07:00
James B. Pollack
d9ebad7976
Merge pull request #8372 from elisa-lj11/zip_project
...
Added Clara.io to the marketplace
2016-08-24 15:53:58 -07:00
Ryan Huffman
4897d721c3
Merge pull request #8505 from imgntn/json_editor
...
New Editor for UserData JSON
2016-08-24 15:49:32 -07:00
Anthony J. Thibault
fce207ba5d
eslint fix
2016-08-24 15:31:13 -07:00
James B. Pollack
af2fb5d7ed
beautify more html
2016-08-24 14:54:00 -07:00
James B. Pollack
5305ec7feb
html beautify
2016-08-24 14:51:15 -07:00
James B. Pollack
384c3dd543
cleanup and handle a bug when changing from normal text userdata to another field
2016-08-24 14:49:41 -07:00
James B. Pollack
45e3f926a1
removed unused prints and cleanup
2016-08-24 14:19:27 -07:00
Anthony J. Thibault
1939c6915a
Bug-fixes for marketplace toggling
2016-08-24 10:05:27 -07:00
James B. Pollack
2f4617cd5e
quiet some prints
2016-08-23 18:20:33 -07:00
James B. Pollack
a5054487ba
save on no selections, select another entity, etc
2016-08-23 18:18:43 -07:00
Seth Alves
18852137b5
cleanups, avoid pop when grabbing
2016-08-23 17:06:53 -07:00
Seth Alves
dbe65df90b
merge from upstream
2016-08-23 16:42:02 -07:00
James B. Pollack
3abbc98857
save when focus on inputs
2016-08-23 15:48:04 -07:00
James B. Pollack
477ed88284
remove autosave, disable save button until change
2016-08-23 14:34:28 -07:00
Howard Stearns
89b00883dd
Merge pull request #8428 from highfidelity/discovery
...
Snapshot of Snapshot-Discovery to master
2016-08-23 14:32:10 -07:00
James B. Pollack
fb6fa687e8
in the right place... thanks howard!
2016-08-23 12:07:59 -07:00
James B. Pollack
fcf459645d
center after teleport
2016-08-23 12:02:57 -07:00
James B. Pollack
5166a33370
autosave after 1.5 s no changes
2016-08-23 11:53:20 -07:00
elisa-lj11
2d38d47bcc
separated clara.js from marketplace.js
2016-08-23 11:24:03 -07:00
elisa-lj11
cdc5dde40e
Merge remote-tracking branch 'highfidelity/master' into zip_project
2016-08-23 11:22:43 -07:00
elisa-lj11
137f795f29
Made clara marketplace its own .js
2016-08-23 11:22:01 -07:00
Anthony J. Thibault
b2dff8aa77
Easier to click buttons on web entities with shaky hand controllers
...
There is an angular and time dead spot on webEntity for scrolling vs clicking.
Currently, it's 150 ms and 3 degrees. See POINTER_PRESS_TO_MOVE_DELAY and POINTER_PRESS_TO_MOVE_DEADSPOT_ANGLE
* Fix for warnings when clicking on window.open() links in WebEntity
2016-08-23 10:19:49 -07:00
Anthony J. Thibault
c6ea64926c
Sensor space entity support
...
You can do this by parenting an entity to an avatar's -2 joint index.
This will mean that the entity will follow the avatar as it moves in the world, but
will not follow the avatar's position as it moves in sensor space. Essentially, this
gives you the ability to place objects in the user's physical room.
WebTablets now are located in this feature and no longer jitter.
2016-08-23 10:13:06 -07:00
Anthony J. Thibault
e7dd9c4478
handheld marketplace should work for hydras
2016-08-23 10:10:30 -07:00
Anthony J. Thibault
af2c31f29b
Renamed WebBuddy to WebTablet
2016-08-23 10:10:29 -07:00
Anthony J. Thibault
eafae1fcf3
Added tablet shell around web-buddy
2016-08-23 10:10:28 -07:00
Anthony J. Thibault
d607abc8f7
Add dpi to edit.js
...
Also, cap the maximum webEntity texture size to 4096
2016-08-23 10:10:27 -07:00
Anthony J. Thibault
31ed378dbf
Added dpi entity property for web-entities
2016-08-23 10:10:26 -07:00
Anthony J. Thibault
6704ae9ad4
Added dpi parameter to userData (this is temporary)
2016-08-23 10:09:17 -07:00
Anthony J. Thibault
9bafd82b2c
marketplace now pops up a marketplace web entity
2016-08-23 10:09:16 -07:00
Brad Hefta-Gaub
21bc06f154
Merge pull request #8335 from hyperlogic/feature/hand-controller-web-entity-integration
...
handControllerGrab and web entity input integration
2016-08-23 09:59:25 -07:00
James B. Pollack
6ec429fa0b
remove unused event listeners
2016-08-23 00:19:03 -07:00
James B. Pollack
d9a39553bd
style edits and saved message
2016-08-23 00:14:53 -07:00
James B. Pollack
d0a25e7783
fix switching entities
2016-08-22 23:51:35 -07:00
Seth Alves
6c80a35c4b
Merge pull request #8477 from sethalves/fix-grab-ignore-ik-1
...
ignoreIK flag on action-grabbable objects works again
2016-08-22 18:48:39 -07:00
James B. Pollack
e2a6c08f19
cleanup prints
2016-08-22 17:44:22 -07:00
James B. Pollack
4b61cc9f5f
new user data editor
2016-08-22 17:30:08 -07:00
howard-stearns
bc90b0bc43
pr review
2016-08-22 16:09:09 -07:00
elisa-lj11
2d2cb45c5d
Merge remote-tracking branch 'highfidelity/master' into zip_project
2016-08-22 16:05:16 -07:00
howard-stearns
fc906df5f6
separate into three files
2016-08-22 15:04:38 -07:00
howard-stearns
6daf91166f
pr comments
2016-08-22 15:03:51 -07:00
Anthony J. Thibault
d015c5cfb5
Merge branch 'master' into feature/hand-controller-web-entity-integration
2016-08-22 14:13:17 -07:00
howard-stearns
989974738a
dead code removal
2016-08-22 12:50:51 -07:00
howard-stearns
80afc6a3b4
pr review comments
2016-08-22 10:59:21 -07:00
David Rowe
80ee864143
Add icon to "Share in Feed" button
2016-08-20 18:17:49 +12:00
Howard Stearns
35829f5f01
Merge pull request #8489 from howard-stearns/merge-from-master-to-discovery3
...
Merge from master to discovery3
2016-08-19 21:36:48 -07:00
Howard Stearns
7428eb2635
Merge branch 'master' of https://github.com/highfidelity/hifi into discovery
2016-08-19 21:34:55 -07:00
Howard Stearns
527fb0941f
decrease snapshot review dialog height
2016-08-19 21:28:12 -07:00
David Rowe
8d88726dba
Fix spacing above image when single column
2016-08-20 13:57:00 +12:00
David Rowe
a94c24e6df
Text and controls
2016-08-20 13:44:47 +12:00
Chris Collins
74cb2d4bcf
Merge pull request #8461 from imgntn/demo_movement
...
Movement changes for Hand Controllers
2016-08-19 18:36:40 -07:00
Atlante45
dd60683e29
Move steam.js to unpublishedScripts
2016-08-19 17:14:14 -07:00
David Rowe
6a9f221a9e
Snapshot image border
2016-08-20 11:36:53 +12:00
David Rowe
3d2afaac77
Size and position snapshot dialog content blocks
2016-08-20 11:19:30 +12:00
Anthony J. Thibault
ff4c194756
eslint fix
2016-08-19 15:31:57 -07:00
James B. Pollack
2b1e629cca
some extra checks on settings values
2016-08-19 14:51:15 -07:00
howard-stearns
1e08914f8d
simplify
2016-08-19 14:32:15 -07:00
James B. Pollack
3922192cfc
update
2016-08-19 14:31:47 -07:00
James B. Pollack
653b1acc4a
cleanup
2016-08-19 14:29:14 -07:00
howard-stearns
a3d64dbd9c
code cleanup
2016-08-19 14:14:31 -07:00
howard-stearns
b8b345fb43
Merge branch 'master' of https://github.com/highfidelity/hifi into update-discovery-from-master2
2016-08-19 13:04:39 -07:00
elisa-lj11
4c434e875e
fixed merge conflicts in Application.cpp
2016-08-19 09:46:22 -07:00
Seth Alves
ff95ef2492
ignoreIK flag on action-grabbable objects works again
2016-08-19 08:59:42 -07:00
Anthony J. Thibault
4db1687746
bug fix for when web-entity is deleted while being scrolled
2016-08-18 18:37:52 -07:00
James B. Pollack
b694b8e541
update turn rate for left stick
2016-08-18 17:24:18 -07:00
James B. Pollack
855561c014
moar
2016-08-18 16:52:32 -07:00
James B. Pollack
a0d4fd4c0e
fix bug
2016-08-18 16:51:04 -07:00
James B. Pollack
214a705199
slow 180 rate
2016-08-18 16:50:50 -07:00
howard-stearns
f6670a6374
new optional aspect-ratio argument to snapshot chain (javascript through
...
c++ display plugin). When non-zero, it pulls out the largest piece from
the center that maintains that ratio. Snapshot button uses 1.91.
2016-08-18 16:29:42 -07:00
James B. Pollack
3a8de5ab0d
fix rotation function
2016-08-18 15:58:12 -07:00
James B. Pollack
bae51bcfd4
remove prints
2016-08-18 15:29:49 -07:00
James B. Pollack
859d3ccadc
tweaks
2016-08-18 14:36:52 -07:00
howard-stearns
aab3b83ad9
open login if user tries to share and is not logged in, rather than
...
messaging user that they cannot share
2016-08-18 14:20:53 -07:00
James B. Pollack
2e22bc5e46
new coolin
2016-08-18 14:08:31 -07:00
James B. Pollack
992504e179
adjust coolin
2016-08-18 13:35:51 -07:00
howard-stearns
5e8722ccf5
persist "open feed after" checkbox setting
2016-08-18 12:58:00 -07:00
James B. Pollack
b8213aed7b
naming and some logging for teleport stuff
2016-08-18 11:59:58 -07:00
James B. Pollack
37846d9f0c
store settings
2016-08-18 11:07:50 -07:00
James B. Pollack
1eaac8605f
invert the structure and make it work with oculus
2016-08-18 10:43:37 -07:00
James B. Pollack
09cd0b8f4a
debug prints 2
2016-08-18 09:24:01 -07:00
James B. Pollack
7768e65e8b
update name
2016-08-18 09:22:43 -07:00
James B. Pollack
9e14191217
recondition
2016-08-18 08:57:37 -07:00
James B. Pollack
cfbc589829
debug prints
2016-08-18 08:43:26 -07:00
James B. Pollack
8ede4ddb66
longform
2016-08-17 17:33:24 -07:00
James B. Pollack
e69c89a93e
y
2016-08-17 17:00:17 -07:00
James B. Pollack
fdfcc235b6
as functions
2016-08-17 16:24:59 -07:00
James B. Pollack
514d6ec139
get lsy lsx rsy values
2016-08-17 16:22:44 -07:00
James B. Pollack
fc65d246ee
update whens
2016-08-17 16:13:23 -07:00
James B. Pollack
a4a41faf24
demo and only do for vive
2016-08-17 16:12:07 -07:00
James B. Pollack
82a8887275
add whens
2016-08-17 15:50:19 -07:00
James B. Pollack
a7ba4ce1f9
jumping
2016-08-17 15:11:07 -07:00
James B. Pollack
8bc6ca2fa1
demo changes
2016-08-17 15:08:43 -07:00
Anthony J. Thibault
7b248b440a
Merge branch 'master' into feature/hand-controller-web-entity-integration
2016-08-17 13:55:12 -07:00
howard-stearns
8823f48666
new snapshot review behavior
2016-08-17 10:00:20 -07:00
Brad Hefta-Gaub
f66b36ff07
Merge pull request #8441 from imgntn/marketplace_spawn_location
...
Better create locations for Entities
2016-08-17 09:09:00 -07:00
James B. Pollack
0810ad0e7b
use square of sides
2016-08-16 18:13:42 -07:00
James B. Pollack
e9c2a1d509
cleanup prints
2016-08-16 18:03:34 -07:00
James B. Pollack
06787029b7
small
2016-08-16 17:58:35 -07:00
Anthony J. Thibault
7de8cc6422
Merge branch 'master' into feature/hand-controller-web-entity-integration
2016-08-16 16:49:57 -07:00
Seth Alves
7bc1235c54
local velocity and angular velocity in scripts is now handled the way local position and rotation are
2016-08-16 16:47:13 -07:00
Anthony J. Thibault
36d87ddd7c
Added EntityItem::wantsHandControllerPointerEvents method
2016-08-16 16:23:45 -07:00
Anthony J. Thibault
a595a72d0a
handControllerGrab now calls Entities.sendHoverLeaveEntity()
2016-08-16 15:39:02 -07:00
Anthony J. Thibault
c407818d63
send pointer events from handControllerGrab.js to webEntities
2016-08-16 15:26:14 -07:00
howard-stearns
a8fd92d2bf
Hide reticle during snapshot
2016-08-16 12:35:49 -07:00
Seth Alves
c85e8d0580
don't show equip sphere until hand is in position to equip. widen unequip/drop cone
2016-08-16 11:18:12 -07:00
howard-stearns
2b75240771
Merge branch 'master' of https://github.com/highfidelity/hifi into discovery
2016-08-16 11:14:36 -07:00
James B. Pollack
1632f4cb3d
better create locations
2016-08-16 10:52:05 -07:00
Brad Davis
5b09748c00
Merge pull request #8431 from imgntn/assetbutton
...
Open Asset Browser with Button from Edit.js Toolbar
2016-08-13 12:04:21 -07:00
Brad Hefta-Gaub
8a28f7cdac
Merge pull request #8432 from Atlante45/fix/ignore
...
Fix ignore icon stuck in hover state
2016-08-12 19:28:47 -07:00
Atlante45
b6c26b2f87
Fix ignore icon stuck in hover state
2016-08-12 18:13:26 -07:00
James B. Pollack
cd10b2b62e
open asset browser with a button
2016-08-12 15:49:36 -07:00
Atlante45
121890235c
New steam invite icon
2016-08-12 15:24:28 -07:00
James B. Pollack
1366dabc3a
yay
2016-08-12 14:24:29 -07:00
howard-stearns
afe376a0a2
fix breakage I made to snapshot uploading
2016-08-12 14:08:50 -07:00
howard-stearns
1b62332058
don't show checkboxes on confirmation dialog when there's only one picture
2016-08-12 11:50:11 -07:00
howard-stearns
ae9af88db2
Spacing and better size for HMD pictures.
2016-08-12 11:28:35 -07:00
Atlante45
e4dd4c1a41
Merge branch 'master' of https://github.com/highfidelity/hifi into steam
2016-08-12 10:38:05 -07:00
David Kelly
3408ad6f54
Wording change
2016-08-12 10:23:33 -07:00
David Kelly
e23e9014c6
Merge remote-tracking branch 'upstream/discovery' into dk/gateSnapshotShares
2016-08-12 10:16:27 -07:00
howard-stearns
e3aae0e93f
Fix up layout, and adapt to recent changes in file structure
2016-08-11 16:23:01 -07:00
howard-stearns
e6746acf4c
Merge branch 'master' of https://github.com/highfidelity/hifi into discovery
2016-08-11 15:40:26 -07:00
Anthony J. Thibault
1ddbd7022a
Moved keyboardFocus, mouse/touch event methods from Reticle to Entities
2016-08-11 11:52:04 -07:00
David Kelly
c1edd008a4
PR feedback
2016-08-11 11:47:55 -07:00
David Kelly
47dea0ea2b
Hide sharing if not logged in, or in an accessible place
...
The grand future will have option to login, and so on...
2016-08-10 17:09:43 -07:00
Anthony J. Thibault
8dac45c99e
Merge branch 'master' into feature/hand-controller-web-entity-integration
2016-08-10 11:27:21 -07:00
Brad Hefta-Gaub
9874c63b25
Merge pull request #8398 from zzmp/refactor/system-html
...
refactor system html to split js/css
2016-08-10 09:17:52 -07:00
Brad Hefta-Gaub
412052c285
Merge pull request #8380 from highfidelity/fade
...
Add fade in loading effect
2016-08-09 16:50:05 -07:00
howard-stearns
5715fd00f3
proper share dialog
2016-08-09 16:42:41 -07:00
SamGondelman
2360e90d39
simplify valid check for rotation
2016-08-09 15:48:31 -07:00
Howard Stearns
2cdca6211f
Merge pull request #8389 from davidkelly/dk/uploadSnapshot
...
First cut of a snapshot uploader
2016-08-09 15:47:04 -07:00
Zach Pomerantz
d5b822ddbe
remove missing camera selectors
2016-08-09 15:23:36 -07:00
Zach Pomerantz
6965fb0520
refactor system html to split js/css
2016-08-09 15:23:31 -07:00
SamGondelman
956078bc91
teleport works with xbox controller
2016-08-09 15:17:36 -07:00