Commit graph

85889 commits

Author SHA1 Message Date
56de0f8d56 Fix material colors for glTF
Co-authored-by: Julian Groß <julian.g@posteo.de>
2023-01-11 14:43:23 +01:00
c5d866a866
Merge pull request #303 from william-lohan/remove-commerce-options-from-wearables-ui-275
Remove commerce options from wearables ui
2023-01-08 19:56:55 +01:00
e1e367b15b
Merge pull request #301 from william-lohan/fix-build-error-on-rolling-distros
Fix build error on rolling release distros
2023-01-08 19:01:41 +01:00
Dale Glass
fb4e16af53
Merge pull request #273 from JulianGro/linux-server-gha
Add Linux server packages GitHub Actions CI
2023-01-07 11:21:53 -08:00
William Lohan
6b949f7ab3 Remove commerce options from wearables ui
Remove Inventory & Marketplace option from Wearables GUI #275
2023-01-06 10:43:59 -08:00
William Lohan
a4fbd8a12f Fix build error on rolling release distros 2023-01-05 15:42:37 -08:00
4a7e9c77f2
Update CHANGELOG.md 2023-01-02 20:49:01 +01:00
76b3f1bcdc
Merge pull request #294 from overte-org/fix/default_aa
Secondary camera now has the same antialiasing settings as main one
2022-12-27 15:19:40 +01:00
00a28807d8 Secondary camera now has the same antialiasing settings as main one 2022-12-24 23:00:58 +01:00
2b0626e512
Update CHANGELOG.md 2022-12-24 14:12:50 +01:00
95ed201f3b
Merge pull request #291 from overte-org/fix/nvidia-driver
Quick workaround for Nvidia driver bug
2022-12-24 09:00:44 +01:00
f1d7421698 Workaround for Nvidia driver bug 2022-12-23 20:25:10 +01:00
67a33a1ce7 Update CHANGELOG.md 2022-12-18 14:41:57 +01:00
Dale Glass
743c467d07
Merge pull request #288 from overte-org/fix/watchdog_max_average
Make NEW MAX ELAPSED AVERAGE trigger less sensitive
2022-12-17 21:28:49 +01:00
cbf9c20331 Make NEW MAX ELAPSED AVERAGE trigger less sensitive 2022-12-16 08:52:40 +01:00
Dale Glass
61fa164791
Merge pull request #221 from JulianGro/fbx_blender
Implement initial Blender FBX metallic support
2022-12-10 21:10:02 +01:00
Dale Glass
26fd8839a6
Merge pull request #269 from daleglass-overte/fix-uninitialized-blendtime
Fix "may be used uninitialized" warning for blendtime
2022-12-10 21:09:47 +01:00
Dale Glass
c7a8f01234
Merge pull request #278 from overte-org/fix/SphereCollapse
Made ExtractionMode::SphereCollapse fail more gracefully in case of incorrect data
2022-12-10 21:09:23 +01:00
20e673e364 Fixed weight comparison 2022-12-10 19:51:11 +01:00
088da60116 Added epsilon for dimensions of sphere in SphereCollapse 2022-12-10 17:07:31 +01:00
a5d12fc97d Made ExtractionMode::SphereCollapse fail more gracefully in case of incorrect data 2022-12-10 14:33:34 +01:00
5af7df7153 Remove debug step from workflow 2022-12-07 08:50:46 +01:00
1ca69fde93 Add GitHub Actions CI builds for amd64 and aarch64 Linux server packages. 2022-12-07 00:57:57 +01:00
Dale Glass
0ccf95237a
Merge pull request #271 from daleglass-overte/upgrade-spirv-cross
Upgrade SPIRV-Cross to the latest version, sdk-1.3.231.1
2022-12-04 00:35:33 +01:00
Dale Glass
52e89dd470 Upgrade SPIRV-Cross to the latest version, sdk-1.3.231.1 2022-12-04 00:02:21 +01:00
Dale Glass
894a830ead
Merge pull request #262 from JulianGro/reuse
Start REUSE compliance
2022-12-03 21:24:50 +01:00
Dale Glass
8e74773525
Merge pull request #270 from daleglass-overte/fix-meshstates-zero
Clear _meshStates after warning, not before.
2022-12-03 21:13:04 +01:00
Dale Glass
81b2af88ae Clear _meshStates after warning, not before.
Fixes #257
2022-12-03 00:51:06 +01:00
Dale Glass
b5c5c9ad3e Fix "may be used uninitialized" warning for blendtime 2022-12-03 00:33:22 +01:00
Dale Glass
7e4d50d732
Merge pull request #268 from daleglass-overte/fix-test-build-warnings
Fix test build warnings
2022-12-02 17:58:13 +01:00
Dale Glass
1677095af7
Merge pull request #84 from daleglass-overte/texture-benchmarks
Initial texture benchmark test
2022-12-02 17:28:09 +01:00
Dale Glass
a8a7ea961d
Merge pull request #267 from daleglass-overte/update-spirv
Update SPIR-V to 2022.4. Fixes build on Fedora 37.
2022-11-27 22:27:10 +01:00
Dale Glass
9a80e696ed Fix warnings generated when building tests 2022-11-27 19:51:58 +01:00
Dale Glass
ecb3913c1a Update SPIR-V to 2022.4. Fixes build on Fedora 37. 2022-11-27 17:55:59 +01:00
Dale Glass
7dd1766a3c
Merge pull request #266 from daleglass-overte/fix-bad-newline-places
Fix a bad line ending on one line
2022-11-27 17:33:32 +01:00
Dale Glass
56ff2e2869 Fix a bad line ending on one line 2022-11-27 17:02:52 +01:00
Dale Glass
0ac80b4b87
Merge pull request #263 from daleglass-overte/fix-gltf-crash
Fix crash with models from ReadyPlayerMe by adding extra validation.
2022-11-27 16:52:53 +01:00
Dale Glass
38854a8dda Add the usage of the glTF-Sample-Models test models. 2022-11-27 13:47:58 +01:00
Dale Glass
17f888c6e2 Add use of models provided by DrFran and Madders for testing.
They will be downloaded automatically when the test suite is built.
2022-11-27 01:11:16 +01:00
Dale Glass
e9a9ee557b Fix header 2022-11-26 16:14:57 +01:00
Dale Glass
dd0439e40d Make the GLTF serializer count all other errors it detects 2022-11-26 14:49:54 +01:00
Dale Glass
cd132246e6 Fix crash with models from ReadyPlayerMe by adding extra validation.
This also adds test code for the GLTF loader.
2022-11-26 14:36:37 +01:00
2ec60c6bcc Remove unused files 2022-11-25 22:03:17 +01:00
c14743acff Add licenses 2022-11-25 22:02:48 +01:00
4aad531049 Add license information to a bunch of files 2022-11-25 22:02:06 +01:00
Dale Glass
7b60552f78
Merge pull request #177 from daleglass-overte/audio-testing
Create audio tests for AudioClient and codecs
2022-11-19 21:55:12 +01:00
918452d02c
Merge pull request #251 from JulianGro/GHA-asset-upload
Use GitHub Actions artifact storage
2022-11-12 20:38:17 +01:00
3581f2d271 Fix deprecation warnings 2022-11-06 23:00:44 +01:00
8f03716003 Remove currently unused Android code 2022-11-06 23:00:16 +01:00
f56e1a8474 Switch to GitHub Actions artifact storage 2022-11-06 22:59:56 +01:00