David Rowe
33a77a5dbd
Fix further Linux errors
2020-05-23 19:08:16 +12:00
David Rowe
f2232b89f0
Address Linux build warnings and errors
2020-05-23 17:18:03 +12:00
David Rowe
74f50ce079
Fix Linux build error
2020-05-23 15:48:48 +12:00
David Rowe
b72d5bf80c
Build OpenVR plugin on Linux
2020-05-23 14:53:43 +12:00
motofckr9k
d406b81b47
Big rebrand
2020-05-22 20:35:27 +02:00
Alezia Kurdis
e6d092aefe
Code Adjustment
...
Code Adjustment
{
...
listExistingZones.sort(zoneSortOrder());
return listExistingZones;
}
function zoneSortOrder() {
return function(a, b) {
if (a.name > b.name) {
return 1;
} else if (a.name < b.name) {
return -1;
}
return 0;
}
}
2020-05-21 22:13:33 -04:00
David Rowe
7634478aba
Merge branch 'master' into feature/vive-pro-eye-tracking
2020-05-22 08:52:08 +12:00
Dale Glass
2ec541f2ef
Fix Linux default audio device debug messages
...
Linux had no default audio implementation, implemented using
QAudioDeviceInfo.
2020-05-20 22:31:02 +02:00
Alezia Kurdis
3023924cf1
Minor code adjustments
...
Minor code adjustments
2020-05-20 16:11:48 -04:00
Kasen IO
9fb9b52165
Merge branch 'fix/other-renamings' of https://github.com/kasenvr/project-athena into fix/other-renamings
2020-05-20 15:08:29 -04:00
Kasen IO
c9f6f86619
Add descriptions, some still are TODO.
2020-05-20 15:08:18 -04:00
Kasen IO
ce1a1faf79
Fix copyright headers + some docs.
2020-05-20 15:02:03 -04:00
kasenvr
e990e2d5bf
Update README_hifi.md
...
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2020-05-20 15:00:28 -04:00
kasenvr
a9b56b5f3a
Merge pull request #335 from kasenvr/feature/openvr-update
...
Update to latest OpenVR SDK
2020-05-20 14:03:05 -04:00
Kasen IO
8d9ad0aed4
Update More App to latest revision.
...
More app now links to cdn.vircadia.com and also has a developer mode.
2020-05-19 18:22:20 -04:00
kasenvr
22e9aec0dd
Merge pull request #296 from kasenvr/fix/qml-whitelist-default
...
Add community-apps repo to default QML whitelist.
2020-05-19 16:49:29 -04:00
daleglass
cd3eec4192
Merge pull request #346 from daleglass/remove_qstring_null
...
Remove all uses of QString::null
2020-05-19 22:36:55 +02:00
Alezia Kurdis
3a0c4e1477
Zones Selector sorted by zone names
...
This change makes the Zones Selector sorted by zone names.
To address issue: renderWithZones: zone list incorrectly sorted. #354
(But this doesn't fix the problem with the scrolling)
2020-05-18 23:48:02 -04:00
Kasen IO
fa5f19ed2c
Merge branch 'fix/other-renamings' of https://github.com/kasenvr/project-athena into fix/other-renamings
2020-05-18 15:17:53 -04:00
Kasen IO
44933f0cc7
Update CONTRIBUTING.md and README.md
2020-05-18 15:17:40 -04:00
kasenvr
7996698c8f
Merge branch 'master' into fix/other-renamings
2020-05-18 15:10:32 -04:00
Thijs Wenker
a105a423e0
Merge pull request #364 from thoys/fix/gha_linux_python
...
Fix linux PR builds
2020-05-18 16:46:00 +02:00
Thijs Wenker
eb1bf12494
Fix linux PR builds
2020-05-18 14:07:38 +02:00
Kasen IO
7633361bb4
Update build docs.
2020-05-17 22:38:22 -04:00
Kasen IO
f908d5bb0a
Undo logo change.
2020-05-17 22:20:02 -04:00
Kasen IO
335f0c86dd
Reduce scope of PR.
2020-05-17 22:13:57 -04:00
e6505baf9d
Update help dialogs for Vircadia branding.
2020-05-17 15:37:58 -05:00
d19c474d65
Rebrand login screens for Vircadia.
2020-05-17 15:17:26 -05:00
0228c35d79
Update JSDOC in EntityItemPropeties.cpp to vircadia.com
...
Also strips trailing whitespaces from EntityItemProperties.cpp.
2020-05-17 14:46:33 -05:00
383bb11a40
Change default web entity URL to vircadia.com.
2020-05-17 14:43:09 -05:00
ce4aa67506
Change Window Titles to Vircadia
...
Also strips trailing whitespaces from interface's Applicaction.cpp.
2020-05-17 14:30:36 -05:00
187a2749c3
Rebrand the About dialog to Vircadia.
...
Also removes trailing whitespace from Menu.cpp.
2020-05-17 14:26:45 -05:00
5b6d57eb14
Update CMakeLists.txt
...
Change Visual Studio solution name to `vircadia`
2020-05-17 14:13:38 -05:00
445ebbd861
Replace KasenVR icons with Vircadia icons.
2020-05-17 14:10:07 -05:00
Dale Glass
407b2a4f22
Remove all uses of QString::null
...
It's deprecated and produces a warning on Qt 5.14
2020-05-17 18:00:02 +02:00
kasenvr
8b410c662e
Removed unused variable.
2020-05-16 16:35:16 -04:00
daleglass
9c96136312
Merge pull request #344 from jug007/grabbable
...
Disable "grabbable" property by default
2020-05-16 20:55:50 +02:00
Kasen IO
f4bcc82dd6
Corrections.
2020-05-16 02:27:45 -04:00
David Rowe
c0e36b7960
Address code review comments
2020-05-16 14:37:40 +12:00
David Rowe
63ba8400f7
Merge branch 'master' into feature/vive-pro-eye-tracking
2020-05-16 11:23:38 +12:00
MotoFufu9k
dd9728a09f
Change standard grabbable setting to false
2020-05-13 23:06:36 +02:00
daleglass
96905d0341
Merge pull request #343 from jug007/hifi-log
...
Change log file name to "vircadia-.."
2020-05-13 23:01:50 +02:00
motofckr9k
95a64b2f2c
Change standard log file names from "hifi-.." to "vircadia-.."
2020-05-13 22:59:51 +02:00
daleglass
8846e0e517
Merge pull request #317 from sethalves/fix-glm-warning
...
Don't let Linux build of glm with clang-9 fail due to stray semicolon
2020-05-13 22:37:41 +02:00
kasenvr
200289841b
Merge pull request #274 from AleziaKurdis/feature/renderWithZones-Create-UI
...
Feature: property "renderWithZones" in Create UI
2020-05-13 16:07:57 -04:00
kasenvr
c5fdacf975
Merge pull request #301 from HifiExperiments/modelBackface
...
Models support flipped normals on double sided geometry
2020-05-13 16:06:26 -04:00
daleglass
766bac7bd4
Merge pull request #340 from daleglass/fix_entity_is_dead_assertion
...
Fix #337 by ensuring the object is marked as dead.
2020-05-11 01:42:54 +02:00
Dale Glass
95570d5abc
Kill the entity in processRemovedEntities before calling prepareEntityForDelete
...
This was removed back in 9d92546a
and causes an assertion (#337 )
2020-05-10 18:41:03 +02:00
kasenvr
a089a55284
Merge pull request #336 from odysseus654/pr/dump
...
Improve information sent to Sentry on crashes
2020-05-09 20:49:48 -04:00
Alezia Kurdis
5d00341662
Correct value to ENTIRE_DOMAIN_SCAN_RADIUS
...
Set the correct value to constant: ENTIRE_DOMAIN_SCAN_RADIUS
var ENTIRE_DOMAIN_SCAN_RADIUS = 27713;
to reach all the entities of a domain from the center,(including in the corners) the radius must be:
sqr((16000 ^2) + (16000) ^2 + (16000 ^2))
which is once rounded = to 27713.
2020-05-09 15:24:18 -04:00