Commit graph

2164 commits

Author SHA1 Message Date
3a649a5ad5 Fix falling though the ground after serverless 2025-05-06 23:59:20 +02:00
Ada
b4a46e3c42 Always use Fusion style, light theme included 2025-04-27 19:52:49 +10:00
Ada
d4b0318fe6 Dark theme setting 2025-04-27 18:01:15 +10:00
OfficialR3ido101
aced56d934 Fixed for review changed vars 2025-04-05 22:09:13 +02:00
OfficialR3ido101
d343fea626 Stop mouse capturing when in vr 2025-04-05 21:54:03 +02:00
HifiExperiments
d6d9cffc3b Merge remote-tracking branch 'overte/master' into application 2025-02-21 22:21:27 -08:00
HifiExperiments
18c7320879 3rd person camera clipping option 2025-01-06 21:19:32 -08:00
HifiExperiments
22bd86f122 Merge remote-tracking branch 'overte/master' into application 2025-01-04 21:39:29 -08:00
d06f8bcb26 Add a setting to hide the Graphics icon 2024-12-19 22:30:45 +01:00
HifiExperiments
c6731d216e Merge remote-tracking branch 'overte/master' into application 2024-10-25 13:30:19 -07:00
HifiExperiments
2345bcc2b5 fix audio devices + login popup 2024-10-21 20:49:49 -07:00
HifiExperiments
e6d7ffdd76 refactor application.cpp 2024-10-21 20:49:45 -07:00
HifiExperiments
2d6e5027b8 Merge remote-tracking branch 'overte/master' into master_to_protocol_changes2 2024-07-29 18:09:14 -07:00
HifiExperiments
55907acd70 remove attachments 2024-07-06 16:39:46 -07:00
26de05ad1b Add QML API function to show VR keyboard 2024-06-25 21:13:49 +02:00
HifiExperiments
ee705d285e Merge branch master into protocol_changes 2024-06-18 21:08:21 -07:00
Dale Glass
b05dd3443d Refactor display/input disabling 2023-11-12 18:44:31 +01:00
Dale Glass
b9662e5af8 Separate plugin initialization, allow dumping plugin info 2023-11-11 21:03:16 +01:00
Dale Glass
57e1c99fff Initialize PathUtils and logging in constructor 2023-11-11 19:34:52 +01:00
Dale Glass
c748064d0a Make _applicationOverlay a shared_ptr 2023-11-11 17:59:31 +01:00
Dale Glass
a22b06c3e7 Change _graphicsEngine to a shared_ptr 2023-11-11 17:41:22 +01:00
Dale Glass
3dabf23ff4 Change _octreeProcessor and _entityEditSender to shared_ptr 2023-11-11 17:32:12 +01:00
Dale Glass
059600e8d4 Initial effort to reorganize the startup code.
This is intended to make things like plugin initialization more sane,
and make Qt happier. Qt wants QApplication to start as soon as possible,
but our code's attempt to load the entire world in the Application
constructor doesn't quite mesh with this.

This is an effort to first create Application much earlier, and do as
little as possible in the constructor, moving almost all initialization
to a later init function.

A later stage would be to split the giant mess of init code into more
digestible sections that run in some sort of logical order.
2023-11-11 12:32:17 +01:00
8b1b40273b
Merge pull request #686 from JulianGro/discord-rpc
Discord rich presence support
2023-11-02 08:54:12 +01:00
8332e41989 Remove File API and limit audio recording file location 2023-11-01 00:29:15 +01:00
77c24ed7c3 Initial version of Discord rich presence support.
Co-authored-by: Maki <mxmcube@gmail.com>
Co-authored-by: Dale Glass <dale@daleglass.net>
2023-10-30 19:03:49 +01:00
Dale Glass
dba38acb9f
Merge pull request #381 from JulianGro/pr/drop-wallet
Drop all dependencies on marketplace and wallet
2023-06-03 21:27:13 +02:00
Heather Anderson
60b8d41c16 stripping wallet/marketplace out 2023-05-28 15:12:21 +02:00
17dc2decf6 Initial IME support 2023-05-27 00:08:24 +02:00
ab21945a54 Fixed crashes that happened when clearing cache 2023-05-22 00:15:54 +02:00
28079eb2df Fixed deadlock on start with recent Qt versions 2023-05-19 00:17:40 +02:00
ae7d229d0e Fix copyright headers 2023-05-19 00:17:38 +02:00
Heather Anderson
70fbe76341 convert script engine variables from QSharedPointer to std::shared_ptr 2023-05-19 00:17:34 +02:00
Heather Anderson
1e018dbc64 isolate calls to the QtScript libraries to an interface we control 2023-05-19 00:17:33 +02:00
Dale Glass
9a828077bd Add Overte e.V. copyright 2022-11-01 20:49:00 +01:00
Dale Glass
b540c426c1 Use logging categories 2022-11-01 17:06:33 +01:00
Dale Glass
6af76ae19f Remove settings thread from Application.cpp
Thread is now managed in the Setting::Manager
2022-11-01 16:58:54 +01:00
Penguin-Guru
b11b173b60 Changes parser pointer to reference. 2022-05-22 13:09:14 -07:00
Penguin-Guru
759b428b34 Fixed a different kind of spacing. 2022-05-22 13:07:30 -07:00
Penguin-Guru
e1d79c7b59 Streamlined handling with single parameter source. 2022-05-22 13:07:28 -07:00
Dale Glass
b8d1057e1f Replace the deprecated QMutex{ QMutex::Recursive} with QRecursiveMutex
This fixes around 1700 warnings.
2021-09-26 01:27:19 +02:00
Heather Anderson
ab4d70760e review and cleanup of "#include <QtCore/QSharedPointer>" 2021-09-10 21:40:54 -07:00
David Rowe
c45007d038 Merge branch 'master' into fix/can-rez-attachment
# Conflicts:
#	interface/src/Application.h
2021-03-29 15:28:08 +13:00
Kalila L
fd592dfb06 CR. 2021-03-19 04:11:26 -04:00
Kalila L
be0bd3940d Finish flag work on kick functionality. 2021-03-17 23:25:08 -04:00
Kalila L
0216b34681 State of refactoring 2021-03-17 19:37:06 -04:00
David Rowe
da5f462e4f Typo 2021-03-17 19:25:04 +13:00
David Rowe
0adfd8b806 Ask user whether to continue to a domain if their wearables won't rez 2021-03-15 16:30:46 +13:00
Kalila L
78cc98bc7b Add improved functionality for Users.kick API.
Add banByUsername, banByFingerprint, and banByIP parameters.
2021-03-11 01:03:54 -05:00
kasenvr
5080909bb9
Merge pull request #664 from kasenvr/feature/require-redownload
Feature/require redownload
2020-11-12 17:10:08 -05:00