usertonycancel

4,599 Commits over 976 Days - 0.20cph!

3 Years Ago
Add display name to ControlModeSettings.Keyboard
3 Years Ago
Set up control mode tags from metadata
3 Years Ago
Use generated input tags in GameScreen/GameList
3 Years 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
3 Years Ago
Only include enabled addons in VSCode
3 Years Ago
Try to fix VSCode support by wrapping launch arguments in quotes
3 Years Ago
Use HudEntity, fixes ChatBox issues
3 Years Ago
Update Arena map
3 Years Ago
Update game and org names
3 Years Ago
Initial commit Initial commit
3 Years Ago
Add Release Mode option to compiler settings
3 Years Ago
Add "Copy Path" to asset inspector header menu
3 Years 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.
3 Years 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
3 Years 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
3 Years 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
3 Years Ago
Fixed DangerArea particles not being destroyed sometimes
3 Years Ago
Upped Heavy Attack ability cooldown
3 Years Ago
Initialize everyone's score, even if it's 0 Avatar separated, show score & placement borders
3 Years Ago
Decreased chat padding Add Clash (Free For All)
3 Years Ago
Base reverb volume reduced drastically
3 Years Ago
Update .vmap
3 Years Ago
Update concrete materials to use concrete surface
3 Years Ago
Update carpet materials to use carpet surface
3 Years Ago
Remove view entity sound bias, always 12u in front without the pitch issues
3 Years Ago
Cut out useless code from spectator Fonts update, duel header takes less of the screen
3 Years Ago
Teams are no longer specific to the Duel gamemode
3 Years Ago
Fixed package meta deserialization for enum values Solves collision matrix info not loading on remote packages
3 Years Ago
Actually fix launch config cookie being stomped..
3 Years Ago
Update collision code to use tags
3 Years Ago
Set AddonProperty Value on return pressed, fixes write-ins
3 Years Ago
Revert my ComboBox action change, add ComboBox.InvokeSelected Use InvokeSelected in Launcher, fixes cookie being stomped
3 Years Ago
Save starting weapon presets as resource, support giving initial ammo through it
3 Years Ago
Weapons can define Starting Ammo, which is given on Inventory.Add
3 Years Ago
Fix StarterWeapons flags
3 Years Ago
First weapon added to the inventory will become active
3 Years Ago
Basic impl for StartingWeapons entity using flags
3 Years Ago
Dash effects should only play on client, locally
3 Years Ago
Fixed Combobox actions not calling when setting up items
3 Years Ago
Launcher: Empty value targets <empty> instead of "", use config.TryGetMeta
3 Years Ago
Normalize dash direction so diagonal dashes aren't super OP
3 Years Ago
Fix up LadderMove
3 Years Ago
Fix weapons disappearing Can rewrite this to something gamey later if ya want
3 Years Ago
Remove AmmoClip, remove AmmoBar, remove Reload
3 Years Ago
Launcher: Clear ListView selection on refresh, so we're not selecting multiple items Games with "Empty Map" are supported by Launcher
3 Years Ago
Clean up AddonProperty, support Empty Map as a map option Fixed disabled addons showing up on AddonProperty's Package list
3 Years Ago
Add ComboBox.Count If we've got absolutely no valid configs, generate one
3 Years Ago
Remove minimum size from launcher, add margin, validate SelectedConfig when buttons get updated
3 Years Ago
Launcher (#355) * Add Launcher widget to the Editor, lists active addons for you to launch into without having to use the main game UI * Can also create your own configs * Set active gamemode on launcher config update - Hammer "Load in engine after building" will pick from Launcher https://files.facepunch.com/devultj/1b1211b1/178105449-7c4e6231-3c2a-4567-b0af-5aed3799578e.mp4
3 Years Ago
Fixed ConfigEditor viewing configs twice on startup We've already got the newly added config here, don't bother with Configs.Last