Commit graph

86649 commits

Author SHA1 Message Date
Dale Glass
e6ed4f4ebc Fix prebuild.py code ordering to make --get-vcpkg-id and --get-vcpkg-path correctly in the repo root 2024-02-26 20:07:00 +01:00
Dale Glass
c19142c844
Merge pull request #831 from AleziaKurdis/fixNotificationsHMD
Fix the display of Notifications
2024-02-25 17:36:45 +01:00
Dale Glass
1fe2fc5fba
Merge pull request #829 from overte-org/JulianGro-patch-1
Fix recording API documentation not being built
2024-02-24 20:27:35 +01:00
Dale Glass
5f455303f2
Merge pull request #827 from AnotherFoxGuy/fix-win
🐛 Fixed build on Windows
2024-02-24 20:26:53 +01:00
Dale Glass
2560f2aa2c
Merge pull request #815 from HifiExperiments/keyboardModifiers
Add keyboard modifiers to entity pointer events
2024-02-24 20:21:05 +01:00
Alezia Kurdis
af4589d42a
Small adjustments 2024-02-24 13:49:44 -05:00
Alezia Kurdis
c28048be47
Fix notification display
This address the following things:
- In HMD, the notification are now synch with the helmet, you can't miss any notification now. the rendering is more stable this way. (Addressing Issue #826)
- in Desktop, it is using Window API instead of Controller API to obtain the window size to know where to display should be. (Controller is not always on synch with desktop size.  Window is always accurate for Desktop.
- In Desktop, now the windows width is recomputed so it support now window resizing. (Maybe addressing Issue #470 (assuming that "Announcements" are the "Notificatons", ))
2024-02-23 22:19:57 -05:00
22a783b702
Fix recording API documentation not being built 2024-02-23 20:29:05 +01:00
Edgar
7cf079546a
🐛 Fixed build on Windows
SEVERITY_ERROR is defined as a macro in winerror.h
2024-02-22 13:53:40 +01:00
68fffe00ab
Merge pull request #819 from overte-org/fix/entity_density
Fix entity density not setting and not updating for motion states
2024-02-17 21:02:50 +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
5c5c529fa9 Fix buffer size 2024-02-17 16:19:22 +01:00
63e14e0644
Merge pull request #812 from overte-org/linux-server-gha-update
Linux server gha update
2024-02-16 23:49:06 +01:00
HifiExperiments
0773e38afb add keyboard modifiers to entity pointer events 2024-02-16 12:23:15 -08:00
1221b46a59
Merge pull request #813 from daleglass-overte/get-vcpkg-path
Add a way to get VCPKG path and hash ID
2024-02-14 17:09:46 +01:00
1b77f5435e
Add warning to Android build instructions mentioning that building is currently not possible. 2024-02-14 17:05:09 +01:00
Dale Glass
dbe04a945e Fix printing argv 2024-02-14 00:31:46 +01:00
cb05ae8f72
Merge pull request #805 from HifiExperiments/mtoon
MToon materials
2024-02-13 01:03:06 +01:00
Dale Glass
2d2e07b693 Review fixes 2024-02-13 00:28:07 +01:00
HifiExperiments
5f0cbe9799 comment about bit mapping in GraphicsScriptingInterface 2024-02-12 13:40:36 -08:00
Dale Glass
0e2131e80c Add a way to get VCPKG path and hash ID 2024-02-12 18:24:35 +01:00
4f2c829766 Add Fedora 39 support 2024-02-12 17:04:58 +01:00
8cc8be12b6 Downgrade to VCPKG version 2023.11.20 because of upstream regression https://github.com/microsoft/vcpkg/issues/36094 2024-02-12 17:01:37 +01:00
fbfabb3096 Remove End Of Life systems 2024-02-12 15:20:55 +01:00
f9b5c786fb
Merge pull request #807 from overte-org/JulianGro-vcpkg_aarch64_update
Update VCPKG for Linux aarch64
2024-02-04 23:20:49 +01:00
15c9408b9f Fix OpenVR related build error on aarch64 introduced in a79cd1e6ce 2024-02-04 15:47:00 +01:00
HifiExperiments
9cb29bb3a3 fix some warnings, disable outlines for now 2024-02-03 22:31:27 -08:00
0ad3464e45 Update VCPKG for Linux aarch64 2024-02-03 19:04:04 +01: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
Dale Glass
ce11eb3920
Merge pull request #781 from AleziaKurdis/TutorialDoppleGangerFix
Fix the doppleganger position in the tutorial
2024-01-06 20:30:50 +01:00
Alezia Kurdis
360e43e006
fix the doppleganger position in the tutorial
This try to fix the doppleganger position in the Avatar Viewer in the tutorial.
2023-12-30 21:42:31 -05:00
Dale Glass
d882843b01
Merge pull request #576 from AnotherFoxGuy/unity-exporter-improvements
 "Update Existing Avatar" now properly updates the fst file
2023-12-30 21:21:37 +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
Dale Glass
00bcf0d41f
Merge pull request #773 from gameboycjp/patch-1
Add VS22 cmake jumpstart script
2023-12-16 20:58:54 +01:00
gameboycjp
c07595abc3
Add VS22 cmake jumpstart script 2023-12-16 10:34:31 -08:00
ca74b2cda9
Merge pull request #770 from overte-org/fix/entity_properties3
Fixed returnNothingOnEmptyPropertyFlags
2023-12-15 19:58:45 +01:00
28e5466659 Fixed returnNothingOnEmptyPropertyFlags 2023-12-14 00:00:45 +01:00
1bc76cbbb9
Merge pull request #768 from overte-org/fix/script_properties2
Fix a bug in Entities.getEntityProperties
2023-12-12 23:13:28 +01:00
b677cab143 Rename variable in entity scripting API and document it 2023-12-12 19:05:00 +01:00
0729d6e601
Merge pull request #769 from OfficialR3ido101/fix/remove_floofchat_markdown
Removing markdown from floof chat
2023-12-12 17:55:55 +01:00
OfficialR3ido101
d7226b76a4 Removed commented out code since we do not need it 2023-12-12 16:54:22 +00:00
OfficialR3ido101
b451571e10 Removed markdown to make everyone happy 2023-12-12 16:53:07 +00:00
OfficialR3ido101
819ddeff0b Removed markdown to make everyone happy 2023-12-12 16:35:22 +00:00
9451a1261e Fix a bug with grabbable entities 2023-12-10 12:51:08 +01:00