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

Replace tuple as resolution #60

Merged
merged 3 commits into from
Jul 30, 2021
Merged

Conversation

IAmTrial
Copy link
Collaborator

@IAmTrial IAmTrial commented Jul 30, 2021

These changes replace the use of C++11's std::tuple type with a dedicated C89 compatible GameResolution struct. Unlike std::tuple, GameResolution is self-documenting of its purpose. Some functions have been rewritten as a result of this change.

This is a requirement of #50.

IAmTrial added 3 commits July 28, 2021 22:27
Other changes were applied to replace vector with the IngameResolutions
struct in order to further reduce C++ usage.
Elements were drawn in the wrong places or overextended its intended
reach.
@IAmTrial IAmTrial self-assigned this Jul 30, 2021
@IAmTrial IAmTrial added the enhancement New feature or request label Jul 30, 2021
@IAmTrial IAmTrial merged commit 0ae63ef into develop Jul 30, 2021
@IAmTrial IAmTrial deleted the feature/replace-resolution-tuple branch July 30, 2021 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant