Skip to content

Releases: StevenKal/ReGameDLL_CS

5.22.0.670-personal_v1

24 Jul 11:42
cc15c9a
Compare
Choose a tag to compare

Personnal version for my own purpose (mine or friends's servers).
This is an extended version with some fixes & new features, the PR #3 is related to it.

Changelog: Here.
+
o CVar "sv_alltalk": Added option "6" (alive hear alive teammates, dead hear dead). From user request.

5.22.0.620-semiclip-fix

24 Jul 11:40
7679fb1
Compare
Choose a tag to compare

From RauliTop's issue request rehlds#732.
Related PR: #7.

o Fix players names (code in "CBasePlayer::UpdateStatusBar") not showing when aiming at them with semiclip modules/plugins using bad methods (old types dealing with solidity).
This will fix "mp_playerid" names feature & AMX[X]'s "PlayerName" stat (HUD names when aiming).
And fix some hints messages like "You have spotted a friend", hostages aimed, etc..
o Made the function "CBasePlayer::UpdateStatusBar" performs an internal trace up to the CVar "sv_zmax" (instead of hardcoded 2048/8192 units), in order to fix status informations not showed from high distance (when aim a player/hostage...).

5.22.0.669-personal_v1

11 Jul 12:39
41267e9
Compare
Choose a tag to compare

Personnal version for my own purpose (mine or friends's servers).
This is an extended version with some fixes & new features, the PR #3 is related to it.

Changelog: Here.
+
o CVar "sv_alltalk": Added option "6" (alive hear alive teammates, dead hear dead). From user request.

5.22.0.612-semiclip-fix

11 Jul 12:37
4937343
Compare
Choose a tag to compare

From RauliTop's issue request rehlds#732.
Related PR: #7.

o Fix players names (code in "CBasePlayer::UpdateStatusBar") not showing when aiming at them with semiclip modules/plugins using bad methods (old types dealing with solidity).
This will fix "mp_playerid" names feature & AMX[X]'s "PlayerName" stat (HUD names when aiming).
And fix some hints messages like "You have spotted a friend", hostages aimed, etc..
o Made the function "CBasePlayer::UpdateStatusBar" performs an internal trace up to the CVar "sv_zmax" (instead of hardcoded 2048/8192 units), in order to fix status informations not showed from high distance (when aim a player/hostage...).

5.21.0.663-personnal_v1

25 Oct 11:32
6f73d3b
Compare
Choose a tag to compare

Personnal version for my own purpose (mine or friends's servers).
This is an extended version with some fixes & new features, the PR #3 is related to it.

Changelog: Here.