6,143 Commits over 3,806 Days - 0.07cph!
DCategoryList.SetBackgroundColor now has an effect
lua_error_url is reset when player starts a local multiplayer game
clientside Lua errors will no longer be sent to servers from previous client connection
lua_error_url will receve the proper GMod version instead of being 167 at all times.
▊▄▄▌▍ ▆▆▍▊▆▍▄▇ ▄▌▍▅▍▌▊ ▅█ ▆█▊▌▋▊▄▇█▍▉▊▆▌▇.▊▊▆
Fixed size variables for some addon filesystem stuff to match gmad/gmpublish
Gmad - auto ignore thumbs.db and desktop.ini
Updated VRAD to the latest TF2 version we have (Feb 2016) StaticProp lightmaps are currently disabled
Clientside only sents now have their proper classname
Basic support for clientside only entities, anim sents only
Added ents.CreateClientside
Fix auto hl2_episodic 1/0
More reliably call OnEntityCreated on client mostly for players
OnEntityCreated is called when one would expect it to be called - when the entity is created
Added env_wind.SetWindDir( int )
DoImpactEffect for ANIM entities
npc_metropoilce will acknowlegde existence of multiple players in multiplayer.
▍▄█ ▊▇▉▅▆ ▆▍▊ ▋▊ ▍▊▆█▉▉▆▋▄, ▌▍▇▊ ▅▍▅▌▉▄▋▊ ▄▍▅▋▉▇▌ ▄▅ ▍▇ ▇▍▄
fixed variable sizes for gmpublish.exe
Gmad.exe - Use fixed size variables
Updated nodegraphs for gm_construct and gm_flatgrass
Minor spawn icon editor changes
stop perform layout infintie loops on sidebar
added tab icons
Changes to DFileBrowser and DHorizontalScroller
DFileBrowser has an example in derma_controls
Added DHorizontalScroller.GetCanvas, ScrollToChild, SetScroll
DPropertySheet tabs can be right clicked to quickly switch between tabs when they overflow DPropertySheet's width
DFileBrowser has an example in derma_controls
Added DHorizontalScroller.GetCanvas, ScrollToChild, SetScroll
DPropertySheet tabs can be right clicked to quickly switch between tabs when they overflow DPropertySheet's width
Minor changes to Spawnicon editor - tab icons, performance
file.* functions automatically remove double or more consecutive slashes
file.Open only forces lowercase for writing and reading from the data folder, file.Rename also forces lowercase (both arguments)
Error and ErrorNoHalt no longer have the 512 character limit
Force file.Open paths to be lowercase for both reading and writing
Better handle unknown Windows languages
Updated TTT
Updated ENT:BeingLookedAtByLocalPlayer() yet again
Dnumberwang code style (PR#1356)
fixes to ENT:BeingLookedAtByLocalPlayer
And people wonder why PRs don't get merged
Co-Authored-By: Collin (code_gs) <collings509@gmail.com>
Added ENT.MaxWorldTipDistance and improved implementation of ENT:BeingLookedAtByLocalPlayer (Community contrib)
Added PathFollower.PriorSegment
Added PathFollower.NextSegment
Added DNumberWang.Set/GetInterval (Community Contrib)
Hydraulic toggle option
And a small bugfix which required you to press the keybind twice before the hydraulic would work
Hydraulic Toggle option + small bug fix
SWEP.DrawAmmo now disables correct HUD elements
Some minor changes to Hammer including a buncha NULL checks
VRAD and VBSP no longer check for model versions (but still display warnings)
Fixed Hammer crashing when trying to load over 1024 models at the same time and some related crashes
Fixed "starts locked" spawnflag not doing anything for func_rot_button
Checkbox visual clarity improvement
Its for Hammer but affects everything else too
Updated entity translations (Community Contrib)
Use table.IsEmpty instead of table.Count where possible (Community Contrib)
Fixed a server crash issue when Player.SendLua has created a Lua error
Fixed a server crash issue when an entity has "angle" key value (opposed to "angles")
Community Contributions:
* Added No Collide option to Weld tool
* Added Panel.GetTooltip() and Panel.GetTooltipPanel()
* Removed MarkupObject:Create, Added MarkupObject to the registry
* Player.Set/RemovePData() now return the return values they were documented to return
Style consistency for weld.lua
Add MarkupObject metatable to the registry (#1541)
Co-Authored-By: Collin (code_gs) <collings509@gmail.com>