Commit graph

80 commits

Author SHA1 Message Date
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
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
77e1e174a6 Prevent the chat bar from popping up when VR headset is on 2023-10-17 18:15:30 +02:00
darbdarb
dc23b482f6 Fixed leave messages in floofchat 2023-08-17 21:14:13 +10:00
88046506c3 Renamed Metaverse Server to Directory Server/Services 2022-09-08 22:19:55 +02:00
steve hocktail
35194b0f44 fixed deprecated qml implicitly defined onFoo properties in connections 2022-02-28 22:09:43 -05:00
96932a6946 Update metaverse server URL 2022-02-21 23:17:33 +01:00
1ab6f171fe Replaced the rest of metaverse addresses 2022-02-10 16:41:05 +01:00
Alezia Kurdis
c6041712b7
Use the placename instead of address (ip)
Simple change that is using the placename instead of the "address" feild from the place api to build the url to connect.
For those where the placename = the domain name, Interface will be able to resolve path correctly.
using the address, this makes interface using 100% of the time the ip:/port information.
2021-12-12 13:31:36 -05:00
Martin Allerton
1a02b918d7 formatting changes and added axios license
Updates following comment from ctrlaltdavid
2021-08-21 23:05:11 +01:00
Martin Allerton
481125f978 Explore app metaverse api updates
Blended the metaverse api places data in to the list with the beacon data. Also lightened the icons at the top as they were a little lost.
2021-08-18 23:54:23 +01:00
Kalila L
13a9989fba Domain chat muted by default. 2021-03-14 19:28:41 -04:00
David Rowe
9431426f86 Update comments in Explore app header 2020-10-14 21:05:05 +13:00
David Rowe
728acd5ed5 Relable add location "name" field 2020-10-14 21:04:39 +13:00
David Rowe
3e94a034ca Use Window.openWebBrowser() instead of About.openUrl() in chat script 2020-10-03 17:01:01 +13:00
David Rowe
86aa3c8709 Make chat open links in internal Web browser instead of custom window 2020-10-03 16:29:14 +13:00
Kalila L
b493f0c51d Alter icon positions, colors, combine visit and search box. Add tooltips for some buttons. 2020-09-23 01:22:04 -04:00
Kalila L
2d871a8f88 Add hover effect for cards and fix description for add location. 2020-09-23 00:54:50 -04:00
Kalila L
3866bf478b Fix icon resolutions. 2020-09-23 00:04:27 -04:00
Kalila L
085bdf0016 Merge branch 'master' into pr/654 2020-09-22 01:55:24 -04:00
kasenvr
457cc56f1a
Update FloofChat.html
Fix formatting issues.
2020-09-21 23:48:36 -04:00
Kalila L
ecf3e67bdf Improve URL formatting and refactor. 2020-09-20 00:44:40 -04:00
Kalila L
2a5604a166 Fix chat window toggling for all users on domain. 2020-09-20 00:44:04 -04:00
Martin Allerton
86b2f1894c
Updated add location script code
Have not been able to test this due to not been near a proper machine, but I believe this code change should hopefully resolve the issue with the add location beacon script being wrong.
2020-09-02 19:46:47 +01:00
Kalila L
e8526aa6b7 Update chat to accept system notifications. 2020-08-27 05:28:07 -04:00
Martin Allerton
441381846b
Merge branch 'master' into feature/update-explore-ui 2020-08-25 20:33:28 +01:00
Martin Allerton
a08a54f646 Removed cdn dependancies
CDN dependencies replaced with physical local copied of the libraries
2020-08-19 22:26:33 +01:00
Martin Allerton
d10f02d02e Inital version of reworked explore 2020-08-19 21:54:46 +01:00
kasenvr
cc43112bf3
Apply suggestions from code review
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2020-08-01 13:46:02 -04:00
Kasen IO
b64c44f5ee Make notices respect domain mute settings. 2020-07-31 17:30:50 -04:00
Kasen IO
bec293b8c7 Fix display name being incorrect. 2020-07-31 17:22:15 -04:00
Kasen IO
22085e2166 Add notification sound + delay to get name upon joining. 2020-07-29 22:16:07 -04:00
Kasen IO
a64b391a7b Add user enter and leave domain notification to chat. 2020-07-29 22:07:02 -04:00
Kasen IO
c933f21a77 Add ability to click on message to display chat window. 2020-07-29 22:06:43 -04:00