Cristian Luis Duarte
9c44be3557
Merge remote-tracking branch 'gcgithub/android_new_login' into android_places_goto
2018-04-18 16:55:08 -03:00
Gabriel Calero
472cc1b29a
Fix code spacing
2018-04-18 16:44:49 -03:00
vladest
b5071d28e8
Merge branch 'master' into menu-updates
2018-04-18 21:10:57 +02:00
vladest
cacb9359c2
Toolbar at bottom
2018-04-18 20:57:28 +02:00
Gabriel Calero
120de92c9e
Add login activity
2018-04-18 15:52:02 -03:00
John Conklin II
710bfb894a
Merge pull request #12907 from AndrewMeadows/more-correct-stats-002
...
more correct stats names
2018-04-18 10:50:38 -07:00
John Conklin II
d19bb557ad
Merge pull request #12897 from ctrlaltdavid/21848
...
Include JSDoc Web pages in the install
2018-04-18 10:49:31 -07:00
John Conklin II
005b6a6b1f
Merge pull request #12893 from ctrlaltdavid/21843
...
Fix overlay toggling
2018-04-18 10:49:05 -07:00
Atlante45
7e6d45ead7
CR
2018-04-17 16:25:07 -07:00
Stephen Birarda
95c172f418
Merge branch 'stable' of github.com:highfidelity/hifi into merge-back-stable-66
2018-04-17 15:34:46 -07:00
Zach Fox
3b8e52ea41
Merge pull request #12862 from zfox23/discovery_April2018
...
Discovery: April 2018 (Huge PR; see description)
2018-04-17 15:11:50 -07:00
Atlante45
a626e9f6f3
Add special handler for heap corruption
2018-04-17 15:09:10 -07:00
Brad Davis
d478204722
Working on splash rendering
2018-04-17 14:17:41 -07:00
Zach Fox
95ee3c82f5
Fix paths to various Snapshot resource files
2018-04-17 14:13:14 -07:00
vladest
ee1738adac
Add stubs for graphics settings. Add avatar collision setting
2018-04-17 21:58:53 +02:00
David Rowe
e3edc45081
Document NavigationFocused
2018-04-18 07:04:55 +12:00
vladest
bb7eb90f58
Merge branch 'master' into menu-updates
2018-04-17 19:55:11 +02:00
vladest
c402cb2c19
Fix Desktop double windows
2018-04-17 19:51:43 +02:00
vladest
8a5d80de31
Fix Desktop double windows
2018-04-17 19:51:24 +02:00
Cristian Luis Duarte
744fa808e3
Merge remote-tracking branch 'hifi/master' into android_places_goto
2018-04-17 13:11:02 -03:00
David Rowe
c1ede6ef58
Merge branch 'master' into 21815
...
# Conflicts:
# tools/jsdoc/plugins/hifi.js
2018-04-17 11:54:56 +12:00
David Rowe
9f83c606e9
Controller API JSDoc
2018-04-17 11:46:40 +12:00
Anthony J. Thibault
0a162e62b0
transmit sendAll packet in nodeActivated signal callback
...
(cherry picked from commit 9f1a8290148da12849935c916b2e0a59864cb49b)
2018-04-16 16:16:56 -07:00
Zach Fox
93cf399fd6
Only dismiss letterbox when clicking on grey areas
2018-04-16 15:09:19 -07:00
Anthony J. Thibault
c29bf51226
Fix for avatar glitches, head and legs folding into chest.
...
As a form of compression, when encoding avatar data we only send joints that have changed significantly from the previous packet.
Also, if a joint has the same value as the avatar's default pose, we don't send the full value, instead we mark it with a single bit.
This particular issue is caused by an interaction between the default value flag and the joint changed culling.
When connecting to a domain for the first time, it's possible that a I-frame or 'full' packet will not be sent for several seconds.
In this case, the AvatarMixer has no previous history for values that have not changed recently.
This causes the AvatarMixer to broadcast incorrect values to other clients.
Keep in mind that the AvatarMixer does not have access to the avatar FBX file, so it cannot make an educated guess for this value and uses zero values instead.
(0, 0, 0) for translation and (0, 0, 0, 1) for rotation.
When a translation value of zero is received for the lower legs it will cause the legs to fold into the avatar's chest.
Also, we've uncovered a bug where sometimes values were not sent to the AvatarMixer even when the value was previously default.
This would also exhibit the same issue where zero translation values would be sent.
I've done three things to help mitigate this issue.
1) On first connect to a new AvatarMixer, the Avatar now sends a 'full' packet.
2) When a joint rotation or translation changes from the default value, we transmit it. No questions asked.
3) Once a SkeletonModel has finished loading we initialize the avatar's _jointData with the proper
translations from the default pose. This will help the case where a client receives a non default value, but has no previous history.
(cherry picked from commit 94efdf76a6454f316985f95d6a221adb24788d66)
2018-04-16 14:58:33 -07:00
Andrew Meadows
a80cf49eb3
split 'ETRupdate' out of 'postPhysics' stat context
2018-04-16 13:31:36 -07:00
Andrew Meadows
ace32193b4
more correct stat names
2018-04-16 13:31:36 -07:00
Zach Fox
0504220171
Abide by new backend code
2018-04-16 13:01:31 -07:00
Zach Fox
02aa8ac566
Bugfixes per QA
2018-04-16 11:53:37 -07:00
John Conklin II
5705bac87f
Merge pull request #12723 from ctrlaltdavid/21801
...
HMD API JSDoc
2018-04-16 11:12:26 -07:00
Gabriel Calero
e3b94b163c
Merge remote-tracking branch 'upstream/master' into android_goto_splash
2018-04-16 14:55:16 -03:00
Sam Gateau
3ac4a1db2d
Merge pull request #12850 from SimonWalton-HiFi/early-trace
...
Enable Interface tracing from earliest execution point
2018-04-16 10:24:55 -07:00
Zach Fox
ee9519bf1b
Merge branch 'discovery_April2018' of github.com:zfox23/hifi into discovery_April2018
2018-04-16 10:12:34 -07:00
Zach Fox
071bf35683
Merge branch 'master' of github.com:highfidelity/hifi into discovery_April2018
2018-04-16 10:11:44 -07:00
Dante Ruiz
5af1ea54d3
Merge branch 'master' of github.com:highfidelity/hifi into add-more-hmd-data
2018-04-16 10:10:55 -07:00
David Rowe
06bb873e8d
Include JSDoc Web pages in the install
2018-04-16 16:08:26 +12:00
vladest
6d53512c6c
Merge
2018-04-15 15:24:16 +02:00
David Rowe
df31d20430
Fix overlay toggling
2018-04-14 17:06:34 +12:00
Sam Gondelman
7c65c9c444
Merge pull request #12888 from SamGondelman/statsAssert
...
Rollback some recent QML changes on Android
2018-04-13 16:35:28 -07:00
Clement
bd59ff1573
Fix threaded force crashes
2018-04-13 15:11:49 -07:00
John Conklin II
3982472cf2
Merge pull request #12851 from druiz17/rc66-spwan-fix
...
serverless-domain named landing-points(RC66)
2018-04-13 14:58:36 -07:00
SamGondelman
8005547d03
rollback some qml changes on android
2018-04-13 14:28:00 -07:00
samcake
b88b668a06
Exposing more texture memory budget options
2018-04-13 12:19:53 -07:00
samcake
e6085a90d6
Exposing more texture memory budget options
2018-04-13 12:17:50 -07:00
John Conklin II
008c7be369
Merge pull request #12787 from druiz17/fix-offscreen-windows
...
hide desktop windows when switching into HMD mode
2018-04-13 12:17:15 -07:00
Melissa Brown
fd7b3b75f9
Merge pull request #12884 from Atlante45/fix/build-instructions
...
Update docs with correct qt version
2018-04-13 11:12:06 -07:00
Seth Alves
a56f3f4a10
code review
2018-04-12 19:06:12 -07:00
John Conklin II
fc487ea322
Merge pull request #12831 from ctrlaltdavid/21829
...
Model overlay fixes
2018-04-12 17:04:55 -07:00
Simon Walton
76468f7f26
Use existing DISABLE_WATCHDOG global to turn off thread entirely
2018-04-12 16:58:13 -07:00
Clement
157ca8cd68
Update docs with correct qt version
2018-04-12 16:21:26 -07:00
Gabriel Calero
bd4a7ce4fa
Hide jump button while moving. Fix jump button right alignment in pixel
2018-04-12 19:02:03 -03:00
Gabriel Calero
aaaa17be7b
Merge branch 'android_goto_splash' of https://github.com/gcalero/hifi into android_goto_splash
2018-04-12 18:00:05 -03:00
Gabriel Calero
476e1cf7ae
Adjust UI with pixel perfect precision. Support devices with on-screen bars.
2018-04-12 17:59:38 -03:00
Sam Gateau
77a27b2be7
Merge pull request #12835 from NissimHadar/speedUp1
...
ktxInitialDataRequestFinished call to qcDebug(networking) - only in DEBUG
2018-04-12 11:48:09 -07:00
Seth Alves
46a741be7b
Merge pull request #12068 from vladest/move_to_qqc2
...
Move to qqc2
2018-04-12 11:26:55 -07:00
Simon Walton
a584d67acd
Tweaks for clang error and gcc warning
2018-04-12 10:44:41 -07:00
John Conklin II
67b1313fb6
Merge pull request #12669 from ElderOrb/FB13143
...
Fix several styling/alignment/overlapping issues in 'Add to world' and 'Rename' dialogs in Asset Browser
2018-04-12 10:34:58 -07:00
John Conklin II
213c35dab4
Merge pull request #12790 from WolfGangS/bugfix/12759-editoverlay-subimage
...
Bugfix for #12759 Overlays.editOverlay not applying subImage property
2018-04-12 10:34:17 -07:00
John Conklin II
7bcaa12c50
Merge pull request #12679 from FlameSoulis/getAnimatationRoles-fix
...
Typo corrected: getAnimatationRoles to getAnimationRoles
2018-04-12 10:32:09 -07:00
Cristian Luis Duarte
b031c1c070
Merge remote-tracking branch 'gcgithub/android_goto_splash' into android_goto_splash
2018-04-12 14:32:07 -03:00
Simon Walton
5c141aa5e9
Add --disableWatchdog command-line option
...
Watchdog still runs but doesn't abort on timeout.
Also fixes for previous tracing improvements.
2018-04-12 09:28:28 -07:00
David Rowe
c2f0f7ef5f
Doc review
2018-04-12 10:54:35 +12:00
Sam Gateau
f355bd86c2
Merge pull request #12783 from samcake/blue
...
Hack: Adding more budget options for memory texture
2018-04-11 15:46:08 -07:00
Gabriel Calero
865e3a05f1
Move jump button to the right. Adjust position of buttons
2018-04-11 19:33:43 -03:00
David Rowe
7a9e3388fa
Merge branch 'master' into 21801
2018-04-12 09:48:51 +12:00
Gabriel Calero
8010fd2420
New view selector behaviour. Update icons
2018-04-11 18:43:39 -03:00
David Rowe
c836014d21
Fix JSDoc typo noticed in passing
2018-04-12 09:24:10 +12:00
Cristian Luis Duarte
d993e4938e
Merge remote-tracking branch 'hifi/master' into android_goto_splash
2018-04-11 18:03:16 -03:00
John Conklin II
7a905ed420
Merge pull request #12777 from ctrlaltdavid/21813
...
Fix Window API position and size reporting
2018-04-11 13:48:21 -07:00
Gabriel Calero
578012b662
Merge remote-tracking branch 'upstream/master' into android_goto_splash
2018-04-11 16:30:53 -03:00
John Conklin II
854d3d7804
Merge pull request #12765 from ctrlaltdavid/21822
...
Fix text sizing per text3d overlay lineHeight property
2018-04-11 12:16:51 -07:00
MiladNazeri
9f7a765ec3
Merge pull request #12729 from ctrlaltdavid/21814
...
Settings API JSDoc
2018-04-11 11:48:15 -07:00
Zach Fox
539fd42324
Reduce logging from some Commerce/Discovery features
2018-04-11 09:41:47 -07:00
Zach Fox
a411760f0c
Finally fix the grey security pic bug!
2018-04-11 09:41:47 -07:00
Zach Fox
feec52b4bb
Cleanup 'Private' HMD Preview State Machine Logic
2018-04-11 09:41:47 -07:00
Zach Fox
dc3e1751cb
Commerce: Gifts
2018-04-11 09:41:47 -07:00
Zach Fox
0c9d65bc15
Merge pull request #12758 from zfox23/commerce_fixCertificateInfoError
...
Commerce: Fix Certificate Info error
2018-04-11 09:38:43 -07:00
Zach Fox
095b4ba5f2
Reduce logging from some Commerce/Discovery features
2018-04-10 16:02:58 -07:00
Zach Fox
b9d0360ea2
Finally fix the grey security pic bug!
2018-04-10 16:00:53 -07:00
Zach Fox
a2f5891a0b
Cleanup 'Private' HMD Preview State Machine Logic
2018-04-10 16:00:18 -07:00
Zach Fox
ffab27d442
Commerce: Fix Certificate Info error
2018-04-10 15:54:55 -07:00
Zach Fox
a9b9a1cb10
Commerce: Gifts
2018-04-10 15:54:19 -07:00
Seth Alves
f81836c830
support specification of named landing-points in serverless-domain json files
2018-04-10 14:25:59 -07:00
Simon Walton
ca5720c015
Take out superfluous DependencyManager::set<tracing::Tracer>()
2018-04-10 13:52:46 -07:00
Simon Walton
cf3648409d
Allow duration for tracing, other fixes
2018-04-10 13:14:52 -07:00
Simon Walton
513a4875f0
Move --traceFile option to start of main()
2018-04-10 13:13:47 -07:00
Simon Walton
9b6306601a
Merge Clement's PR12700 diffs for early trace start
2018-04-10 13:13:46 -07:00
Sam Gondelman
d781cf43ee
Merge pull request #12775 from Cristo86/android_jump
...
Android Control - jump and view sensitivity
2018-04-09 17:32:57 -07:00
Clément Brisset
c62a701a2d
Merge pull request #12838 from highfidelity/RC66
...
RC66 merge back to master
2018-04-09 13:17:12 -07:00
John Conklin II
890a63afb4
Merge pull request #12833 from ElderOrb/FB14015_RC66
...
Close 'goto' app on pressing 'forward' / 'backward' buttons
2018-04-09 11:42:17 -07:00
John Conklin II
be3d5d03cc
Merge pull request #12808 from ElderOrb/FB13962_RC66
...
Fix for auto-reopening of closed query dialogs (aka hack-on-top-of-hack)
2018-04-09 09:42:00 -07:00
Gabriel Calero
b30cb25a3f
Merge remote-tracking branch 'upstream/master' into android_goto_splash
2018-04-09 12:20:35 -03:00
Gabriel Calero
e85f5c97dc
Remove bottom bar. Apply new design for android
2018-04-09 11:41:00 -03:00
NissimHadar
7f70511d1a
Added a script command to clear caches.
2018-04-08 10:32:35 -07:00
Alexander Ivash
faddc556d7
FB14015 - Go To app does not close when selecting forward and back arrows on desktop
2018-04-07 17:57:22 +03:00
David Rowe
f3a745b6cb
Fix initialization order
2018-04-07 18:53:27 +12:00
David Rowe
8093e3e5ae
Fix some miscellaneous JSDoc typos
2018-04-07 16:48:05 +12:00
David Rowe
96178404c7
Document that jointTranslations and jointRotations are not cloned
2018-04-07 16:47:38 +12:00
David Rowe
ba020854b6
Add missing "animationSettings.currentFrame" property JSDoc
2018-04-07 16:46:44 +12:00
David Rowe
38d7b81a4f
Add missing "get" and JSDoc for "loadPriority" property
2018-04-07 16:46:02 +12:00
David Rowe
6d9b69cd2e
Fix cloning a model overlay not cloning animation settings
2018-04-07 16:44:58 +12:00
Cristian Luis Duarte
f556c8d3a7
Merge remote-tracking branch 'hifi/master' into android_jump
2018-04-06 18:02:30 -03:00
Dante Ruiz
00713ab225
fix selection api
2018-04-06 14:00:50 -07:00
Cristian Luis Duarte
bd6f0fd59e
Make view/rotation control independent of touchUpdate events rate
2018-04-06 16:17:28 -03:00
Zach Fox
0c48ccefa4
Clean up failResponse to make it better
2018-04-06 11:41:17 -07:00
Zach Fox
af5a68b282
Merge branch 'master' of github.com:highfidelity/hifi into commerce_fixCertificateInfoError
2018-04-06 10:58:32 -07:00
Stephen Birarda
1d76dea9f6
Merge pull request #12818 from highfidelity/RC66
...
Merge back RC66 to master
2018-04-06 10:43:01 -07:00
Alexander Ivash
25a44edfce
fix conditional bindings
...
note: unfortunately there is no way to understand whether the item was anchored as even not anchored item has some anchors
2018-04-06 13:22:27 +03:00
Alexander Ivash
3ce00acd16
rebased to the master
2018-04-06 13:22:27 +03:00
Alexander Ivash
c34a6fd000
Fix styling issues - make TabletQueryDialog more consistent with TabletCustomQueryDialog
2018-04-06 13:22:27 +03:00
Alexander Ivash
91488bbbeb
align combobox to accept/cancel buttons, otherwise stretch to buttons area
2018-04-06 13:22:22 +03:00
Alexander Ivash
557b7ded66
fix for closed query dialogs auto-reopening (FB13962 Import Entity URL Dialogue Box Will not Disappear)
...
Signed-off-by: Alexander Ivash <elderorb@gmail.com>
2018-04-06 03:00:44 +03:00
Alexander Ivash
9ec10bbb7e
Make keyboard's 'raisedHeight' to include 'mirror text' height
...
note: this is necessary becasue all the dialogs rely on 'raisedHeight', so without 'mirror text' they will use wrong keyboard geometry during calculations
2018-04-06 00:18:19 +03:00
Howard Stearns
ad191defb8
Merge pull request #12799 from zfox23/snapshot_fixCrashOnUploadError
...
Prevent Interface from crashing when a Snapshot upload fails
2018-04-05 13:51:33 -07:00
Seth Alves
8de545acdf
add new address accessor for 'public' addresses, use it for snapshot and stream
2018-04-05 13:39:51 -07:00
Zach Fox
ac2721fe6a
Logging improvements
2018-04-05 13:04:09 -07:00
Gabriel Calero
0da2c972e3
Merge remote-tracking branch 'upstream/master' into android_goto_splash
2018-04-05 16:22:56 -03:00
Zach Fox
8e46ebf83b
Prevent Interface from crashing when a Snapshot upload fails
2018-04-05 11:27:26 -07:00
John Conklin II
9e21bab67e
Merge pull request #12748 from AndrewMeadows/untangle-003
...
cleanup around simulation-ownership
2018-04-05 10:58:45 -07:00
Seth Alves
4b0d338e57
on first run, send user to serverless tutorial rather than checking for a local sandbox
2018-04-04 18:00:11 -07:00
Cristian Luis Duarte
1a967e45a6
Android View control - Remove limit, use a scale filter, remove deadZone to increase sensitivity
2018-04-04 21:54:12 -03:00
Dante Ruiz
31783726a8
fix toolbar disappearing
2018-04-04 16:30:06 -07:00
Gabriel Calero
15163f5e87
Merge remote-tracking branch 'upstream/master' into android_goto_splash
2018-04-04 19:25:20 -03:00
Gabriel Calero
99d8f822b2
Fix crash selecting domain for second time. Stop rendering while Goto activity is started
2018-04-04 19:24:26 -03:00
John Conklin II
2e37b4a312
Merge pull request #12747 from Zvork/fade
...
Update to Transitions debugging / editing script
2018-04-04 14:31:59 -07:00
Cristian Luis Duarte
ffb8b0a60e
Android fly - Use new asset and screen position
2018-04-04 18:19:01 -03:00
WolfGang
787127b149
move subImage recalculation to it's own method
2018-04-04 22:10:54 +01:00
Dante Ruiz
475a3a29ac
remvoe debug statement
2018-04-04 11:14:53 -07:00
Dante Ruiz
09ced24710
hide desktop windows when switching into HMD mode
2018-04-04 11:05:25 -07:00
John Conklin II
cba307f28b
Merge pull request #12762 from samcake/one
...
Remove notifications and print outs when degrading LOD
2018-04-04 10:35:05 -07:00
Howard Stearns
3a428bc44f
Merge pull request #12776 from zfox23/fixHmdPreviewAgain_1
...
Fix 'Private' HMD preview texture enable/disable...again
2018-04-04 10:03:18 -07:00
Simon Walton
692ccfc09b
Create HIFI_FCDEBUG(_ID) variants that require a category
...
Original macros use default settings.
2018-04-04 09:49:15 -07:00
Zach Fox
752246d950
Merge pull request #12760 from zfox23/inspection_rightClickTweaking
...
Inspection: Tweak mouse-right-click-to-inspect behavior
2018-04-04 09:32:29 -07:00
WolfGang
f9bcd23463
make subimage update the image anchors
2018-04-04 17:28:55 +01:00
Seth Alves
2df334c50e
Merge pull request #12663 from ElderOrb/FB12870
...
Fix for not updating checkbox state on 'baking' / 'unbaking'.
2018-04-04 09:03:03 -07:00
Gabriel Calero
ddbf4417ff
Merge remote-tracking branch 'upstream/master' into android_goto_splash
2018-04-04 12:24:25 -03:00
samcake
1629756d53
Adding more budget options for memory texture
2018-04-03 18:08:43 -07:00
Simon Walton
7d16ca9c1c
Remove uses of addRepeatedMessageRegex() and its implementation
...
Change to new log-message ID scheme.
2018-04-03 17:54:01 -07:00
Cristian Luis Duarte
88c83f3bfe
Merge remote-tracking branch 'hifi/master' into android_jump
2018-04-03 19:59:21 -03:00
Clément Brisset
3d4490f3fd
Merge pull request #12737 from highfidelity/RC66
...
RC66 mergeback
2018-04-03 15:39:16 -07:00
David Rowe
095c1b837c
Update JSDoc
2018-04-04 09:48:33 +12:00
David Rowe
6868ca971f
Make Window.x and Window.y report top left of drawable area of window
2018-04-04 09:43:39 +12:00
David Rowe
a3c8b2792d
Fix Window.geometryChanged() values for moving and resizing window
2018-04-04 09:42:05 +12:00
howard-stearns
01d90ea1a5
Introduce safeLoading.
2018-04-03 13:49:09 -07:00
Zach Fox
f20eddefc8
Fix 'Private' HMD preview texture enable/disable...again
2018-04-03 13:46:02 -07:00
samcake
2dc4630e68
Merge branch 'master' of https://github.com/highfidelity/hifi into one
2018-04-03 12:55:21 -07:00
Seth Alves
a1ce9481bb
Merge pull request #12739 from druiz17/fix-mapping-mistake
...
map flying down back to C key
2018-04-03 12:39:46 -07:00
Seth Alves
5f13df4102
Merge pull request #12722 from druiz17/fix-entities-outline
...
fix ContextOverlayInferface highlighing unspecified entities.
2018-04-03 12:29:19 -07:00
Cristian Luis Duarte
cbf13c9f8c
Merge remote-tracking branch 'hifi/master' into android_jump
2018-04-03 16:12:17 -03:00
Cristian Luis Duarte
1ea056a8a9
Android - Initial Jump button implementation
2018-04-03 16:07:40 -03:00
Alexander Ivash
ccea3efe1e
FB13789 - Log in/Sign up dialog is missing "Forgot Username?" and "Forgot Password?" links
2018-04-03 21:43:40 +03:00
Gabriel Calero
78c50410b3
Merge branch 'master' of https://github.com/highfidelity/hifi into android_goto_splash
2018-04-03 14:37:19 -03:00
John Conklin II
53a5261905
Merge pull request #12712 from zfox23/newUpdateCertLocation
...
Fix cert location for content sets; handle .content.zip content sets
2018-04-03 09:10:11 -07:00
David Rowe
ab55f20976
Fix text sizing per text3d overlay lineHeight property
...
Makes text size correct for multiple lines of text.
2018-04-03 16:54:07 +12:00
David Rowe
63603ff97c
Fix window height reported by Window.geometryChanged() signal
2018-04-03 14:21:15 +12:00
samcake
5a1eac563b
Code review fixes
2018-04-02 15:50:18 -07:00
John Conklin II
9dcef996c5
Merge pull request #12684 from vladest/assetserver_wrong_dialog
...
Fix invalid message if cancel adding asset to AssetServer
2018-04-02 15:28:46 -07:00
John Conklin II
74ca98dc81
Merge pull request #12727 from amantley/triggerRecenterBehaviour
...
Trigger Avatar Recenter Behaviour
2018-04-02 14:42:21 -07:00
Zach Fox
1f3063193a
Tweak right-click to inspect
2018-04-02 14:24:51 -07:00
samcake
d4bc61fb3d
Remove notifications and print outs for LOD changes because it was too much noise
2018-04-02 13:53:30 -07:00
John Conklin II
796bd069b2
Merge pull request #12659 from alexiamandeville/script_charcontroller
...
Updating char controller
2018-04-02 13:24:15 -07:00
Zach Fox
5441767442
Better cert display
2018-04-02 12:22:41 -07:00
Zach Fox
7f3e9547cc
Handle the case when metaverse returns error for certificateInfo
2018-04-02 11:55:10 -07:00
Dante Ruiz
a9a53c7d64
make resquested changes
2018-04-02 10:51:39 -07:00
Gabriel Calero
176038aa53
Merge remote-tracking branch 'upstream/master' into android_goto_splash
2018-04-02 12:23:04 -03:00
Gabriel Calero
2ff13270ed
Go back to GoTo screen
2018-04-02 12:22:21 -03:00
Seth Alves
e8a62d2943
Merge pull request #12740 from druiz17/fix-scope
...
Fix name conflict with c++ class and qml file(master)
2018-03-30 15:41:42 -07:00
Dante Ruiz
4b7e2cb331
made requested changes
2018-03-30 15:15:17 -07:00
Dante Ruiz
c99676b510
atlernate fix for selected entities
2018-03-30 13:44:54 -07:00
Andrew Meadows
73fa6d3d2f
slightly simpler EntityMotionState delete logic
2018-03-30 13:18:32 -07:00
Andrew Meadows
6837d042ad
move entityCollisionWithEntity to PhysicalEntitySimulation
2018-03-30 13:18:32 -07:00
Olivier Prat
5c26b4030b
Merge branch 'master' of http://github.com/highfidelity/hifi into fade
2018-03-30 14:38:42 -04:00
Gabriel Calero
b123b67134
Merge branch 'master' of https://github.com/highfidelity/hifi into android_goto_splash
2018-03-30 15:38:36 -03:00
Ken Cooke
ff6c9f3127
Merge pull request #12704 from ElderOrb/FB13057
...
Improve audio devices selection logic
2018-03-30 11:18:05 -07:00
Zach Fox
32e5e9986f
Merge branch 'master' of github.com:highfidelity/hifi into newUpdateCertLocation
2018-03-30 10:10:43 -07:00
Ken Cooke
a2be291363
Merge pull request #12715 from ctrlaltdavid/21677
...
Add Window.raise() as replacement for Window.raiseMainWindow()
2018-03-30 09:41:54 -07:00
John Conklin II
5013760aa1
Merge pull request #12742 from jherico/fix/rc66_crashes
...
Fix/rc66 crashes
2018-03-29 18:04:52 -07:00
Alexander Ivash
814cfa4587
fix TabletAssetServer
2018-03-30 00:09:28 +03:00
John Conklin II
90dec1d3ef
Merge pull request #12733 from birarda/bug/scripts-copy-in-dev-rc66
...
RC66: fix cmake changes for script copy for dev builds
2018-03-29 13:57:45 -07:00
Alexander Ivash
e5da59a62f
FB12870 - Tablet UI ->Asset Browser unresponsive when enabling/disabling "use baked version"
2018-03-29 23:01:59 +03:00
Olivier Prat
5f8693aae2
Merge branch 'master' of http://github.com/highfidelity/hifi into fade
2018-03-29 15:52:38 -04:00
John Conklin II
c7f7e2487c
Merge pull request #12738 from sethalves/fix-json-drag-and-drop-rc66
...
fix -- make drag-and-drop of json mean import again
2018-03-29 12:46:09 -07:00
John Conklin II
d6b652bdf3
Merge pull request #12735 from druiz17/RC66
...
Fix name conflict with c++ class and qml file(RC66)
2018-03-29 12:06:15 -07:00
John Conklin II
379df87d0c
Merge pull request #12697 from misslivirose/feat/disable-add-without-url
...
Disable Add Button in Model Modal until user has entered text in the model URL
2018-03-29 11:39:48 -07:00
Dante Ruiz
f7a081c9ec
minimize diff
2018-03-29 11:24:31 -07:00
Dante Ruiz
420672a769
fix-qml-confict
2018-03-29 11:24:08 -07:00
Alexia Mandeville
31ab398344
Moving user height and clarifying verbiage
2018-03-29 11:20:01 -07:00
Dante Ruiz
e738274e90
map flying down back to C key
2018-03-29 11:10:39 -07:00
Seth Alves
dcfebde54a
put back the pre serverless-domain behavior for when a json file is dragged-and-dropped into the interface window -- import the json rather than load as a serverless-domain
2018-03-29 10:50:43 -07:00
amantley
3f44b88d2d
added js documentation for the three trigger recenter functionsthat have been added to MyAvatar class
2018-03-29 10:09:51 -07:00
John Conklin II
97d9c1b735
Merge pull request #12726 from jherico/fix/rc66_crashes
...
Attempt to resolve potential overlay crashes at shutdown
2018-03-29 09:37:23 -07:00
Dante Ruiz
0bdf26faaf
minimize diff
2018-03-29 09:29:01 -07:00
Dante Ruiz
8cdb59413d
fix-qml-confict
2018-03-29 09:26:05 -07:00
Olivier Prat
3c8cd48dfb
Merge branch 'master' of http://github.com/highfidelity/hifi into fade
2018-03-29 07:21:01 -04:00
Liv Erickson
387ff680d5
support deleted scenario
2018-03-28 18:12:30 -07:00
Liv Erickson
b78f00342e
Merge branch 'master' of github.com:highfidelity/hifi into feat/disable-add-without-url
2018-03-28 17:53:42 -07:00
Sam Gondelman
d2a74e5713
Merge pull request #12686 from gcalero/android_ui_not_move_camera
...
Android - Prevent Camera movement with UI (especially Windows and Radar mode)
2018-03-28 17:14:42 -07:00
Stephen Birarda
35ee1bec09
fix cmake changes for script copy for dev builds
2018-03-28 14:56:53 -07:00
Stephen Birarda
0172c24cf2
fix cmake changes for script copy for dev builds
2018-03-28 14:47:09 -07:00
amantley
90d87c5b5d
changed get functions to const in MyAvatar.cpp changed bool variables to atomic for thread safety
2018-03-28 14:00:36 -07:00
John Conklin II
790162c88b
Merge pull request #12689 from ctrlaltdavid/21808
...
Reinstate Overlays.getOverlayObject API function
2018-03-28 14:00:28 -07:00
vladest
70ce1b2bf7
Fix invalid scrolling detection
2018-03-28 21:48:44 +02:00
Cristian Luis Duarte
f0bcaa47c8
Merge remote-tracking branch 'hifi/master' into android_ui_not_move_camera
2018-03-28 16:47:21 -03:00
amantley
4b1f974561
fixed merge conflict for declaring _hmdLeanRecenterEnabled in MyAvatar.h
2018-03-28 11:57:48 -07:00
Zach Fox
0175028a88
Ensure location is correctly updated when replacing set from Checkout page
2018-03-28 11:31:51 -07:00
vladest
001b6d23ff
Merge branch 'master' into move_to_qqc2
2018-03-28 20:16:26 +02:00
amantley
95f1d0e4fa
added get and set functions for the activate recenter variables
2018-03-28 10:33:00 -07:00
Zach Fox
ca2fba675d
Merge branch 'master' of github.com:highfidelity/hifi into newUpdateCertLocation
2018-03-28 10:28:32 -07:00
Brad Hefta-Gaub
16df773de4
Merge pull request #12721 from highfidelity/RC66
...
RC66 - Mergeback
2018-03-28 09:55:46 -07:00
John Conklin II
586fb4829c
Merge pull request #12637 from druiz17/fix-asset-server-qml
...
Fix asset server qml sorting
2018-03-28 09:35:53 -07:00
Brad Davis
aacfe92751
Don't trigger crashes from timers while waiting for some operation on exit
2018-03-28 09:09:56 -07:00
Olivier Prat
7fa5e384b9
Merge branch 'master' of http://github.com/highfidelity/hifi into fade
2018-03-28 11:21:07 -04:00
David Rowe
c3df741c62
Settings API JSDoc
2018-03-28 17:14:06 +13:00
Seth Alves
46fb2033f2
Merge pull request #12574 from druiz17/remap-keybaord
...
changing keyboard mapping
2018-03-27 19:00:05 -07:00
Seth Alves
bb101956a6
fix entity importing
2018-03-27 18:25:43 -07:00
amantley
9f3b82a417
added the functions triggerVerticalRecenter,triggerHorizontalRecenter,and triggerRotationRecenter to MyAvatar.h, these allow java script calls to recenter the avatar on the fly
2018-03-27 18:21:14 -07:00
Simon Walton
bed4033554
Local node IDs now working correctly
...
Move typedef to single location; fixes for replicated packets
(probably still not correct); reserve zero as local ID;
pass domain server's local ID in domain server list;
other tweaks.
2018-03-27 18:18:14 -07:00
David Rowe
1bcb9738f0
Miscellaneous fixes noticed in passing
2018-03-28 12:26:08 +13:00
David Rowe
f27e8868eb
Add HMD JSDoc
2018-03-28 12:25:12 +13:00
Dante Ruiz
ad9ca0da20
fix tablet version
2018-03-27 16:03:06 -07:00
John Conklin II
a258a330d3
Merge pull request #12676 from druiz17/fix-keyboard
...
fixing AddressManager keyboard when switching domains
2018-03-27 15:34:23 -07:00
Dante Ruiz
197662fd5e
fix contextOverlay highlighing all entities
2018-03-27 15:22:22 -07:00
Brad Davis
29106fbbbe
Prevent potential double delete of QML overlays
2018-03-27 14:18:19 -07:00
Brad Davis
eb20181b60
Shut down the overlay interface on exit
2018-03-27 14:18:01 -07:00
John Conklin II
0862f345fe
Merge pull request #12717 from sethalves/workaround-dialog-crash
...
fix -- work around asset-upload dialog crash
2018-03-27 13:35:50 -07:00
John Conklin II
7c505a0b85
Merge pull request #12711 from sethalves/serverless-tutorial-rc66
...
Serverless tutorial rc66
2018-03-27 11:17:07 -07:00
Seth Alves
4f7d856a1c
don't free dialogs to avoid crash in setKeyboardRaised
2018-03-27 09:28:55 -07:00
vladest
096b56395e
Fix crash on startup
2018-03-27 18:22:56 +02:00
David Rowe
d1d58eceab
Add Window.raise() as replacement for Window.raiseMainWindow()
2018-03-27 13:04:50 +13:00
Zach Fox
db2f3451bd
Support .content.zip content sets
2018-03-26 16:20:29 -07:00
Zach Fox
bf48ecda6d
Fix cert location for content sets
2018-03-26 14:48:05 -07:00
Alexander Ivash
06410ec342
temporarily select 'similar-by-title' device if previously selected one was unlplugged; re-select originally selected device if it was re-plugged
2018-03-27 00:44:17 +03:00
Ryan Huffman
d01a58517f
Fix serverless content not using correct directories
2018-03-26 14:32:52 -07:00
Stephen Birarda
787947b6a8
add a default tutorial json for dev interface
2018-03-26 14:32:26 -07:00
Stephen Birarda
b52a877d8d
optionally grab serverless tutorial, on for installers
2018-03-26 14:32:11 -07:00
Zach Fox
a588776b47
Fix infinite loading when authing wallet during Checkout
2018-03-26 13:19:40 -07:00
Dante Ruiz
1f23e7ab8b
fixing more edge cases
2018-03-26 10:15:15 -07:00
Dante Ruiz
b8796db1e5
Merge branch 'master' of github.com:highfidelity/hifi into remap-keybaord
2018-03-26 09:13:58 -07:00
Cristian Luis Duarte
6cb5cd7f92
Merge remote-tracking branch 'hifi/master' into android_ui_not_move_camera
2018-03-26 11:19:42 -03:00
Alexander Ivash
8e551f4dc0
re-select re-plugged device
2018-03-25 13:49:59 +03:00
Alexander Ivash
3c45f17d70
remove unused code
2018-03-25 13:44:16 +03:00
Alexander Ivash
f6bbdec902
remove 'isHMD' from input parameters of AudioDeviceList::onDevicesChanged
...
note: having 'isHMD' as a parameter doesn't make sense because function rebuilds model which is used by both HMD and Desktop
2018-03-25 13:43:51 +03:00
vladest
56150f8962
Merge branch 'master' into move_to_qqc2
2018-03-24 15:34:49 +01:00
vladest
e0593b7799
Use Flickable instead of ScrollView
2018-03-24 15:32:46 +01:00
vladest
aefda9ef71
Merge branch 'master' into move_to_qqc2
2018-03-24 15:32:04 +01:00
Dante Ruiz
96707a2568
fix mappoing conflicts
2018-03-23 16:43:36 -07:00
Cristian Luis Duarte
686af4ff77
Clean code that manually checked for windows coordinates to disable radar touch
2018-03-23 20:02:51 -03:00
Cristian Luis Duarte
242b009562
Android - Use mouse events for interacting with UI. Now LoginDialog UI interation does not move radar camera. Remove repeated tooggle call in audio.js. Adapt button to simulated mouse events.
2018-03-23 18:59:55 -03:00
Gabriel Calero
8558759d41
Merge remote-tracking branch 'upstream/master' into android_goto_splash
2018-03-23 16:56:53 -03:00
Dante Ruiz
28e61bcbb1
fix typo
2018-03-23 11:57:01 -07:00
Dante Ruiz
a14d5c6546
make alternate keys work
2018-03-23 11:55:16 -07:00
John Conklin II
563ff61325
Merge pull request #12661 from SamGondelman/android
...
Android: Stats, disable IK, reduce impact of InputRecorder
2018-03-23 11:08:50 -07:00
John Conklin II
c61ed697df
Merge pull request #12552 from vladest/assetbrowser_cosmetics
...
Wrap text in query dialogs. Add right margins for input field and but…
2018-03-22 17:56:47 -07:00
Dante Ruiz
f36a916fb6
revert comment change
2018-03-22 17:44:17 -07:00
Dante Ruiz
4d52caccde
making some more requested changes
2018-03-22 17:39:22 -07:00
Dante Ruiz
1d17658c80
Merge branch 'master' of github.com:highfidelity/hifi into remap-keybaord
2018-03-22 16:29:16 -07:00
Howard Stearns
113670e33b
Merge pull request #12638 from zfox23/commerce_upgrades_1
...
Commerce: Item Updates!
2018-03-22 15:40:22 -07:00
Liv Erickson
1244559618
remove spaces for clean-ness
2018-03-22 15:37:12 -07:00
Liv Erickson
0647155c30
re-add experimental image removal
2018-03-22 15:33:23 -07:00
Liv Erickson
f62e1ed54e
disable add button on model until text is entered
2018-03-22 15:29:41 -07:00
John Conklin II
6d9892856d
Merge pull request #12510 from sethalves/serverless-domains
...
Serverless domains
2018-03-22 14:06:49 -07:00
Gabriel Calero
f444766551
Merge remote-tracking branch 'upstream/master' into android_goto_splash
2018-03-22 15:15:50 -03:00
Sam Gondelman
bbded2215d
Merge pull request #12665 from gcalero/android_bottombar_resize
...
Android - Resize bottombar after window size changes (to always fill …
2018-03-22 11:15:02 -07:00
John Conklin II
b6920a503c
Merge pull request #12618 from vladest/hificonstants_as_object
...
Hificonstants as object
2018-03-22 11:03:05 -07:00
Seth Alves
6c1d713968
review
2018-03-21 19:21:57 -07:00
Seth Alves
ed0778a68a
remove unused json file
2018-03-21 17:07:31 -07:00
Seth Alves
916ed3a0d4
review
2018-03-21 16:18:31 -07:00
Seth Alves
196f621a60
remove unneeded setSessionUUID
2018-03-21 15:21:49 -07:00
Seth Alves
bea7ee42e2
Merge branch 'master' of github.com:highfidelity/hifi into serverless-domains
2018-03-21 14:30:07 -07:00
Seth Alves
ef52ae13ee
rearrange domain-url-changed signals
2018-03-21 14:30:00 -07:00
Gabriel Calero
35935ed41a
Merge remote-tracking branch 'upstream/master' into android_goto_splash
2018-03-21 17:41:02 -03:00
Gabriel Calero
11bfc1ca74
Add Goto as splash screen in android
2018-03-21 17:40:14 -03:00
Dante Ruiz
9d8770b134
changing speed
2018-03-21 13:25:50 -07:00
John Conklin II
5bd3d0fab9
Merge pull request #12647 from birarda/feat/client-only-installer
...
add a CLIENT_ONLY build option and handle for installer
2018-03-21 11:20:36 -07:00
Seth Alves
4033af9b11
Merge branch 'master' of github.com:highfidelity/hifi into serverless-domains
2018-03-21 11:11:43 -07:00
Dante Ruiz
cce77e3e68
made requested changes
2018-03-21 10:15:42 -07:00
Ken Cooke
f5f4e2a780
Merge pull request #12635 from ctrlaltdavid/21776
...
Fix Window hasFocus(), setFocus(), and raiseMainWindow()
2018-03-21 09:27:51 -07:00
Dante Ruiz
86cd5ffa30
Merge branch 'master' of github.com:highfidelity/hifi into remap-keybaord
2018-03-21 08:49:25 -07:00
David Rowe
8df6cd58c6
Document Overlays.getOverlayObject's use for web3d event bridge
2018-03-21 15:50:22 +13:00
David Rowe
05efc5a231
Revert "Remove Overlays.getOverlayObject() from JavaScript API"
...
This reverts commit 8e2a3e8c99
.
2018-03-21 15:36:39 +13:00
Olivier Prat
143a315f1d
Fade edited objects are now selected with ray picking
2018-03-20 15:29:50 -07:00
Sam Gateau
5cc0e24921
Merge pull request #12666 from jherico/fix/web_overlay_crash
...
Fix invalid QML surface cache interaction
2018-03-20 14:26:39 -07:00
Stephen Birarda
1405c8fcb3
add a client only option to cmake
2018-03-20 14:20:58 -07:00
Stephen Birarda
0074c0470d
Merge pull request #12524 from birarda/feat/runtime-beside-exe
...
switch back to app-local VC runtimes and UCRT
2018-03-20 14:07:27 -07:00
Seth Alves
585a523823
unmangle merge
2018-03-20 11:17:56 -07:00
John Conklin II
40d6e51da8
Merge pull request #12597 from ElderOrb/FB12956
...
Fix for broken 'toggle audio meter' button
2018-03-20 11:03:32 -07:00
Seth Alves
bd10cd6fa9
'disconnect' from serverless domain when transitioning from a serverless-domain to a DNS name (rather than a place name)
2018-03-20 10:53:17 -07:00
Stephen Birarda
cd887b5faf
Merge pull request #12654 from huffman/feat/content-zip-upload
...
Add support for .content.zip content uploads
2018-03-20 10:07:53 -07:00
vladest
faf8328d6a
Fix invalid message if cancel adding asset to AssetServer
2018-03-20 15:47:30 +01:00
Seth Alves
f61504b814
Merge branch 'master' of github.com:highfidelity/hifi into serverless-domains
2018-03-19 14:59:18 -07:00
Zach Fox
0b810c3aa8
Various fixes
2018-03-19 14:39:50 -07:00
John Conklin II
47437c9564
Merge pull request #12651 from ctrlaltdavid/21799
...
Fix "text" overlay not clipping to right and bottom margins
2018-03-19 14:12:20 -07:00
Zach Fox
18aa95e0bb
New Checkout flow for updating specific Editions
2018-03-19 13:35:27 -07:00
Zach Fox
daa68768b9
Merge branch 'master' of github.com:highfidelity/hifi into commerce_upgrades_1
2018-03-19 12:18:10 -07:00
Flame Soulis
9d9b08803c
Corrected getAnimatationRoles to getAnimationRoles
2018-03-19 01:17:46 -04:00
Seth Alves
a4599fe7ce
Merge branch 'master' of github.com:highfidelity/hifi into serverless-domains
2018-03-16 20:07:35 -07:00
Sam Gondelman
b96f398274
Merge pull request #12593 from gcalero/android_joystick_rotate_move
...
Android joystick rotate move
2018-03-16 17:24:15 -07:00
Dante Ruiz
652faaa116
fixing AddressManager keyboard when switching domains
2018-03-16 16:32:37 -07:00
Brad Davis
2f59283053
Fix initialization of QML overlay surfaces
2018-03-16 14:48:08 -07:00
Dante Ruiz
1dcdcffa69
hopefully the last fix
2018-03-16 13:52:08 -07:00
Zach Fox
a792bcc3d3
Merge branch 'master' of github.com:highfidelity/hifi into commerce_upgrades_1
2018-03-16 13:24:17 -07:00
Zach Fox
eb8cfcd8e9
Bugfix
2018-03-16 13:13:38 -07:00
Seth Alves
50b9716a17
Merge branch 'master' of github.com:highfidelity/hifi into serverless-domains
2018-03-16 14:45:49 -04:00
Zach Fox
ad33e775f1
Fix bottom anchor for listView when banner is showing
2018-03-16 11:28:03 -07:00
Cristian Luis Duarte
e6a8b322b1
Android bottom bar - remove extra semicolon
2018-03-16 15:15:00 -03:00
Brad Davis
1dfde86680
Fix typo
2018-03-16 11:11:08 -07:00
Cristian Luis Duarte
18682d854c
Android bottom bar - Put height up at the top of the Item definition it's clearer where relocateAndResize gets its height from
2018-03-16 15:06:12 -03:00
Brad Davis
ca38b9fe34
Fix invalid QML surface cache interaction
2018-03-16 10:53:59 -07:00
Brad Hefta-Gaub
634e642db3
Merge pull request #12634 from sethalves/overlay-visible-in-2nd-cam
...
Overlays visible in 2nd cam
2018-03-16 10:07:26 -07:00
Seth Alves
4f72503d2d
put default home back to sandbox
2018-03-16 09:39:42 -07:00
Seth Alves
e3022da787
Merge branch 'master' of github.com:highfidelity/hifi into serverless-domains
2018-03-16 09:34:38 -07:00
Cristian Luis Duarte
79ff2df860
Android - Resize bottombar after window size changes (to always fill the screen horizontally)
2018-03-16 13:03:50 -03:00
SamGondelman
0fa73c73ce
stats
2018-03-15 16:05:46 -07:00
Zach Fox
eb2f8aa169
New notification flow for item updates
2018-03-15 16:03:49 -07:00
Atlante45
d96f7553d9
Merge branch 'stable' of https://github.com/highfidelity/hifi into new-master
2018-03-15 15:22:43 -07:00
Stephen Birarda
f8df90e36d
disable the sixense plugin by default
2018-03-15 13:53:10 -07:00
Cristian Luis Duarte
03cbadece5
Merge remote-tracking branch 'hifi/master' into android_joystick_rotate_move
2018-03-15 17:11:40 -03:00
Ryan Huffman
03c8c14f61
Fix content replacement being allowed from all URLs
2018-03-15 12:49:22 -07:00
Ryan Huffman
bee8899c46
Add support for uploading .content.zip files
2018-03-15 12:17:21 -07:00
Seth Alves
a5b94f22fa
works now
2018-03-15 10:31:55 -07:00
Seth Alves
b22e0f6209
use TAG_BITS_1 for cam rather than TAG_BITS_ALL
2018-03-15 09:55:42 -07:00
David Rowe
a7cd5a240a
Fix "text" overlay not clipping to right and bottom margins
2018-03-15 17:31:02 +13:00
samcake
a896e9872c
adressing the avatar vissibility switch
2018-03-14 17:09:23 -07:00
Zach Fox
2d57c444b6
Don't auto apply 'updatable' filter
2018-03-14 16:02:33 -07:00
Seth Alves
afcbb6751b
disable loading of serverless-domains over http(s), for now
2018-03-14 15:53:35 -07:00
Zach Fox
cc4726b24b
Some bugfixes
2018-03-14 15:47:19 -07:00
Zach Fox
f3efdda6b0
Fix content set filter
2018-03-14 14:34:15 -07:00
Seth Alves
e63558dc05
code review
2018-03-14 14:33:17 -07:00
Seth Alves
93978209d8
Merge branch 'master' of github.com:highfidelity/hifi into serverless-domains
2018-03-14 13:49:46 -07:00
Zach Fox
6647475f5c
Wrong sign
2018-03-14 11:19:55 -07:00
vladest
387be7415f
WIP: do not push
2018-03-14 19:00:19 +01:00
Zach Fox
74e24ec289
Final touches?
2018-03-14 10:58:18 -07:00
Zach Fox
70b3d0fe5f
Merge branch 'filterBar' into commerce_upgrades_1
2018-03-14 09:53:02 -07:00
Zach Fox
98cdbbb3e6
Small update to dot before merging in filterBar
2018-03-14 09:45:42 -07:00
Dante Ruiz
d6b3e91de1
removing debug statement
2018-03-14 09:35:22 -07:00
Dante Ruiz
2fb1fbe027
fix sorting
2018-03-14 09:17:22 -07:00
Seth Alves
21088cfbcc
Merge branch 'master' of github.com:highfidelity/hifi into overlay-visible-in-2nd-cam
2018-03-14 09:00:21 -07:00
David Rowe
966d711e56
Fix Window.raiseMainWindow()
2018-03-14 13:38:48 +13:00
Zach Fox
e2326a3733
Initial work for 'messages waiting' light
2018-03-13 17:05:16 -07:00
David Rowe
025d2807f4
Fix Window.setFocus() JSDoc
2018-03-14 12:59:27 +13:00
David Rowe
c8b4217a96
Fix Window.hasFocus()
2018-03-14 12:57:23 +13:00
Seth Alves
602bc37b1a
oops
2018-03-13 16:39:56 -07:00
Seth Alves
271badfa62
provide an overlay property to control if the overlay is visible in the secondary camera view
2018-03-13 16:33:32 -07:00
Dante Ruiz
2d85669b08
fix backedColumn width
2018-03-13 16:30:43 -07:00
Dante Ruiz
f9413dfe1b
fixing mirror mode
2018-03-13 15:59:10 -07:00
Zach Fox
882e4d6b45
Parse the string that comes from the backend
2018-03-13 15:13:41 -07:00
Zach Fox
7b6b08fd26
Upgrade specific edition
2018-03-13 13:51:10 -07:00
Zach Fox
f42255f46b
Merge branch 'master' of github.com:highfidelity/hifi into commerce_upgrades_1
2018-03-13 13:42:42 -07:00
Zach Fox
86115a8578
Merge branch 'master' of github.com:highfidelity/hifi into filterBar
2018-03-13 13:42:13 -07:00
Zach Fox
a949208988
Design tweaks
2018-03-13 13:23:32 -07:00
Zach Fox
5563edd957
Focus fix; Switch to QQC2
2018-03-13 13:11:59 -07:00
Zach Fox
50e709c738
Add updates; drop shadow
2018-03-13 12:13:14 -07:00
SamGondelman
4adc357534
apply taa to text and web entities/overlays
2018-03-13 11:57:14 -07:00
Cristian Luis Duarte
a3811c2844
Coding style corrections
2018-03-13 15:56:13 -03:00
vladest
d41dd1b18d
Merge branch 'master' into move_to_qqc2
2018-03-13 19:28:51 +01:00
Dante Ruiz
00fa5cfd06
Merge branch 'master' of github.com:highfidelity/hifi into remap-keybaord
2018-03-13 10:08:00 -07:00
Dante Ruiz
f521a129b6
fixing issues
2018-03-13 10:07:34 -07:00
Seth Alves
b39c7eadd2
Merge branch 'master' of github.com:highfidelity/hifi into serverless-domains
2018-03-13 09:24:18 -07:00
John Conklin II
5be2f0acc7
Merge pull request #12490 from Zvork/taa
...
Temporal Anti-Aliasing
2018-03-13 09:03:50 -07:00
David Rowe
16aefea2e1
Merge branch 'master' into 21776
2018-03-13 14:46:07 +13:00
Zach Fox
bce7fb1ff1
Improvements
2018-03-12 16:54:10 -07:00
Zach Fox
9c7d857ecb
Fix some focus issues
2018-03-12 16:15:50 -07:00
Zach Fox
f1121db4da
It's working!
2018-03-12 15:54:11 -07:00
Gabriel Calero
3117ec9015
Merge remote-tracking branch 'upstream/master' into android_hifi_audio_codec
2018-03-12 19:44:24 -03:00
Zach Fox
db7eea543e
Initial progress
2018-03-12 15:11:09 -07:00
Sam Gondelman
c59d29f4ee
Merge pull request #12623 from SamGondelman/android
...
Android: Fix corruption on startup
2018-03-12 15:03:07 -07:00
John Conklin II
7f7d20738a
Merge pull request #12553 from vladest/mac_combobox_misplaced
...
Fix CheckBox on Mac
2018-03-12 14:47:39 -07:00
MiladNazeri
e054f16c46
Merge pull request #12526 from ctrlaltdavid/21709
...
Entities API JSDoc
2018-03-12 14:40:09 -07:00
Gabriel Calero
7778ddfdcb
Merge remote-tracking branch 'upstream/master' into android_hifi_audio_codec
2018-03-12 18:33:05 -03:00
SamGondelman
9953e7051f
Merge remote-tracking branch 'upstream/master' into android
2018-03-12 14:15:31 -07:00
Alexia Mandeville
c5b8a2d06e
Revert "Increasing speed on mousescroll - zooming in/out of avatar"
...
This reverts commit 748507f1e3
.
2018-03-12 13:18:02 -07:00
Alexia Mandeville
6ddb91e593
Revert "Updating default mouse pitch/yaw input to be more stabilized"
...
This reverts commit 2598be16f8
.
2018-03-12 13:17:48 -07:00
SamGondelman
4bef033d6f
cleanup, don't compress rcc file to fix corruption
2018-03-12 13:05:03 -07:00
Dante Ruiz
e289d37210
min diff
2018-03-12 12:59:30 -07:00
Dante Ruiz
1079cfb264
fixing some issues
2018-03-12 12:57:56 -07:00
Alexia Mandeville
8c9c7248d4
Reorganize of menu action items as well as QML categories
2018-03-12 12:52:12 -07:00
Cristian Luis Duarte
9e429e9f03
Merge remote-tracking branch 'hifi/master' into android_joystick_rotate_move
2018-03-12 15:51:46 -03:00
Dante Ruiz
272f71b940
making changes
2018-03-12 11:48:17 -07:00
Olivier Prat
aad571f6bd
Merge branch 'master' of http://github.com/highfidelity/hifi into taa
2018-03-12 14:22:57 -04:00
vladest
33e70be18a
Merge branch 'master' into move_to_qqc2
2018-03-12 18:55:29 +01:00
Cristian Luis Duarte
b87a07a7d0
Android - Improve View controller making it like a drag rather than like a joystick (reference touch is updated at every frame and is not only the initial touch anymore)
2018-03-12 14:55:20 -03:00
Alexia Mandeville
748507f1e3
Increasing speed on mousescroll - zooming in/out of avatar
2018-03-10 22:20:00 -08:00
Alexia Mandeville
2598be16f8
Updating default mouse pitch/yaw input to be more stabilized
2018-03-10 21:46:20 -08:00
vladest
e84704165f
Remove reference to non existing id
2018-03-10 16:35:17 +01:00
vladest
7ca0c76b1c
QtObject dousnt support inner instances
2018-03-10 16:18:32 +01:00
vladest
d6a42a9a49
HifiConstants is not visual item, just a placeholder for constants
2018-03-10 14:49:04 +01:00
vladest
405951e411
Fix merge conflict
2018-03-10 14:45:20 +01:00
vladest
fe5d7463fe
Merge branch 'master' into move_to_qqc2
2018-03-10 14:42:51 +01:00
samcake
10016756b7
Merge branch 'master' of https://github.com/highfidelity/hifi into punk
2018-03-09 16:32:37 -08:00
Cristian Luis Duarte
ce0d76be2b
Merge remote-tracking branch 'hifi/master' into android_joystick_rotate_move
2018-03-09 20:51:21 -03:00
Seth Alves
c781f88239
Merge branch 'master' of github.com:highfidelity/hifi into serverless-domains
2018-03-09 15:43:14 -08:00
Seth Alves
5b5ea11a18
changes to openUrl aren't needed for serverless domains
2018-03-09 15:43:05 -08:00
samcake
c78df4d967
Setting the correct Job config for ssao check box and fixing typo
2018-03-09 15:41:56 -08:00
Cristian Luis Duarte
f0e68ecffa
Android - Touch to rotate inverted X and Y axis and less sensitive.
2018-03-09 20:33:06 -03:00
samcake
fec30b8363
Fixing the menu for Shadow and AO to do the correct path to engine config
2018-03-09 15:04:14 -08:00
John Conklin II
42a686ad93
Merge pull request #12578 from druiz17/use-correct-audio-api
...
use correct scripting api for audio in Audio.qml
2018-03-09 13:41:20 -08:00
samcake
10447bf10e
Fix the fact that all avatars should cast shadows, not just MyAvatar. since this is always a SkeletonMOdel class let s just turn it on by default there
2018-03-09 13:04:04 -08:00
Sam Gateau
d0de5b2d96
Merge pull request #12496 from AndrewMeadows/faster-raypick
...
faster per-entity raypick culling and time-boxed picks
2018-03-09 13:01:52 -08:00
Cristian Luis Duarte
3d933e1810
Android - Joystick hidden when opening login and shown after Cancel.
2018-03-09 17:41:05 -03:00
Seth Alves
621e6a62d6
merge from upstream
2018-03-09 12:07:24 -08:00
Seth Alves
58bc42990c
merge from upstream
2018-03-09 12:03:26 -08:00
John Conklin II
25b93d9fd7
Merge pull request #12606 from ElderOrb/FB12956_RC65
...
Fix for broken 'toggle audio meter' button
2018-03-09 11:20:27 -08:00
Dante Ruiz
c949b44f0c
conforming to coding standards
2018-03-09 10:42:19 -08:00
Dante Ruiz
e21c4988fb
stereo checkbox text change
2018-03-09 10:11:25 -08:00
Dante Ruiz
3a39fca268
made requested changes
2018-03-09 10:09:51 -08:00
John Conklin II
6969f014fc
Merge pull request #12601 from howard-stearns/clear-wallet-when-picking-a-new-one
...
clear wallet when picking a new one
2018-03-09 10:09:41 -08:00
John Conklin II
407dfec342
Merge pull request #12603 from howard-stearns/RC65-clear-wallet-when-picking-a-new-one
...
clear wallet when picking a new one
2018-03-09 10:09:24 -08:00
John Conklin II
209dd7fb43
Merge pull request #12602 from zfox23/RC65_fixFontsAgain
...
RC65: Fix font loading for MacOS via completely different font loading method
2018-03-09 09:53:46 -08:00
Zach Fox
2b137f94a6
Merge pull request #12596 from zfox23/fixFontsAgain
...
Fix font loading for MacOS via completely different font loading method
2018-03-09 09:49:56 -08:00
Dante Ruiz
cfa85b5137
Merge branch 'master' of github.com:highfidelity/hifi into remap-keybaord
2018-03-09 09:37:08 -08:00
Dante Ruiz
c49d0557fc
fixing check box issues
2018-03-09 09:29:37 -08:00
Brad Hefta-Gaub
5437ffb2c8
Merge pull request #12536 from ctrlaltdavid/21700
...
Remove deprecated Window.openFileChanged() signal from API
2018-03-09 08:47:57 -08:00
Dante Ruiz
8703e9e002
Merge branch 'master' of github.com:highfidelity/hifi into use-correct-audio-api
2018-03-09 08:42:50 -08:00
Andrew Meadows
9fbe7ec194
time-box Picks and solve in round-robin sequence
2018-03-09 08:35:18 -08:00
Olivier Prat
da6bd92ff6
Merged with master
2018-03-09 10:07:25 +01:00
Atlante45
69fb830480
Merge branch 'RC65' of https://github.com/highfidelity/hifi into new-master
2018-03-08 17:23:17 -08:00
David Rowe
b461a422c6
Merge branch 'master' into 21709
2018-03-09 14:18:42 +13:00
John Conklin II
cad53a0203
Merge pull request #12585 from druiz17/small-tablet-changes
...
tablet scale and position changes
2018-03-08 15:36:06 -08:00
John Conklin II
fe0d354d26
Merge pull request #12599 from zfox23/RC65_preventSendingEmptyKeys
...
RC65: Don't hit certain Commerce backend endpoints when wallet isn't yet auth'd
2018-03-08 15:30:19 -08:00
Alexander Ivash
b427d6c326
FB12956 - Audio Meter Toggle Button Broken
2018-03-09 02:20:34 +03:00
Zach Fox
c22d79041d
Cleanup after cherry-pick
2018-03-08 14:35:56 -08:00
howard-stearns
883528488c
clear wallet when picking a new one
2018-03-08 14:35:43 -08:00
Zach Fox
ec6f66ee52
Try this
2018-03-08 14:31:56 -08:00
Zach Fox
747a6b07ce
Fix font loading for MacOS via different font loading method
2018-03-08 14:31:48 -08:00
howard-stearns
9d805283d1
clear wallet when picking a new one
2018-03-08 14:24:44 -08:00
Alexander Ivash
1fb68ec5ca
FB12956 - Audio Meter Toggle Button Broken
2018-03-09 00:55:49 +03:00
Zach Fox
409f5293bf
Try this
2018-03-08 13:51:34 -08:00
Zach Fox
086431d0e7
Merge branch 'master' of github.com:highfidelity/hifi into fixFontsAgain
2018-03-08 13:50:19 -08:00
John Conklin II
260715d616
Merge pull request #12580 from elisa-lj11/RC65-blocks-image-bug
...
Fixed blocks importer textures being interpreted as image entities
2018-03-08 13:33:41 -08:00
Zach Fox
22f18dbf56
Don't hit certain Commerce backend endpoints when wallet isn't yet auth'd
2018-03-08 13:12:13 -08:00
Dante Ruiz
9f246ea314
Merge branch 'master' of github.com:highfidelity/hifi into use-correct-audio-api
2018-03-08 13:04:02 -08:00
Zach Fox
4df58f1e67
Merge branch 'master' of github.com:highfidelity/hifi into commerce_upgrades_1
2018-03-08 12:58:08 -08:00
Stephen Birarda
2158acecf4
tell cmake we are fine ignoring generated for CMP0071
2018-03-08 12:39:40 -08:00
NissimHadar
fda32e4aa4
Merge branch 'master' of github.com:highfidelity/hifi into shadowControlsOffZvork
2018-03-08 12:16:36 -08:00
NissimHadar
d1b87b3116
Added missing avatar shadows.
2018-03-08 12:14:42 -08:00
Zach Fox
a479439b23
Merge pull request #12572 from zfox23/sendMoney_connectionInstructions
...
Show Connection instructions in Send Money when 0 connections
2018-03-08 11:20:23 -08:00
Zach Fox
d0cc64f63d
Fix font loading for MacOS via different font loading method
2018-03-08 11:19:49 -08:00
Sam Gondelman
1e9cfe29f2
Merge pull request #12388 from highfidelity/android
...
Android Tip
2018-03-08 10:18:35 -08:00
Seth Alves
234c88a11e
lower box so avatar doesn't get stuck
2018-03-07 18:55:45 -08:00
Seth Alves
fca510c9f7
move start json to a new directory
2018-03-07 18:45:45 -08:00
David Rowe
b1bda281ee
Merge branch 'master' into 21776
2018-03-08 15:36:10 +13:00
Seth Alves
7c7f42af06
Merge branch 'serverless-domains' of github.com:sethalves/hifi into serverless-domains
2018-03-07 18:26:15 -08:00
Seth Alves
4ed0c24a73
use static QStrings rather than functions
2018-03-07 18:25:55 -08:00
Seth Alves
e70ca252de
Merge branch 'serverless-domains' of github.com:sethalves/hifi into serverless-domains
2018-03-07 16:03:48 -08:00
Seth Alves
12eb0e4109
name emit from AddressManager like an event
2018-03-07 15:36:35 -08:00
Seth Alves
9f2be4db8f
Merge branch 'master' of github.com:highfidelity/hifi into serverless-domains
2018-03-07 15:04:38 -08:00
Zach Fox
a0eb7e0712
Don't default unknown Marketplace item types to 'Entity'
2018-03-07 15:01:12 -08:00
Sam Gondelman
f51a35455a
Merge pull request #12515 from SamGondelman/scriptableMaterials
...
Material reflection
2018-03-07 14:29:31 -08:00
Zach Fox
d71fc22ed8
Support argument to available_updates endpoint
2018-03-07 14:06:29 -08:00
Dante Ruiz
21781c0c40
can keyboard help page
2018-03-07 13:54:50 -08:00
Elisa Lupin-Jimenez
2987c90f96
fixed syntax for ubuntu
2018-03-07 13:48:35 -08:00
Seth Alves
e583d3d104
Merge pull request #26 from druiz17/serverless-domains
...
Serverless domains
2018-03-07 13:40:55 -08:00
Zach Fox
eded8586a5
Use correct backend terminology
2018-03-07 13:40:55 -08:00
Dante Ruiz
1a1e9cf628
adding simple json
2018-03-07 13:34:02 -08:00
Zach Fox
0285bf9379
purposeful incorrect indentation to prevent insane diff
2018-03-07 13:27:40 -08:00
Zach Fox
a2eb13b70b
Prevent logspam
2018-03-07 13:23:13 -08:00
Elisa Lupin-Jimenez
9ae2da7e4b
fixed logic for texture files/non-models
2018-03-07 13:18:36 -08:00
Dante Ruiz
297273de08
Merge branch 'master' of github.com:highfidelity/hifi into remap-keybaord
2018-03-07 13:09:47 -08:00
Dante Ruiz
291c8674db
removing files
2018-03-07 13:01:24 -08:00
Dante Ruiz
8382d842e1
changing to resources path
2018-03-07 12:51:26 -08:00
Gabriel Calero
109fa1d832
Add the url of each qml as on-screen debug info
2018-03-07 17:18:37 -03:00
Zach Fox
08b2be85d2
Don't pass isUpdating around
2018-03-07 11:44:54 -08:00
Seth Alves
8a08039efe
Merge branch 'master' of github.com:highfidelity/hifi into serverless-domains
2018-03-07 11:44:48 -08:00
Zach Fox
d07d02b2bc
Take certID from backend instead of query params; Better loading; Uninstall app before updating
2018-03-07 11:10:47 -08:00
Elisa Lupin-Jimenez
28589094c2
hopefully fixed mac/ubuntu builds
2018-03-07 10:18:40 -08:00
Zach Fox
91e0af9b46
Merge branch 'master' of github.com:highfidelity/hifi into commerce_upgrades_1
2018-03-07 10:16:10 -08:00
Dante Ruiz
2d448d7208
tablet scale and position changes
2018-03-07 10:02:35 -08:00
Zach Fox
b764a4d404
Filter out invalid purchases
2018-03-07 09:22:57 -08:00
Dante Ruiz
a70509233e
making small changes
2018-03-07 08:25:27 -08:00
Dante Ruiz
13767beece
Caps change
2018-03-07 08:19:36 -08:00
Brad Hefta-Gaub
9595049e01
Merge pull request #12582 from thoys/fix/JSDOCtypo
...
fix JSDOC typo rule -> role
2018-03-07 07:50:07 -08:00
Seth Alves
b8fc9e2469
Merge branch 'master' of github.com:highfidelity/hifi into serverless-domains
2018-03-07 07:40:35 -08:00
David Rowe
a62b6b7150
Merge branch 'master' into 21709
2018-03-07 17:34:53 +13:00
David Rowe
eeb7f5ca8d
Doc review
2018-03-07 17:29:39 +13:00
Elisa Lupin-Jimenez
c6e5f4c9c8
zip file drags don't auto add model textures
2018-03-06 19:24:09 -08:00
Thijs Wenker
866bec0b34
rule -> role
2018-03-07 02:36:07 +01:00
Cristian Luis Duarte
bde2ba9272
Merge remote-tracking branch 'gcgithub/android_bubble_fix' into android_experimental_joystick_fixed
2018-03-06 22:02:23 -03:00
Elisa Lupin-Jimenez
251e4a3127
Fixed blocks importer textures being interpreted as image entities
2018-03-06 16:44:23 -08:00
NissimHadar
d72f46ec3e
Merge branch 'master' of github.com:highfidelity/hifi into shadowControlsOffZvork
2018-03-06 16:24:53 -08:00
Zach Fox
04a230c20f
Merge pull request #12491 from ElderOrb/FB12523
...
fix for not re-enabling preview on leaving security-sensitive pages in marketplace
2018-03-06 16:19:39 -08:00
Dante Ruiz
97d283cc5f
use correct api call for audio and correct function call to set stereo input mode
2018-03-06 16:17:27 -08:00
Seth Alves
926be73c0a
make this work again
2018-03-06 15:50:03 -08:00
Dante Ruiz
69af12fbc7
chaning speeds
2018-03-06 15:47:01 -08:00
Atlante45
edeed95ccc
Merge branch 'RC65' of https://github.com/highfidelity/hifi into new-master
2018-03-06 15:33:12 -08:00
NissimHadar
dbf1be5de3
Merge branch 'master' of github.com:highfidelity/hifi into shadowControlsOffZvork
2018-03-06 15:22:40 -08:00
Dante Ruiz
6fefd1355a
minimize diff
2018-03-06 14:19:26 -08:00
Dante Ruiz
fe363e7f2a
changing keybaord mapping
2018-03-06 14:16:25 -08:00
Gabriel Calero
a2327ea0cf
Merge branch 'android' into android_bubble_fix
2018-03-06 19:03:53 -03:00
Gabriel Calero
069d3e40bc
Merge branch 'android' into android_bubble_fix
2018-03-06 18:58:49 -03:00
Zach Fox
48aa862c16
Show Connection instructions in Send Money when 0 connections
2018-03-06 13:52:42 -08:00
Seth Alves
94b6115271
Merge branch 'master' of github.com:highfidelity/hifi into serverless-domains
2018-03-06 13:23:01 -08:00
Seth Alves
79aa450332
some code-review induced changes
2018-03-06 13:11:09 -08:00
Brad Davis
6cc36136bd
Fix assert on interaction with stats and avatarinputs during UI setup
2018-03-06 12:34:21 -08:00
Alexander Ivash
53e1a0cae5
forward 'maybeEnableHmdPreview' if control is not visible
2018-03-06 22:25:35 +03:00
Zach Fox
ee28983334
Merge branch 'master' of github.com:highfidelity/hifi into commerce_upgrades_1
2018-03-06 11:13:40 -08:00
vladest
698a224bb0
Next attempt to fix ghosted scroll bars
2018-03-06 16:13:46 +01:00
vladest
86b9e1b873
Merge branch 'master' into move_to_qqc2
2018-03-06 13:40:51 +01:00
vladest
8723b317c9
Move Keyboard under input dialog makes sure it will no shift dialogs content
2018-03-06 13:09:08 +01:00
vladest
7b9d9fad59
Merge branch 'master' into assetbrowser_cosmetics
2018-03-06 11:37:18 +01:00
Zach Fox
35b23cc954
It's working!
2018-03-05 15:54:17 -08:00
John Conklin II
7bc3848c36
Merge pull request #12533 from druiz17/stereo-checkbox
...
Adding Stereo checkbox in Audio settings
2018-03-05 12:45:01 -08:00
Brad Davis
8bfc610cfb
Merge remote-tracking branch 'upstream/master' into android
2018-03-05 11:48:58 -08:00
NissimHadar
1eb0dde3d2
Merge branch 'master' of github.com:highfidelity/hifi into shadowControlsOffZvork
2018-03-05 11:36:39 -08:00
Zach Fox
4046c873bd
Still need to send correct thing to metaverse
2018-03-05 11:24:59 -08:00
Zach Fox
f5a8187fe2
Merge branch 'master' of github.com:highfidelity/hifi into commerce_upgrades_1
2018-03-05 10:01:55 -08:00
Zach Fox
f10f9aa939
Continued progress
2018-03-05 10:01:40 -08:00
Seth Alves
a6c3bcd8d8
Merge branch 'master' of github.com:highfidelity/hifi into serverless-domains
2018-03-05 08:51:12 -08:00
John Conklin II
3f751bb5ca
Merge pull request #12546 from druiz17/fix-hyperlink
...
Fix hyperlink when far/near grabbing enitities
2018-03-05 08:23:51 -08:00
vladest
43e7f282ec
cleanup
2018-03-04 20:44:46 +01:00
vladest
c2c7962f66
return styling. set implicit sizes
2018-03-04 19:49:47 +01:00
vladest
9f151566bf
temporarily remove styling
2018-03-04 18:46:27 +01:00
vladest
1d43ca48bd
remove wrap
2018-03-04 17:59:56 +01:00
vladest
12a70d57c2
Set Y pos for indicator explicetly
2018-03-04 17:24:52 +01:00
vladest
94e070eae2
Try to fix incorrectly visible scrollbars on Mac
2018-03-04 15:14:49 +01:00
vladest
148faa3a93
Merge branch 'master' into move_to_qqc2
2018-03-04 14:16:21 +01:00
vladest
126f05f8bd
Added space
2018-03-04 13:28:26 +01:00
vladest
2a9bbfa808
Wrap text in query dialogs. Add right margins for input field and buttons
2018-03-04 13:19:56 +01:00
Seth Alves
606face7c0
gather together the url scheme constants, name them consistently
2018-03-02 20:39:38 -08:00
Seth Alves
fdb53b6543
Merge branch 'master' of github.com:highfidelity/hifi into serverless-domains
2018-03-02 19:27:53 -08:00
Seth Alves
7a61119d11
remove unneeded call to clearDomainOctreeDetails
2018-03-02 19:27:45 -08:00
NissimHadar
8536b44c61
Merge branch 'master' of github.com:highfidelity/hifi into shadowControlsOffZvork
2018-03-02 16:09:06 -08:00
Zach Fox
f53aba2a32
Initial progress
2018-03-02 15:53:06 -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
Seth Alves
746769cbe9
don't crash
2018-03-02 13:52:18 -08:00
Seth Alves
507dfa5ec3
more code review response
2018-03-02 11:35:34 -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
Seth Alves
bdd926f89e
cleanups
2018-03-02 10:38:35 -08:00
Seth Alves
45157a16f2
merge from upstream
2018-03-02 09:57:27 -08:00
Seth Alves
82bfd25d8b
fix placename in title-bar, fix domain-spawning-point
2018-03-02 09:54:54 -08:00
NissimHadar
000b08f7c0
Merge branch 'master' of github.com:highfidelity/hifi into shadowControlsOffZvork
2018-03-02 08:07:01 -08:00
David Rowe
287ea8eff2
Fix Window.setFocus() unsetting focus if Interface has focus
2018-03-02 15:40:49 +13:00
Sam Gateau
88ecfe7895
Merge pull request #12464 from jherico/android_dev
...
Android Master
2018-03-01 17:22:34 -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
NissimHadar
0f2cf8ea85
Re-implemented shadow controls.
2018-03-01 14:24:20 -08:00
Seth Alves
9ee65ab474
don't use clipboard when loading serverless domains
2018-03-01 13:31:43 -08:00
Seth Alves
2d374583b4
Merge branch 'master' of github.com:highfidelity/hifi into serverless-domains
2018-03-01 11:07:50 -08:00
Seth Alves
33065fb51c
more consistent variable names. rework DomainManager and AddressManager methods to take a url rather than host and port
2018-03-01 11:07:37 -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
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
Dante Ruiz
95e14446dd
update qml file to show the current OpenVr headset
2018-03-01 09:03:52 -08:00
vladest
8dd27a1a04
Merge branch 'master' into move_to_qqc2
2018-03-01 11:20:11 +01:00
vladest
02612e0465
cleanup and fits text to buttons
2018-03-01 11:18:18 +01:00
vladest
f51025061c
Make Edit view more consistant with original one #2
2018-03-01 11:03:56 +01:00
vladest
7cbdbe9ab0
Make Edit view more consistant with original one
2018-03-01 11:02:05 +01:00
Zach Fox
67034274fa
Improve font loading by using QRC instead of relative paths
2018-02-28 17:59:37 -08:00
Cristian Luis Duarte
9acb83632c
Android - Make joystick move up when showing the bottom bar
2018-02-28 18:52:13 -03:00
Cristian Luis Duarte
55d52f92df
Android - Make Joystick appear always when possible (not in radar mode and when not hidden by some windows)
2018-02-28 15:55:50 -03:00
samcake
9e5ed7b905
Add more timing stats in explanded mode
2018-02-28 10:48:35 -08:00
vladest
531c4dc41d
Merge branch 'master' into move_to_qqc2
2018-02-28 11:40:46 +01:00
Cristian Luis Duarte
428f4b7b9d
Android - Make the virtual pad (joystick) position fixed. Change assets.
2018-02-27 21:24:21 -03:00
David Rowe
a782b6779a
Merge branch 'master' into 21709
...
# Conflicts:
# interface/src/ui/overlays/Overlays.h
# interface/src/ui/overlays/Shape3DOverlay.cpp
# libraries/entities/src/EntityItemProperties.cpp
# libraries/entities/src/EntityScriptingInterface.h
2018-02-28 12:42:05 +13:00
samcake
e290f2fc3c
Merge branch 'master' of https://github.com/highfidelity/hifi into punk
2018-02-27 14:54:11 -08:00
Seth Alves
a44ddbbc26
Merge branch 'master' of github.com:highfidelity/hifi into serverless-domains
2018-02-27 14:09:05 -08:00
Brad Davis
136ced98c3
Merge remote-tracking branch 'upstream/master' into android_dev
2018-02-27 13:44:00 -08:00
John Conklin II
b4000c04bc
Merge pull request #12432 from highfidelity/feat/content-settings
...
Add content archives to domain server web interface
2018-02-27 13:30:53 -08:00
SamGondelman
cc53b338db
Merge remote-tracking branch 'upstream/master' into scriptableMaterials
2018-02-27 13:30:03 -08:00
Howard Stearns
1fb0f898b4
Merge pull request #12505 from howard-stearns/wallet-help
...
new wallet help
2018-02-27 13:18:36 -08:00
Howard Stearns
0e4f3460b3
Merge pull request #12497 from howard-stearns/end-seeding
...
End seeding
2018-02-27 13:18:13 -08:00
howard-stearns
30896c264b
reduced text
2018-02-27 12:04:41 -08:00
howard-stearns
53b976b400
fix typo in bank href
2018-02-27 11:46:06 -08:00
SamGondelman
0fca56eef0
Revert "Merge pull request #12407 from NissimHadar/shadowControlsOffZvork"
...
This reverts commit 3201d2ba21
, reversing
changes made to c0f20900a0
.
2018-02-27 11:33:05 -08:00
Stephen Birarda
9cc348ef27
Merge branch 'master' of github.com:highfidelity/hifi into feat/content-settings
2018-02-27 09:59:37 -08:00
Zach Fox
9170244312
Make WindowScriptingInterface available to tablet
2018-02-27 09:36:02 -08:00
Seth Alves
636c271dc3
merge from upstream
2018-02-27 09:21:08 -08:00
samcake
efba6bb524
Adding a counter for the other parts of the gameloop
2018-02-27 09:11:14 -08:00
howard-stearns
053640f216
a guess a linking bank
2018-02-27 08:36:45 -08:00
howard-stearns
ce0ae61947
Merge branch 'master' of https://github.com/highfidelity/hifi into wallet-help
2018-02-27 08:10:17 -08:00
John Conklin II
48f0cded05
Merge pull request #12440 from humbletim/Leopoly_Phase1_010_graphics-scripting
...
Leopoly_Phase1_010 Graphics Scripting
2018-02-27 07:53:25 -08:00
vladest
90b891dbc3
Fix push issue due to merge errors
2018-02-27 16:42:30 +01:00
vladest
b7f146fd47
Fix clipping issues in scrolling window
2018-02-27 16:27:08 +01:00
vladest
6a5fe0d513
Merge branch 'master' into move_to_qqc2
2018-02-27 15:23:52 +01:00
Olivier Prat
2d71d7da9f
Merge branch 'master' of http://github.com/highfidelity/hifi into taa
2018-02-27 09:11:43 +01:00
John Conklin II
25144f0fec
Merge pull request #12456 from Atlante45/fix/min-spec-crash
...
Fix crash when passing --checkMinSpec flag
2018-02-26 17:35:46 -08:00
Clément Brisset
2a7a71db13
Merge pull request #12477 from Atlante45/new-master
...
Merge stable back into master
2018-02-26 17:18:24 -08:00
David Rowe
1fb02d15d7
Entities actions JSDoc
2018-02-27 14:12:20 +13:00
howard-stearns
eb683d4793
mail is a link
2018-02-26 17:09:33 -08:00
Stephen Birarda
aa7bd2066a
Merge branch 'master' of github.com:highfidelity/hifi into feat/content-settings
2018-02-26 17:02:00 -08:00
howard-stearns
2f6e2f6b84
new wallet help
2018-02-26 16:52:41 -08:00
Seth Alves
642e7b7c37
Merge pull request #24 from druiz17/serverless-domains
...
Some bug fixes
2018-02-26 15:25:59 -08:00
Elisa Lupin-Jimenez
b56c78d36c
image has correct orientation and is collisionless
2018-02-26 14:44:46 -08:00
Zach Fox
0802bd2c21
Fix going to marketplace main page from WalletChoice
2018-02-26 14:27:59 -08:00
Dante Ruiz
a23c425f5e
actions and serverless status fixes
2018-02-26 14:24:51 -08:00
Seth Alves
666fa77be2
Merge branch 'master' of github.com:highfidelity/hifi into serverless-domains
2018-02-26 13:53:20 -08:00
Brad Davis
b9387f2a21
Merge remote-tracking branch 'upstream/master' into android_dev
2018-02-26 13:18:14 -08:00
Zach Fox
8223ebf393
Correctly handle referrer from WalletChoice
2018-02-26 12:44:41 -08:00
SamGondelman
6fe2d46d7c
merge
2018-02-26 12:40:14 -08:00
howard-stearns
4e4aebc7ee
get WalletChoice setup flow from My Purchases and confirmation. Still
...
not correct referrer.
2018-02-26 12:02:56 -08:00
John Conklin II
4feea929ce
Merge pull request #12449 from misslivirose/fix/atp-collisions
...
change default add to world shape for asset browser
2018-02-26 11:15:01 -08:00
John Conklin II
6316f33282
Merge pull request #12485 from dback2/avatarMotors
...
Add dynamic mode for scripted avatar motor
2018-02-26 11:03:30 -08:00
howard-stearns
2de72c125d
Merge branch 'master' of github.com:highfidelity/hifi into end-seeding
2018-02-26 10:54:22 -08:00
John Conklin II
e586a35d38
Merge pull request #12489 from vladest/fix_table_sort_indicator
...
Make sure sort indicator is attached to the right of title
2018-02-26 10:33:27 -08:00
howard-stearns
a5cedde3c8
Merge branch 'master' of github.com:highfidelity/hifi into end-seeding
2018-02-26 10:33:03 -08:00
John Conklin II
3201d2ba21
Merge pull request #12407 from NissimHadar/shadowControlsOffZvork
...
Shadow control for zones, models and shapes
2018-02-26 10:13:40 -08:00
Brad Davis
3e552e5739
Fix warnings
2018-02-26 09:53:35 -08:00
NissimHadar
c0f20900a0
Merge pull request #12458 from NissimHadar/snapshotDefaultNameFix
...
Corrected edge case of creating a snapshot with "" as the filename.
2018-02-26 09:39:16 -08:00