userTony Fergusoncancel

4,648 Commits over 976 Days - 0.20cph!

2 Years Ago
Goodbye Poppins, you had a good run
2 Years Ago
Updated Helpers to Razor, fixed all game warnings
2 Years Ago
Get rid of ClientPreferencesWidget's template, fixed incorrectly grabbing display title for PropertyDescription
2 Years Ago
Converted MenuWidget to Razor Added non-VR debugging methods to interact with MenuWidget / ClientPreferences
2 Years Ago
ScoreWidget converted to Razor, less code, less shit stylesheet Converted HintWidget to Razor
2 Years Ago
Events Widget displays all events, can click through them https://files.facepunch.com/devultj/1b3011b1/sbox_hkJZYAZrYP.mp4
2 Years Ago
Social: Fixed newest chat overlay message showing the wrong message, or no data at all
2 Years Ago
When joining from a gamelobby invite, navigate to /lobby/front
2 Years Ago
Fixed incorrect arguments for gamelobby.invite
2 Years Ago
Prioritize game lobby invitation if it exists, listen to gamelobby.invite event and show menu overlay
2 Years Ago
Fix party lobby invites failing because lobby metadata doesn't initially exist for private lobbies. Fetch, add to queue and process invite on SteamMatchmaking_OnLobbyDataChanged
2 Years Ago
Fetch news dynamically on the main menu
2 Years Ago
Use DateTimeOffset instead of DateTime, fixed NiceTime returning the wrong plurals
2 Years Ago
Menu: Scheduled Events (#750) - Added events widget to main menu based on data from https://asset.party
2 Years Ago
Messy proof of concept for showing scheduled events on the main menu screen, grabbed by the Api Update ScheduledEvents.Fetch to match new API, sort events by if they're active, then by time Support case where we don't find an event. Minor code cleanup Adjust event widget style Fixed ScheduledEvents not prioritizing active events Format TimeSpan in a front-facing manner (2 days, 10 minutes etc..) Docs pass, cleanup For now, exclude events that have already finished Moved BaseApiResponse to Api.cs GetScheduledEvents refactored, is BaseApiResponse
2 Years Ago
Web - Scheduled Events (#7) - Added API methods to interact with scheduled events - Added admin page to interact with scheduled events
2 Years Ago
Get rid of "generic" tag from DamageInfo.Generic - it's not really needed and didn't match its summary
2 Years Ago
Add cache for lobby member counts - should stop it taking up a bunch of frame time
2 Years Ago
Manually update presence when we get ServerInformation, fixes rich presence not being updated when joining existing servers
2 Years Ago
Support Rich Presence for active gameserver
2 Years Ago
Added tooltips to current game / map / addon rows, changed map row icon
2 Years Ago
Changed lobby frontpage style a bit, added with-hover so we get visual feedback on textentries Minor changes to CurrentGame component, clicking current game / map will open package modal
2 Years Ago
Added disabled attribute to TextEntry
2 Years Ago
Add Language.GetPhrase( textToken, data ) Use GlobalLobby to get a roundabout player count, display it in main menu Reduced border size on party deck
2 Years Ago
Moved BaseApiResponse to Api.cs GetScheduledEvents refactored, is BaseApiResponse
2 Years Ago
Add specific api functions based on BaseApiResponse Api uses new functions instead of directly interacting with db Works uses same Api functions, store creator's SteamId Add GetScheduledEvents Test
2 Years Ago
Added temporary "giveall" command
2 Years Ago
Docs pass, cleanup For now, exclude events that have already finished
2 Years Ago
Fixed ScheduledEvents not prioritizing active events Format TimeSpan in a front-facing manner (2 days, 10 minutes etc..)
2 Years Ago
Explicitly support DateTime for ModelFields
2 Years Ago
Adjust event widget style
2 Years Ago
Support case where we don't find an event. Minor code cleanup
2 Years Ago
Support "datetime" as a field editor, just use datetime-local Fixed not returning any scheduled events Added more data annotations to ScheduledEvent for validation Use ModelForm instead of our own hand-made EditForm
2 Years Ago
Update ScheduledEvents.Fetch to match new API, sort events by if they're active, then by time
2 Years Ago
Added endpoint to grab non-stale events
2 Years Ago
Messy proof of concept for showing scheduled events on the main menu screen, grabbed by the Api
2 Years Ago
Started on registering scheduled events, add admin page to add / list / delete already scheduled events
2 Years Ago
2 Years Ago
Set default gamemode
2 Years Ago
Aim Component will also create secondary fire input hint
2 Years Ago
Revert "Fixed weapon ammo not showing for non-active weapons, don't bother deactivating the components" This reverts commit aedf1cf1dfbf518334ce3077e8ce0ed69c1672ba. Introduce includeDisabled param to Weapon.GetComponent, look for disabled Ammo component where needed
2 Years Ago
Moved KillFeed files into own directory
2 Years Ago
Add boomer.kill event, send it to everyone when someone gets killed by a player
2 Years Ago
Add WeaponData.KillMessages, GetRandomKillMessage Boilerplate Kill Feed components Upped opacity of unequipped weapons on WeaponList Set up some kill messages
2 Years Ago
Reduced mouse delta ui translation significantly, it was making me feel sick Added player awards, killing sprees https://files.facepunch.com/devultj/1b2311b1/sbox-dev_HUJhvqN9su.jpg Add player awards UI component Set fallback award icon, fixed Beyond Godlike not displaying a Description
2 Years Ago
Fixed weapon ammo not showing for non-active weapons, don't bother deactivating the components
2 Years Ago
Accumulate mouse delta and translate the game's root panel a little bit https://files.facepunch.com/devultj/1b2311b1/sbox-dev_fPa5hkXL2E.mp4
2 Years Ago
Add input hints to Info
2 Years Ago
Use different team setup
2 Years Ago
Update weapon list style