userTony Fergusoncancel

4,156 Commits over 884 Days - 0.20cph!

2 Years Ago
Input hint style modifications
2 Years Ago
Group previous & next input hints on the same line
2 Years Ago
Add InputHint widget from Spire Add input hints for spectator controls
2 Years Ago
Add BoomerSpectatorCamera, can switch targets with Left, Right Add free camera, use Jump to toggle, Menu & Use to switch targets now. Refactored BoomerCamera, moved all of it into spectator cam, fixed up VMs for freecam Merge branch 'main' of sbox-boomer
2 Years Ago
Add chatbox messages for when players join/leave spectator
2 Years Ago
Apply TimeSinceLastDamage for purely armour damage
2 Years Ago
Add armour damage numbers
2 Years Ago
Fixed error spam if no players as spectator
2 Years Ago
Add "spectating" ui widget
2 Years Ago
Add Horror GameCategory
2 Years Ago
Add Horror GameCategory
2 Years Ago
Remove voice_scale, voice_threshold_delay, voice_threshold
2 Years Ago
Add ICodeEditor.OpenAddon, including a toolbar option to open the addon in your current code editor. This only supports VS Code right now. https://files.facepunch.com/devultj/1b0211b1/sbox_sSBE3gUI4x.png
2 Years Ago
Add Global.BackendTitle, BackendUrl, use those instead Eliminated last instances of s&works ⚔️ AddonDownload spring cleaning
2 Years Ago
Update maxplayers
2 Years Ago
s&works -> asset.party for editor UI
2 Years Ago
Fixed another null error Don't show nametags for camera targets
2 Years Ago
Update organization creation link
2 Years Ago
Squashed commit of the following: commit 4d054f8a62047c5ee6907054002acee5809d35a0 Author: Tony <devultj@gmail.com> Date: Tue Aug 2 15:28:12 2022 +0100 Support weapon switching for spectator viewmodels commit 987a201c1ffe09826343123e8cae7cd25a4c2a7e Author: Tony <devultj@gmail.com> Date: Tue Aug 2 15:03:43 2022 +0100 Fixed viewmodel error on first target switch commit 523297742993bbaa71220c376fbabece10ce391d Author: Tony <devultj@gmail.com> Date: Mon Aug 1 18:03:46 2022 +0100 Hacky test for showing spectator viewmodels commit b847b0e150eb4d8ec5f7ba81ab95f2d685ede892 Author: Tony <devultj@gmail.com> Date: Mon Aug 1 17:47:25 2022 +0100 Lerp camera rotation if we're not locally controlled commit 50ca19d7c58501647e8f890b195a11bb299f1fb8 Author: Tony <devultj@gmail.com> Date: Mon Aug 1 17:39:39 2022 +0100 Spawn camera, try to find camera target, works but rough commit 461b9361ffab0d6cfdb920f27731c3b80881a0ba Author: Tony <devultj@gmail.com> Date: Mon Aug 1 17:13:22 2022 +0100 Added ability to toggle between spectator pawn & regular player commit 5d8d7720824187cba570ae9a3b4b127d3f1ad3f2 Author: Tony <devultj@gmail.com> Date: Mon Aug 1 14:45:03 2022 +0100 Big spring clean commit 220f9783d7282f5525065c0b60672c159cbbd897 Author: Tony <devultj@gmail.com> Date: Mon Aug 1 14:19:58 2022 +0100 Our camera can define a target, allowed vitals to update based on target
2 Years Ago
Support weapon switching for spectator viewmodels
2 Years Ago
Fixed up console textentry size
2 Years Ago
Fixed viewmodel error on first target switch
2 Years Ago
Hacky test for showing spectator viewmodels
2 Years Ago
Lerp camera rotation if we're not locally controlled
2 Years Ago
Spawn camera, try to find camera target, works but rough
2 Years Ago
Added ability to toggle between spectator pawn & regular player
2 Years Ago
Big spring clean
2 Years Ago
Our camera can define a target, allowed vitals to update based on target
2 Years Ago
Reduced fog on the avatar scene a bit, added orbit distance lerp
2 Years Ago
Set default font size for base style textentry Resolves sbox-issues#2094
2 Years Ago
Add FocusWorldPanel, right now it's just anchored infront of the player Add testing score widget Add HudEntity, create it on game ctor Reorganized file structure
2 Years Ago
Update collision matrix & remove obsolete code
2 Years Ago
Fixed "empty" pseudo-class being inverted
2 Years Ago
Updated icon for 'updated recently' Grouped information section entries
2 Years Ago
Fixed "empty" pseudo-class being inverted
2 Years Ago
Display recently updated on the game icon again
2 Years Ago
Disable scoring system if a bot connects
2 Years Ago
Make the category list less wide
2 Years Ago
Use Package.Org.Title on author name Update GameList category style, ToolBar style
2 Years Ago
Update game icon style Fix favourite game icons showing new elements Update control mode button style
2 Years Ago
Update game logo size, restyled favourite & thumbs
2 Years Ago
Fix filter for addon switcher
2 Years Ago
TopDown: Initial commit Update .gitignore
2 Years Ago
Initial commit ShooterGame: Update .addon as a project template ShooterGame: move name-tag up by 10 units ShooterGame: Update weapon switcher style
2 Years Ago
Push a bunch of compiled assets
2 Years Ago
Use BindClass instead for ammo transitions Sometimes isn't dirtying the style properly, investigating
2 Years Ago
Animate when you gain ammo, only if it's your current ammo type
2 Years Ago
Added convars to modify game state lengths Renamed Ammo to AmmoVital, fixed ammo take anim
2 Years Ago
Don't set gamemode convar on launcher's SetActiveConfig
2 Years Ago
Fix "Assembly with same name is already loaded" caused by release mode compiling with non-unique assembly names. This is still the case when publishing to backend, and is intended