userJarryd Campicancel
branchrust_reboot/maincancel

1,485 Commits over 2,192 Days - 0.03cph!

3 Years Ago
Sprays will no longer respect the Decay.upkeep_inside_decay_scale convar, they wiill always decay based on Global.SprayDuration even if they are indoors
3 Years Ago
Prevent incorrect decay calculation if global.SprayDuration is set to 0
3 Years Ago
SetHorseBreed now only requires admin (was developer only)
3 Years Ago
Add global.consolescale to change the font size in the console window
3 Years Ago
Increase max ESP player info budget time to 5ms
3 Years Ago
Fixed GameTips error if a player who has never used voice chat walked close to an NPC
3 Years Ago
Fixed tea vitals not sized correctly
3 Years Ago
Fix handheld boom box not working (broken in 73143)
3 Years Ago
Fix typos in new aggressive lod convars
3 Years Ago
More boom box sync improvements FIxed case where turning boom box+speaker system on/off repeatedly would alternately result in connected speakers not working
3 Years Ago
Fixed error when scientists dismount helicopter at oil rig
3 Years Ago
Merge from genetic_vending
3 Years Ago
Include TargetEntity as a string, not a uint
3 Years Ago
Reworked radio streaming LOD system to fix connected speakers playing distorted audio if player leaves range of root boom box Improved audio sync when playing radio through multiple connected speakers
3 Years Ago
Increased maximum length of replicated string variables to 1024 characters, will allow 4x as many server assigned radio stations
3 Years Ago
Increased size of radio station picker UI
3 Years Ago
Re-enable TargetEntity in Feedback reports
3 Years Ago
Unsaved
3 Years Ago
Fixed a broken radio station, added new stations
3 Years Ago
Merge from content_reporting
3 Years Ago
Fix mountables with allowHeadLook set to true not applying head look if they used a custom animator controller
3 Years Ago
Merge from ugc_virtualscroll
3 Years Ago
Add colour codes for team id 3000 (blue) and team id 4000 (yellow)
3 Years Ago
Fixed incorrect team ID lookup for events when determing colour of player nametag
3 Years Ago
Merge from ugc_virtualscroll
3 Years Ago
Added Toggle ADS option to the in-game settings (Options>Controls)
3 Years Ago
Toggle ADS fixes: Fixed not being able to ADS while a gun is deploying Fixed having to click twice if player opens inventory while in ADS
3 Years Ago
FIxed physical camera convar error when connecting to a server
3 Years Ago
Fix vitals sized incorrectly
3 Years Ago
Minimise (where possible) changes to item pickup notice transforms
3 Years Ago
Resave T0 tech tree, fixes incorrect total required scrap display in tech tree dialog
3 Years Ago
Add global.showItemPickupNotices for debugging Profiling
3 Years Ago
Added input.toggleads convar for toggling ADS This will only apply when holding a gun or a melee weapon that can be thrown, right click interactions on other held entities (eg. torch) should be unaffected ADS will be toggled off when switching between weapons or when a reload takes place
3 Years Ago
Add global.usersinrangeofplayer - identical to userinrange but uses a provided player (eg. userinrangeofplayer Jim 50)
3 Years Ago
Merge from contact_reporting (contacts screen layout update)
3 Years Ago
Fixed typo when using ent_who on signs
3 Years Ago
Fixed NRE when attempting to report offensive content when not in a server
3 Years Ago
Server.statbackup will now only record mission completes/fails
3 Years Ago
Camera info readout now shows "Blur=off" if dof is disabled
3 Years Ago
Fixed offensive content images not getting sent with feedback report when sending report to external endpoint
3 Years Ago
Require a subject line and message when submitting offensive content reports
3 Years Ago
Fixed blood effects randomly appearing white when getting shot (should only appear white when hide blood option is enabled)
3 Years Ago
Move NPCWalkAnimation queue to LateUpdate
3 Years Ago
Improved layout on report bug dialog to better fit the offensive content option
3 Years Ago
Merge from adminpanel_ugc
3 Years Ago
Merge from adminpanel_ugc
3 Years Ago
Fixed missing MeshCull scripts on red industrial door handles (door.hinged.industrial_a_a and door.hinged.industrial.a) Disable shadows on LOD1 of the train tunnels call elevator push button Disable shadows on LOD4/5 of static computer station and removed an unneeded client side mesh collider
3 Years Ago
Removed hardcoded Z/C/Y keys managing debug camera zoom Added debugcamera_zoomin and debugcamera_zoomout bindable buttons Added debugcamera_raise and debugcamera_lower bindable buttons, if these are bound then the debug camera will use this instead of the hardcoded Q/E
3 Years Ago
Merge from adminpanel_ugc
3 Years Ago
Merge from content_reporting