usertonycancel

4,599 Commits over 976 Days - 0.20cph!

3 Months Ago
Kill marker is also red Fixed ServerBrowser NREs caused by Data being null
3 Months Ago
Refactor crosshair, no more razor Hitmarkers, kill markers re-implementation
3 Months Ago
PlayerController stash
3 Months Ago
PanelTraversalSystem: Refactor root panel focus, in case a modal pops up in the way, or any other overlay Can pop modals PanelTraversalSystem: pop modal one-by-one if hitting B on controller
3 Months Ago
Broke input actions, whoops
3 Months Ago
Don't double-render UI
3 Months Ago
Don't need these
3 Months Ago
Cleanup
3 Months Ago
PanelTraversalSystem: Refactor, no more block size, don't use GetPanelsAt, filter root panel descendants by on-screen, eligible panels, then rate them
3 Months Ago
ControllerInput: don't use input actions because they change game to game, use raw buttons https://files.facepunch.com/tony/1b0611b1/sbox_6PTr7T3esQ.mp4
3 Months Ago
Gizmo.Settings.GizmosEnabled applies to DrawGizmos as well, resolves #1539 https://files.facepunch.com/tony/1b0611b1/sbox-dev_cW3C5AFArY.mp4
3 Months Ago
Break properly when clicking simulated mouse, so we don't interact with every rootpanel, now it's ordered properly
3 Months Ago
Priority Refactor, didn't make much sense to do it this way
3 Months Ago
Adhere to RootPanel Priority when rendering overlays
3 Months Ago
VirtualCursorSystem - work relative to screen size
3 Months Ago
Clickable class is prioritized, fix modal system NRE, reduce panel traversal block size
3 Months Ago
Improve Bootstrap::Init error output to show diagnostic errors if they exist - we get a lot of users asking about this, and the original exception is not very useful https://files.facepunch.com/tony/1b0411b1/sbox-dev_GUQ7oMB8Eh.png
3 Months Ago
Remove some more stuff
3 Months Ago
Get shortest SourceLocation path when setting TypeDescription.SourceLine/File - This should've been the original fix for opening code files that have partial class defs
3 Months Ago
Get rid of my partial class check for SourceLocation codegen, it's actually the culprit for Facepunch/sbox-issues#6753 - re-publish your game and it'll be fine
3 Months Ago
Fixed menu scene, first pass balance of shooting sounds using new falloffs
3 Months Ago
ViewModel ApplyAnimationTransform NRE fix PlayerPawn.OnPossess NRE fixes
3 Months Ago
Use [FontName] for TextRendering.Scope, resolves Facepunch/sbox-issues#6752 https://files.facepunch.com/tony/1b3111b1/sbox-dev_VBbuYDiPZN.png
3 Months Ago
We shouldn't need these SteamInput files anymore
3 Months Ago
RandomSpawnAssigner can pick team-occupied spawnpoints
3 Months Ago
Get rid of crouch speed fluff
3 Months Ago
Fixed USP SD bodygroups
3 Months Ago
Renamed tdm_test to edinburgh, fixed references
3 Months Ago
Close modals if we hit back button
3 Months Ago
Update Input.config for menu project
3 Months Ago
Hook in correct minimap path
3 Months Ago
Fixed camera logic in multiplayer
3 Months Ago
New minimap render
3 Months Ago
Process inputs in the menu
3 Months Ago
Post-rebase compile fixes
3 Months Ago
Add gamepad navigation support to main menu UI and game menu UI - Virtual cursor system - Panel traversal system Refactor: remove IVirtualCursor, IMenuSystem hook-ins, cursor razor component - add InputOverlaySystem which works in MenuDll and GameMenuDll, add RootPanel.Priority Demote some new stuff from being public Fixed overlay flicker when re-laying out (due to stuff being pressed on), don't set Style.Width|Height GameManager -> Game Use input actions instead of now gone digital action state stuff Remove unused code Remove IGameInstance.InputSettings (not used) Push menu inputs when we don't have an input config to read Fixed editor error w/ InputSettings.Actions
3 Months Ago
Apply it to some other volumes too
3 Months Ago
Consolidate options in one place
3 Months Ago
Add "Toggle Volume Visibility" Menu option in the editor
4 Months Ago
Close CollectionList popup after toggling a collection for now
4 Months Ago
Include package type in AddTo/RemoveFromCollection, resolves exception when toggling collection for an asset
4 Months Ago
Speculative fix for the inability to add assets to collections
4 Months Ago
Remove GunsmithWeapon
4 Months Ago
More autumn cleaning Removed Conquest / Vehicles - cool for hack week but not sure it fits the gamemode
4 Months Ago
4 Months Ago
Remove PlayerCameraOverrides, it's bullshit
4 Months Ago
Add ability to close tool window tabs, scoped to scene/prefab tabs only - resolves Facepunch/sbox-issues#6653 https://files.facepunch.com/tony/1b2211b1/sbox-dev_3TNYa6UlBY.mp4
4 Months Ago
Add "Set to None" option to InputActionControlWidget https://files.facepunch.com/tony/1b2211b1/0WMKcWO3Z1.png
4 Months Ago
Better solution for ignoring empty files for project upload, resolves Facepunch/sbox-issues#6608
4 Months Ago
Add ability to group selection into new parent GameObject, add bind (CTRL+SHIFT+G), resolves Facepunch/sbox-issues#6587