Commit graph

85755 commits

Author SHA1 Message Date
e1baed3373 Build server packages using Docker 2022-08-24 16:03:43 +02:00
fd8b440d91 Upload Android build artifacts (if existent) 2022-08-24 15:52:45 +02:00
bf231dfc87 Update CHANGELOG.md 2022-08-24 14:22:53 +02:00
9a62901686
Fix wrong libdouble-conversion package name 2022-08-23 21:41:22 +02:00
e07a3c1a99
Merge pull request #172 from JulianGro/fix-obj-serializer
Fix OBJ-Serializer using wrong decimal separator
2022-08-23 21:37:18 +02:00
232bbce940
Merge pull request #158 from JulianGro/fix_paths
Fix paths for importing images and opening directories
2022-08-23 21:37:00 +02:00
f80b8a2c5e
Merge pull request #165 from JulianGro/update-NVTT
Update NVTT
2022-08-23 21:35:14 +02:00
ad9c08ff5c
Merge pull request #162 from JulianGro/macOS_vcpkg
Update VCPKG
2022-08-21 22:30:49 +02:00
970a4dfdb9
Update CHANGELOG and improve its markdown syling 2022-08-21 20:58:57 +02:00
538a80c5ab Fix string to float conversion for systems using anything other than a period as decimal separator 2022-08-21 17:15:57 +02:00
Dale Glass
cc69f9cb7d
Merge pull request #169 from JulianGro/fix-disables
Fix --disable-displays and --disable-inputs arguments
2022-08-20 21:55:09 +02:00
Dale Glass
fdc2b35bbf
Merge pull request #166 from JulianGro/changelog
Add initial CHANGELOG
2022-08-20 21:50:07 +02:00
Dale Glass
dd871de03f
Merge pull request #164 from JulianGro/gha_ubuntu20.04
Update GitHub Actions to Ubuntu 20.04
2022-08-20 21:32:13 +02:00
58fce56992 Fix --disable-displays and --disable-inputs arguments 2022-08-20 11:58:00 +02:00
86e56e88fe Update NVTT 2022-08-18 00:14:12 +02:00
38820874f3 Add initial CHANGELOG 2022-08-17 13:07:30 +02:00
fd20b94410 Do not upload stub Linux packages 2022-08-16 00:27:26 +02:00
b54abd819c Switch GitHub Actions Linux builds away from Ubuntu 18.04 because of deprecation by GitHub 2022-08-15 23:11:38 +02:00
7b9b811567 Install updated CMake on the aarch64 GitHub Actions runner 2022-08-15 23:07:52 +02:00
a6a889a2ed Update VCPKG deprecations and fix compiler flags for bullet3 and opus being overwritten.
VCPKG sets CMAKE_CXX_FLAGS and CMAKE_C_FLAGS automatically; Apparently our code to set those flags has never worked and rather than ignoring most of it, it changed to putting it somewhere it doesn't belong.
2022-08-15 22:39:16 +02:00
3b07b1699e Fix some CMake warnings 2022-08-15 22:20:45 +02:00
7eb9f3050b Do not clear VCPKG build trees so we can look at its logs 2022-08-15 22:20:01 +02:00
1da5fe2209 Update VCPKG 2022-08-15 22:18:15 +02:00
e17c9c401d
Merge pull request #161 from AleziaKurdis/CreateApp-ZoneSelectorUselessCodeRemoval
Create App: Remove useless code causing: Uncaught ReferenceError: element is not defined
2022-08-14 17:03:45 +02:00
9adca218af
Merge pull request #157 from JulianGro/fix-jsdoc-examples
Fix apidocs example files
2022-08-13 10:41:33 +02:00
7ee3485ced
Merge pull request #159 from JulianGro/ubuntu-20.04_qt
Add Ubuntu 20.04 Qt package
2022-08-13 10:40:55 +02:00
Alezia Kurdis
71b3451d08
Remove useless code
This removes some useless code that never worked for the Multiple Zone Selector component used for renderWithZones.
It was using an element variable that wasn't declare and set that was causing the failure of the entire function (since probably the implementation)
the function was call to update the selector with any changes with a zone.
but the selector is rebuild anyway at each click on the Add Zone button. It could also update the list by displaying a deleted zone as unkonwn.
But this was overkill, in addition that it has never worked without causing any real issues.

