Skip to content
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

Factions Housekeeping #3815

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

MarkSuckerberg
Copy link
Member

@MarkSuckerberg MarkSuckerberg commented Nov 20, 2024

About The Pull Request

Tidies up a little bit of our faction implementation, removing some unnecessary vars and simplifying others, and finally makes ship prefixes immutable, as well as checks if ships have the proper prefix for their faction. Also adds a lint for SolGov/Con capitalization, and adds a ton more information to the autowiki ship boxes for use.

Why It's Good For The Game

Stops people from changing ships to be factions they aren't without admin intervention.

Changelog

🆑
add: Autowiki ship table
tweak: Ship Prefixes are now immutable.
tweak: Crew manifest is prettier. In my opinion.
/:cl:

@MarkSuckerberg MarkSuckerberg requested review from a team as code owners November 20, 2024 08:18
@github-actions github-actions bot added Map Change Tile placing is hard. Thank you for your service. TGUI Ship Ship successfully tested. Code change Watch something violently break. Merge Conflict Use Git Hooks, you're welcome. labels Nov 20, 2024
Copy link
Contributor

This pull request has conflicts, please resolve those before we can evaluate the pull request.

Copy link
Contributor

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot added the Merge Conflict Use Git Hooks, you're welcome. label Nov 29, 2024
@github-actions github-actions bot added Merge Conflict Use Git Hooks, you're welcome. and removed Merge Conflict Use Git Hooks, you're welcome. labels Nov 29, 2024
Copy link
Contributor

github-actions bot commented Dec 3, 2024

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot removed the Merge Conflict Use Git Hooks, you're welcome. label Dec 4, 2024
@github-actions github-actions bot added the Merge Conflict Use Git Hooks, you're welcome. label Dec 13, 2024
Copy link
Contributor

This pull request has conflicts, please resolve those before we can evaluate the pull request.

github-merge-queue bot pushed a commit that referenced this pull request Jan 7, 2025
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
Adds manufacturer to `ship_config_schema.json` to note the manufacturer
of the ship class, which is currently displayed in the autowiki template
but no information is generated.

Ships missing manufacturer information:
- `independent_junker.json` Assistants made this in maints with a box of
scraps
- `solgov_inkwell.json` SolGov Lorema has no manufacturer lore
- `solgov_paracelsus.json`
- `srm_elder.json` They probably just built it themselves?
- `syndicate_panacea.json` Who knows, it's purple

The two other ungenerated fields for faction name and header color are
added in #3815.


![image](https://github.com/user-attachments/assets/78dc6433-608f-4ba6-ad49-b8ec01436e1d)
(Example with the Atoll-Class)

<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game
Fills in a field on ship wikis that previously did not have information
from the game. Mostly useful for mapping or lore reference, but still
helpful.
<!-- Please add a short description of why you think these changes would
benefit the game. If you can't justify it in words, it might not be
worth adding. -->

## Changelog

:cl:
add: Wiki ship templates now show ship manufacturers
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
MrCat15352 pushed a commit to MrCat15352/MrCat that referenced this pull request Jan 8, 2025
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
Adds manufacturer to `ship_config_schema.json` to note the manufacturer
of the ship class, which is currently displayed in the autowiki template
but no information is generated.

Ships missing manufacturer information:
- `independent_junker.json` Assistants made this in maints with a box of
scraps
- `solgov_inkwell.json` SolGov Lorema has no manufacturer lore
- `solgov_paracelsus.json`
- `srm_elder.json` They probably just built it themselves?
- `syndicate_panacea.json` Who knows, it's purple

The two other ungenerated fields for faction name and header color are
added in shiptest-ss13#3815.


![image](https://github.com/user-attachments/assets/78dc6433-608f-4ba6-ad49-b8ec01436e1d)
(Example with the Atoll-Class)

<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game
Fills in a field on ship wikis that previously did not have information
from the game. Mostly useful for mapping or lore reference, but still
helpful.
<!-- Please add a short description of why you think these changes would
benefit the game. If you can't justify it in words, it might not be
worth adding. -->

## Changelog

:cl:
add: Wiki ship templates now show ship manufacturers
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
Copy link
Contributor

This PR has been inactive for a month. This means it is at risk of being auto closed in a week, please address any outstanding review items and ensure your PR is finished, if these are all true and you are auto-staled anyway, you need to actively ask maintainers if your PR will be merged. Once you have done any of the previous actions then you should request a maintainer remove the stale label on your PR, to reset the stale timer. If you feel no maintainer will respond in that time, you may wish to close this PR youself, while you seek maintainer comment, as you will then be able to reopen the PR yourself

@github-actions github-actions bot added the Stale All falls to entropy eventually. label Jan 13, 2025
@Imaginos16 Imaginos16 added Stale Exempt Take your time. and removed Stale All falls to entropy eventually. labels Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code change Watch something violently break. DME Edit Map Change Tile placing is hard. Thank you for your service. Merge Conflict Use Git Hooks, you're welcome. Ship Ship successfully tested. Stale Exempt Take your time. TGUI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants