Skip to content

Releases: Epix-Incorporated/Adonis

Version 225

29 Jul 16:21
Compare
Choose a tag to compare

Changelog:
"[v225 7.29.2021 12:20 EST]";
"*Moved away from StarterPlayerScripts back to manually handling client loading due to an issue";
"*Fixed custom window title bar buttons not displaying correctly";
"*Admin ranks are now checked in order of highest to lowest (it already returned highest before, but the order was semi-random)";
"*GetLevel & related admin checking functions will now return the name of the rank a user belongs to (no more LevelToList calls for players)";
"Fixed and optimized various things related to levels/ranks";
"
:setrank now always saves! Added :settemprank as a non-saving alternative";
"*Fixed issues with being unable to unadmin people not currently in the game (USE THEIR FULL USERNAME!)";
"*Not going to allow (non-creator) admins to just remove whatever entry/user they want from lower rank tables since that can become an issue...";
"*Players not in-game are now handled correctly by GetLevel()";
"(Git/Expertcoderz) Help button for command list + Notepad update #437";
"(Git/evanultra01) Updated ConvertPlayerCharacterToRig() #441";
"(Git/evanultra01) Add command :playergear #439";
"(Git/fxeP1) Fix filtering/Chat limit kick. #436";
"(Git/fxeP1) [Client/Core/Functions] : ESP Updates #440";
"(Git/fxeP1) ESP Error fix [Nametag removal] #442";

Version 224.5

29 Jul 02:12
Compare
Choose a tag to compare

Client checks will now start only after CharacterAdded is triggered at least once. This should hopefully solve some client-check related issues encountered by people with bad internet/PC taking forever to load into large/populated games.

Version 224.4

28 Jul 19:32
Compare
Choose a tag to compare

The issue with the loading process has been identified and fixed. Clients should no longer have issues loading, and should no longer be erroneously kicked for client timeouts or key issues. If this is not the case, please let me know immediately.

Leaving the various logs/log dumping stuff as well as other debugging related changes for now until it is confirmed that there are no further cases of the issue.

Version 224.3

27 Jul 22:12
Compare
Choose a tag to compare

Changelog:
"[v224.3 7.27.2021 18:08 EST]";
"*Added :esp and :unesp";
"*Minor changes/fixes";

Important change info from v224.2:

This release adds client loading process logging. The client will now dump the contents of this log to the output when the player is kicked. This was added to assist in investigating the issue of clients randomly failing to load and should allow me to find specifically where it's stopping (assuming it starts at all.)

If you or one of your users gets kicked for a client timeout PLEASE MAKE SURE TO OPEN THE DEVELOPER CONSOLE (WHILE YOU CAN SEE THE KICK MESSAGE, DO NOT REJOIN FIRST) (F9 on Windows) AND TAKE A SCREENSHOT. ONCE YOU DO, PLEASE SEND IT TO ME ON DISCORD: Sceleratis#0001

Version 224.2

27 Jul 20:20
Compare
Choose a tag to compare

This release adds client loading process logging. The client will now dump the contents of this log to the output when the player is kicked. This was added to assist in investigating the issue of clients randomly failing to load and should allow me to find specifically where it's stopping (assuming it starts at all.)

If you or one of your users gets kicked for a client timeout PLEASE MAKE SURE TO OPEN THE DEVELOPER CONSOLE (WHILE YOU CAN SEE THE KICK MESSAGE, DO NOT REJOIN FIRST) (F9 on Windows) AND TAKE A SCREENSHOT. ONCE YOU DO, PLEASE SEND IT TO ME ON DISCORD: Sceleratis#0001

Version 224.1

26 Jul 21:58
Compare
Choose a tag to compare

Changelog:
"[v224.1 7.26.2021 17:50 EST]";
"*More verbosity";
"(Git/fxeP1) Fix filtering/Chat limit kick. #436";

Version 224

26 Jul 02:18
Compare
Choose a tag to compare

Changelog:
"[v224 7.25.2021 21:35 EST]";
"*Actively investigating client loading issues";
"*Simplified the client RemoteEvent/Function setup process";
"*Client now uses StarterPlayerScripts";
"(Git/evanultra01) Copytools command #434";
"(Git/Expertcoderz) Major Aero theme update #430";
"(Git/Expertcoderz) :doll can now be used with non-ingame users #432";

Version 223.2 (HOTFIX)

24 Jul 20:11
Compare
Choose a tag to compare

Changelog:
"[v223.2 7.24.2021 16:10 EST]";
"*By popular demand the old :pm has returned! Also bandaged a vuln related to it.";
"*Possibly fixed an issue where player keys are removed prematurely, resulting in a kick.";

Version 223.1 (HOTFIX)

23 Jul 13:29
Compare
Choose a tag to compare

May or may not resolve issues with clients being unable to communicate to the server, resulting in a disconnect.

Version 223

22 Jul 23:47
Compare
Choose a tag to compare

Changelog:
"[v223 7.22.2021 20:00 EST]";
"Minor changes to the client loading process & checks";
"
:privatemessage has been replaced with :privatechat";
"*Fixed windows.OnClose";
"*Fixed bugs";
"(Git/P3tray) The Audio Player #415";
"(Git/Bulldo344) Created IsBanned() & Updated HTTPs url (www.google.com) #427";
"(Git/Jack5079) Add :brazil and :doll fun commands #420";
"(Git/Jack5079) Fix an issue some person had with :doll #424";
"(Git/Awesomewebm) :reverb #422";
"(Git/Expertcoderz) Aero theme update #410";
"(Git/TjeerdoBoy112) Add: time and date to a warning when hovering over the warning #421";
"(Git/LolloDev5123) Add region information in :serverinfo #411";
"(Git/LolloDev5123) Deletion of legacy themes (Hydris, SteamPunk, TransBlack) #409";
" Deleted themes will be included in the EXTRAS release model (on the repo)";
"(Git/joritochip) Fix JumpPower, add JumpHeight #423";
"(Git/joritochip) Remove Agents #419";
"(Git/joritochip) Dex improvements #414";
"(Git/joritochip) Rewrite README.md #416";
"(Git/fxeP1) Fixes/Updates to Inspect #425";
"(Git/fxeP1) Added DisplayNames to PrivateChat #429";
"(Git/fxeP1) Update WebPanel.lua / Plugins/WebPanel.lua / Moderators.lua/Admins.lua #418";
" Added coroutine to prevent yield from WebPanel function.";
" Added a check to see if it returns "HttpError: Timedout" as if it does it checks if adonis.dev is alive and if not it will stall for 30 seconds then continue, otherwise if alive it will just continue.";
" Added checks to gear command to prevent any non gear from being inserted.";
" Moved insert to Admins rank. (Should be reasonable as moderators shouldn't need to insert anything from ROBLOX or the creators inventory)";
"(Git/fxeP1) Timeban Fixes/Updates, new Usage. #428";
" Added untban/untimedban alias";
" Fixed bug with removing time bans";
" Added persistent table for untimeban related removals";
" Added new usage for timebans to Commands.Usage";