.. |
assets
|
|
|
audio
|
Convert all "/**jsdoc" occurrences to "/*@jsdoc"
|
2021-05-12 10:54:45 +12:00 |
avatar
|
Fixes for code review
|
2023-05-19 00:17:35 +02:00 |
commerce
|
convert script engine variables from QSharedPointer to std::shared_ptr
|
2023-05-19 00:17:34 +02:00 |
graphics
|
Fixed object deletion event, temporarily disabled watchdog log commands to make reading logs easier
|
2023-05-19 00:17:36 +02:00 |
java/io/highfidelity/interface
|
|
|
networking
|
Added QTimer* script data type and some nullptr checks
|
2023-05-19 00:17:35 +02:00 |
octree
|
review and cleanup of "#include <QtCore/QSharedPointer>"
|
2021-09-10 21:40:54 -07:00 |
raypick
|
Fixes for code review
|
2023-05-19 00:17:35 +02:00 |
scripting
|
Fixes for code review
|
2023-05-19 00:17:35 +02:00 |
ui
|
V8 fixes, including calls and signals
|
2023-05-19 00:17:37 +02:00 |
webbrowser
|
|
|
workload
|
proper render bounds for models (need to pass RenderArgs to getBound everywhere)
|
2021-01-17 22:08:06 -08:00 |
AboutUtil.cpp
|
Implement Qt WebEngine and Chromium versions
|
2022-06-19 15:52:20 +02:00 |
AboutUtil.h
|
Implement Qt WebEngine and Chromium versions
|
2022-06-19 15:52:20 +02:00 |
AndroidHelper.cpp
|
|
|
AndroidHelper.h
|
|
|
Application.cpp
|
Fixed location JS API
|
2023-05-19 00:17:37 +02:00 |
Application.h
|
convert script engine variables from QSharedPointer to std::shared_ptr
|
2023-05-19 00:17:34 +02:00 |
AppNapDisabler.h
|
|
|
AppNapDisabler.mm
|
|
|
AvatarBookmarks.cpp
|
rework ScriptValue to act like a stack variable rather than a pointer
|
2023-05-19 00:17:34 +02:00 |
AvatarBookmarks.h
|
Convert all "/**jsdoc" occurrences to "/*@jsdoc"
|
2021-05-12 10:54:45 +12:00 |
Bookmarks.cpp
|
Replace deprecated Qt code with STL
|
2022-06-10 00:46:19 +02:00 |
Bookmarks.h
|
Convert all "/**jsdoc" occurrences to "/*@jsdoc"
|
2021-05-12 10:54:45 +12:00 |
ConnectionMonitor.cpp
|
Ask user whether to continue to a domain if their wearables won't rez
|
2021-03-15 16:30:46 +13:00 |
ConnectionMonitor.h
|
|
|
Constants.h
|
Update endpoints to be consistent and work with the updates.
|
2020-09-15 21:05:00 -04:00 |
CrashHandler.h
|
Rework crashpad initialization
|
2021-07-10 01:43:18 +02:00 |
CrashHandler_Breakpad.cpp
|
added timer to detect if the unhandle exception hook has been broken
|
2020-06-20 20:54:24 -07:00 |
CrashHandler_Crashpad.cpp
|
Rebranding and fixing URLs
|
2022-09-08 22:10:13 +02:00 |
CrashHandler_None.cpp
|
Rebranding and fixing URLs
|
2022-09-08 22:10:13 +02:00 |
CrashRecoveryHandler.cpp
|
|
|
CrashRecoveryHandler.h
|
|
|
DiscoverabilityManager.cpp
|
Renamed Metaverse Server to Directory Server/Services
|
2022-09-08 22:19:55 +02:00 |
DiscoverabilityManager.h
|
|
|
FancyCamera.cpp
|
|
|
FancyCamera.h
|
Updated some URLs, rebranded documentation and changed default metaverse server address
|
2022-02-09 23:57:24 +01:00 |
FrameTimingsScriptingInterface.cpp
|
|
|
FrameTimingsScriptingInterface.h
|
|
|
GLCanvas.cpp
|
|
|
GLCanvas.h
|
|
|
InterfaceDynamicFactory.cpp
|
Annotate fall-through
|
2022-06-10 00:46:19 +02:00 |
InterfaceDynamicFactory.h
|
|
|
InterfaceLogging.cpp
|
|
|
InterfaceLogging.h
|
|
|
InterfaceParentFinder.cpp
|
review and cleanup of "#include <QtCore/QSharedPointer>"
|
2021-09-10 21:40:54 -07:00 |
InterfaceParentFinder.h
|
|
|
LocationBookmarks.cpp
|
Added QTimer* script data type and some nullptr checks
|
2023-05-19 00:17:35 +02:00 |
LocationBookmarks.h
|
Renamed Metaverse Server to Directory Server/Services
|
2022-09-08 22:19:55 +02:00 |
LODManager.cpp
|
Fixes to most scripting-related warnings
|
2023-05-19 00:17:35 +02:00 |
LODManager.h
|
first pass creating Qt <-> QtScript interface
|
2023-05-19 00:17:34 +02:00 |
LoginStateManager.cpp
|
|
|
LoginStateManager.h
|
review and cleanup of "#include <QtCore/QSharedPointer>"
|
2021-09-10 21:40:54 -07:00 |
main.cpp
|
Renamed Metaverse Server to Directory Server/Services
|
2022-09-08 22:19:55 +02:00 |
Menu.cpp
|
isolate calls to the QtScript libraries to an interface we control
|
2023-05-19 00:17:33 +02:00 |
Menu.h
|
Forgot to remove these.
|
2021-10-24 19:24:00 -07:00 |
ModelPackager.cpp
|
Fix MultiHash issues
|
2022-01-13 23:02:46 +01:00 |
ModelPackager.h
|
Fix warnings related to deprecated usage of multiple keys in QHash and QMap
|
2021-11-26 17:53:23 +01:00 |
ModelPropertiesDialog.cpp
|
Revert commit 359248829c using -m 1 to temporarily fix issue 383.
|
2020-06-03 16:08:18 -04:00 |
ModelPropertiesDialog.h
|
|
|
ModelSelector.cpp
|
|
|
ModelSelector.h
|
|
|
PerformanceManager.cpp
|
force Qt registration of PerformanceManager::PerformancePreset, as it's used as a return datatype in a script-callable function (and doesn't get auto-registered)
|
2023-05-19 00:17:35 +02:00 |
PerformanceManager.h
|
Changed preset framerates. Added preset.
|
2021-10-30 12:57:00 -07:00 |
RefreshRateManager.cpp
|
Fixes to most scripting-related warnings
|
2023-05-19 00:17:35 +02:00 |
RefreshRateManager.h
|
Type registeration fixes for scripting engine
|
2023-05-19 00:17:35 +02:00 |
ScriptHighlighting.cpp
|
|
|
ScriptHighlighting.h
|
|
|
SecondaryCamera.cpp
|
|
|
SecondaryCamera.h
|
|
|
SpeechRecognizer.cpp
|
|
|
SpeechRecognizer.h
|
Change identifier to org.overte
|
2022-09-08 22:18:53 +02:00 |
SpeechRecognizer.mm
|
|
|
UIUtil.cpp
|
|
|
UIUtil.h
|
|
|
Util.cpp
|
Explicitly encode QStrings to utf8
|
2022-01-16 21:38:14 +01:00 |
Util.h
|
|
|
VisionSqueeze.cpp
|
|
|
VisionSqueeze.h
|
|
|
world.h
|
|
|