Garry's Mod
Lua Patcher
63件中 31-40 を表示
< 1  2  3  4  5  6  7 >
更新:2023年12月5日 @ 4時36分
更新者:Piengineer12

Version 2.1.1

ENTITY:SetBodyGroups now does nothing when given nil
ENTITY:SetColor now does nothing on non-table values
CreateConVar now converts help text type to string
CreateParticleSystem no longer errors when given a non-vector offset

更新:2023年11月11日 @ 5時46分
更新者:Piengineer12

Version 2.1.0

Complete rename of addon
Fixed ENTITY:SetColor with invalid colors causing errors

更新:2023年9月28日 @ 2時09分

Version 2.0.7

Fixed ENTITY:EmitSound always failing

更新:2023年9月27日 @ 23時49分

Version 2.0.6

Corrected number and string comparison code to deal with some mixed types
Adding two strings no longer errors if one of them isn't representable as a number
EmitSound and ENTITY:EmitSound no longer errors on non-strings
ENTITY:LookupBone no longer causes an error on NULL
PHYSOBJ:SetVelocity no longer errors on a NULL physics object
net.Start no longer errors on unpooled message name
surface.SetFont no longer errors on invalid font

更新:2023年9月9日 @ 5時33分

Version 2.0.5

Create(Client)ConVar min and max arguments now default to nil for non-number values
util.IsValidModel now stringifies passed argument
language.Add now doesn't do anything if less than 2 values were passed

更新:2023年8月31日 @ 23時22分

Version 2.0.4

NULL:GetBoneCount no longer raises an error
net.Start when a net message has already started now closes the current net message

更新:2023年8月6日 @ 11時20分

Version 2.0.3

pairs() with nil argument now iterates over an empty table
NULL:SetColor now does nothing

更新:2023年7月21日 @ 5時38分

Version 2.0.2

Patched net.WriteString to interpret nil as an empty string

更新:2023年7月3日 @ 10時00分

Version 2.0.1

Removed ENTITY:GetEnemy override
NPC:GetEnemy on NULL NPC now returns nil

更新:2023年7月2日 @ 12時52分

Revert to Version 1.9.1 due to ENTITY:GetEnemy override causing major issues