Garry's Mod
Lua Patcher
กำลังแสดง 31-40 จาก 62 รายการ
< 1  2  3  4  5  6  7 >
อัปเดต: 11 พ.ย. 2023 @ 5: 46am

Version 2.1.0

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

อัปเดต: 28 ก.ย. 2023 @ 2: 09am

Version 2.0.7

Fixed ENTITY:EmitSound always failing

อัปเดต: 27 ก.ย. 2023 @ 11: 49pm

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

อัปเดต: 9 ก.ย. 2023 @ 5: 33am

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

อัปเดต: 31 ส.ค. 2023 @ 11: 22pm

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

อัปเดต: 6 ส.ค. 2023 @ 11: 20am

Version 2.0.3

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

อัปเดต: 21 ก.ค. 2023 @ 5: 38am

Version 2.0.2

Patched net.WriteString to interpret nil as an empty string

อัปเดต: 3 ก.ค. 2023 @ 10: 00am

Version 2.0.1

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

อัปเดต: 2 ก.ค. 2023 @ 12: 52pm

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

อัปเดต: 1 ก.ค. 2023 @ 3: 45am

Version 2.0.0

Errors are logged more often, if console logs are enabled
Changed Entity overrides to invoke IsValid instead of directly comparing to NULL
ENTITY:GetEnemy on NULL now returns nil
ENTITY:SetPhysicsAttacker now no-ops when no player is provided
CTAKEDAMAGEINFO:SetInflictor no longer errors on NULL argument