userGarry Newmancancel
branchsbox/mastercancel

3,148 Commits over 1,338 Days - 0.10cph!

3 Years Ago
Add Global.IsToolsMode Hide force start game button if not in tools mode Templates create their children first, so that OnTemplateSlot will get called on their parents before the parents attributes, which seems like a better way around Fixed panel overlays staying open after console closed Fix exception on copy text Fixed PanelEvent propogation not stopping when returning false in method with no arguments Added base style for navigator to be functional Navigator panel can take a navigator-canvas which indicates the slot to be in, removed need for 2 layers of panels, fixed NavigateReturnEvent logic backwards Refactor menu so we can have navigator in game screen Avatar page fix Leave lobby button change VirtualScrollPanel item size takes a Length width/height Panel Template Slots can be deep VirtualScrollPanel.ItemSize fixes Game map selector tweaks Fix warnings
3 Years Ago
Clean up panel deferred deletion: will delete same frame if no :outro transition Don't tick panel children if parent isn't visible (reduces paranoid impulse to add IsVisible checks to Tick for perf)
3 Years Ago
Menu style tweaks
3 Years Ago
Fix map selection
3 Years Ago
Only show city if it's different to state Remove api debug Don't RegionInfo Country
3 Years Ago
Lets just use a long for UserId here, since it is one everywhere anyway Cache favourite packages, played packages Add int.FormatWithSuffix() Added Local.PlayerId (obsoleted Local.SteamId) Use new Api URLs Add Client.FetchGameRankAsync() Show wins/losses/draws for facepunch.pool
3 Years Ago
Refine game result reporting Add force start button to lobby Report if Package.Download isn't set up More accurate message in FindAndDownloadGamemode fail
3 Years Ago
Api auth change
3 Years Ago
Clean up AddonConfig GameService BBox functions from pool GameServices
3 Years Ago
Decal recompiles
3 Years Ago
Fix bindings not initializing when value was default
3 Years Ago
Package ratings true/false are valid event arguments
3 Years Ago
Latest shaders
3 Years Ago
Fix favourites positioning Use recent game info on favourites Fixed favourites not showing a value
3 Years Ago
Favourites bar
3 Years Ago
Update shaders.yml
3 Years Ago
Fix Api URL
3 Years Ago
Favourites basics
3 Years Ago
Update Build-Shaders.bat
3 Years Ago
Update Build-Shaders.bat
3 Years Ago
Update Build-Shaders.bat
3 Years Ago
Update shaders.yml
3 Years Ago
Update Build-Shaders.bat
3 Years Ago
Update shaders.yml
3 Years Ago
Build-Shaders.bat (builds vfxcompile too)
3 Years Ago
Update API
3 Years Ago
Update shaders.yml
3 Years Ago
Update shaders.yml
3 Years Ago
Shader build action
3 Years Ago
Rebuilt addon/base shaders (glow failed @samzanemesis)
3 Years Ago
Merge render_rework vpc fix
3 Years Ago
completely strip and delete Panorama
3 Years Ago
Better IME input, better multicharacter handling in textarea Completely strip out unused IIMEManager Fix NRE when setting label to null
3 Years Ago
Basic IME support
3 Years Ago
Fixed panels making it hard for the garbage collector to collect them Added Panel.BindClass( "active", () => IsTrue() ); Added Panel.Bind( "value", () => GetValue() ); Get game categories from api
3 Years Ago
API cleanup, don't show streamer button unless they have streamer services linked
3 Years Ago
Support for netcustom games
3 Years Ago
Fixed Start Game button debug text
3 Years Ago
Better lobby chat Don't report caught exceptions Fixed exception when cancelling download Reuse httpclient for api
3 Years Ago
Sentry scopes Added Style.Content (only works on Labels/Icons) Tweaked how lobbies work, ready state, show member status
3 Years Ago
Remove Styles.BorderImage
3 Years Ago
⚠Breaking Change⚠ removed Style.Background
3 Years Ago
Set MAX_PLAYERS to ABSOLUTE_PLAYER_LIMIT Add maxplayers convar, set it on server startup Clean GameLobby, make public ConsoleSystem.Run errors print right console command name Added Global.Lobby
3 Years Ago
GameLobby uses Sandbox.Lobby
3 Years Ago
Move dropdown control to base addon Add Panel.SetPropertyObject SteamClient can cache off name and SteamId, allows Local to collect them without querying Steam Lobby settings
3 Years Ago
Fixed style selector giving priority to pseudo flags OnTemplateSlot receives an INode - so it can inspect attributes (Obsoleted old version) TabContainer can be constructed in html with slot="tab" tabtext="fff" tabicon="fff" Split friend to own file Search worldwide for lobbies Lobby sidebar is tabbed
3 Years Ago
Steamworks is now completely internal
3 Years Ago
update to net 6.0.0-rc.2
3 Years Ago
Remove broken test maps Fix NRE Fix anim events not firing on clientside models (ie, viewmodels) Rust pump shotgun deploy sound Update base.fgd
3 Years Ago
Other shaders