Garry's Mod

Garry's Mod

Lua Patcher
63개 중 41~50개 표시 중
< 1  2  3  4  5  6  7 >
업데이트: 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

업데이트: 2023년 6월 5일 오전 1시 32분

Version 1.9.1

Fixed IGModAudioChannel:Stop() causing errors when called multiple times

업데이트: 2023년 5월 26일 오전 5시 14분

Version 1.9.0

lua_repair_logging ConVar is now 0 by default
Fixed NULL:LookupAttachment raising error
Fixed NULL PhysObjects causing an error when attempting to be awakened
Fixed input.IsKeyDown with nil argument
Fixed IsConCommandBlocked being called with nil argument

업데이트: 2023년 3월 18일 오전 8시 31분

Version 1.8.5

ents.FindInSphere no longer errors on missing arguments

업데이트: 2023년 2월 8일 오전 1시 05분

Version 1.8.4

Vectors can now be multiplied or divided by other vectors

업데이트: 2023년 1월 14일 오전 8시 32분

Version 1.8.3

PLAYER:GetCurrentCommand() no longer errors outside of prediction

업데이트: 2022년 12월 22일 오전 6시 15분

Version 1.8.2

Fixed error caused by invalid number metatable
Fixed IsValid(string) returning true instead of false

업데이트: 2022년 12월 19일 오후 6시 27분

Version 1.8.0

Prevented errors are now logged to console

업데이트: 2022년 8월 13일 오후 11시 59분

Version 1.7.1

Patched CLuaEmitter:Add() to check if CLuaEmitter is not NULL

업데이트: 2022년 8월 7일 오후 9시 05분

Version 1.7.0

Addon now blocks all blocked commands from Lua regardless of context, possibly to excess