userTony Fergusoncancel

2,714 Commits over 700 Days - 0.16cph!

1 Year Ago
TopDown: Initial commit Update .gitignore
1 Year Ago
Initial commit ShooterGame: Update .addon as a project template ShooterGame: move name-tag up by 10 units ShooterGame: Update weapon switcher style
1 Year Ago
Push a bunch of compiled assets
1 Year Ago
Use BindClass instead for ammo transitions Sometimes isn't dirtying the style properly, investigating
1 Year Ago
Animate when you gain ammo, only if it's your current ammo type
1 Year Ago
Added convars to modify game state lengths Renamed Ammo to AmmoVital, fixed ammo take anim
1 Year Ago
Don't set gamemode convar on launcher's SetActiveConfig
1 Year 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
1 Year Ago
Fixed damage indicators error, update .addon
1 Year Ago
Fixed duel startup error
1 Year Ago
Fixed ErrorList margins, given more space for item text
1 Year Ago
Add Game Category to project settings
1 Year Ago
New asset version can update game category
1 Year Ago
Update Templates ListView so the scrollbar isn't always showing
1 Year Ago
Add Control Modes to Project Settings - Add Input page to project settings, set up ControlModes meta - Use generated input tags in GameScreen/GameList - Update WarningBox to support one-line widgets https://files.facepunch.com/devultj/1b2511b1/sbox_igBwGDMiev.png
1 Year Ago
Add display name to ControlModeSettings.Keyboard
1 Year Ago
Set up control mode tags from metadata
1 Year Ago
Use generated input tags in GameScreen/GameList
1 Year Ago
Add Input page to project settings, set up ControlModes meta Update WarningBox to support one-line widgets Could probably do this a better way
1 Year Ago
Only include enabled addons in VSCode
1 Year Ago
Try to fix VSCode support by wrapping launch arguments in quotes
1 Year Ago
Use HudEntity, fixes ChatBox issues
1 Year Ago
Update Arena map
1 Year Ago
Update game and org names
1 Year Ago
Initial commit Initial commit
1 Year Ago
Add Release Mode option to compiler settings
1 Year Ago
Add "Copy Path" to asset inspector header menu
1 Year Ago
Use .addon for project templates - Removed template.json. - Use AddonConfig meta to show information in the addon creator dialog. - Allows template creators to set up any information for their addon to be passed to newly created addons.
1 Year Ago
Audio changes * Remove view entity sound bias, always 12u in front without the pitch issues * Update carpet materials to use carpet surface * Update concrete materials to use concrete surface * Base reverb volume reduced drastically
1 Year Ago
Remove view entity sound bias, always 12u in front without the pitch issues Update carpet materials to use carpet surface Update concrete materials to use concrete surface Base reverb volume reduced drastically
1 Year Ago
Sort out ragdolls Add CitizenPanel, used to draw citizens onto UI panels Rewrite how we display avatars on the hud, use CitizenPanel https://files.facepunch.com/devultj/1b1911b1/sbox_cv8pKPUmZB.png
1 Year Ago
Fixed DangerArea particles not being destroyed sometimes
1 Year Ago
Upped Heavy Attack ability cooldown
1 Year Ago
Initialize everyone's score, even if it's 0 Avatar separated, show score & placement borders
1 Year Ago
Decreased chat padding Add Clash (Free For All)
1 Year Ago
Base reverb volume reduced drastically
1 Year Ago
Update .vmap
1 Year Ago
Update concrete materials to use concrete surface
1 Year Ago
Update carpet materials to use carpet surface
1 Year Ago
Remove view entity sound bias, always 12u in front without the pitch issues
1 Year Ago
Cut out useless code from spectator Fonts update, duel header takes less of the screen
1 Year Ago
Teams are no longer specific to the Duel gamemode
1 Year Ago
Fixed package meta deserialization for enum values Solves collision matrix info not loading on remote packages
1 Year Ago
Actually fix launch config cookie being stomped..
1 Year Ago
Update collision code to use tags
1 Year Ago
Set AddonProperty Value on return pressed, fixes write-ins
1 Year Ago
Revert my ComboBox action change, add ComboBox.InvokeSelected Use InvokeSelected in Launcher, fixes cookie being stomped
1 Year Ago
Save starting weapon presets as resource, support giving initial ammo through it
1 Year Ago
Weapons can define Starting Ammo, which is given on Inventory.Add
1 Year Ago
Fix StarterWeapons flags