AffectedArc07

Results 24 issues of AffectedArc07

Don't know a better place to file this, so here we are. When attempting to use the savefile decoding script in this repo for another project, I noticed something weird....

Issues being made of non issues is a pain, especially with GitHub discussions being a fully accessible thing now.

Sample code ```java for (AuditLogEntry ale : event.getServer().get().getAuditLog(25, AuditLogActionType.MEMBER_UPDATE).get().getEntries()) { if (ale.getType() != AuditLogActionType.MEMBER_UPDATE) { continue; } for (AuditLogChange alc : ale.getChanges()) { this.bot.getLogger().info(alc.getType().getName()); } } ``` Output ![image](https://user-images.githubusercontent.com/25063394/174884977-fe38a507-ff0b-4f85-9207-a00a9e14c0af.png) These...

## INITIAL NOTE **"But affected stop removing stuff for no reason!!111"** Not only do I have plenty of reason for this, its already disabled on the production server anyway. This...

Revert/Feature Removal
Configuration Change
-Status: Awaiting review

Reverts ParadiseSS13/Paradise#18702 --- After profiling, it seems that every time an item is picked up, a full 2ms of CPU time is required. ![image](https://user-images.githubusercontent.com/25063394/184637139-393e916a-b340-4f16-8fb8-6095d37035b5.png) Of all 11,110 calls, 8,852 of...

Do Not Merge
Testmerge Requested
Testmerge Active
-Status: Awaiting review

## What Does This PR Do This PR removes the signal logic from light switches, mass driver buttons and igniter buttons. It also refactors light switches to make them take...

Refactor
Performance
-Status: Awaiting review

## Note This PR already has unanimous approval from the design team. Its happening. ## What Does This PR Do Removes the terrorspider gateway as parts of the work of...

Revert/Feature Removal
Configuration Change
Approved
-Status: Awaiting review

## What Does This PR Do Refactors status displays to use their own setter proc and global list instead of the current awful radio signal system. Part of #18685 As...

Merge Conflict
Refactor
TGUI
-Status: Awaiting review
Project Progression

**Issue Description**: Votes runtime if no answer is picked ![image](https://user-images.githubusercontent.com/25063394/182690689-9908c352-788b-4331-809f-0cef626cc57f.png) I know this will never happen on prod, but its an issue nonetheless. Can easily be fixed with an `if(result)`...

Runtime
Good First Issue

The following is a list of non-TGUIs to be converted. This is non time critical and just used as a simple project if someone wants one. This list intentionally **DOES...

User Interface
Code Improvement
TGUI