1,624 Commits over 365 Days - 0.19cph!
Fixed hole end camera not setting new hole position, would always go back to hole 1
Game -> MinigolfGame, use Input Actions, use new event names
More work on main menu navigation, breadcrumbs, page transitions, footer content
Work in progress main menu
Crude and simple matchmaking page https://files.facepunch.com/tony/1b0611b1/sbox-dev_eT2vnQlkWa.mp4
Work on custom main menu w/ navigation
Fix compile like this for now
Fix NRE on Api.TypeLayout when trying to view a namespace
Update to use Input Actions
Rewritten SegmentBar to fix flickering when rebuilding panel
Ship game templates from sboxgame/templates manually for now, need to consider about fetching from the repo soon
Refactor LaunchConfigEditor to be a widget which can target a local project and read/write to its metadata
Launcher: When going through active local projects, check their LaunchConfigs metadata and add them
Add per-project launch config editor to project settings
Actually run Input.SetBind when clearing a bind, whoops
If InputSettings is null, grab common inputs and let users rebind those for the current game package
Add KeyBind onchange event for right click clear
Can right click a keybind to reset it to default individually
Add Panel.GetTransformPosition( Vector2 )
Add mask to package screenshots modal
Remove SetMaskAngle debug log
Always allow mouse-related actions to "release" when UI pops up, but don't allow new presses. Matches keyboard behavior more closely. #1004
Fixed hair_longbrown_covered_test being able to be worn with other hair/hats
Support viewing the ragdoll of a player if they die during deathcam
Fixed being able to move pickups around with projectiles
Give grenade projectile some drag
Refactor projectile system to match FP4
Re-implement SlowMovement trigger
Re-implement DashRechargePickup on new pickup base
Add MusicBox entity back in, w/ ClientSettings for volume
Fixed another InputActions NRE
Fix InputActions NRE if ServerConfig hasn't loaded by the time ServerInformation is recv'd
Update ProjectConfig.Ident MaxLength (16 -> 32)
Upped asset ident max length (16 -> 32)
Add groups to client settings, support in ObjectEditor
Proper hover style for own scoreboard row
Work on re-adding ClientSettings
Return scoreboard to hold for open
Only look for DevCamera and control HUD visibility from RootPanel
Use award system to show big notification that the game is over
Add PlayerDeathCamera, switch to it when running DeathCam.Show
Don't clamp ammo count on HUD
Fixed ammo count being fucked
Can't run SetWinners again if State != Active
Add Minigame.State, Minigame.Participants - fixed failing to account for spectating players in Tag
Basic tv expressions for Tag