Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ArmoredChat v3 (DomainChat) (Rebase) #1308

Draft
wants to merge 50 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
b155e99
Moved script.
Armored-Dragon Nov 30, 2024
1d47275
Removed floofchat compatibility.
Armored-Dragon Nov 30, 2024
7779129
Notification organization.
Armored-Dragon Nov 30, 2024
54b4aa7
Message formatting.
Armored-Dragon Nov 30, 2024
9174ffa
World links.
Armored-Dragon Nov 30, 2024
e470cb2
Message media embedding.
Armored-Dragon Dec 18, 2024
353f7ec
Fix domain notifications.
Armored-Dragon Dec 18, 2024
392a144
Broke out templates into their own files.
Armored-Dragon Dec 18, 2024
6028401
Actually fix notifications.
Armored-Dragon Dec 19, 2024
6dbd63e
Fix formatting sometimes not formatting the last part of a message.
Armored-Dragon Dec 19, 2024
27fa5da
Housekeeping: data formatting
Armored-Dragon Dec 20, 2024
891d533
Move message parsing to formatting file.
Armored-Dragon Dec 20, 2024
6976432
Support animated images.
Armored-Dragon Dec 21, 2024
eb65301
Basic video support.
Armored-Dragon Dec 21, 2024
cf4ec3f
Add setting to force virtual window in VR.
Armored-Dragon Dec 31, 2024
37cdbac
Message embedding toggle.
Armored-Dragon Jan 1, 2025
fae1fdd
Remove lingering print function.
Armored-Dragon Jan 1, 2025
1c9174f
Fix text highlighting.
Armored-Dragon Jan 15, 2025
e67526c
Fix binding loops.
Armored-Dragon Jan 15, 2025
dbf5af0
Remove video embeds.
Armored-Dragon Jan 16, 2025
cf8a21c
Fix spacing on messages with links.
Armored-Dragon Jan 23, 2025
aacdf64
Fix wrapping.
Armored-Dragon Jan 28, 2025
25fe485
Added a sortOrder.
Armored-Dragon Jan 28, 2025
6e4899f
Moved script.
Armored-Dragon Nov 30, 2024
8882468
Removed floofchat compatibility.
Armored-Dragon Nov 30, 2024
8db5772
Notification organization.
Armored-Dragon Nov 30, 2024
01542d7
Message formatting.
Armored-Dragon Nov 30, 2024
e340741
World links.
Armored-Dragon Nov 30, 2024
907e977
Message media embedding.
Armored-Dragon Dec 18, 2024
00451ca
Fix domain notifications.
Armored-Dragon Dec 18, 2024
48c690a
Broke out templates into their own files.
Armored-Dragon Dec 18, 2024
7d789ac
Actually fix notifications.
Armored-Dragon Dec 19, 2024
0c3fbbb
Fix formatting sometimes not formatting the last part of a message.
Armored-Dragon Dec 19, 2024
ae56632
Housekeeping: data formatting
Armored-Dragon Dec 20, 2024
0d6af1e
Move message parsing to formatting file.
Armored-Dragon Dec 20, 2024
8ac5988
Support animated images.
Armored-Dragon Dec 21, 2024
71c85d3
Basic video support.
Armored-Dragon Dec 21, 2024
624ceef
Add setting to force virtual window in VR.
Armored-Dragon Dec 31, 2024
30bfe0d
Message embedding toggle.
Armored-Dragon Jan 1, 2025
7acd44a
Remove lingering print function.
Armored-Dragon Jan 1, 2025
6c631bf
Fix text highlighting.
Armored-Dragon Jan 15, 2025
f59f39e
Fix binding loops.
Armored-Dragon Jan 15, 2025
5586df1
Remove video embeds.
Armored-Dragon Jan 16, 2025
d518c12
Fix spacing on messages with links.
Armored-Dragon Jan 23, 2025
6b766e4
Fix wrapping.
Armored-Dragon Jan 28, 2025
9000d3a
Added a sortOrder.
Armored-Dragon Jan 28, 2025
2a0cb31
Merge branch 'feature/domainChatv3' into feature/domainChatv3-Rebase
Armored-Dragon Feb 12, 2025
b1e8019
Convert indentation spaces to tabs.
Armored-Dragon Feb 14, 2025
3d16617
Convert tab indentation to spaces.
Armored-Dragon Feb 14, 2025
25a9976
Fix links not wrapping.
Armored-Dragon Feb 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/defaultScripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var DEFAULT_SCRIPTS_SEPARATE = [
"communityScripts/notificationCore/notificationCore.js",
"simplifiedUI/ui/simplifiedNametag/simplifiedNametag.js",
{"stable": "system/more/app-more.js", "beta": "https://more.overte.org/more/app-more.js"},
"communityScripts/armored-chat/armored_chat.js",
"system/domainChat/domainChat.js",
//"system/chat.js"
];

Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Armored Chat
# Domain Chat

1. What is Armored Chat
1. What is Domain Chat
2. User manual
- Installation
- Settings
- Usability tips
3. Development

## What is Armored Chat
## What is Domain Chat

Armored Chat is a chat application strictly made to communicate between players in the same domain. It is made using QML and to be as light weight as reasonably possible.
Domain Chat is a chat application strictly made to communicate between players in the same domain. It is made using QML and to be as light weight as reasonably possible.

### Dependencies

Expand All @@ -21,7 +21,7 @@ For notifications, AC uses [notificationCore.js](https://github.com/overte-org/o

### Installation

Armored Chat is preinstalled courtesy of [defaultScripts.js](https://github.com/overte-org/overte/blob/8661e8a858663b48e8485c2cd7120dc3e2d7b87e/scripts/defaultScripts.js).
Domain Chat is preinstalled courtesy of [defaultScripts.js](https://github.com/overte-org/overte/blob/8661e8a858663b48e8485c2cd7120dc3e2d7b87e/scripts/defaultScripts.js).

If AC is not preinstalled, or for some other reason it can not be automatically installed, you can install it manually by following [these instructions](https://github.com/overte-org/overte/blob/8661e8a858663b48e8485c2cd7120dc3e2d7b87e/scripts/defaultScripts.js) to open your script management application, and loading the script url:

Expand All @@ -33,7 +33,7 @@ https://raw.githubusercontent.com/overte-org/overte/master/scripts/communityScri

### Settings

Armored Chat comes with basic settings for managing itself.
Domain Chat comes with basic settings for managing itself.

#### External window

Expand Down
Loading