reposboxcancel

22,445 Commits over 1,614 Days - 0.58cph!

3 Years Ago
Fix internal IsVrUser not working
3 Years Ago
Entity.EntityName becomes Entity.Name, is networked properly, has default value
3 Years Ago
Intial work on ShaderProc to pack shader headers
3 Years Ago
Iterate compute API Choose if SceneMonitorObject should render with HDR Matrix.ToString Assert only once if we are resolving outside the rect Add Render.ClipPlanes Iterate on compute API DispatchComputeShader on GameGlue for now User clipplanes on base shader
3 Years Ago
This might fix sbox-issues/issues/950 Merge branch 'master' of sbox
3 Years Ago
Restore documentation on EntityTags/TagList, fixed EntityTags.HasAny
3 Years Ago
Add Render.UI.Text( ... ) Add Texture.Size RenderState can be readonly Add Render.UI.Clip Remove performance rcon Fix spammy TextManager Merge branch 'master' of sbox Remove ITagList, TagList is a HashSet<string>
3 Years Ago
Also do not hide cordons with hide unselected that makes a selection set Fixed Undos not updating cordon visibility
3 Years Ago
Fixed asserts in Hammer with that uses RenderThickLine QuickHide Unselected doesn't hide cordons Previous caused everything to disappear which is clearly unhelpful
3 Years Ago
Added ITagList interface for TagList and Internal.EntityTags, Added ITagList.HasAny( ITagList ), ITagList.Toggle
3 Years Ago
Make escaping quotemarks in console commands work Fixes specially formatted chat messages breaking up, and other not yet encountered issues
3 Years Ago
Remove point_*command entities from the native code
3 Years Ago
Fixed a typo in Transform.Add docs Fixes sbox-issues/issues/939
3 Years Ago
Better No Authority exception I see improved performance with this disabled. Maybe we're doing something wrong - why has resource system got pending work all the time? Added Vector4.Zero, One and constructor to create via float Added Render.UI.Box, Render.UI.BoxWithBorder
3 Years Ago
Remove automatic connect/disconnect in game loop, move to menu commands
3 Years Ago
Rename Sandbox.Stream to Sandbox.Streamer
3 Years Ago
Don't do scrolling logic if not a scroller I don't think this TaskGroup stuff is useful in reality
3 Years Ago
Vector3.ToScreen calls into client realm if called from menu more IEntity properties Added BBox.Corners Added Rect.Add( Vector3 ) Disable Entity is too far from world AssertMsg Merge branch 'master' of sbox
3 Years Ago
Keep track of all the chat channels we're in
3 Years Ago
Add StreamUser.Ban, StreamUser.Unban
3 Years Ago
Add StreamUser.CreatePoll
3 Years Ago
Add StreamUser.CreateClip Add StreamUser.CreatePrediction Add StreamUser.CreatePrediction
3 Years Ago
Only proceed with irc login if websocket connected, try a reconnect if it fails to connect
3 Years Ago
Make Stream.Init awaitable so menu can know if it failed
3 Years Ago
Check websocket is valid before trying to join/leave channel
3 Years Ago
Save stream service type to cookies
3 Years Ago
Add MenuTools.SetStreamService
3 Years Ago
Init stream service in MenuInterface.Init. Connect/Disconnect stream service in GameLoop
3 Years Ago
Add StreamGame.Broadcasts
3 Years Ago
Update Stream.cs
3 Years Ago
Add Stream.GetGame (from game name)
3 Years Ago
Add Stream.GetBroadcasts (from game_id)
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