User Changes: WinterPhoenix
20 Days Ago | ||||
matproxy.Add -
Add note about bind function being required
|
||||
2 Months Ago | ||||
PhysObj:ComputeShadowControl -
Add note about working with non-physics shadows too
|
||||
Structures/ShadowControlParams -
Clarify secondstoarrive
|
||||
3 Months Ago | ||||
surface.CreateFont -
Note about Linux font names
|
||||
Finding_the_Font_Name -
Add note about Linux embedded font names being unreliable + Minor text change + Minor Change
|
||||
Structures/FontData -
Add note about Linux/macOS and font file name
|
||||
4 Months Ago | ||||
Player:GetCount -
Add missing default types
|
||||
5 Months Ago | ||||
GM:OnLuaError -
Mention that it doesn't do anything for ErrorNoHalt/Error functions
|
||||
6 Months Ago | ||||
Enums/TEXTUREFLAGS -
Add STAGING_MEMORY, IGNORE_PICMIP, STREAMABLE_COARSE, STREAMABLE_FINE from VTF 7.5
|
||||
7 Months Ago | ||||
Entity:GetParentAttachment -
Note that this will return Bone ID instead of Attachment ID with EF_FOLLOWBONE
|
||||
Entity:SetParent -
Note that Attachment ID will become Bone ID with EF_FOLLOWBONE
|
||||
1 Year Ago | ||||
Player:SteamID -
"BOT" is now output for bots on both server and client + Minor Change
|
||||
DHTML:ConsoleMessage -
Add source, clarify RUNLUA, clarify console.* default behavior
|
||||
game.MountGMA -
Add note about garrysmod folder relativity
|
||||
http.Post -
Add note about large body responses
|
||||
http.Fetch -
Add note about large body responses
|
||||
Global.HTTP -
Add note about large body responses
|
||||
timer.Create -
Timer does not run in next Think with 0 delay, runs in next Tick
|
||||
timer.Simple -
Timer does not run in next Think with 0 delay, runs in next Tick
|
||||
net.BytesLeft -
Note on 6 bits being returned despite the entire message being read + Clarify the 6 extra bits happen all the time
|
||||
2 Years Ago | ||||
Entity:GetModelRadius -
Add warning about possible nil return + will -> can
|
||||
Entity:GetName -
"mapping name + "mapping name" -> "map/hammer targetname"
|
||||
3 Years Ago | ||||
util.QuickTrace -
The second argument isn't endpos, it's dir. + Slight adjustment to dir arg description
|
||||
4 Years Ago | ||||
Vector:Length2D -
Add warning about expensive function
|
||||
Vector:Length -
Add warning about expensive function
|
||||
NextBot:HandleStuck -
Fix view source
|
||||
NEXTBOT:OnKilled -
Add view source
|
||||
NEXTBOT:OnInjured -
Add view source
|
||||
NEXTBOT:OnUnStuck -
Add view source
|
||||
NEXTBOT:OnStuck -
Add view source
|
||||
NEXTBOT:OnLandOnGround -
Add view source
|
||||
NEXTBOT:BodyUpdate -
Add view source
|
||||
NEXTBOT:OnLeaveGround -
Add view source
|
||||
NEXTBOT:BehaveUpdate -
Add view source
|
||||
NEXTBOT:BehaveStart -
Fix view source
|
||||
NextBot:MoveToPos -
Fix View Source
|
||||
NEXTBOT:OnEntitySightLost -
Added bug #4734
|
||||
NEXTBOT:OnEntitySight -
Added bug #4734
|
||||
DHTML:QueueJavascript -
SetPaintedManually was incorrect, overriding Paint is correct
|
||||
DHTML:QueueJavascript -
Fixed example, added suggestion to use SetPaintedManually instead of SetVisible for hiding panels
|
||||
DHTML:QueueJavascript -
Added a note about IsVisible == false making Think not run, therefore pausing queue processing + Fixed missing space
|
||||
ENTITY:StoreOutput -
Fixed "Show GitHub" link
|
||||
Player:SetNoCollideWithTeammates -
Added bug note about melee damage
|
||||
surface.SetDrawColor -
Added note about $vertexalpha and the alpha value
|
||||
system.HasFocus -
macOS no longer returns true 100% of the time
|
||||
system.BatteryPower -
Etc
|
||||
Global.RealTime -
Added info clarifying that a server restart is needed to fix precision loss
|