Skip to content

v1.10.0

Compare
Choose a tag to compare
@tmp64 tmp64 released this 08 Dec 04:25
· 96 commits to master since this release

Half-Life 25th Anniversary Update

  • Support for Half-Life 25th Anniversary Update.
  • HUD scale can be configured in the advanced options or via hud_scale.
    • Scale above 100% requires the latest Steam version of the game. steam_legacy will not work.
    • Fixed plugin menu size with large fonts (#186).
    • Missing scaled weapon sprites are rendered at 100% scale.
    • Missing weapon sprites are rendered as pink boxes.

System Requirements

  • Windows XP support has been dropped.
  • BugfixedHL-Rebased now requires Windows 7 or newer.
  • Linux dev builds now require Ubuntu 20.04 or newer.
  • Linux release still supports Ubuntu 18.04.

New features

  • Added hud_fastswitch 2 to disable weapon selection UI (#161, by @jovanlanik and @wddyy).
  • Added the ability to unmute yourself (#165).
  • Added cl_killsound_path to specify the name of the kill sound (#133, by @SmileyAG).
  • cl_killsound now controls the volume of the kill sound (#133, by @SmileyAG).
  • hud_saytext_sound now controls the volume of the chat message sound (#133, by @SmileyAG).
  • Raised location file limit to 4 MB (#162).

Bugfixes

  • Fixed Steam detecting the game as running after crash (by @ScriptedSnark).
  • Fixed missing line break in realname fail message (#170, by @LeviOP).
  • Fixed status spam when SVC messages are hooked partially.
  • Fixed crash if a player disconnects just before the client receives the player's deathnotice message (#187).
  • Fixed crash and incorrect rendering of custom weapon deathnotice sprites after level change.

Developer stuff

  • Updated external libraries.
  • Added Docker files for BHL build (both Windows and Linux).