Releases: alecxvs/UTChat
Releases · alecxvs/UTChat
UTChat (alpha) 1.0.4
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
Changes in Alpha 3
-
- Removed Basic Tags
- Added Color Tags
Use Color Constants
Example: I am a (pink)pretty princess -
- Added UText:InsertText(string, position)
- Added UText:RemoveText(string, position)
- Added UText:RemoveText(start, end)
-
- Added Color copies to rectify some color reference problems
- (This actually does the opposite of what the issue is calling for)
-
- Removed UTLib
- Removed dependency from Formats
- Made loading of scripts independent
-
- 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
Alpha 2 Release