Skip to content

UTChat (alpha) 1.0.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@alecxvs alecxvs released this 04 Jun 01:03

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