User Changes: TIMON_Z1535
| 6 Months Ago | ||||
|
|
Entity:GetAttachment -
Clarify returned value
by
TIMON_Z1535
|
|||
|
|
Entity:LookupBone -
Clarify returned value
by
TIMON_Z1535
|
|||
|
|
Entity:GetBoneName -
Clarify returned value
by
TIMON_Z1535
|
|||
| 9 Months Ago | ||||
|
|
Player:ExitLadder -
typofix
by
TIMON_Z1535
|
|||
|
|
ents.GetMapCreatedEntity -
fix + fix
by
TIMON_Z1535
|
|||
|
|
player.GetByID -
fix
by
TIMON_Z1535
|
|||
|
|
ents.FindAlongRay -
Returns Entity array
by
TIMON_Z1535
|
|||
|
|
ents.FindByClass -
Returns Entity array
by
TIMON_Z1535
|
|||
|
|
ents.FindByClassAndParent -
Returns Entity array
by
TIMON_Z1535
|
|||
|
|
ents.FindByModel -
Returns Entity array
by
TIMON_Z1535
|
|||
|
|
ents.FindByName -
Returns Entity array
by
TIMON_Z1535
|
|||
|
|
ents.FindInPVS -
Returns Entity array + args
by
TIMON_Z1535
|
|||
|
|
ents.FindInSphere -
Returns Entity array
by
TIMON_Z1535
|
|||
|
|
ents.FindInCone -
Returns Entity array
by
TIMON_Z1535
|
|||
|
|
ents.FindInBox -
Returns Entity array
by
TIMON_Z1535
|
|||
|
|
Entity:Use(function) -
enum
by
TIMON_Z1535
|
|||
|
|
ENTITY:Use -
enum
by
TIMON_Z1535
|
|||
|
|
ents.FireTargets -
enum
by
TIMON_Z1535
|
|||
|
|
Entity:SetUseType -
enum
by
TIMON_Z1535
|
|||
|
|
ents.GetMapCreatedEntity -
Returns can be nil
by
TIMON_Z1535
|
|||
|
|
ents.GetByIndex -
NULL like Entity func
by
TIMON_Z1535
|
|||
|
|
Global.Entity -
format
by
TIMON_Z1535
|
|||
|
|
Entity:EntIndex -
format
by
TIMON_Z1535
|
|||
|
|
ents.Iterator -
table to table<Entity>
by
TIMON_Z1535
|
|||
|
|
ents.GetAll -
returns Entity array
by
TIMON_Z1535
|
|||
|
|
ITexture:GetColor -
returns Color
by
TIMON_Z1535
|
|||
|
|
Entity:SetColor -
SetColor uses Color
by
TIMON_Z1535
|
|||
|
|
Entity:GetColor -
GetColor returns Color
by
TIMON_Z1535
|
|||
|
|
Derma_Basic_Guide -
do not deprecate DLabelURL
by
TIMON_Z1535
|
|||
|
|
CNavArea:GetSpotEncounters -
page links instead or relative url + fix
by
TIMON_Z1535
|
|||
|
|
CNavArea:GetAdjacentAreaDistances -
fix page name
by
TIMON_Z1535
|
|||
|
|
CNavArea:GetIncomingConnectionDistances -
fix page name
by
TIMON_Z1535
|
|||
|
|
GM:PlayerDeathSound -
Replace fake SNDLVL_NORM with a number
by
TIMON_Z1535
|
|||
|
|
Enums/SNDLVL -
Same warning string as other fake enums
by
TIMON_Z1535
|
|||
|
|
Enums/TEXTUREFLAGS -
Update link + Remove notag="1" + revert
by
TIMON_Z1535
|
|||
|
|
Advanced_Chatbox -
The Lua ellipsis vararg are not deprecated lol
by
TIMON_Z1535
|
|||
|
|
Global_Variables -
Add TOOL global variable for Sandbox derived gamemodes
by
TIMON_Z1535
|
|||
|
|
drive.Register -
Finally moved to DRIVE(?) + fix
by
TIMON_Z1535
|
|||
|
|
drive.CalcView -
Finally moved to DRIVE(?)
by
TIMON_Z1535
|
|||
|
|
Enums/NAV_MESH -
Fix enum value and order
by
TIMON_Z1535
|
|||
|
|
Entity:CallDTVarProxies -
Fix argument names
by
TIMON_Z1535
|
|||
|
|
Entity:NetworkVar -
More transparent text about strings slots 0-3
by
TIMON_Z1535
|
|||
|
|
player.Iterator -
table to table<Player>
by
TIMON_Z1535
|
|||
|
|
player.GetByID -
Return can be nil
by
TIMON_Z1535
|
|||
|
|
player.GetByUniqueID -
Return can be false + fix + fix
by
TIMON_Z1535
|
|||
|
|
player.GetBySteamID64 -
Return can be false + fix
by
TIMON_Z1535
|
|||
|
|
player.GetBySteamID -
fix
by
TIMON_Z1535
|
|||
|
|
player.GetByAccountID -
Return can be false + fix
by
TIMON_Z1535
|
|||
|
|
player.GetHumans -
table to table<Player>
by
TIMON_Z1535
|
|||
|
|
Global.FindMetaTable -
Return can be nil, add RegisterMetaTable note.
by
TIMON_Z1535
|
|||
|
|
PhysObj:GetVolume -
Return can be nil
by
TIMON_Z1535
|
|||
|
|
PhysObj:GetSurfaceArea -
Return can be nil
by
TIMON_Z1535
|
|||
|
|
util.JSONToTable -
Return can be nil
by
TIMON_Z1535
|
|||
|
|
util.Decompress -
Return can be nil
by
TIMON_Z1535
|
|||
|
|
Entity:SetPreventTransmit -
Additional arg alternative types
by
TIMON_Z1535
|
|||
|
|
Entity:GetModel -
Return can be nil
by
TIMON_Z1535
|
|||
|
|
Entity:DTVar -
Overload with omitted slot
by
TIMON_Z1535
|
|||
|
|
Entity:NetworkVarElement -
Overload with omitted slot
by
TIMON_Z1535
|
|||
|
|
Entity:NetworkVar -
Overload with omitted slot
by
TIMON_Z1535
|
|||
|
|
net.Send -
plys table to table<Player>
by
TIMON_Z1535
|
|||
|
|
net.SendOmit -
plys table to table<Player>
by
TIMON_Z1535
|
|||
|
|
Lua_Editors -
Add sumneko's Lua to recommended extensions, don't thank GLuaLint for all the efforts, but community.
by
TIMON_Z1535
|
|||
| 10 Months Ago | ||||
|
|
Understanding_AddCSLuaFile_and_include -
Add server's AddCSLuaFile also for shared.lua
by
TIMON_Z1535
|
|||
|
|
Global.Angle -
Revert pitch default value because its optional "it will produce 0,0,0 if pitch is nil"
by
TIMON_Z1535
|
|||
|
|
GM:PlayerSay -
Revert typo (?)
by
TIMON_Z1535
|
|||
|
|
DMenuBar:SetBackgroundColor -
Moved to DPanel:SetBackgroundColor since 2016
by
TIMON_Z1535
|
|||
|
|
DMenuBar:GetBackgroundColor -
Moved to DPanel:GetBackgroundColor since 2016
by
TIMON_Z1535
|
|||
|
|
DMenuBar:SetDisabled -
Moved to DPanel:SetDisabled since 2016
by
TIMON_Z1535
|
|||
|
|
DMenuBar:GetDisabled -
Moved to DPanel:GetDisabled since 2016
by
TIMON_Z1535
|
|||
|
|
NPC -
Replace url to Entity page link
by
TIMON_Z1535
|
|||
|
|
Vehicle -
Replace url to Entity page link
by
TIMON_Z1535
|
|||
| 1 Year Ago | ||||
|
|
VMatrix -
VMatrix has negation operator __unm
by
TIMON_Z1535
|
|||
|
|
util.Decompress -
Fix return value and maxSize desc
by
TIMON_Z1535
|
|||
|
|
util.Compress -
Return value can't be nil
by
TIMON_Z1535
|
|||
| 2 Years Ago | ||||
|
|
Structures/ViewData -
Add viewid option
by
TIMON_Z1535
|
|||
|
|
Enums/VIEW -
Created view_id_t enum + Valid values range from 0 to 8
by
TIMON_Z1535
|
|||
|
|
string.GetFileFromFilename -
Fix string functions desc
by
TIMON_Z1535
|
|||
|
|
string.GetPathFromFilename -
Fix string functions desc
by
TIMON_Z1535
|
|||
|
|
string.GetExtensionFromFilename -
Fix string functions desc
by
TIMON_Z1535
|
|||
|
|
string.StripExtension -
Fix string functions desc
by
TIMON_Z1535
|
|||
|
|
Fake_Scripted_Entity_Creation -
Note about bad article practice
by
TIMON_Z1535
|
|||
|
|
render.RenderFlashlights -
Fix render.PushFlashlightMode link
by
TIMON_Z1535
|
|||
|
|
Entity:ClearAllOutputs -
Restored the lost functionality by #1984
by
TIMON_Z1535
|
|||
| 3 Years Ago | ||||
|
|
Weapon:SetNextPrimaryFire -
Note about "weapon_pistol" that bypasses this function
by
TIMON_Z1535
|
|||
|
|
Player:SetNoCollideWithTeammates -
Note about influence on traces
by
TIMON_Z1535
|
|||
|
|
Default_Fonts -
All default engine fonts
by
TIMON_Z1535
|
|||
|
|
Player:AccountID -
Move note about bots to note block
by
TIMON_Z1535
|
|||
|
|
Player:SteamID -
Move note about bots to note block
by
TIMON_Z1535
|
|||
| 4 Years Ago | ||||
|
|
surface.DrawLine -
February 2022 Patch
by
TIMON_Z1535
|
|||
|
|
Angle -
Typofix
by
TIMON_Z1535
|
|||
|
|
Player:SetNoCollideWithTeammates -
This method is Shared
by
TIMON_Z1535
|
|||
Garry's Mod
Rust
Steamworks
Wiki Help