branchrust_reboot/main/content_reportingcancel

25 Commits over 61 Days - 0.02cph!

2 Years Ago
Add global.ClearSpraysAtPositionInRadius to remove sprays via Rcon
2 Years Ago
Merge from main
2 Years Ago
Disable TargetEntity field in feedback (for now)
2 Years Ago
Merge from main
2 Years Ago
Add global.clearugcentitiesinrange (eg. clearugcentitiesinrange 5,5,18 30)
2 Years Ago
Merge from main
2 Years Ago
Client compile fix
2 Years Ago
Include target entity id in content report
2 Years Ago
Move clearugcentity to global namespace Add global.getugcinfo convar for retrieving all info (editing history, crcs, content type) from entities
2 Years Ago
Add server.clearugcentity convar, when provided an entity id it will delete any user generated content from that entity (can be used via rcon and will work for any entity that's compatible with the admin browser) Offensive content report dialog now finds the UGC content closest to the centre of the screen (so it can be uploaded with the report)
2 Years Ago
Merge from main
2 Years Ago
Enforce a time limit on how often reports can be submitted (just offensive content, regular reports are unchanged)
2 Years Ago
Fixed reportsServerEndpoint convar not being used if printReportsToConsole was set to false (can now send exclusively to an endpoint without writing to console)
2 Years Ago
Merge from main
2 Years Ago
Add server.reportsServerEndpointKey for verification Try/catch report endpoint post
2 Years Ago
Encode screenshot and include with report
2 Years Ago
Screenshot tweaks, encode to jpg and use a lower quality/size
2 Years Ago
Merge compile fix
2 Years Ago
Merge from main
2 Years Ago
Merge from main
2 Years Ago
Typo fix, reorder report types
2 Years Ago
Compile fix
2 Years Ago
Added server.printReportsToConsole that prints all F7 reports to the console Added server.reportsServerEndpoint, allowing an external service to receive any F7 reports from a server
2 Years Ago
Report dialog now automatically takes a screenshot when opening for use when reporting offensive content
2 Years Ago
Add an offensive content category to the report dialog