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

refactor: Rename consts to specifically specify Titanfall2 #10

Merged

Conversation

GeckoEidechse
Copy link
Contributor

Renames

  • TITANFALL_STEAM_ID to TITANFALL2_STEAM_ID
  • TITANFALL_ORIGIN_IDS to TITANFALL2_ORIGIN_IDS

This is done as Titanfall technically implies the first game which is also on Steam and Origin. I'm aware that libthermite only targets Titanfall2 but just adding a 2 to the variable name doesn't really increase the name length while helping a lot with proper namespacing ^^

Would technically require a major version bump on release due to the current interface already being public.

Renames
`TITANFALL_STEAM_ID` to `TITANFALL2_STEAM_ID`
`TITANFALL_ORIGIN_IDS` to `TITANFALL2_ORIGIN_IDS`
@GeckoEidechse
Copy link
Contributor Author

Changed the variable names by just doing a global search and replace btw ^^

Copy link

codecov bot commented Jan 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (bf17abe) 87.26% compared to head (3b09236) 87.26%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #10   +/-   ##
=======================================
  Coverage   87.26%   87.26%           
=======================================
  Files           5        5           
  Lines         903      903           
=======================================
  Hits          788      788           
  Misses        115      115           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@AnActualEmerald AnActualEmerald merged commit 4df3c3a into AnActualEmerald:main Feb 1, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants