userGarry Newmancancel
reposboxcancel

5,151 Commits over 1,583 Days - 0.14cph!

3 Years Ago
Add Package.CanEdit Multiline TextEntry Can change game's name and description Tweak TextEntry up/down when multiline
3 Years Ago
Set TransmitType.Always in GameBase Fix newlines rendering as a square in dropshadows
3 Years Ago
TextStroke cascades Fix text shadow offset being wrong Tweak leaderboard styles Fix empty lobby list growing forever
3 Years Ago
Don't allow ExplicitLayout structs
3 Years Ago
Remove TextShadow material & shader Update skia Draw TextShadow as part of the text render Relocate thirdparty dlls Add css text-stroke-width, text-stroke-color (borderline standard) Fix NRE in NavigatorPanel Placeholder for generating label textures in background, need to handle -r_max_device_threads errors though
3 Years Ago
Report image decoding exceptions nicer Report EventSystem invocation exceptions nicer
3 Years Ago
3 Years Ago
Fix NRE in NavigatorPanel
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
Shader build
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