Garry's Mod

Garry's Mod

Lua Patcher
62개 중 31~40개 표시 중
< 1  2  3  4  5  6  7 >
업데이트: 2023년 11월 11일 @ 오전 5시 46분

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일 @ 오후 11시 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일 @ 오후 11시 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

업데이트: 2023년 7월 1일 @ 오전 3시 45분

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