243,702 Commits over 3,898 Days - 2.60cph!
util.KeyValuesToTable and util.KeyValuesToTablePreserveOrder now accept a third parameter, set to true to preserve key case
vgui.LoadControlsFromFile/LoadControlsFromString now properly creates scripted panels
Improved vgui.LoadControlsFromString (no longer writes to a temporary file)
Merging terrain normal related changes
Changed to straight normal+height packing for less artifacts
Fixing NRE errors popping up on Sentry
fixed some bone structural errors in the deer rig.
updated andre's wolf prefab with my animation controller
ItemContainer no longer derived from ScriptableObject
Wolf prefab now uses Minh's animation + effects
Increased protocol
Made items not be ScriptableObjects
ItemID's are now uint (was int)
Fixed moon being kinda blue
Tweaked LUT blending times
Minor fixes and adjustments
Add missing snow footsteps
Update npc_alyx icon, delete useless broken model.
Clarify that you are supposed to install the Zeno Clash Model Pack for gmod.
stag rig; stag running animation
Fixed LUT blending bugging around if a time sync from the server sets back the local time
Increased probability for small stones in forests
Made decor spawn system abide per-prefab spawn probabilities
Cleaned up GameManager slightly
First stab at stripping components on the DS
Added kickall
Server Perf logging fixes
Added textures command (lists textures)
Added LZ4 compression lib + wrapper
Added server perf.csv spitting to server
Scene stuff. More snow rocks.
updated player clothes source file
Attempt at fixing motion blur resize issues
Fixed assert in Item.RemoveFromWorld()
Removed Tick
Fixed fire gobbling too much wood
Added overlay refresh to TerrainMeta
Applied Petur's sky tweaks to prefab (so that it's applied in all scenes)
Set overlay textures in procedural scene
Scene stuff. Splitting rocks into snow & no snow.
Fixed NRE when user disconnects during auth
Ignore plasticscm bullshit
Attempt to keep the dedicated server from loading any terrain textures
More specific profiling on TransformChangeMonitor
Added build version in DS title
Tweaked the sky, and fixed a campfire material.
Now using Engine.IsDedicatedSever instead of .batchmode