-
•
Entity arguments now properly error on type mismatch
-
•
Change DImageButton default preview image to be different from DImage
-
•
Get rid of steamworks.VoteInfo usage in base game and make it alias of steamworks.FileInfo
-
•
steamworks.FileInfo now returns the vote info as well (same key names as VoteInfo)
-
•
Increased Entity.GetMaterials limit to 256 (from 127) for certain maps have a lot of materials and 128 is not enough
-
•
Added "visibility" key to steamworks.FileInfo, and replaced title and description with "Hidden addon" if they are empty
-
•
Added stack trace to the rest of non-halting errors produced by Lua functions
-
•
Upgraded steamworks.Publish to support ISteamUGC and Workshop item updating
-
•
Apply special TextEntry hack for Panel.GetValue from Panel.GetText to get rid of the 8k char limit
-
•
steamworks.FileInfo's "children" key uses numbers as keys, not strings