userGarry Newmancancel

18,348 Commits over 3,714 Days - 0.21cph!

3 Years Ago
Don't try to render panels without any styles
3 Years Ago
Added Emoji translator TextEntry can replace :emoji: as you type
3 Years Ago
TextEntry fires an onsubmit on enter Base Chat Box
3 Years Ago
Don't register console commands when loading the menu (I need to sort this fucking shit out) Clean up texture loading Can load texture "avatar:<steamid>" to load a steam avatar (also avatarbig: and avatarsmall:)
3 Years Ago
Interop: for resource types add CopyStrongHandle - which creates a new StongHandle pointing to the exact same resource
3 Years Ago
Added Player.SteamId
3 Years Ago
When making cursor visible, put it in the same position it was when it went invisible
3 Years Ago
Fix UI not blocking mouse wheel when pointer-events
3 Years Ago
Show player count on game icons Don't allow closing the main menu when not in a game Added Panel.FindRootPanel() Fixed .Focus() logic fuckup Added GameScreen Better Focus() logic
3 Years Ago
Moving fpsw to engine Steam CallResults GameLobby Disconnect if gamemode didn't load Remove debug Added Lobby.GameServerSteamId Added lobbylist command Friend callbacks
3 Years Ago
whitelist System.Private.CoreLib/System.IO.Path.* Fixed a bunch of props scale +physhull Fixed client not forwarding commands to server Spawnmenu list props, spawn command
3 Years Ago
Dev notice cleanup
3 Years Ago
Fixed border color Modern spawnmenu style
3 Years Ago
Deleting vrad exes Cursor is enabled if pointer-events enabled on any (visible) child
3 Years Ago
Renaming addons
3 Years Ago
Background image baseline Stylesheet renames Merge branch 'master' of sbox
3 Years Ago
Spawnmenu mockup ProjectGen automatically add *.scss under *.cs
3 Years Ago
Menu cleanup Create Build-Tools.bat ProjectGen better ignoring These addons don't need code Can access code folder via FileSystem FileSystem.Mount/Unmount silently ignore nulls Moved stylesheets next to classes Throw if trying to add rootpanel more than once Delete.Delete doesn't need to call base sbox addon
3 Years Ago
Startup Timing Sped up generators, but this is all gonna have to be reviewed, probably needs to be threaded
3 Years Ago
Fixed exception when disconnecting
3 Years Ago
Add Rect3D AsyncSetTextureData2 doesn't need TextureConfig AsyncSetTextureData2 uses Rect3D Texture cleanup Added NativeEngine.CTextureDesc Interop: using [asref] when returning from native doesn't try to return a ref Bind RenderDevice.GetTextureDesc Add Texture.Width, Height, ImageFormat
3 Years Ago
Basic image loading Fixed scroll direction
3 Years Ago
Mouse wheel scrolling basics
3 Years Ago
some ui_ debug convars Remove F_STENCIL_MASKING from ui shaders Added NativeRect Bind RenderContext.SetScissorRect UI overflow != visible scissor culls
3 Years Ago
Cull panels if overflow != visible
3 Years Ago
Text tweak Panel children sorting Friend list ordering Fixed redrawing text for no reason Update baseaccess.txt Classes use HashSet Design tweaks
3 Years Ago
Friend List
3 Years Ago
Update steam_api64.dll Adding Facepunch.Steamworks steam_client forwards steam callbacks, so we don't have to fuck about with shit Remove old manual steam stuff and use fpsw instead
3 Years Ago
▅▅█▋ ▉█▉█▆ ▄█▆▄▅▍ '▍▋▅▇▋▇' ▅▋ ▅▌█
3 Years Ago
API Tests
3 Years Ago
Steam client callbacks
3 Years Ago
Steam Client boilerplate
3 Years Ago
UserData + Replicated Convar binds
3 Years Ago
Cleaning up
3 Years Ago
ui_text shader alpha fudge
3 Years Ago
DeleteChildren can trigger outro's too
3 Years Ago
Update Sandbox.Test to use preview packages Fixed multiple nested &selectors not always working
3 Years Ago
Tweaked transition behaviour, so we can transition from "current" height etc
3 Years Ago
Added :outro selector, which a panel will set on deletion, and will delete properly after transitions are finished
3 Years Ago
Added :intro selector - which is automatically added for the first frame of a panel's life - allowing easy creation of intro transitions
3 Years Ago
Hotreload using mat_compileshaders instead of mat_reloadshaders ScreenQuad with margin Update Margin.cs moving UI materials into addon Fixed crash in CTextureManagerDx11 Added TextShadow to UI tests Updated shaders Box shadow tests, fixes ui_cssbox cleanup
3 Years Ago
Pass the transform matrix to the shader
3 Years Ago
Detect change and launch shader recompile from C#
3 Years Ago
Placeholder dev_notice_add for sam to add progress
3 Years Ago
Added RealTimeUntil Fixed console commands not always working in menu Made dev notices more generic (so we can use them for shader compiles) Fixed layout propogation
3 Years Ago
Matrix.Identity fix Added transform property Transform rendering wip Transform transitions
3 Years Ago
Bind Matrix Add RenderContext.SetMatrix Remove unused Add Rect.Center
3 Years Ago
Added Style.SkipTransitions
3 Years Ago
Menu system hotloads
3 Years Ago
F keys are game buttons, run binds even when in the menu ui UI test cleanup