Hammer DPI scaling improvements
KeyValuesToTablePreserveOrder further tweak
* Do not turn 0 to 1 key if there's only 1 key
Fixed Hammer Entity KeyValue names drawing over the second column
Implement partial prediction latch resets from TF2 SDK/CS:GO
* Makes prediction errors with weapons not reset every predictable variable, causing player position jolt. This is what HL2DM does now.
Make player health non predictable
* This makes sense, right? No other health/armor related variable is predicted, and you can't really predict health changes since they come from serverside only events.
Fixed status bar scaling in Hammer
Minor cleanups
Fix ammo/net library not resetting serverside on disconnect
Added cyclic reference test to net.WriteTable and util.TableToKeyValues
Implemented chained command auto complete (Community Contribution)
Minor compile warning fixes
Fix OSX compile
Minor cleanup
Fixed 64bit studiomdl crashing due to recent changes