Release 0.6 #12
RaphaelIT7
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Changes
- [+]
vprof
module now works on 64x- - [#] Also fixed
vprof
itself on 64x / Solved Facepunch/garrysmod-issues#6019- [+] Added
HolyLib.SetSignonState
,HolyLib.InvalidateBoneCache
function and theHolyLib:PostEntityConstructor
hook.- [+] Added
steamworks.ForceAuthenticate
to steamworks module.- [+] Added
cvar.Unregister
to cvars module.- [+] Added
physenv
module.- - [#] Implemented a fix for Facepunch/garrysmod-issues#642
- [+] Added
vprof
library tovprof
module.- [+]
HolyLib:On[Generic/Model]PrecacheFail
hooks now also allow you to change the fallback.- [#] Model and Generic precache now fallsback to
-1
instead of0
by default.- - [+] Added
holylib_precache_[model/generic]fallback
to change the fallback if wanted.- - [#] Models now will be errors if they fail to precache.
- [#]
util.AsyncCompress/Decompress
now use two seperate threadpools(You can change their size with the new convars).- [#] Fixed a small reference leak in
util.AsyncCompress/Decompress
. The function was leaked so it's not too big.- [#] Extented vprof to include two more functions that call hooks.
- -
gameevent.Listen
callbacks and Gamemode startup hooks should now also show up.- - Gamemode startup hooks that are now included are:
GM:CreateTeams
,GM:PreGamemodeLoaded
,GM:OnGamemodeLoaded
,GM:PostGamemodeLoaded
andGM:Initialize
.- [#] Fixed a bug in
vprof
that caused CallWithArgs to show up.- - shouldn't be a thing since
CallFinish
should always be called after it.- [#]
VoiceData:GetUncompressedData
got thedecompressSize
argument.- [#] Fixed
VoiceData:GetUncompressedData
always erroring (#11)- [#] Fixed
Steam3Server
symbol.- [#] Fixed ghostinj crashing on shutdown on 64x.
- [#] Implemented a fix for Facepunch/garrysmod-issues#6031
You can see all changes here:
Release0.5...main
QoL updates
This discussion was created from the release Release 0.6.
Beta Was this translation helpful? Give feedback.
All reactions