At least now, it will stop to cause error like this:
[DEBUG] [qml] [FlickableWebViewCore.qml] Web Entity JS message: file:///C:/Program%20Files/Overte%20-%20PR146/scripts/system/create/entityProperties/html/js/entityProperties.js 3988 Uncaught ReferenceError: element is not defined
2022-08-12 22:51:23 -04:00
23a59eb26d Add Ubuntu 20.04 Qt package 2022-08-12 18:04:58 +02:00
98d63fdd5a
Merge pull request #155 from daleglass-overte/remove-graphik-font-firasans
Replace Graphik with Fira Sans
2022-08-12 13:36:32 +02:00
8ebc285fea Fix paths for importing images and opening directories
Co-authored-by: Steve Hocktail <MVboy39@gmail.com>
2022-08-10 23:32:37 +02:00
89440e4a8e Fix apidocs example files. 2022-08-09 14:30:01 +02:00
Dale Glass
f808b24c50
Update interface/resources/qml/stylesUit/FiraSansSemiBold.qml
Co-authored-by: Julian Groß  <julian.g@posteo.de>
2022-08-08 01:18:24 +02:00
Dale Glass
7d117ebfed
Update interface/resources/qml/stylesUit/FiraSansRegular.qml
Co-authored-by: Julian Groß  <julian.g@posteo.de>
2022-08-08 01:18:10 +02:00
Dale Glass
0066dfc2e8 Add missing qml files 2022-08-07 18:20:06 +02:00
Dale Glass
065293ea36 Review fixes 2022-08-07 17:32:44 +02:00
Dale Glass
ad7e859a28 Remove duplicated font definitions 2022-08-07 14:34:02 +02:00
Dale Glass
07e1f2a631 Add Fira Sans Medium 2022-08-07 14:32:48 +02:00
Dale Glass
6d8b942ccd Remove font files 2022-08-07 14:02:47 +02:00
Dale Glass
1332d9d35e Replace Graphik with Fira Sans 2022-08-07 14:01:42 +02:00
b10123400f
Merge pull request #151 from JulianGro/remove-invnetory-app
Remove Inventory app
2022-08-07 12:44:49 +02:00
Dale Glass
59b6288d61
Merge pull request #147 from AleziaKurdis/vrKeyboad
VR Keyboard: visual enhancement
2022-08-06 21:38:40 +02:00
Dale Glass
6663ac7a26
Merge pull request #146 from overte-org/fix/qt_5.15.5_on_windows
Update Qt on Windows to 5.15.5 and QtWebengine to 5.15.11
2022-08-06 21:37:41 +02:00
04946e8450 Remove inventory app 2022-08-04 13:05:45 +02:00
Alezia Kurdis
98d81a3586
Fix FBX (Attempt 3) 2022-08-01 21:15:19 -04:00
cb27783863
Changed Windows Qt package name and format 2022-08-02 00:26:27 +02:00
Alezia Kurdis
20f36ebf72
fix the fbx (attempt 2) 2022-08-01 16:07:16 -04:00
Alezia Kurdis
32bf0c5fd4
Fix the uvmap that we causing a visual glitch 2022-08-01 13:33:43 -04:00
Alezia Kurdis
15ec2920ea
Darkness Adjustment 2022-08-01 01:45:51 -04:00
Alezia Kurdis
4a5b93ea4a
More clarity on VR Keyboard 2022-07-31 21:39:44 -04:00
b81551a240 Update Qt on Windows to 5.15.5 and QtWebengine to 5.15.11 2022-07-31 22:25:51 +02:00