userJake_Richcancel

4,145 Commits over 1,157 Days - 0.15cph!

2 Years Ago
Compile fixes with new network ids and from merge
2 Years Ago
merge from main -> global_networking
2 Years Ago
Cherrypick then fix the key to switch skins being updated in context menu
2 Years Ago
Fix options menu closing when pressing ESC to clear a bind
2 Years Ago
Fix clearing bind with "ESC" clearing default realm (like +use) instead of context menu (+nextskin)
2 Years Ago
Fix cherrypick Add ConButton for nextskin & prevskin Update options menu to new button name
2 Years Ago
Cherrypick 82429 for options menu
2 Years Ago
Simplier attempt to allow binding of skin_next & skin_prev without a whole new system
2 Years Ago
merge from main -> keybind_system
2 Years Ago
Fixed skull trophies showing "unknown" instead of nothing when no skull is present
2 Years Ago
repair_inventory will repair attachments
2 Years Ago
Context menu will reflect bound keys Refactor replacing "Alpha" part of keycodes into one function
2 Years Ago
Minor refactor Option menu support changing keybinds as well as normal binds Add "next skin" & "prev skin" to options menu
2 Years Ago
Add keybind system to handle systems like context menu Command `keybind <key> <action>` to set keybinds Keybinds can define a realm to avoid overwriting keys used in normal gameplay Save the keybinds in `keys.cfg` file Apply keybinds to Q & E in upgrade menu
2 Years Ago
Add debris to shopfront too
2 Years Ago
Add debris when vending machine is destroyed Rotate debris when it is spawned to match vending machine
2 Years Ago
merge from main -> vending_debris_fix
2 Years Ago
Fix bag quota not updating when unclaming camper bed Fix visual bag quota not updating when you unclaim your bed on the map Fix sleeping bag item amount not updating if you are holding bag while unclaiming another bag
2 Years Ago
Fix skull trophy not updating when skull is removed
2 Years Ago
Merge from main -> streamer_mode_skull
2 Years Ago
Fix nametags & teamui names not updating until the player comes in and out of network range after toggling "use steam nicknames" option
2 Years Ago
Merge from main -> steam_nickname_fix
2 Years Ago
Fix flamethrower consuming 1 fuel when flame is started Rocket launchers can still fire when out of ammo
2 Years Ago
merge from main -> infinite_ammo_convar
2 Years Ago
Add analytics of "how much bag quota" used when sleeping bag/bed is placed
2 Years Ago
Include explicitly if damage taken results in a death Include if the victim is crawling or wounded
2 Years Ago
Disable TriggerAnalytics & remove the rest of the server analytics
2 Years Ago
Removed legacy analytics Implemented missing legacy analytics into new analytics system Log active item of players alongside position every 1min
2 Years Ago
Fix despawn storing steamid instead of player's wipeid Log when an item breaks due to low condition
2 Years Ago
Fixed distance2d not being set because I assigned distance twice
2 Years Ago
Skull trophies show streamer name Fix editor creating skulls that had normal name & streamer mode both set to streamer name Skull trophies update to streamer mode if streamer mode is enabled at runtime
2 Years Ago
Fix skull give notices not using streamer mode outside of the editor
2 Years Ago
merge from main -> streamer_mode_skull
2 Years Ago
Add `repair_inventory` convar to repair all items in inventory
2 Years Ago
`infinite_ammo` convar will also prevent condition loss of weapons & tools
2 Years Ago
`reloadweapons` will also work on flamethrower & water guns
2 Years Ago
Fix infinite ammo for rocket launcher, apply to flamethrower & water gun
2 Years Ago
merge from main -> infinite_ammo_convar
2 Years Ago
Enable showing bag quota for bed & towel items too
2 Years Ago
Cache list of sleeping bags per player on the server & network to clients Show current bag quota in item amount when placing bag Can disable showing bag quota in item amount by setting `bag_quota_item_amount` false Can set `max_sleeping_bags` to -1 to disable the toasts & bag limit Codegen https://files.facepunch.com/jakerich/1b1711b1/oarP1RLiz1Kwy2D1.mp4
2 Years Ago
Merge from main -> respawn_changes
2 Years Ago
Fix compile error from GetInfoBool defined twice
2 Years Ago
Also change sleeping bag cluster delete icon
2 Years Ago
Make sleeping bag icon darken while held instead of lighten
2 Years Ago
merge from main -> respawn_changes
2 Years Ago
Fixed compile error due to infinite ammo convar being defined inside #CLIENT accidently
2 Years Ago
Fixed corpse & skull not having name hidden in streamer mode
2 Years Ago
Fix infinite ammo being defined inside #EDITOR block, refactored `UsingInfiniteAmmoCheat` property while fixing
2 Years Ago
merge from main -> infinite_ammo_convar
2 Years Ago
Restrict building skins without assets from being selectable in standalone builds