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

tr1/carrier: refactor carrier module #1717

Merged
merged 5 commits into from
Oct 15, 2024

Conversation

lahm86
Copy link
Collaborator

@lahm86 lahm86 commented Oct 15, 2024

Checklist

  • I have read the coding conventions
  • I have added a changelog entry about what my pull request accomplishes, or it is an internal change

Description

This is an internal tidy-up of the carrier module before tackling #1713. No changes to logic involved.

This puts static functions first in the carrier module, followed by
public.
This adds missing const usage throughout the carrier module.
This replaces g_Items and g_Objects references with the appropriate
API calls.
This replaces int references with int32_t in the carrier module.
@lahm86 lahm86 added Internal The invisible stuff TR1 labels Oct 15, 2024
@lahm86 lahm86 self-assigned this Oct 15, 2024
@lahm86 lahm86 requested review from a team as code owners October 15, 2024 13:00
@lahm86 lahm86 requested review from rr-, walkawayy and aredfan and removed request for a team October 15, 2024 13:00
@lahm86 lahm86 merged commit e028198 into LostArtefacts:develop Oct 15, 2024
5 checks passed
@lahm86 lahm86 deleted the refactor-carrier-module branch October 15, 2024 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Internal The invisible stuff TR1
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants