Dante Ruiz
5dc336bfae
remove dead code and eslint files
2018-03-02 14:23:35 -08:00
John Conklin II
8f403ebc23
Merge pull request #12543 from zfox23/improveFontLoading
...
Improve font loading via QRC instead of file path
2018-03-02 14:22:17 -08:00
samcake
fc8f1c1e65
Resolving conflicts
2018-03-02 14:20:33 -08:00
Dante Ruiz
05fb3cfd9a
fixing hyper link for entities
2018-03-02 14:03:24 -08:00
Brad Hefta-Gaub
762e36ef19
Merge pull request #12545 from birarda/bug/fix-nlpacket-ascii
...
fix ASCII art for packet headers in NLPacket
2018-03-02 13:49:27 -08:00
Cristian Luis Duarte
76e4a5bef2
Android - Change for test, this cast should avoid crashes due to SIGSEV in ToneMappingDeferred::run inputs.get1().
2018-03-02 18:46:14 -03:00
John Conklin II
7ebe3df2b1
Merge pull request #12537 from zfox23/fixJsRequest
...
Fix undefined request from JS
2018-03-02 13:39:27 -08:00
John Conklin II
ff94587518
Merge pull request #12544 from jherico/fix_android
...
Disable virtual trackpad rendering on non-Android builds
2018-03-02 13:37:08 -08:00
Brad Hefta-Gaub
746f43c0fc
Merge pull request #12538 from huffman/fix/gzipped-json-export
...
Fix Edit -> Export Entities exporting gzipped json
2018-03-02 13:34:23 -08:00
Gabriel Calero
01699e26a5
Fix QML debug info: print last QML loaded file instead of Desktop.qml
2018-03-02 18:04:36 -03:00
Stephen Birarda
4f151a4237
fix ASCII art for packet headers in NLPacket
2018-03-02 12:41:22 -08:00
John Conklin II
be30d8d4ec
Merge pull request #12542 from zfox23/RC65_fixJsRequest
...
RC65: Fix undefined request from JS
2018-03-02 12:34:14 -08:00
Gabriel Calero
d64a6ecda7
Fix keyboard in Samsung Note 8
2018-03-02 16:56:06 -03:00
Brad Davis
9e8368e50e
Disable virtual trackpad rendering on non-Android builds
2018-03-02 11:12:44 -08:00
Dante Ruiz
7ce13a3ce7
adding comment
2018-03-02 11:06:28 -08:00
Dante Ruiz
55d8cfd4c1
make sure dont make audio devices that don't use stereo use stereo
2018-03-02 10:56:44 -08:00
samcake
b8fb97c824
Resolving conflicts
2018-03-02 10:36:55 -08:00
Zach Fox
a5a109e4f1
Fix undefined request from JS
2018-03-02 10:05:32 -08:00
John Conklin II
678584538d
Merge pull request #12532 from samcake/RC65
...
RC65 Fix: Applying the fix for shadows and transitions on Dual Quat Skinned meshes
2018-03-02 09:23:38 -08:00
NissimHadar
07267f9fe6
WIP.
2018-03-02 09:13:07 -08:00
NissimHadar
000b08f7c0
Merge branch 'master' of github.com:highfidelity/hifi into shadowControlsOffZvork
2018-03-02 08:07:01 -08:00
NissimHadar
5bb4023fb5
First version - can download fixed URL to fixed location.
2018-03-01 19:23:17 -08:00
Atlante45
2067c95931
Fix NVTT for mac
2018-03-01 18:05:05 -08:00
Sam Gateau
88ecfe7895
Merge pull request #12464 from jherico/android_dev
...
Android Master
2018-03-01 17:22:34 -08:00
SamGondelman
a66125fbb7
scriptablematerial -> scriptablemateriallayer
2018-03-01 16:56:51 -08:00
David Rowe
7107e1539f
Remove deprecated Window.location.protocolVersion() function from API
2018-03-02 13:45:31 +13:00
Ryan Huffman
70bdedc4b3
Fix Edit -> Export Entities exporting gzipped json
...
We were not respecting the doGzip flag.
2018-03-01 16:42:41 -08:00
Zach Fox
c4e90c24eb
Fix undefined request from JS
2018-03-01 16:40:24 -08:00
SamGondelman
e3b65a9201
Merge remote-tracking branch 'upstream/master' into scriptableMaterials
2018-03-01 16:39:31 -08:00
Dante Ruiz
1f4aed31f1
adding hyperlink
2018-03-01 16:16:47 -08:00
David Rowe
b50044fb2b
Remove deprecated Window.openFileChanged() signal from API
2018-03-02 13:15:27 +13:00
Brad Hefta-Gaub
d24cea2f07
Merge pull request #12521 from sethalves/no-prelocked-for-non-lockers
...
if a node can't change locks, don't allow it to create an already-locked entity
2018-03-01 14:56:29 -08:00
Brad Hefta-Gaub
2bc37d37bd
Merge pull request #12512 from birarda/update-brace-expansion-for-cve
...
update fs-extra for dependency update of brace-expansion
2018-03-01 14:53:02 -08:00
NissimHadar
0f2cf8ea85
Re-implemented shadow controls.
2018-03-01 14:24:20 -08:00
LaShonda Hopper
fde1ca6262
[Case 4315] Ensures that Particle Tab Color Pickers obey colpick visual styling.
...
Changes Committed:
modified: scripts/system/particle_explorer/particleExplorer.html
2018-03-01 16:42:56 -05:00
LaShonda Hopper
b2c7ddbd05
[Case 4315] Particle System Tab has additional color picker support (details below).
...
* Adds 3 additional keys/properties to hifi-entity-ui's specification support for
color pickers.
* layoutType: This correlates to colpick's layout property. This is expected
to be a string. Valid values are those supported by colpick, see colpick.js for
additional details.
* Within hifi-entity-ui, if this value isn't specified the default is
"hex" as was previously hard coded.
* layoutColorScheme: This correlates to colpicks's colorScheme property. This is
expected to be a string. Valid values are those supported by colpick, see colpick.js
for additional details.
* Within hifi-entity-ui, if this value isn't specified the default is
"dark" as was previously hard coded.
* useSubmitButton: This correlates to colpick's submit property. This is expected
to be a boolean. See colpick.js for additional details.
* Within hifi-entity-ui, if this value isn't specified the default is
true as was previously hard coded.
* Amends particleExplorer.js color picker descriptors to make use of the new
keys to bring the color pickers within the Particle Tab inline with the appearance
of the Properties Tab color pickers submitted within PR #12241 which don't utilize
the OK button.
Changes Committed:
modified: scripts/system/particle_explorer/hifi-entity-ui.js
modified: scripts/system/particle_explorer/particleExplorer.js
2018-03-01 16:42:56 -05:00
David Rowe
5e311a86ee
Document the "Image" pseudo-entity type
2018-03-02 10:20:13 +13:00
Cristian Luis Duarte
b5c3b78d57
Android - Virtual Pad - Limit joystick inside base circle.
2018-03-01 17:58:23 -03:00
NissimHadar
b3b40d68c2
Merge branch 'master' of github.com:highfidelity/hifi into addRecursionToAutotester
2018-03-01 11:11:08 -08:00
NissimHadar
2a1c22e7a5
"Create Test" copies (and renames) images from snapshot folder to the corresponding test folder.
2018-03-01 11:10:45 -08:00
Dante Ruiz
4b572eda6b
changing Name
2018-03-01 11:05:40 -08:00
Dante Ruiz
8cae20f53d
adding stereo checkbox to audio settings
2018-03-01 11:03:18 -08:00
samcake
a227cf1edb
Fixing bad key/pipeline pair
2018-03-01 10:49:58 -08:00
Anthony Thibault
d888e7fd95
Merge pull request #12528 from hyperlogic/bug-fix/fix-anim-tests
...
Animation Unit Tests build and pass
2018-03-01 10:48:15 -08:00
samcake
5440f62860
fixing a bad key /pipeline pair
2018-03-01 10:46:47 -08:00
Zach Fox
877fa52034
Merge branch 'master' of github.com:highfidelity/hifi into improveFontLoading
2018-03-01 10:14:23 -08:00
John Conklin II
1e1836c009
Merge pull request #12502 from elisa-lj11/2dimages-update
...
Image entity has correct orientation and is collisionless
2018-03-01 09:57:08 -08:00
samcake
9f9214e808
getting back the RC65 version for a few files
2018-03-01 09:33:48 -08:00
Andrew Meadows
27c6e7915e
purge LaserPointers refs from scripts that don't use it
2018-03-01 08:43:30 -08:00
Andrew Meadows
b4f941af03
finish purge of RayPick from grab.js
2018-03-01 08:42:08 -08:00