1.9.4 30/06/2025
----------------
Bugs Fixed:
* Removed a call to a function in
hc.show_menu
that didn't exist in the production build.
Features Changed:
* Deprecated the original "timer" core module, all timers now use the CS2D timer until a better timer module is available.
1.9.4 23/03/2025
----------------
Bugs Fixed:
* Potentially fixed issues with proxy hooks (primarily related to freeing them).
Features Changed:
* The
hc.show_menu
function now accepts a cancel callback and a wide option for wide menus. Invisible menus are not supported.
1.9.4 21/03/2025
----------------
Bugs Fixed:
* Fixed an oversight where some building IDs were overwritten by their respective item IDs.
Features Changed:
* Replaced all instances of the copyright symbol with its respective escape code.
* Enabled legacy support for the CS2D timer with
cs2d_timer and
cs2d_freetimer (if you don't want the imperfect HC timer), this is a placeholder until a better timer gets implemented to replace both.
* The version file still reports 1.9.4, but now includes the patch date instead of 'unofficial'.
1.9.4 16/03/2025
----------------
Bugs Fixed:
* Moved the "maps" module HUD texts to the centre of the screen, so it won't hide the chat box anymore.
* The HUD scale default was unintentionally set to 2; reset it to 1 for better layout consistency.
Features Removed:
* Removed the "teambalance" module as it was consistently reporting errors, was unpredictable and deprecated by the built in team balance feature.
1.9.4 25/03/2021
----------------
Bugs Fixed:
* Fixed player names that started with
(
disabled menu buttons.
1.9.4 01/03/2021
----------------
Bugs Fixed:
* Fixed
moderation.lua
's identify menu.
1.9.4 07/12/2020
----------------
Bugs Fixed:
* The function
hc.get_login(p)
will have proper outputs under all circumstances (unless login is
true
).

String containing the login number.

String containing the number 0, if no login is found.
1.9.4 06/02/2020
----------------
Bugs Fixed:
* Internal login ID management issues.
1.9.4 29/11/2020
----------------
Features Changed:
* Wall menu command now uses the main config file to evaluate permissions, rather than the module itself.
1.9.4 07/12/2019
----------------
New Features:
* Now supports STEAM saves, users and bans.
* Now supports 16:9 resolutions.
* Clock and map vote resized.
* Compressed server transfer files.
Bugs Fixed:
* Clock no longer hides in-game HUD elements.
* Map vote no longer hides the chat box.
* Editor no longer hides when the player is dead.