Skip to content

Releases: alecxvs/UTChat

UTChat (alpha) 1.0.4

04 Jun 01:03
Compare
Choose a tag to compare
UTChat (alpha) 1.0.4 Pre-release
Pre-release

Changes in Alpha 4

  • Fixed #9 d0f26b3
    • Fixed errors toggling chat caused by a reference to an uninitialized variable
  • Fixed #10 39ecdd7
    • Fixed infinite loop when using an invalid color in a color tag
  • Fixed #11 15af3ec
    • Fixed signature of Integration methods
  • Fixed #12 41c60f4
    • Updated to use the new Chat:GetUserEnabled function
    • Fixed chat locking up when pressing F3 too many times
  • Fixed #17 fcd3622
    • Fixed chat toggle being inverted
    • Fixed messages showing after chat has been disabled
    • Added Copy()s to prevent passing unwanted Color constant references
  • Fixed #19 8143495
    • Fixed issue removing text from a UText object that didn't have any formats
    • Updated integration with more consistent functions
  • Fixed #22 29f844e
    • Replace integration's table.function assignments with class function declarations (actually fix chat methods)
  • Fixed #23 33e248d
    • Fix weird alpha issues when disabling/enabling chat
  • @misterff1: Added check for Chat:GetEnabled

UTChat 1.0.3 Alpha

04 Jun 00:17
Compare
Choose a tag to compare
UTChat 1.0.3 Alpha Pre-release
Pre-release

Changes in Alpha 3

  • Fixed #1 da536b3

    • Removed Basic Tags
    • Added Color Tags

    Use Color Constants
    Example: I am a (pink)pretty princess

  • Fixed #2 39c3972

    • Added UText:InsertText(string, position)
    • Added UText:RemoveText(string, position)
    • Added UText:RemoveText(start, end)
  • Fixed #3 da536b3

    • Added Color copies to rectify some color reference problems
    • (This actually does the opposite of what the issue is calling for)
  • Fixed #4 d29134d

    • Removed UTLib
    • Removed dependency from Formats
    • Made loading of scripts independent
  • Fixed #5 91f602b

    • Added UText:ReplaceText(string, string)
    • Escaped text in RemoveText that could be problematic
  • Added Format class 91f602b

  • Modified Formats to use the class template 91f602b

  • UText.RegisterFormat now takes (Format object, string, string, ...) where Format object is the uninitialized format and string is the name, or multiple alternative names, of the format. 91f602b

  • Added In-Console Installation process 91f602b

  • Refactored utlEventMan into NetworkedEvent 91f602b

  • Changed utlIntegrator into utcIntegration 91f602b

Alpha 2 Old Release

24 Jan 22:26
Compare
Choose a tag to compare
Alpha 2 Old Release Pre-release
Pre-release
Alpha 2 Release