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

Reorganizing fix library #195

Merged
merged 5 commits into from
May 3, 2024
Merged

Commits on Apr 30, 2024

  1. Reorganizing fix library

    winterheart committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    eeaee57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e1ab8f View commit details
    Browse the repository at this point in the history
  3. Fix warnings in fix library

    Fix most of "narrowing conversion" warnings.
    winterheart committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1cda68a View commit details
    Browse the repository at this point in the history
  4. Unbundle fix API from osiris_vector.h

    Seem this was done to ease linking mission dlls. Now these missions are reusing fix as static library.
    winterheart committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    020d653 View commit details
    Browse the repository at this point in the history
  5. Exclude ps_srand() call from InitMathTables()

    Seems this is totally unrelated to fix library API. Moved ps_srand() to appropriate places right after InitMathTables();
    winterheart committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    624394e View commit details
    Browse the repository at this point in the history