Skip to content

Liro V2.0

Compare
Choose a tag to compare
@Alydus Alydus released this 07 May 08:48
· 14 commits to master since this release
2af725d

This version of liro cleans a lot of code and attempts to fix some major issues. Including (but not limited to) configurable load prefixes, loading of blacklisted files, the loading of shared files and some appearance issues. The console output is very much similar to V1.9 with some minimal changes. The liro.isEmpty function has been updated to utilise string.Trim to further help support authors remember to include metadata where possible. Module metadata has now optional parameters, so fake websites and so on are no longer needed if there is not one available. All files have been micro optimised, in order to help optimise the basic loading functionality of Liro - this difference shouldn't be noticable, unless you're a frequent user of lua auto refresh. The Liro version has been separated from GM.Version, it is now GM.LiroVersion - in order to allow your gamemodes built upon Liro to have their own version without removing Liro auto-update functionality. Lua autorefresh notifications/statistics have also returned in this release, with hopefully better accuracy. Global network strings from the config will no longer attempt to run/register on the client.

It is highly recommended to update to this version of Liro, it does not include any major changes that will break the majority of modules. Potentially exclusions to this clause include modules that modify or utilise a modified Liro base function.