081ae901d2
glTF importer using cgltf library
2024-02-25 19:57:00 +01:00
9a00edd371
Fix entity density not setting and not updating for motion states
2024-02-17 20:55:02 +01:00
1fd3f80210
Merge pull request #673 from overte-org/feature/entity_script_logging
...
Entity script logging for script editor
2024-02-17 16:32:05 +01:00
HifiExperiments
5f0cbe9799
comment about bit mapping in GraphicsScriptingInterface
2024-02-12 13:40:36 -08:00
HifiExperiments
9cb29bb3a3
fix some warnings, disable outlines for now
2024-02-03 22:31:27 -08:00
HifiExperiments
c04c037588
native MToon materials
2024-02-02 17:59:32 -08:00
c311d3cbfc
Script API for subscribing to entity server messages
2024-01-29 00:19:14 +01:00
d75efdb4ca
Script messaging fix
2024-01-10 00:35:56 +01:00
dfbc1d8865
Server side entity script messages
2023-12-29 20:28:54 +01:00
274867bc47
Work on better subscribtion to script messages
2023-12-23 20:16:39 +01:00
f3dbfc468e
Added ScriptMessage class
2023-12-23 20:16:39 +01:00
ee980cbc5b
Initial script logging functions
2023-12-23 20:16:39 +01:00
28e5466659
Fixed returnNothingOnEmptyPropertyFlags
2023-12-14 00:00:45 +01:00
b677cab143
Rename variable in entity scripting API and document it
2023-12-12 19:05:00 +01:00
7010f242b3
Fix a bug in Entities.getEntityProperties
2023-12-10 11:23:06 +01:00
4c7b6bb609
Merge pull request #744 from overte-org/feature/script_perfomance_improvements
...
Script performance improvements
2023-12-08 11:38:39 +01:00
Dale Glass
36c700d175
Merge pull request #716 from daleglass-overte/reorganize-startup
...
Reorganize startup to allow more control over plugins
2023-12-08 00:26:05 +01:00
Dale Glass
c655a8573d
Upgrade OpenEXR from 2.3.0 to 3.1.8
2023-12-04 23:30:49 +01:00
HifiExperiments
dfad009805
billboard particles based on their actual positions
2023-12-01 23:05:27 -08:00
410848ed82
Remove excessive getContext calls
2023-11-29 22:41:20 +01:00
39df2c975d
Merge pull request #711 from HifiExperiments/deprecatedRedirect
...
Fix QNetworkRequest::FollowRedirectsAttribute deprecated warning
2023-11-24 07:40:13 +01:00
825c398e54
Changed gravity constant
2023-11-19 17:39:10 +01:00
HifiExperiments
d9ee3791e6
fix deprecated warning
2023-11-18 23:12:28 -08:00
Dale Glass
111cea477d
Provide plugin load state
2023-11-12 20:08:47 +01:00
Dale Glass
ec29cfcd51
Treat Oculus and Steam plugins as display plugins, for disabling purposes
2023-11-12 18:44:00 +01:00
Dale Glass
a7132c4ff6
Remove PluginManager::disableDisplayPlugin
...
This isn't called anywhere, and I believe the implementation is flawed anyway.
While it tries to remove the plugin from the list, the plugin isn't shut down,
or disconnected from events. This is likely to cause problems if it were to
be used.
2023-11-12 13:41:17 +01:00
Dale Glass
e03768ddc5
Document PluginManager
2023-11-12 13:39:37 +01:00
478a0bbeaa
Merge pull request #708 from HifiExperiments/renderUpdate
...
Call somethingChangedNotification() from setLocalJointXXXX
2023-11-07 17:51:47 +01:00
665d21210a
Merge pull request #697 from overte-org/fix/script_require
...
Fixed incorrect Script.require behavior
2023-11-06 20:18:19 +01:00
HifiExperiments
0a08f11d7e
fix #650 : call something somethingChangedNotification() from setLocalJointXXXX
2023-11-06 00:36:34 -08:00
3abd98b642
Merge pull request #706 from overte-org/fix/graphics_settings
...
Fix for custom graphics setting
2023-11-06 00:17:11 +01:00
8f416ef505
Fix for custom graphics setting
2023-11-05 23:58:26 +01:00
e08aa2f1a0
Merge pull request #700 from overte-org/fix/oculus_plugin
...
Disable Oculus plugin by default and add a setting to enable it
2023-11-05 22:41:29 +01:00
9d5da27101
Added logging to Oculus Plugin setting
2023-11-05 21:04:45 +01:00
Dale Glass
bb1331c0cb
Fix memory debugging.
...
* Disables WebRTC (build fails)
* Recommends disabling optimization
* Recommends enabling debugging
* Remove forced optimization from plugins
2023-11-05 19:05:09 +01:00
Dale Glass
d23a17daa5
Add a test for bug #587
...
This will fail against the current master, since the current behavior is not correct.
2023-11-05 14:02:46 +01:00
ed58d6f34e
Disable Oculus plugin by default and add a setting to enable it
2023-11-05 10:49:49 +01:00
209f1d59f0
Fixed incorrect Script.require behavior
2023-11-04 20:45:33 +01:00
8b1b40273b
Merge pull request #686 from JulianGro/discord-rpc
...
Discord rich presence support
2023-11-02 08:54:12 +01:00
bf8ad07b60
Moved archive download interface files and converted documetnation to doxygen
2023-11-01 19:51:21 +01:00
8332e41989
Remove File API and limit audio recording file location
2023-11-01 00:29:15 +01:00
6645763117
Replaced mutex locking with lock guard
2023-10-31 18:37:05 +01:00
7481130e61
Add a mutex to entity server script engine
2023-10-30 20:41:08 +01:00
7930bd86cc
Place names with underscores are used and should be considered valid.
2023-10-30 19:02:15 +01:00
33bdd841c1
Fix entity server memory leak and improve performance
2023-10-30 18:40:04 +01:00
79cf24d30f
Merge pull request #645 from keeshii/feature/qml_entities
...
Added support for QML inside web-entities.
2023-10-19 22:46:07 +02:00
f04c3b5840
Make comment more coherent
2023-10-16 21:24:26 +02:00
8b648408fd
Added distance-based LOD
2023-10-13 19:28:05 +02:00
keeshii
d3f652686e
Added support for QML inside web-entities.
2023-10-10 18:48:39 +02:00
Dale Glass
babed47b6d
Rewrite Dropbox URLs to force downloads, even if the user uses a preview URL
2023-09-18 23:21:38 +02:00