userTony Fergusoncancel

4,162 Commits over 884 Days - 0.20cph!

2 Years Ago
Adjusted player card style
2 Years Ago
Add VoiceIcon https://files.facepunch.com/devultj/1b2611b1/sbox-dev_NLwNyYVspk.png Add VoiceChatList, VoiceChatEntry
2 Years Ago
Show a little icon for friends in the scoreboard https://files.facepunch.com/devultj/1b2611b1/sbox-dev_qkqsbzqoRC.png
2 Years Ago
Chatbox should not go above scoreboard
2 Years Ago
Fixed input getting stomped from chatbox
2 Years Ago
Clean up coins/lives code
2 Years Ago
Unfucked the chatbox style, sendbutton wasn't absolute
2 Years Ago
Add logo, restyled hints (remove later) https://files.facepunch.com/devultj/1b2511b1/sbox-dev_Y91hsWdMZL.png
2 Years Ago
Restyled some of the scoreboard https://files.facepunch.com/devultj/1b2511b1/sbox-dev_71G8BnWNDe.png
2 Years Ago
Don't show coins/lives in Tag
2 Years Ago
Adjust keys collected panel margins
2 Years Ago
Updated kill messages to exclude player name
2 Years Ago
Add PlayerCard component https://files.facepunch.com/devultj/1b2411b1/sbox-dev_7gwtjYSQjU.png Merge branch 'UIUpdate' of sbox-platformer into UIUpdate
2 Years Ago
Add BlockBar template element https://files.facepunch.com/devultj/1b2411b1/sbox-dev_YODZaCgB4v.png Merge branch 'UIUpdate' of sbox-platformer into UIUpdate
2 Years Ago
Fixed DefaultHud style for round status
2 Years Ago
Always record voice when in VR - we'll probably want an option for this in the future
2 Years Ago
Adjust HUD, fixed alignment for Tag status cards, fixed not being able to scroll chat in Tag
2 Years Ago
Edit style for status card RoundTimer panel uses StatusCard Killed old RoundTimer style from HUD Merge branch 'UIUpdate' of sbox-platformer into UIUpdate
2 Years Ago
Add StatusCard template panel https://files.facepunch.com/devultj/1b2111b1/sbox-dev_MWoPZm1hip.png Merge branch 'UIUpdate' of sbox-platformer into UIUpdate
2 Years Ago
Re-added z-index to send button, fixes it being missing
2 Years Ago
Differentiate between local messages, add non-chat message style https://files.facepunch.com/devultj/1b2111b1/sbox-dev_3GcqHjqgPJ.png
2 Years Ago
Work on new chat style
2 Years Ago
Fix obsolete GetHitboxGroup / HitboxIndex
2 Years Ago
Hitbox Tags (#562) - Added Hitbox, Hitbox.HasTag, Hitbox.HasAllTags, Hitbox.HasAnyTags, Hitbox.GetName - Added TraceResult.Hitbox, DamageInfo.Hitbox - Obsoleted DamageInfo.HitboxIndex, DamageInfo.WithHitbox, ModelEntity.GetHitboxGroup You'll have to update your code to get hitboxes to work again (headshots, etc) - check the wiki page @ https://wiki.facepunch.com/sbox/Hitboxes
2 Years Ago
Demonstrate Hitbox API
2 Years Ago
Demonstrate Hitbox API
2 Years Ago
Restore TraceResult.HitboxIndex to be a field, still obsolete
2 Years Ago
Give Hitbox a parameterless constructor to appease C#
2 Years Ago
Add EngineGlue::GetStringTokenValue Check native db for string token value if we can't find it in managed
2 Years Ago
Changed loadout defs, added attachments to loadout panel https://files.facepunch.com/devultj/1b1611b1/sbox-dev_y4Pvo00hLF.png
2 Years Ago
Gamemodes can define what teams are available, scoreboard simply iterates through that
2 Years Ago
New scoreboard style for team-vs-team setup
2 Years Ago
Update Citizen HitboxSet list to include more tags, clear out group_id Docs cleanup, make tagTokens a property
2 Years Ago
Rename HitboxData to Hitbox, Add Hitbox.HasAllTags, HasAnyTags Cleanup, docs
2 Years Ago
Remove nullable from AssetList icon, fixed an error I was getting on editor launch Re-enabled translucent screenspace effects
2 Years Ago
Don't call FlashTo clientside
2 Years Ago
Fixed Brawl NRE
2 Years Ago
Fixed orbit camera hitting trigger volumes (like post processing volumes)
2 Years Ago
Clean up HealthCurrent, iterate through list of blocks instead of children
2 Years Ago
Fixed health being stomped
2 Years Ago
Moved around clothing setup, add clothing string for CitizenPanel prep
2 Years Ago
Add LoadoutPanel that displays while the round is starting
2 Years Ago
Refactor HitboxData to provide information as StringTokens until it's no longer feasible
2 Years Ago
Removed managedhandle include from rendermesh.h
2 Years Ago
Hitbox as a struct instead of a handle w/ interopgen
2 Years Ago
Experiment: Hitbox as a struct instead of a handle w/ interopgen
2 Years Ago
How'd I not see this? Deleted another use of hitbox groupid
2 Years Ago
Update TraceShapeAgainstHitboxes use in new TestHitboxesMultiple
2 Years Ago
Add tags property to CModelDocHitboxBase Setup tags via string tokens for hitboxes, interop Hitbox.. still learning about all this, so need to go back and clean all this up later. Send over the hitbox handle when performing traces Don't forget to pass the tags when compiling resources Add TraceResult.Hitbox Delete TraceResult.HitboxIndex, it'll be useless once I've deleted the hitbox groups. CSkeletonInstance::SBox_BoneToHitbox returns the hitbox itself, used for sweeps. Started killing off a bunch of now useless hitgroup code Remove CSkeletonInstance.GetHitboxGroup interop Kill hitbox index from DamageInfo, there's probably room for hitbox tag filtering in here. Also adjusted some docs for that class. Kill some more hitgroup code, updated citizen_hitboxset prefab Add DamageInfo.Hitbox, assign it in UsingTraceResult Re-add C# API as obsolete (DamageInfo.HitboxIndex, DamageInfo.WithHitbox, ModelEntity.GetHitboxGroup) Removed a couple more hitbox groupid references, set tags on HitboxSetList import Remove all HitboxComponent HitGroup priority code Don't need these functions
2 Years Ago
Don't need these functions