Commit graph

86225 commits

Author SHA1 Message Date
gameboycjp
a4b416eacd
Update winprepareVS19.bat
There should either be no pause, or it should wait for user input. If CMake fails, this gives the user a chance to review logs.
2023-04-21 16:49:20 -07:00
gameboycjp
cd51bd516f
Update BUILD_WIN.md
Overhaul step 7
2023-04-21 14:30:41 -07:00
gameboycjp
649aaf302f
Add Batch File To Run CMake Automatically
Added for ease of use
2023-04-21 21:14:08 +00:00
2ae553a21a Update NVTT from 2.1.3 to 2.1.4
* Fix compilation on Visual Studio 2022
2023-04-21 14:16:37 +02:00
4d782bc28b
Merge pull request #258 from akamicah/update-unity-avatar-exporter
Update unity avatar exporter
2023-04-17 22:57:26 +02:00
dcddf08d24
Merge pull request #342 from JulianGro/increase_log_size
Increase max log size
2023-04-15 00:35:24 +02:00
f5f2134b92
Merge pull request #349 from JulianGro/executable
Remove executable permission from a bunch of files
2023-03-23 02:41:14 +01:00
ad05086a9c
Merge pull request #347 from JulianGro/audio
Throw warning on empty audio device list
2023-03-18 21:13:15 +01:00
8b973bdfa3 Remove executable permission from a bunch of files 2023-03-14 00:02:33 +01:00
09a88a5d0f Add KDevelop to gitignore 2023-03-12 16:38:32 +01:00
40cdeec4d9 Fix "Invalid token at start of a preprocessor expression" 2023-03-12 16:36:14 +01:00
88a0d6217e Throw warning if audio devices list is empty instead of debug message. 2023-03-12 16:35:55 +01:00
cf6c974c5d
Update license year 2023-03-11 19:35:10 +01:00
67a9b82236 Increase max log size from 512 KiB to 10 MiB.
Lower max amount of log files from 100 to 20.
2023-03-11 19:24:23 +01:00
842a78e6bc
Add PayPal to FUNDING.yml 2023-03-09 12:58:43 +01:00
8276e429c8
Merge pull request #338 from JulianGro/master
Add FUNDING.yml
2023-03-06 22:11:04 +01:00
6ce8dec43b Add FUNDING.yml 2023-03-06 21:31:07 +01:00
Dale Glass
889f26d8d9
Merge pull request #330 from AleziaKurdis/placesAppReplaceVircadiaFromFed
Remove Vircadia, add metax.zone from the federation.json
2023-02-18 21:12:24 +01:00
Dale Glass
7391405058
Merge pull request #329 from SilverfishVR/master
fix api docs Window.prompt() example
2023-02-18 21:10:45 +01:00
Alezia Kurdis
86761cc2ab
remove Vircadia, add metax.zone
This PR remove Vircadia from the Federation (Since it is not really part of a federation when it is one way and not even working with us)
This PR also add "https://api.mv.metax.zone" as part of the federation (minimally for testing/development) 

Note: Vircadia should remain in the place app as an "external" region for those who lock it in the create app. It will be up to them to keep it or let it go.
2023-02-17 22:30:59 -05:00
SilverfishVR
ec25cfd60a fix api docs Window.prompt() example
example did not work as expected
2023-02-17 03:25:57 +01:00
Alezia Kurdis
9f6a7399eb
Beacons decommission
This remove the codes to support the old Beacons system.
2023-02-15 22:09:56 -05:00
789fd834fe
Merge pull request #325 from JulianGro/native_GHA
GitHub Actions update actions
2023-02-15 14:56:25 +01:00
53afe4a6aa Update actions that were formerly incompatible with our setup. 2023-02-15 09:33:14 +01:00
e81cf369c9
Merge pull request #315 from overte-org/JulianGro-doxygen
GitHub Actions Doxygen update
2023-02-11 21:49:07 +01:00
e30a19b008 Update Doxygen GitHub Actions builds
Update to Ubuntu 22.04 for newer doxygen
Update Actions to fix nodejs12 depreciation warning.

Add Doxygen build and deploy status to README.md
2023-02-04 19:19:25 +01:00
Dale Glass
9432183a5e
Merge pull request #307 from overte-org/fix/gltf_colors
Fix material colors for glTF
2023-01-14 11:44:37 -08:00
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
bd1fc19bac
Update libraries/ui/src/ScreenName.h
Co-authored-by: Julian Groß  <julian.g@posteo.de>
2023-01-07 20:49:36 +01:00
Dale Glass
8e7b99811e
Update libraries/ui/src/ScreenName.cpp
Co-authored-by: Julian Groß  <julian.g@posteo.de>
2023-01-07 20:49:30 +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
Dale Glass
1cf3756c84 Move screen naming to UI library, and improve naming 2023-01-07 19:35:52 +01:00
Dale Glass
de36c716c8 Try to make screen descriptions include more info 2023-01-06 20:35:57 +01: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
Dale Glass
8884988336 Add an option to choose which screen to use for full screen mode 2023-01-06 17:32:06 +01:00
Dale Glass
4fff634d50 Remove call to non-existing function close() in QML ComboBox
This causes the following error:

ComboBox.qml:53: ReferenceError: close is not defined

And seems to be definitely incorrect.
2023-01-06 17:32:06 +01: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