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

Replace Floofchat with ArmoredChat #961

Merged
merged 33 commits into from
Jul 11, 2024

Commits on May 17, 2024

  1. Initial Commit.

    Floof Chat moved to script archive.
    Fixed local message distance check.
    
    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed May 17, 2024
    Configuration menu
    Copy the full SHA
    002fdf0 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Added Settings.

    Erase messages.
    Toggle external window.
    
    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed May 18, 2024
    Configuration menu
    Copy the full SHA
    0d5eb93 View commit details
    Browse the repository at this point in the history
  2. Clear already logged messages.

    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed May 18, 2024
    Configuration menu
    Copy the full SHA
    7b50f91 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. 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 <[email protected]>
    Armored-Dragon committed May 21, 2024
    Configuration menu
    Copy the full SHA
    66fd217 View commit details
    Browse the repository at this point in the history
  2. Fixed saved date on messages.

    Hotfix for empty message_history setting.
    
    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed May 21, 2024
    Configuration menu
    Copy the full SHA
    391a33d View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Clickable links.

    Messages are now rich text.
    Fix clear_message command flow over.
    
    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c48e9d3 View commit details
    Browse the repository at this point in the history
  2. Minor formatting adjustments.

    Hopefully makes code pasting easier.
    Added missing break to prevent unintended executions.
    
    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2a42bce View commit details
    Browse the repository at this point in the history
  3. Fix notification width.

    Allows for kinetic mouse scrolling.
    
    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed May 22, 2024
    Configuration menu
    Copy the full SHA
    9d9b57d View commit details
    Browse the repository at this point in the history
  4. README

    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed May 22, 2024
    Configuration menu
    Copy the full SHA
    7920610 View commit details
    Browse the repository at this point in the history
  5. Linking fix.

    Disabled sending on Shift + Enter to prevent confusion.
    
    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed May 22, 2024
    Configuration menu
    Copy the full SHA
    9bf5f3d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Quick Message hotbar.

    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed May 23, 2024
    Configuration menu
    Copy the full SHA
    86f8e29 View commit details
    Browse the repository at this point in the history
  2. Fix for overte-org#975 sticky keys.

    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0bc11e8 View commit details
    Browse the repository at this point in the history
  3. Added message padding.

    Resolved "listview" rendering warnings.
    Prevent sending empty messages.
    
    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1cddc5a View commit details
    Browse the repository at this point in the history
  4. Image embedding.

    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ed3e629 View commit details
    Browse the repository at this point in the history
  5. Prevent VR quick_message bar.

    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0a7b64d View commit details
    Browse the repository at this point in the history
  6. Updated README.

    Document image embedding.
    Declared notificationCore as dependency.
    
    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c1e5115 View commit details
    Browse the repository at this point in the history
  7. Moved system chat to script-archive.

    Updated systemchat html script path.
    Renamed "chat" to "floofChat" to avoid confusion.
    
    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7ef3322 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Updated Readme.

    More documentation on link related features.
    
    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed May 25, 2024
    Configuration menu
    Copy the full SHA
    c734e0d View commit details
    Browse the repository at this point in the history
  2. Updated URL regex.

    Seems to preform better at picking out what is and what is not a URL.
    
    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed May 25, 2024
    Configuration menu
    Copy the full SHA
    60a4662 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Added development manual.

    Changed "avatar_connected" type to generic "notification" type.
    Removed unused commented code.
    
    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed May 26, 2024
    Configuration menu
    Copy the full SHA
    8301bfd View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Scroll to bottom on launch.

    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed May 27, 2024
    Configuration menu
    Copy the full SHA
    82605c5 View commit details
    Browse the repository at this point in the history
  2. Scroll to bottom when changing page.

    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed May 27, 2024
    Configuration menu
    Copy the full SHA
    01306b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Fixed scrolling too far.

    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    7fc1a3d View commit details
    Browse the repository at this point in the history
  2. Corrected case on variables.

    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    eb84de8 View commit details
    Browse the repository at this point in the history
  3. Floofchat compatibility.

    Made conversion functions to allow communication between apps.
    Removed developer console.log function.
    
    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    192d80a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Raise VR Keyboard when textfield is selected

    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    7e100a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    2012cce View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    ce79cc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Fix keyboard being invoked when not in VR.

    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    c6d2e56 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Disallow all text formatting by default.

    Removed now redundant <script> filtering.
    
    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6cf6e6c View commit details
    Browse the repository at this point in the history
  2. Removed commented code.

    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    252b33b View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Sanity check on message channel.

    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    fe46258 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Fixed message subscription.

    Signed-off-by: Armored Dragon <[email protected]>
    Armored-Dragon committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    9964d91 View commit details
    Browse the repository at this point in the history