reposboxcancel

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

3 Years Ago
Throw exception if trying to Material.Load on render thread
3 Years Ago
Round measure text up to int
3 Years Ago
3 Years Ago
StyleSelector HasClasses speedup Skip transitions on screen size change Fixed text not invalidating layout when changing size
3 Years Ago
Cursor ew-resize, ns-resize Throw an exception if parenting a panel to itself Add template slot system
3 Years Ago
StreamClient.Username uses name from service token
3 Years Ago
fixed last-child issues
3 Years Ago
Update TwitchAPI.cs
3 Years Ago
Make StreamClient.TwitchAPI publicly accessible Don't connect to twitch pubsub for now, isn't useful yet
3 Years Ago
Only fetch twitch credentials once across client, pubsub and api Initial support for twitch helix api. Added TwitchAPI.GetUser Add internal TwitchAPI.ServiceToken which throws for invalid token for convenience Add internal TwitchAPI.Http which sets up http client with client-id and auth headers Add TwitchAPI.GetUserFollowing and TwitchAPI.GetUserFollowers Add the rest of the UserFollow data Add TwitchAPI.GetStream
3 Years Ago
Dirty the layout when text changes
3 Years Ago
FGDWriter can use CategoryAttribute as FGD group
3 Years Ago
YogaWrapper, don't set variables that aren't changed TextBlock optimized emptry string behaviour Add DebugName to BaseDataSource Don't update binds every frame Don't update binds if panel not visible Only update yoga when styles change Update performance stats Cache layout rect, margin, padding Merge branch 'master' of sbox
3 Years Ago
Fixed Russian and other non English keyboard layouts not working correctly in Hammer
3 Years Ago
Fixed gizmos in 2D Front view not scaling well Fixed clicking on a path node while having a tangent selected hiding the primary tool gizmo
3 Years Ago
Fix a warning Make gizmos always have the same size in 2D views
3 Years Ago
Added UI.DataSource.Property Optimize.IsVisible Added UISystem.Simulate Performance layouts
3 Years Ago
Add Client.IsListenServerHost
3 Years Ago
Make sure join and part use lowercase channel name
3 Years Ago
Twitch pubsub testing
3 Years Ago
Remove twitch test menu cmd
3 Years Ago
Splitting test solution Update test packages Panel performance tests Update children indexes on prelayout, instead of every time a child is added/removed HashSet for children Library.GetAttribute( type ) use concurrentdictionary instead of linq, lock Fix EngineFileSystem shutdown exceptions
3 Years Ago
FgdWriter don't put base class name Glow Property color is a vector instead of a color ObjectProperty doesn't go crazy if property isn't gettable Reflection.GetProperties returns actual properties LogEvent fields to properties Throw error message popup if menu doesn't compile on boot Add System.ComponentModel.Primitives for addons Decorate some properties for inspector Added IValid interface More property tagging LogEvent use StackTrace editor RenderAlpha and RenderColorAndAlpha are obsolete, RenderColor is a Color instead of a Color32 Merge branch 'master' of sbox
3 Years Ago
Drag'n'dropping models from Asset Browser in Hammer now selects the correct class name set in ModelDoc
3 Years Ago
Add StreamClient.LeaveChannel
3 Years Ago
Add StreamClient.Username Add StreamClient.JoinChannel, don't automatically join our own channel
3 Years Ago
Fixed obsolete path entities in Hammer not having a class select dropdown
3 Years Ago
Fixed per axis scaling of SupportsSolids entities in Hammer acting weird
3 Years Ago
Engine EntityRegistry, tweaks to make adding/removing ents to/from lists reliable Addon accessor ToYoga optimization Profiling Entity Registry as list IEntity for cross realm entity interaction Lets not print all this shit when we do ent_bbox Merge branch 'master' of sbox
3 Years Ago
Custom Path Node support Hammer, FGDWriter and resourcecompiler changes to accommodate custom key values for each path tool node
3 Years Ago
Add StreamClient.Service getter
3 Years Ago
Remove rfc2812 class, isn't needed anymore Add cap req for tags, commands, membership Grab chat message color from tags Add badges to chat message Don't split badges string if it's null or empty Add join/leave events Send username in join and leave events Add StreamClient.ClearChat Add StreamClient.BanUser and StreamClient.UnbanUser Add StreamClient.TimeoutUser
3 Years Ago
Fixed plane trace backwards logic (and added tests) Fixed WorldPanel being backwards
3 Years Ago
Can turn prediction off for an entity using Entity.Predictable = false
3 Years Ago
Fixed still being able to ConsoleSytem.Run( "quit" )
3 Years Ago
Fixed shaders not writing to alpha if S_ALPHA_TEST
3 Years Ago
ModelEntity.SetMaterialGroup can take a string
3 Years Ago
Load assets before menu init
3 Years Ago
Save cookies on exit Menu Convars are saved and loaded properly Setting Menu Convars via property updates native backing, saves Merge branch 'master' of sbox
3 Years Ago
Fixed bot user commands being ran at the wrong point during a tick causing bots to behave in strange ways Merge branch 'master' of github.com:Facepunch/sbox
3 Years Ago
Added AnimSceneObject.SetBodyGroup
3 Years Ago
Fixed FgdWriter errors
3 Years Ago
Asset fgd's can be automatically generated Add BitFlags Attribute Editor Keep bitflag menu open after changing a value Merge branch 'master' of sbox
3 Years Ago
Fixed occasional exception when creating a lobby for a game server Now displays a warning
3 Years Ago
Run DefaultValue generator before Replicate generator Fixes [Net] properties losing their default value in the fgd
3 Years Ago
qwidget bind test
3 Years Ago
Compile fix
3 Years Ago
Adding Sandbox.Tools
3 Years Ago
Squashed commit of the following:
3 Years Ago
Initial commit: parity Merge branch 'master' into bots Merge branch 'master' into bots Added MimicBot and updated to use BuildInput method Commented out some native bot_ commands. Added managed bot commands Fixed previous state issues and clean up Merge branch 'master' into bots Made changes for PR Merge pull request #27 from Facepunch/bots Bots