reposboxcancel

20,313 Commits over 1,522 Days - 0.56cph!

3 Years Ago
Add StreamUser.Channel and StreamUser.Broadcast
3 Years Ago
Added Sandbox.TagList struct, interfaces with "tags" FGD type Fixed a minor issue with "tags" FGD editor
3 Years Ago
Remove stream connected/disconnect events for now, doesn't make much sense currently
3 Years Ago
Move Sandbox.Stream to sandbox.engine so multiple connections aren't made for menu, client, server
3 Years Ago
Remove OnChat callback, dealing with chat commands should be dealt with addon level
3 Years Ago
internal set StreamPoll properties internal set StreamUser properties internal set StreamChannel properties internal set StreamBroadcast and StreamChatMessage properties internal set StreamUserFollow properties
3 Years Ago
internal set StreamPrediction properties
3 Years Ago
Move prediction lock/cancel/resolve to StreamPrediction
3 Years Ago
Add StreamPoll.End
3 Years Ago
Optional username param for GetUser
3 Years Ago
Move get following/followers to StreamUser
3 Years Ago
Bump COORD_NOTINIT so Hammer selection bounds don't get clamped to 99999 in every direction
3 Years Ago
Merge BanUser and Timeout user, the only difference is perm ban or timed ban, clarify this in the summary
3 Years Ago
Change channel modify functions to properties
3 Years Ago
Parse any time response data to DateTimeOffset
3 Years Ago
Fix ConVarRef warnings Merge branch 'master' of sbox
3 Years Ago
Fixed "Open X assets in external tool Y" opening way too many editors
3 Years Ago
AccessControl unit tests AccessControl.CheckRules is around 625x faster ReflectionCache builder is 14x faster
3 Years Ago
Do a proper error if steam init failed, instead of crashing further down the line
3 Years Ago
Move IRCMessage to StreamChatMessage constructor
3 Years Ago
Add summary to all stream events
3 Years Ago
Deserialize prediction response Add prediction to api
3 Years Ago
Move stream events under Sandbox.Stream instead of Sandbox.Event
3 Years Ago
Document all public Sandbox.Stream functions
3 Years Ago
Add Stream.CreatePoll, Stream.EndPoll
3 Years Ago
Deserialize poll response
3 Years Ago
Add Stream.GetChannel
3 Years Ago
Add Stream.GetBroadcast
3 Years Ago
Add Stream.GetUserFollowing and Stream.GetUserFollowers
3 Years Ago
Optional channel param in Stream.SendMessage, sends to your own channel if non specified
3 Years Ago
internal Stream.Connect and Stream.Disconnect, auto connect to twitch service on loop init
3 Years Ago
Implement Sandbox.Stream.GetUser
3 Years Ago
Refractor so that TwitchService handles client and api
3 Years Ago
Added Particles.SetPositionComponent and Particles.SetOrientation
3 Years Ago
More IPanel properties Merge branch 'master' of sbox
3 Years Ago
Obsolete Property.FGDType & Hammer in favor of FGDTypeAttribute and Hammer.SkipAttribute ResourceTypeAttribute and BitFlagsAttribute now derive from FGDTypeAttribute
3 Years Ago
More IPanel properties
3 Years Ago
"tags" FGD type
3 Years Ago
Add channel modify functions to Sandbox.Stream Internal twitchapi
3 Years Ago
Add IPanel.IsMainMenu, IPanel.IsGame More IPanel properties Merge branch 'master' of sbox
3 Years Ago
Add Sandbox.Stream.IsActive
3 Years Ago
Sandbox.Streaming.StreamClient to Sandbox.Stream
3 Years Ago
Stream.OnChat library method instead of event system CommandAttribute
3 Years Ago
Support `transform: scale( x y )` but still fallback to setting both if a single parameter is specified. Previous only a uniform scale could be set Merge branch 'master' of github.com:Facepunch/sbox
3 Years Ago
Give option to copy HDR framebuffer with CopyFrameBuffer() and add GrabDepthBuffer()
3 Years Ago
Have lock, cancel and resolve prediction functions, more clear than an enum for each end status
3 Years Ago
Add TwitchAPI.CreatePrediction, TwitchAPI.EndPrediction
3 Years Ago
Add TwitchAPI.EndPoll
3 Years Ago
Add TwitchAPI.CreatePoll
3 Years Ago
Let's not fuck up this branch this time