..
animation
convert script engine variables from QSharedPointer to std::shared_ptr
2023-03-22 20:40:49 +01:00
audio
Continued tightening and testing of the scripting engine "glue" logic
2023-03-22 20:40:50 +01:00
audio-client
rework ScriptValue to act like a stack variable rather than a pointer
2023-03-22 20:40:49 +01:00
auto-updater
Renamed environment variables
2022-09-08 22:18:50 +02:00
avatars
first pass creating Qt <-> QtScript interface
2023-03-22 20:40:49 +01:00
avatars-renderer
patch review and removal of unnecessary differences
2023-03-22 20:40:49 +01:00
baking
convert script engine variables from QSharedPointer to std::shared_ptr
2023-03-22 20:40:49 +01:00
controllers
first pass creating Qt <-> QtScript interface
2023-03-22 20:40:49 +01:00
display-plugins
Replace call to window->devicePixelRatio() with devicePixelRatioF() to handle scales that are not multiples of 100%
2022-01-20 17:36:41 +00:00
embedded-webserver
Fixed memory access after delete in Domain Server
2022-07-18 20:19:08 +02:00
entities
first pass creating Qt <-> QtScript interface
2023-03-22 20:40:49 +01:00
entities-renderer
convert script engine variables from QSharedPointer to std::shared_ptr
2023-03-22 20:40:49 +01:00
gl
Set GL preference to GLVND
2021-09-17 21:04:12 +02:00
gpu
convert explicit shared pointer creation (using "new") to make_shared where possible/appropriate
2021-09-11 15:15:04 -07:00
gpu-gl
Renamed environment variables
2022-09-08 22:18:50 +02:00
gpu-gl-common
Fix automatic texture memory bug
2021-11-24 22:20:52 +01:00
gpu-gles
Use GLVND on GLES
2021-09-27 14:43:58 +02:00
graphics
Fix new[]/delete mismatch warning
2022-06-10 00:46:19 +02:00
graphics-scripting
first pass creating Qt <-> QtScript interface
2023-03-22 20:40:49 +01:00
hfm
Fix crash with models from ReadyPlayerMe by adding extra validation.
2022-11-26 14:36:37 +01:00
image
Rebranding and fixing URLs
2022-09-08 22:10:13 +02:00
input-plugins
rework ScriptValue to act like a stack variable rather than a pointer
2023-03-22 20:40:49 +01:00
ktx
Add another missing #include <stdexcept> for building under Windows.
2020-06-13 13:07:06 -07:00
material-networking
Make the "Wrote KTX" message a debug one
2022-06-21 15:12:49 +02:00
midi
not sure what would have broken this but... adding required windows dependencies for MIDI to operate
2023-03-22 20:40:49 +01:00
model-baker
Review fix
2021-12-23 23:10:44 +01:00
model-networking
isolate calls to the QtScript libraries to an interface we control
2023-03-22 20:40:48 +01:00
model-serializers
Fix material colors for glTF
2023-01-11 14:43:23 +01:00
networking
dropping dependencies from networking to script-engine by moving EntityScriptClient and LocationScriptingInterface
2023-03-22 20:40:48 +01:00
octree
Remove unused variable
2022-06-10 00:47:47 +02:00
oculusMobile
Upgraded Oculus SDKs to latest
2020-12-15 00:04:59 -08:00
oculusMobilePlugin
Fix missed JSDoc tag change
2021-05-16 21:44:16 +12:00
physics
shifting classes around and adding static initializers to resolve dependencies on scripting-engine (and drop dependencies from scripting-engine)
2023-03-22 20:40:48 +01:00
platform
Changed preset framerates. Added preset.
2021-10-30 12:57:00 -07:00
plugins
Updated some URLs, rebranded documentation and changed default metaverse server address
2022-02-09 23:57:24 +01:00
pointers
isolate calls to the QtScript libraries to an interface we control
2023-03-22 20:40:48 +01:00
procedural
Merge pull request #1339 from odysseus654/pr/make_shared
2021-12-09 17:14:04 -05:00
qml
Replace usage of deprecated QWheelEvent members
2022-06-10 00:46:19 +02:00
recording
rework ScriptValue to act like a stack variable rather than a pointer
2023-03-22 20:40:49 +01:00
render
convert explicit shared pointer creation (using "new") to make_shared where possible/appropriate
2021-09-11 15:15:04 -07:00
render-utils
rework ScriptValue to act like a stack variable rather than a pointer
2023-03-22 20:40:49 +01:00
script-engine
Continued tightening and testing of the scripting engine "glue" logic
2023-03-22 20:40:50 +01:00
script-engine-qtscript /src
working to clean up the QtScript implementation and move towards completion of the proxy interface
2023-03-22 20:40:48 +01:00
shaders
Fixed memcpy in loadSpirvResource
2021-12-25 18:25:13 +01:00
shared
moving EntityItemID from script-engine to shared
2023-03-22 20:40:48 +01:00
task
Fix warnings related to deprecated usage of multiple keys in QHash and QMap
2021-11-26 17:53:23 +01:00
test-utils
Fix warnings generated when building tests
2022-11-27 19:51:58 +01:00
ui
first pass creating Qt <-> QtScript interface
2023-03-22 20:40:49 +01:00
ui-plugins
workload
Don't use memcpy with non-trivially-copyable type
2022-06-10 00:46:19 +02:00