diff --git a/Help/UTChat_ChangeLog.txt b/Help/UTChat_ChangeLog.txt index 90afd9f..410f0e5 100644 --- a/Help/UTChat_ChangeLog.txt +++ b/Help/UTChat_ChangeLog.txt @@ -4,41 +4,47 @@ UTChat - by ProAsm and No0ne - 2021/22/23 UTChat Changelog ---------------- -v25d +v28 +Fixed no flag icon. +Added Dim Border option. +Added Ip detection in chat. +Added AllowExtended for extended characters. +Re-Added the chat window size saving. +Improved banner coloring. +Fixed admin security in windowconfigs. +Updated Auto font sizes to 4k. +Updated flag scale to 4k. +Added disable font sizing. +Added IGPlus xhair detection. +Fixed several accessed nones. + +v27 +Fixed white player text in chatlog. +Fixed bAddServerToFavs. + +v26 Added bAddServerToFavs option at game end. Added bUseSiegeHUD for Siege Stats. Added small chatlog spacing option. Fixed null player mute displays. - -v25c Added LanCountryFlag. Fixed clientside Player Mute. Added serverside Admin Player Mute. - -v25b Fixed flag displays in 436 and 451. Added name[+Player] trap when login. Increased UTChatFlagCfg to 50. - -v25a Trapped many accessed nones. -v24g +v25 Fixed bug with kill messages. - -v24f Added check for SSB player reflag. Fixed no flag X position in chat. - -v24e Added client variables with no version dependencies. Changed emoji thumbs down from :- to :< Added fixed clientside variables. Added NewFaceless texture option. Added flag options for chat, chatlog and players. Added RemoveAllEmojis in ini file only. - -v24d Reverted back to 23k Added game end antispam option. Added game end level change detection. @@ -53,84 +59,50 @@ Added country flags to chatlog. Added select emoji to editbox. Removed bShowChatMessages; -v24c -This was scrapped. - -v24b -This was scrapped. - -v24a -This was scrapped. - -v23m (v24) +v24 Added bCheckExtendedNick. Admin string now in WRI. - -v23k Fixed GPF in 436/451 D3D rendering. Reduced all 512 textures to 256. - - -v23j Added additional entered game traps. Improved start control fire detection. Removed UTChatHud as HudMutator. - -v23h/i Removed v23g log stuff. Added [+Bot] and [-Bot] Added [+Spectator] and [-Spectator] - -v23f/g Added temp UTChatClientLog for [+Player] traps. Redirected server [+Player] to chatlog. - -v23e Fixed and locked emoji option window. Fixed other messages color issue. Capitalized Ready and Starting messages. Fixed spectator player colors. Fixed idle frag counter when spectator. - -v23d Fixed team game colors. Added Emoji menu window. Removed strip emojis and banner. Added back client ChatDuration. Added back client OtherDuration. - -v23c Fixed several Accessed Nones in UTChatHud - -v23b Removed check ssb and gri bBeacons. Removed bMyBeacons from DM. - -v23a Added admin options for bDisableChatLog Added admin options for bNoChatBorders. Added admin options for bNoChatShading. Fixed ssb player beacon delay in hud. -v22p +v23 Spawned Logo earlier. - -v22o Fixed emojis for spec to player. Added Player + and - for join and leave if no nexgen. Added Spectator join + if no nexgen. Added bPlayerJoinLeave option. Fixed Chat and Other option colors. - -v22n Added bDisableAntiSpam, in admin menu. Added bFontOverRide option in Admin menu, Added ChatFontSize option in Admin Menu. Fixed Other messages spacing. Fixed and improved StartupControl. Fixed ServerAdds colors. - -v22m Added back a tiny delay at game end. Fixed scull brightness display. Added bEnableStartControl and will disable Nexgen's. @@ -139,29 +111,17 @@ Added temp ChatDelayTime in Admin menu. Removed manual config emoji sizing. Added auto emoji sizing to font size. Added Emoji Trim to menu. - -v22L Removed any delay at game end. - -v22k Fixed multi spectator messages in console. - -v22j Made further adjustments for end game messages. - -v22i Removed all anti-spam except for message repeat. Chat timing now same as utchat18 - -v22h Worked on spamming issues. Removed all private messages. Fixed Other Line setting. Fixed saving admin options. Fixed chatlog duplicate messages. Added a Disable Spam Control option. - -v22g Slight adjustment to chat box shading. Fixed Skeleton icon appearing. Lower chat text by 2 pixels. @@ -174,15 +134,9 @@ Added Menu resizing etc (tnx buggie) Added option to shorten chatbox. Added player name in team color in chat and private log. Replace bNoRepeatMesg with variable ChatRepeatDelay. - -v22f Fixed other mods shading in postRenderHUD. Re-aligned all chat box shading. - -v22e Added UTChatReplacement for swearing. - -v22a to d Removed :? help if emojis disabled. Fixed !char when emojis disabled. Added hide Emoji Sizing if emojis disabled. @@ -207,6 +161,8 @@ Added optional LogonMessageLine1 and 2. LogonMessageLine1=">>> UTChat Installed <<<" LogonMessageLine2=">>> Type !Chat for Chat Window <<<" +v22 Experimental + v21 Reduced Main chat to possible 2 lines. Reduced Other chat to possible 0 lines. diff --git a/Help/UTChat_Readme.txt b/Help/UTChat_Readme.txt index bcf654e..db26672 100644 --- a/Help/UTChat_Readme.txt +++ b/Help/UTChat_Readme.txt @@ -4,19 +4,19 @@ Compatible with 436, 451 and 469. Installation ============ -Add UTChat26.u to your UTServer/System folder. +Add UTChat28.u to your UTServer/System folder. Open your Server.ini file and add under: [Engine.GameEngine] -ServerPackages=UTChat26 +ServerPackages=UTChat28 Add to the command line: -?Mutators=UTChat26.UTChat +?Mutators=UTChat28.UTChat If you wish to start UTChat as a ServerActor use the following: [Engine.GameEngine] -ServerActors=UTChat26.UTChatActor +ServerActors=UTChat28.UTChatActor Configurations ============== @@ -83,7 +83,7 @@ If logged in as an Admin, a Clear Chat Log option will be available to clear all If the last 2 characters in a chat line are for instance :) then an emoji will appear in it's place. -[UTChat26.UTChatSvrAdds] +[UTChat28.UTChatSvrAdds] ServerAddsSymbol="-" ServerAddsColor=(R=255,G=255,B=0,A=0) diff --git a/System/UTChat26.int b/System/UTChat26.int deleted file mode 100644 index 36dc2ac..0000000 --- a/System/UTChat26.int +++ /dev/null @@ -1,2 +0,0 @@ -[Public] -Object=(Name=UTChat26.UTChat,Class=Class,MetaClass=Engine.Mutator,Description="UTChat v26") diff --git a/System/UTChat28.int b/System/UTChat28.int new file mode 100644 index 0000000..37f2fbe --- /dev/null +++ b/System/UTChat28.int @@ -0,0 +1,2 @@ +[Public] +Object=(Name=UTChat28.UTChat,Class=Class,MetaClass=Engine.Mutator,Description="UTChat v28") diff --git a/System/UTChat26.u b/System/UTChat28.u similarity index 66% rename from System/UTChat26.u rename to System/UTChat28.u index 61f4d93..0cf51d2 100644 Binary files a/System/UTChat26.u and b/System/UTChat28.u differ