Armored Dragon
0a7b64d7be
Prevent VR quick_message bar.
...
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-05-23 01:50:38 -05:00
Armored Dragon
ed3e629f19
Image embedding.
...
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-05-22 22:31:28 -05:00
Armored Dragon
1cddc5a398
Added message padding.
...
Resolved "listview" rendering warnings.
Prevent sending empty messages.
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-05-22 21:18:08 -05:00
Armored Dragon
0bc11e8da4
Fix for #975 sticky keys.
...
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-05-22 20:55:31 -05:00
Armored Dragon
86f8e29096
Quick Message hotbar.
...
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-05-22 20:37:10 -05:00
Armored Dragon
9bf5f3d0d3
Linking fix.
...
Disabled sending on Shift + Enter to prevent confusion.
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-05-22 04:47:37 -05:00
Armored Dragon
7920610d4d
README
...
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-05-22 03:50:34 -05:00
Armored Dragon
9d9b57dae4
Fix notification width.
...
Allows for kinetic mouse scrolling.
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-05-22 03:14:17 -05:00
Armored Dragon
2a42bceaec
Minor formatting adjustments.
...
Hopefully makes code pasting easier.
Added missing break to prevent unintended executions.
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-05-22 03:03:02 -05:00
Armored Dragon
c48e9d3a69
Clickable links.
...
Messages are now rich text.
Fix clear_message command flow over.
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-05-22 02:50:29 -05:00
Armored Dragon
391a33d149
Fixed saved date on messages.
...
Hotfix for empty message_history setting.
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-05-21 16:46:41 -05:00
Armored Dragon
66fd21777c
Maximum messages setting.
...
Settings now initialize properly.
Settings now save properly.
Removed compact_chat setting as deprecated.
Added spacing between settings.
Message history now prunes itself if the number of messages exceeds maximum.
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-05-21 12:19:03 -05:00
Armored Dragon
7b50f9184f
Clear already logged messages.
...
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-05-18 14:12:00 -05:00
Armored Dragon
0d5eb93241
Added Settings.
...
Erase messages.
Toggle external window.
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-05-18 13:46:06 -05:00
Armored Dragon
002fdf0b42
Initial Commit.
...
Floof Chat moved to script archive.
Fixed local message distance check.
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-05-17 15:59:23 -05:00
8661e8a858
Merge pull request #955 from overte-org/fix/script_avatar_url_getter
...
Fix access check in getSkeletonModelURLFromScript
2024-05-16 01:40:15 +02:00
9bdfc8344a
Fix AvatarData::getSkeletonModelURLFromScript
2024-05-10 22:14:38 +02:00
Dale Glass
f9ffccfe00
Merge pull request #950 from daleglass-overte/fix-warnings
...
Fix C++20 warnings
2024-05-04 19:40:21 +02:00
Dale Glass
84b16f44aa
Fix ignored return value warning
...
warning: ignoring return value of ‘std::lock_guard<_Mutex>::lock_guard(mutex_type&) [with _Mutex = std::mutex; mutex_type = std::mutex]’, declared with attribute ‘nodiscard’ [-Wunused-result]
This may mean the lock wasn't actually being taken.
2024-05-04 16:15:09 +02:00
Dale Glass
9cb35541d3
Fix -Wtemplate-id-cdtor
...
warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
2024-05-04 15:56:06 +02:00
Dale Glass
fe550aa69f
Whitespace changes
2024-05-04 15:56:06 +02:00
HifiExperiments
19144e492c
Merge pull request #152 from HifiExperiments/urls
...
add canViewAssetURLs domain permissions
2024-05-01 16:49:38 -07:00
HifiExperiments
46787eebf0
Merge pull request #853 from overte-org/fix/script_deadlocks
...
Move helper script engines to their own threads
2024-04-30 13:30:27 -07:00
HifiExperiments
268de192f7
Merge branch 'master' into fix/script_deadlocks
2024-04-30 13:29:17 -07:00
2010bb44e8
Simplify ScriptableAvatar.cpp helper script engine lambda
...
Co-authored-by: HifiExperiments <53453710+HifiExperiments@users.noreply.github.com>
2024-04-30 16:27:57 +02:00
9f80c9de58
Added HelperScriptEngine class
2024-04-30 00:27:19 +02:00
HifiExperiments
ed88ab5ecb
Merge pull request #936 from HifiExperiments/mtoon2
...
support VRMC_materials_mtoon and KHR_materials_unlit
2024-04-19 23:01:41 -07:00
HifiExperiments
74002b4738
simplify constructors
2024-04-19 16:05:59 -07:00
HifiExperiments
58e84acd5f
whoops now it's working
2024-04-18 18:10:48 -07:00
HifiExperiments
a58e188b5c
always allow getting my own avatar entities, also whoops I missed some group props
2024-04-18 17:19:06 -07:00
HifiExperiments
8a770094bb
cleanup
2024-04-18 15:50:10 -07:00
HifiExperiments
f3cb4e2ca9
handle canViewAssetURLs better in create
2024-04-18 15:44:19 -07:00
HifiExperiments
bf03847549
apply madder's patch
2024-04-18 15:44:19 -07:00
HifiExperiments
8bdc5bb4cf
add canViewAssetURLs domain permissions
2024-04-18 15:44:15 -07:00
HifiExperiments
edb8cc55b4
Merge pull request #887 from overte-org/feature/script_security
...
Added simple protection for avatar URL
2024-04-18 15:16:27 -07:00
HifiExperiments
022f1497c5
Merge pull request #927 from HifiExperiments/groupProps
...
Fix getEntityProperties for group properties + keylight direction
2024-04-18 13:14:30 -07:00
HifiExperiments
376cd078e5
Merge pull request #935 from HifiExperiments/jointName
...
conversionPenaltyScore should accumulate
2024-04-18 12:56:34 -07:00
HifiExperiments
b22f5fe4fe
Merge pull request #899 from HifiExperiments/refresh-rate
...
Custom refresh rate profile
2024-04-17 14:46:36 -07:00
5aac93352c
Fixed check for if script permission is enabled
2024-04-17 00:45:57 +02:00
46a80fcfdb
Merge pull request #868 from overte-org/feature/script_byte_array
...
Add qByteArray to script value conversion
2024-04-16 22:34:44 +02:00
HifiExperiments
8f27a4bf2b
support VRMC_materials_mtoon and KHR_materials_unlit
2024-04-14 16:23:45 -07:00
95406c44c6
Simplified ScriptSecurity.qml
2024-04-14 21:56:41 +02:00
1887a82b4b
Script security fixes and cleanups
2024-04-14 20:22:22 +02:00
e57874a2bd
Simplify ScriptAvatarData::getSkeletonModelURLFromScript
...
Co-authored-by: HifiExperiments <53453710+HifiExperiments@users.noreply.github.com>
2024-04-14 18:12:30 +02:00
379db8b17c
Simplify AvatarData::getSkeletonModelURLFromScript()
...
Co-authored-by: HifiExperiments <53453710+HifiExperiments@users.noreply.github.com>
2024-04-14 18:11:27 +02:00
HifiExperiments
426df9dc94
conversionPenaltyScore should accumulate
2024-04-13 14:13:44 -07:00
HifiExperiments
b8a9881d41
fix getting only group properties + keylight.direction typo
2024-04-11 15:07:03 -07:00
HifiExperiments
750c5f20f6
cleanup, fixes, update QML
2024-03-29 21:37:57 -07:00
latex
a6646d8dff
Custom refresh rate profile WIP
...
This adds a Custom refresh rate profile with configurable refresh rate regimes.
Unfortunately this commit does not work yet. The SpinBoxes inside GraphicsSettings are on top of each other, and changing the values for the Custom profile through e.g. the JS API does not actually affect the refresh rate cap at all for some reason.
2024-03-29 21:37:50 -07:00
f1475e49ee
Merge pull request #865 from AleziaKurdis/CreateAppCopyID
...
Create app: Entity List: "Copy ID" on menu and contextual menu.
2024-03-29 22:30:28 +01:00