-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Substation Maintenance (take 3) #32550
base: master
Are you sure you want to change the base?
Conversation
RSI Diff Bot; head commit 59ccdb0 merging into fdd713a Resources/Textures/Objects/Tanks/nitrogenbooster.rsi
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uh
Ok I think its ready for review now(not for merge obviously) |
|
||
[RegisterComponent] | ||
public sealed partial class SubstationComponent : Component |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Put an xmldoc summary on the class, and every field that isn't self-explanatory from its name.
|
||
public bool AllowInsert = true; | ||
|
||
public float SubstationLightBlinkInterval = 1f; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be a TimeSpan
, and either a datafield or a constant.
|
||
public float SubstationLightBlinkInterval = 1f; | ||
|
||
public float SubstationLightBlinkTimer = 1f; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As mentioned earlier, replace this with a TimeSpan
that represents the next game time that the light should blink.
"name": "substation" | ||
"version": 1, | ||
"license": "CC0-1.0", | ||
"copyright": "Created by EmoGarbage404 (github), screen sprites created by joshepvodka (github) and updated by AwareFoxy(github)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you asked joshepvodka if they were the one that created the screen sprites, and that they are okay with relicensing to CC0? (In their PR they are licensed as CC-BY-SA)
Based PR, merge now🦖 |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Co-authored-by: 0x6273 <[email protected]>
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
1 similar comment
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
About the PR
This PR not ready, and suggestions or critiques are welcome. It builds upon Peptide90's earlier pull request (#25191) and aims to address issue #18278.
Objectives
Why / Balance
Refer to the previous two PRs for detailed context on why these changes are necessary.
Media
Media will be added soon :3
Requirements
Breaking Changes
Changelog
🆑