]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Revert "Added button and manager for in game bug reports (Part 1)" (#39872)
authorFildrance <fildrance@gmail.com>
Thu, 28 Aug 2025 08:46:24 +0000 (11:46 +0300)
committerGitHub <noreply@github.com>
Thu, 28 Aug 2025 08:46:24 +0000 (01:46 -0700)
commit60ea135fd3b07c69519f1823ae55b19959fb37de
treeaa2de5ce89dad19fa458bfc10fac3af115fed5c6
parent420fb5cebfdb707b9b7d664a78956c9875dbca6a
Revert "Added button and manager for in game bug reports (Part 1)" (#39872)

Revert "Added button and manager for in game bug reports (Part 1) (#35350)"

This reverts commit a8d6dbc3241c880f846a7abba8bd330788df9fc1.
37 files changed:
Content.Client/UserInterface/Systems/BugReport/BugReportUIController.cs [deleted file]
Content.Client/UserInterface/Systems/BugReport/Windows/BugReportWindow.xaml [deleted file]
Content.Client/UserInterface/Systems/BugReport/Windows/BugReportWindow.xaml.cs [deleted file]
Content.Client/UserInterface/Systems/MenuBar/GameTopMenuBarUIController.cs
Content.Client/UserInterface/Systems/MenuBar/Widgets/GameTopMenuBar.xaml
Content.Server/BugReports/BugReportManager.cs [deleted file]
Content.Server/BugReports/IBugReportEvents.cs [deleted file]
Content.Server/BugReports/IBugReportManager.cs [deleted file]
Content.Server/Entry/EntryPoint.cs
Content.Server/GameTicking/GameTicker.RoundFlow.cs
Content.Server/GameTicking/GameTicker.cs
Content.Server/Github/Commands/TestGithubApiCommand.cs [deleted file]
Content.Server/Github/GithubApiManager.cs [deleted file]
Content.Server/Github/GithubBackgroundWorker.cs [deleted file]
Content.Server/Github/GithubClient.cs [deleted file]
Content.Server/Github/Requests/CreateIssueRequest.cs [deleted file]
Content.Server/Github/Requests/IGithubRequest.cs [deleted file]
Content.Server/Github/Requests/InstallationsRequest.cs [deleted file]
Content.Server/Github/Requests/TokenRequest.cs [deleted file]
Content.Server/Github/Responses/InstallationResponse.cs [deleted file]
Content.Server/Github/Responses/TokenResponse.cs [deleted file]
Content.Server/Github/RetryHttpHandler.cs [deleted file]
Content.Server/IoC/ServerContentIoC.cs
Content.Shared.Database/LogType.cs
Content.Shared/BugReport/BugReportMessage.cs [deleted file]
Content.Shared/CCVar/CCVars.BugReports.cs [deleted file]
Content.Shared/CCVar/CCVars.Github.cs [deleted file]
Resources/Locale/en-US/HUD/game-hud.ftl
Resources/Locale/en-US/bugreport/bug-report-report.ftl [deleted file]
Resources/Locale/en-US/bugreport/bug-report-window.ftl [deleted file]
Resources/Locale/en-US/github/github-api.ftl [deleted file]
Resources/Textures/Interface/bug.svg [deleted file]
Resources/Textures/Interface/bug.svg.192dpi.png [deleted file]
Resources/Textures/Interface/bug.svg.192dpi.png.yml [deleted file]
Resources/Textures/Interface/splat.svg [deleted file]
Resources/Textures/Interface/splat.svg.192dpi.png [deleted file]
Resources/Textures/Interface/splat.svg.192dpi.png.yml [deleted file]