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

Simplify GetMapsIDsByName #384

Merged
merged 8 commits into from
Oct 23, 2023
Merged

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    7b481ed View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    b372a39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4cee3f View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. fix: complete unit test

    aymericDD committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    14c4e90 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. feat: add GetMapNextID function

    It retrieves the next available map ID after the given startID.
    aymericDD committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    9d776e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. refacto: remove custom error type

    Remove custom error to reduce maintenance toil. Just return the syscall error is enough and does not ask to create custom error for each kind of syscall errors.
    aymericDD committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    af257d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f25247 View commit details
    Browse the repository at this point in the history
  3. fix: defined the startId as a pointer

    The startId was not a pointer, so its value was never updated for the caller of the GetMapsIDsByName function.
    aymericDD committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    09f8e66 View commit details
    Browse the repository at this point in the history