Delta-v/Content.Server/GameTicking
beck-thompson a8d6dbc324
Added button and manager for in game bug reports (Part 1) (#35350)
* Added the button and manager

* Minor cleanup

* Reigstered to the wrong thing!

* Unload UI

* Address the review

* First commit :)

* Some cleanup

* Added some comments and now the placehoder text goes away once you start typing

* Some cleanup and better test command

* Basic rate limiter class (Not finished)

* Cleanup

* Removed forgotten comment xD

* Whitespace removal

* Minor cleanup, cvar hours -> minutes

* More minor tweaks

* Don't cache timer and add examples to fields

* Added CCvar for time between bug reports

* Minor crash when restarting rounds fixed

* It compiled on my computer!

* Fix comment indents

* Remove unecessary async, removed magic strings, simplfied sawmill to not use post inject

* Make struct private

* Simplfiy TryGetLongHeader

* Changed list to enumerable

* URI cleanup

* Got rid of the queue, used a much better way!

* Made the comments a little better and fix some issues with them

* Added header consts

* Maximum reports per round is now an error message

* Time between reports is now in seconds

* Change ordering

* Change hotkey to O

* only update window when its open

* Split up validation

* address review

* Address a few issues

* inheritance fix

* API now doesn't keep track of requests, just uses the rate limited response from github

* Rough idea of how channels would work

* refactor: reorganized code, placed rate limiter into http-client-handler AND manager (usually only manager-one should work)

* cleanup

* Add user agent so api doesn't get mad

* Better error logs

* Cleanup

* It now throws!

* refactor: renaming, moved some methods, xml-doc cleanups

* refactor: BugReportWindow formatted to convention, enforced 1 updates only 1 per sec

* Add very basic licence info

* Fixed the issues!

* Set ccvar default to false

* make the button better

* fix test fail silly me

* Adress the review!

* refactor: cleanup of entry point code, binding server-side code with client-facing manager

* Resolve the other issues and cleanup and stuff smile :)

* not entity

* fixes

* Cleanup

* Cleanup

* forgor region

* fixes

* Split up function and more stuff

* Better unsubs yaygit add -A

* I pray...

* Revert "I pray..."

This reverts commit 9629fb4f1289c9009a03e4e4facd9ae975e6303e.

* I think I have to add it in the pr

* Revert "I think I have to add it in the pr"

This reverts commit e185b42f570fe5f0f51e0e44761d7938e22e67f7.

* Tweaks

* Minor tweak to permissions

---------

Co-authored-by: pa.pecherskij <pa.pecherskij@interfax.ru>
2025-08-15 09:10:38 -07:00
..
Commands Multiantag Gamemode (#37783) 2025-08-15 16:06:51 +02:00
Events Metagame improvements to antag-before-job selection system (#35830) 2025-03-19 18:28:25 +01:00
Presets Replace usages of customTypeSerializer PrototypeIdListSerializer with something that doesn't take 20 separate words to type out (#37959) 2025-07-10 05:06:51 +02:00
Prototypes Cleanup: Remove redundant prototype name specifications (#35793) 2025-03-19 19:30:31 +01:00
Rules Multiantag Gamemode (#37783) 2025-08-15 16:06:51 +02:00
GameTicker.CVars.cs Fix RA0032 (#32514) 2024-09-29 02:25:21 +02:00
GameTicker.GamePreset.cs Unused dependency cleanup. (#36760) 2025-04-20 15:56:39 +02:00
GameTicker.GameRule.cs Multiantag Gamemode (#37783) 2025-08-15 16:06:51 +02:00
GameTicker.Lobby.cs Replace direct uses of GameTicker dictionary with `TryGetValue` (#33222) 2024-11-18 21:57:50 +03:00
GameTicker.LobbyBackground.cs WebP lobby images (#25184) 2024-02-16 16:55:57 -07:00
GameTicker.Player.cs remove Session from MindComponent (#34753) 2025-04-19 00:23:01 +02:00
GameTicker.Replays.cs Fix RA0032 (#32514) 2024-09-29 02:25:21 +02:00
GameTicker.RoundFlow.cs Added button and manager for in game bug reports (Part 1) (#35350) 2025-08-15 09:10:38 -07:00
GameTicker.Spawning.cs Replace `ValidatePrototypeId` uses with `ProtoId` or `EntProtoId` (#38814) 2025-07-07 21:57:05 +02:00
GameTicker.StatusShell.cs Add a CCVar to allow from hiding admins in the reported player count. (#34406) 2025-01-15 22:10:54 +01:00
GameTicker.cs Added button and manager for in game bug reports (Part 1) (#35350) 2025-08-15 09:10:38 -07:00
ManifestEntry.cs Cleanup the namespaces (#8132) 2022-05-13 17:59:03 +10:00