Kalila L
1e15458c64
Merge branch 'feature/add-update-notififier' of https://github.com/kasenvr/project-athena into feature/add-update-notififier
2020-08-30 13:58:12 -04:00
Kalila L
ec25ac9e7d
Update checkForUpdates.js
...
"retrievedMetadata" -> "vircadiaMetadata"
2020-08-30 13:57:45 -04:00
kasenvr
0b1dce14a0
Apply suggestions from code review
...
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2020-08-30 13:56:09 -04:00
David Rowe
5d02e0fe28
Fix blendshapes on planar meshes
2020-08-29 16:12:10 +12:00
David Rowe
128745ef36
Make blendshapes work for glTF with multiple mesh parts
2020-08-29 16:11:35 +12:00
David Rowe
a819b140dc
Don't weight blendshapes by default blendshape values
2020-08-29 14:17:54 +12:00
David Rowe
f946791791
Make blendshaps work for glTF with single mesh part
2020-08-29 14:17:13 +12:00
David Rowe
77dbe7a254
Rename FACESHIFT_BLENDSHAPES to BLENDSHAPE_NAMES
2020-08-29 11:21:56 +12:00
David Rowe
e0767e2f8c
Add HFM model dump for FBX files
2020-08-29 11:02:54 +12:00
David Rowe
98cef38aea
Initial tidying
2020-08-29 09:14:49 +12:00
daleglass
c099cfe904
Merge pull request #652 from kasenvr/kasenvr-patch-1
...
Update BUILD.md
2020-08-27 23:39:31 +02:00
daleglass
0f6f788879
Merge pull request #641 from ArcadeFever/fix/AC-placeholder-rebrand
...
changed url for AC script examples from HiFi to Vircadia github
2020-08-27 23:34:58 +02:00
daleglass
aba63051e5
Merge pull request #606 from AleziaKurdis/530_593_CrAppUIadust
...
Change colorSpread color-picker and other small fixes
2020-08-27 23:30:16 +02:00
Dale Glass
5a8be4de4b
Fix -Wclass-memaccess warnings
2020-08-27 19:49:48 +02:00
Dale Glass
baa0fd34f4
Fix unsigned warnings
2020-08-27 19:48:27 +02:00
Dale Glass
eeb13fe17f
Fix numerical precision warning
2020-08-27 19:27:11 +02:00
Dale Glass
afa44dccf6
Fix initialization order warning
...
https://stackoverflow.com/questions/30364585/will-be-initialized-after-wreorder
2020-08-27 19:27:11 +02:00
Dale Glass
a8ab9307d0
Add fall-through comments to fix GCC warnings
...
Unfortunately the attribute can't be used since we're not on C++17 yet.
2020-08-27 19:27:11 +02:00
Dale Glass
e6bd75d497
Fix incorrect fall-through in RenderPipelines
2020-08-27 19:27:11 +02:00
Kalila L
abac59c09b
Add checkForUpdates.js to the defaultScripts.js
2020-08-27 05:38:50 -04:00
Kalila L
4836f4b369
NOTE: Undo commit before merging, for testing purposes only.
2020-08-27 05:32:07 -04:00
Kalila L
68055f2458
Add update checker and notifier for Interface.
2020-08-27 05:30:45 -04:00
Kalila L
e8526aa6b7
Update chat to accept system notifications.
2020-08-27 05:28:07 -04:00
Kalila L
2d7a640935
Create networkingConstants.js
2020-08-27 05:27:47 -04:00
Kalila L
d45c283f3b
Add semanticVersionCompare function to utils.js
2020-08-27 03:53:04 -04:00
kasenvr
fabf8e9879
Add FAQ to BUILD_OSX.md
2020-08-27 03:40:05 -04:00
Kalila L
bfdcdee96b
Attempt to fix isInEditMode error on line 780.
2020-08-27 01:52:21 -04:00
kasenvr
374b36539a
Update BUILD_OSX.md
2020-08-26 14:32:12 -04:00
kasenvr
2ac6cbd808
Update interface/resources/qml/+webengine/BrowserWebView.qml
...
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2020-08-26 13:49:34 -04:00
kasenvr
693416cd0d
Update BUILD.md
2020-08-26 04:07:57 -04:00
Dale Glass
3615ca70b1
Fix build of hifiSdl2 on GCC 10
...
GCC 10 and above sets -fno-common by default, and causes a linking problem here:
ultiple definition of `WAYLAND_wl_proxy_marshal'
Work around it per https://medium.com/@clentfort/using-esy-sdl2-with-gcc-10-91b4fa0c5aa9
2020-08-26 00:40:20 +02:00
Dale Glass
5327ffeec4
Fix build under Qt 5.14 and later.
...
Solves "redefinition of ‘struct std::hash<QString>’",
"redefinition of ‘struct std::hash<QByteArray>'", and
a build failure in TouchscreenVirtualPadDevice.h.
2020-08-26 00:01:29 +02:00
Dale Glass
61a159034c
Fix build under Qt 5.14 and later.
...
Solves "redefinition of ‘struct std::hash<QString>’",
"redefinition of ‘struct std::hash<QByteArray>'", and
a build failure in TouchscreenVirtualPadDevice.h.
2020-08-25 23:32:24 +02:00
Martin Allerton
441381846b
Merge branch 'master' into feature/update-explore-ui
2020-08-25 20:33:28 +01:00
Kalila L
9f8107006e
Update OSX build instructions.
2020-08-25 03:36:51 -04:00
Kalila L
ca15adc0da
Update OSX folder icons to Vircadia.
2020-08-25 03:25:00 -04:00
kasenvr
a4bea1ce30
Update BUILD.md
2020-08-25 01:11:12 -04:00
kasenvr
3d8128cc08
Merge pull request #303 from MarcusLlewellyn/feature/reenable-signing
...
Re-enable and update code signing in the NSIS template.
2020-08-24 23:12:33 -04:00
Kalila L
7481925611
Add default timestamp server, remove obsolete comment.
2020-08-24 22:54:16 -04:00
Kalila L
6b96832db6
Wording.
2020-08-24 18:44:23 -04:00
Kalila L
26d4eb8e67
Updates per CR.
...
Co-Authored-By: David Rowe <david@ctrlaltstudio.com>
2020-08-24 18:43:03 -04:00
Kalila L
d41cb0a5cd
Update Install.md instructions for code signing.
2020-08-24 15:27:56 -04:00
Kalila L
be46e3d8f2
Code signing variables updated.
2020-08-24 15:23:13 -04:00
Kalila L
db13ea7614
Merge branch 'master' into pr/303
2020-08-23 17:32:18 -04:00
ArcadeFever
404e18296a
changed url for AC script examples from HiFi to Vircadia github
2020-08-23 12:33:13 -07:00
Kalila L
b9a25905e2
Update build docs.
2020-08-23 14:49:21 -04:00
Kalila L
feac9683c4
Remove unneeded if checks for INITIAL_STARTUP_LOCATION assignment.
2020-08-23 01:52:53 -04:00
Kalila L
a2bd06993f
Add option to build an Interface to go to specified address by default.
2020-08-23 01:49:32 -04:00
David Rowe
eb8ae74245
Tidying
2020-08-23 16:06:16 +12:00
David Rowe
67100b5a20
Display domain login menu item only on domains that have domain login
2020-08-23 15:56:27 +12:00