Commit graph

87275 commits

Author SHA1 Message Date
Dale Glass
3b797f5785 Debug code 2025-01-11 18:41:51 -08:00
Dale Glass
2cef749183 Update test to work with the split serializer/deserializer 2025-01-11 18:41:51 -08:00
Dale Glass
201c531edb Split SerDes into DataSerializer and DataDeserializer
Single class wasn't working well because deserialization may
need to be done on const data. With the split, the deserializer
part can work with const data without issues.

Also cleaned things up a bit.
2025-01-11 18:41:51 -08:00
Dale Glass
189f91b05d Clear blendshapes without memset
Avoids warning due to glm::vec3 not being trivially copyable
2025-01-11 18:41:51 -08:00
Dale Glass
194eebf57c Finish Texture_ktx conversion to serializer 2025-01-11 18:41:51 -08:00
Dale Glass
f6c203b54b Add documentation 2025-01-11 18:41:51 -08:00
Dale Glass
9c97928751 Add benchmarks 2025-01-11 18:41:51 -08:00
Dale Glass
30ced59cec Fix vec4 serialization 2025-01-11 18:41:51 -08:00
Dale Glass
23a5795ba9 Initial version 2025-01-11 18:41:50 -08:00
Dale Glass
8e41908e49 Partial spherical harmonics tests 2025-01-11 18:41:50 -08:00
127458aebc
Merge pull request #1217 from HifiExperiments/cameraClip
Some checks failed
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Has been cancelled
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Has been cancelled
Camera clipping
2025-01-12 00:17:32 +01:00
HifiExperiments
18c7320879 3rd person camera clipping option 2025-01-06 21:19:32 -08:00
Dale Glass
27f4ce4fca
Merge pull request #1288 from OfficialR3ido101/FixConsoleWindows
Some checks failed
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Has been cancelled
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Has been cancelled
Amended path to Rearranged_Basic_Sandbox.tar.gz
2025-01-04 20:39:40 +01:00
OfficialR3ido101
fea42034bc Amended path to Rearranged_Basic_Sandbox.tar.gz 2025-01-04 17:14:06 +00:00
254d4418a3
Merge pull request #1214 from HifiExperiments/changelog
Some checks failed
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Has been cancelled
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Has been cancelled
update changelog for 2024.11.1
2024-12-29 15:00:07 +01:00
1e40a6b6ae
Merge pull request #1281 from JulianGro/gha-update-2712
Some checks are pending
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Waiting to run
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Waiting to run
Update GitHub Actions
2024-12-28 21:30:33 +01:00
Dale Glass
a55d019252
Merge pull request #1278 from overte-org/feature/base64_images
Some checks are pending
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Waiting to run
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Waiting to run
Add support for base64 images in image entity URLs
2024-12-28 21:18:56 +01:00
c1906ae3f2 Remove End-of-Life Fedora. 2024-12-27 12:06:06 +01:00
821935380c Update deprecated upload-artifact action. 2024-12-27 12:02:23 +01:00
ce16815ab6 Remove outdated set-output step. 2024-12-27 12:00:27 +01:00
4c5bc90b32 Update deprecated upload-artifact action. 2024-12-27 11:58:09 +01:00
a03733cee5 Update CI Docker containers. 2024-12-27 11:51:49 +01:00
5a6da87303 Update FTP-Deploy. 2024-12-27 11:41:01 +01:00
f7a47ea00d Fix master build set-output deprecation warnings. 2024-12-27 11:38:38 +01:00
2986352e7e
Merge pull request #1272 from JulianGro/qt-update-51516
Some checks failed
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Has been cancelled
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Has been cancelled
Update Qt package and enable QtX11Extras.
2024-12-21 21:34:37 +01:00
d71264f555 Fix checking URL for base64 images 2024-12-21 14:25:25 +01:00
b85935c0c4 Add support for base64 images in image entity URLs 2024-12-20 23:49:37 +01:00
fba519ec6d
Merge pull request #1275 from AleziaKurdis/GraphisApp_toggle
Some checks are pending
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Waiting to run
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Waiting to run
Graphics App: adding a setting to hide or display the app in the tablet/toolbar
2024-12-20 21:42:43 +01:00
06ebb0c68f
Merge pull request #1274 from overte-org/feature/graphics_icon
Some checks are pending
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Waiting to run
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Waiting to run
Add a setting to hide the Graphics icon
2024-12-20 20:32:02 +01:00
c633ac9394
Merge pull request #1211 from Armored-Dragon/feature/gitignore_cache
Some checks are pending
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Waiting to run
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Waiting to run
Add .cache to gitignore for VSCode builds
2024-12-20 17:36:26 +01:00
Alezia Kurdis
3883de26ba
Add Hide & Show App from settings
This make the tablet app to be launched or not based on new setting that control its present in the tablet/toolbar.
It also make it able to discard or restore itself on the tablet/toolbar if the option is checked in the Setting menu.
(See PR 1274 for the new setting)
2024-12-19 21:56:30 -05:00
d06f8bcb26 Add a setting to hide the Graphics icon 2024-12-19 22:30:45 +01:00
05a1fa4226 Update Qt package and enable QtX11Extras. 2024-12-15 11:44:35 +01:00
Dale Glass
8f1c08a02e
Merge pull request #1263 from daleglass-overte/remove-checklightid-assert
Some checks failed
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Has been cancelled
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Has been cancelled
Remove an assert referencing checkLightId, which seems not to exist anywhere
2024-12-01 11:15:34 +01:00
Dale Glass
639cad4beb Remove an assert referencing checkLightId, which seems not to exist anywhere. 2024-12-01 09:45:45 +01:00
2c929360ff
Merge pull request #1220 from SummerGuardian64/fix_camera_sensitivity_setting
Some checks are pending
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Waiting to run
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Waiting to run
Fixed Camera Sensitivity setting not saving
2024-11-30 17:45:38 +01:00
1bb18c54ae
Merge pull request #1178 from HifiExperiments/uniformArrays
Some checks are pending
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Waiting to run
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Waiting to run
support more procedural shader uniform types, including arrays
2024-11-29 19:33:30 +01:00
b8b6222a8b
Merge pull request #1177 from HifiExperiments/stages
Some checks are pending
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Waiting to run
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Waiting to run
Templated render stages
2024-11-29 18:27:52 +01:00
965ee1537b
Merge pull request #1247 from Armored-Dragon/fix/system_display_name
Some checks are pending
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Waiting to run
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Waiting to run
Fix ShowRecieveStats in the Developer > Avatar menu
2024-11-29 18:10:12 +01:00
aa8a206e3c
Merge pull request #1176 from HifiExperiments/haze
Some checks are pending
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Waiting to run
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Waiting to run
remove unnecessary fullscreen pass when haze is off/disabled
2024-11-28 22:59:39 +01:00
a59047da30
Merge pull request #1241 from Armored-Dragon/fix/ac_timestamps
Some checks are pending
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Waiting to run
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Waiting to run
Change ArmoredChat timestamps to use real timestamps
2024-11-28 22:32:06 +01:00
eefeaf3c19
Merge pull request #1226 from HifiExperiments/jsdoc
Some checks are pending
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Waiting to run
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Waiting to run
possible fix for missing jsdoc
2024-11-28 20:20:48 +01:00
90ddd51ae0
Merge pull request #1204 from Armored-Dragon/fix/Pal_Application_Displayname_label
Add a label to the Pal application 'displayname' field
2024-11-28 20:04:01 +01:00
d547dc1244
Merge pull request #1203 from Armored-Dragon/feature/ac_joinnotifications
Some checks are pending
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Waiting to run
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Waiting to run
ArmoredChat notifications on join and leave
2024-11-28 19:57:59 +01:00
Armored-Dragon
e9331f9f34
Applied patches (#103) 2024-11-26 09:10:52 +00:00
HifiExperiments
2fdb530455 update changelog for 2024.11.1 2024-11-24 22:17:38 -08:00
Armored-Dragon
510b51eb3d
Fix compiler errors (#102) 2024-11-24 13:01:25 +00:00
Dale Glass
07c57f60c2
Merge pull request #1237 from Armored-Dragon/fix/privacy_policy_update
Some checks failed
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Has been cancelled
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Has been cancelled
Update privacy policy link
2024-11-23 20:50:13 +01:00
Dale Glass
48564f216b
Merge pull request #1250 from Armored-Dragon/feature/notificationCore_sounds_on_chat_message
Added sounds to all incoming chat messages
2024-11-23 20:44:33 +01:00
4e5eda5ee7
Merge pull request #1251 from overte-org/fix/entity_shutdown_crash
Some checks are pending
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Waiting to run
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Waiting to run
Fix script-related crashes on exiting a domain
2024-11-23 18:25:13 +01:00