Dale Glass
d7073597e4
Merge pull request #1552 from ksuprynowicz/gltf_metallic_fix
...
Fixed metallic material import for glTF.
2021-12-26 20:34:01 +01:00
Dale Glass
08407b9736
Merge pull request #1547 from JulianGro/macOS_revert_deadlock
...
Remove extended deadlock wait on macOS
2021-12-26 20:27:36 +01:00
Dale Glass
574b5ae617
Merge pull request #1546 from JulianGro/macOS_Qt5.15.2_build_readme
...
Update qt-builder readme for macOS
2021-12-26 20:25:36 +01:00
Dale Glass
d022b004f4
Merge pull request #1482 from daleglass/qt5-fix-vector
...
Replace the deprecated QVector::fromStdVector and QVector::toStdVector().
2021-12-26 20:23:43 +01:00
Kalila
0026abaa17
Merge pull request #1545 from ksuprynowicz/gltf_crash_fix2
...
Update loops to prevent crash on some GLTF models.
2021-12-23 17:13:27 -05:00
Dale Glass
8d8d43e342
Review fix
2021-12-23 23:10:44 +01:00
Dale Glass
aeb52b38c7
Replace the deprecated toStdVector() and fromStdVector()
2021-12-23 23:10:44 +01:00
9a3686ccb6
Fixed metallic material import for GLTF
2021-12-23 19:40:50 +01:00
Kalila
528020417a
Merge pull request #1528 from JulianGro/macOS_SDK_checksum
...
GHA: Add checksum for macOS SDK for PR and master builds.
2021-12-21 12:37:53 -05:00
Julian Groß
3bc9846ebf
Merge remote-tracking branch 'refs/remotes/vircadia/master'
...
Conflicts:
.github/workflows/pr_build.yml
2021-12-21 12:52:52 +01:00
Julian Groß
683231818f
Add checksum check to master builds as well
2021-12-21 11:57:43 +01:00
Julian Groß
dd4286c6d3
Add checksum for macOS SDK
2021-12-21 11:57:42 +01:00
Kalila
ae47efdd42
Merge pull request #1548 from vircadia/fix/macOS-sdk-link
...
Fix macOS SDK links in GHA.
2021-12-21 02:12:46 -05:00
Kalila
c0cba62e9e
Update master_build.yml
2021-12-21 00:16:17 -05:00
Kalila
02f44cb18f
Update pr_build.yml
2021-12-20 18:03:57 -05:00
a7883fc588
Update libraries/model-serializers/src/GLTFSerializer.cpp
...
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2021-12-20 18:49:25 +01:00
7106482c58
Update libraries/model-serializers/src/GLTFSerializer.cpp
...
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2021-12-20 18:49:13 +01:00
Julian Groß
05e8a4fd5c
Update qt-builder readme with additional info
2021-12-20 01:58:37 +01:00
9a3a22d310
Changes to for loops needed to prevent crash on some GLTF models
2021-12-20 00:57:37 +01:00
Dale Glass
4641652899
Merge pull request #1523 from AleziaKurdis/CreateApp_BUGFIX-1517
...
Create App: Prevent locked entities and their children from being duplicated.
2021-12-18 20:27:36 +01:00
Dale Glass
293af1aea8
Merge pull request #1519 from AleziaKurdis/CreateApp-Bundle_December_2021
...
Create App - "Add All Zones" on renderWithZones selector.
2021-12-18 20:27:14 +01:00
Dale Glass
ab334405a8
Merge pull request #1533 from AleziaKurdis/ExploreApp-used-placename-to-connect
...
Explore App: Use the placename instead of address (ip:port).
2021-12-18 20:26:08 +01:00
Kalila
1c11dfc664
Merge pull request #1527 from ctrlaltdavid/dev/remove-submodule
...
Remove Vircadia Web app submodule and add automatic detection instead.
2021-12-16 17:37:41 -05:00
Julian Groß
650c2568cf
Remove extended deadlock wait on macOS
2021-12-15 00:40:52 +01:00
Alezia Kurdis
c6041712b7
Use the placename instead of address (ip)
...
Simple change that is using the placename instead of the "address" feild from the place api to build the url to connect.
For those where the placename = the domain name, Interface will be able to resolve path correctly.
using the address, this makes interface using 100% of the time the ip:/port information.
2021-12-12 13:31:36 -05:00
Dale Glass
d4a832a0c1
Merge pull request #1473 from Penguin-Guru/AudioOutputTest
...
Remove second argument from some playSystemSound() calls in QML.
2021-12-11 20:58:54 +01:00
Dale Glass
93e5f48951
Merge pull request #1423 from Penguin-Guru/RenderingEffects
...
Separate rendering effect settings.
2021-12-11 20:51:34 +01:00
Kalila
e4fbe5d24f
Merge pull request #1526 from JulianGro/gha_dont_optimize_aarch64
...
GHA: Disable compiler optimization on self-hosted runner.
2021-12-11 14:46:38 -05:00
Kalila
03b5b83b67
Merge pull request #1339 from odysseus654/pr/make_shared
...
Housekeeping: use of std::make_shared / QSharedPointer::create.
2021-12-09 17:14:04 -05:00
Kalila
a1d0f95535
Merge pull request #1340 from odysseus654/pr/auto-const-ref
...
Housekeeping: Update use of "auto" with plugin lists.
2021-12-09 17:13:55 -05:00
Kalila
7610f810ef
Merge pull request #1474 from Penguin-Guru/CodeSimplification
...
Remove <thread> library from main.cpp.
2021-12-09 17:07:30 -05:00
David Rowe
5b82d7792f
Include Web app and SDK files in solution only if present
2021-12-10 08:26:39 +13:00
David Rowe
9a048c643a
Don't have the Web app as a submodule
2021-12-10 08:12:28 +13:00
Julian Groß
65ffa2745e
Disable optimization on self hosted runner.
2021-12-09 19:00:40 +01:00
Alezia Kurdis
92f7997603
Fix for Issue #1517
...
Fix for Issue #1517
Locked entities were simply ignored and it was still processing their children.
Now it's no more possible to duplicate if the selection and their children contains a locked entities.
It was also unable to add the new parent if the duplicated child entity was locked. Which was causing some other issues.
2021-12-08 23:01:21 -05:00
Kalila
d05227f177
Merge pull request #1511 from ctrlaltdavid/fix/api-controller-examples
...
Update API examples to use "vircadia" in mapping names.
2021-12-08 19:10:39 -05:00
Alezia Kurdis
13897a3864
Reduce redundant code.
...
Reduce redundant code.
2021-12-07 21:34:04 -05:00
Alezia Kurdis
43bf840b94
"Add All Zones" button
...
This adds a "Add All Zones" button to the multiple zones selector used for RenderWithZones.
This addresses the Issue # 775
2021-12-06 23:11:30 -05:00
Alezia Kurdis
005869f414
Css for Add All Zones button
...
Complementary CSS for the "Add All Zones" button.
2021-12-06 23:05:33 -05:00
Alezia Kurdis
15214949be
Adjust text for Error 0
...
Error 0 was previously: "URL not well formed"
But actually , this wasn't the exact reason why an error 0 can be returned.
Error 0 means that no server are reachable to even respond.
So I have replaced it by "Server not found".
2021-12-06 22:13:16 -05:00
David Rowe
022dea7a58
Update API examples to use "vircadia" in mapping names
2021-12-04 21:37:33 +13:00
Kalila
b7734e32d0
Merge pull request #1468 from daleglass/qt5-fix-multimap
...
Fix deprecated usage of multiple keys in QHash and QMap.
2021-12-02 20:28:22 -05:00
Kalila
c35709c35c
Merge pull request #1411 from JulianGro/macOS_fix_fullscreen_crash_GHA
...
Specify macOS SDK to 10.12 on GHA to solve crash when entering fullscreen.
2021-12-01 18:48:24 -05:00
Kalila
b50c79ee8c
Add CBT logo.
2021-11-30 14:50:03 -05:00
Kalila
e9b4f0bdb4
Fix curl for GHA master build.
2021-11-30 12:43:12 -05:00
Kalila
f2a8b8c905
Fix curl with parameters.
2021-11-30 12:32:15 -05:00
Kalila
5b83e78a83
Fix curl URL by adding quotations.
2021-11-30 12:24:24 -05:00
Kalila
c0137e6e9a
GHA: Athena S3 > Cloudflare IPFS link for macOS SDK (PR build).
2021-11-30 12:09:22 -05:00
Kalila
e05639dad5
GHA: Athena S3 > Cloudflare IPFS link for macOS SDK (master build).
2021-11-30 12:08:41 -05:00
Kalila
1a82c64668
Merge branch 'master' into macOS_fix_fullscreen_crash_GHA
2021-11-30 09:50:50 -05:00