2.3.0.0

This is a detailed changelog for the specified release above.

◾ Overview

◾ File Changelog

CONFIGS

  • liko\cfg\cl_cfg.lua

  • liko\cfg\sh_cfg.lua

  • liko\cfg\sh_cfg_binds.lua

  • liko\cfg\sh_cfg_footer.lua

  • liko\cfg\sh_cfg_nav.lua

GENERAL

  • liko\core\cl_fonts.lua

  • liko\core\cl_init.lua

  • liko\core\cl_rcc.lua

  • liko\core\sv_init.lua

  • liko\diag\cl_diag_cwserv.lua

  • liko\diag\cl_diag_dcserv.lua 🇳​​​​​🇪​​​​​🇼

  • liko\diag\cl_diag_notice.lua

  • liko\pnl\cl_pnl_announce.lua

  • liko\pnl\cl_pnl_footer.lua

  • liko\pnl\cl_pnl_ibws.lua

  • liko\pnl\cl_pnl_rules.lua

  • liko\pnl\cl_pnl_rules_web.lua

  • liko\pnl\cl_pnl_servers.lua

  • liko\sh_env.lua

  • liko\lang\en.lua

◾ Changes

◾ Added disconnect button confirmation

Players will now be asked to confirm if they wish to disconnect from the server. This should help with accidental clicks.

◾ Added player console 'Goodbye' message

If a player disconnects from the server; they will simply be sent a message to their player console that reminds them to favorite the server and provides the IP address

◾ Added external !rules chat command to display only rules ui in-game

Added a !rules chat command so players can view the rules without opening the main interface.

◾ New hook when addon initialized to support plugins

Can now use liko_cl_init to activate a hook when addon loads the interface.

The footer panel and server listing now has a charcoal color and updated animations:

◾ Dialogs now have shadows

Shadows have been added around all dialog boxes so that they are more visible in front of interfaces with the same color.

◾ Updated pnl registration system

An internal change which makes primary panels separate from internal panels.

◾ Multiple chat / console commands can now activate interface

Interfaces can now have multiple triggered bound to activate the interface.

◾ Integrated browser now has color setting for background

Due to some websites not having a background-color; this causes the site to have the background color of the interface panel. A setting has been added to give a white background that will appear behind the website to prevent some websites from being transparent:

Setting can be located in lua\modules\liko\cfg\sh_cfg_nav.lua

bg_main                 = Color( 255, 255, 255, 255 ),

◾ Integrated browser disabled by default in configs

Prior to this update; the integrated web browser was enabled by default. Because the Garry's Mod framework is so outdated and some websites may appear as blank pages; the integrated browser is now disabled by default.

To enable it; open lua\modules\liko\cfg\sh_cfg_nav.lua and change the following settings:

cfg.nav.btn.donate_int      = true
cfg.nav.btn.website_int     = true
cfg.nav.btn.workshop_int    = true

◾ Increased size of icons / buttons in top right

Icons located in the top-right have been increased in size slightly to make them more noticeable.

◾ Fixed minor pnl call issues

Patched a few pnl calls that were not registered properly.

◾ Fixed eprotect compatibility

Resolved an issue which caused a random error with customers also using eProtect related to SetTitle()

◾ Fixed glitch with static text being editable

Users were able to move their cursors inside a dialog panel and type text. This caused no issues with functionality itself; but was not intended and has been fixed.

Last updated