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

Quake MDL feature #1591

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open

Quake MDL feature #1591

wants to merge 24 commits into from

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    9d96975 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31e502a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    614385b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    802a5ef View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

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

Commits on Aug 25, 2024

  1. Add importer

    Youva committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    b294c6a View commit details
    Browse the repository at this point in the history
  2. Removed hardcoded path

    Youva committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    6f7832f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Fixed crash due to memory allocation on normals and interpolated fram…

    …es. Fixed texture coordinates not rendering correctly by adding more vertices. Fixed camera position and lighting, animations display properly but could still be improved.
    Youva committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    803caa9 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    415e7a5 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin-f3d/master' into quake-mdl-fork.

    Adds support for the .mdl format.
    Youva committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    3fe48e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f390b60 View commit details
    Browse the repository at this point in the history
  4. Formatting

    Youva committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    18e2348 View commit details
    Browse the repository at this point in the history
  5. Formatting

    Youva committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    b4b49b4 View commit details
    Browse the repository at this point in the history
  6. Formatting

    Youva committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    7cc7e0c View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    845a0e6 View commit details
    Browse the repository at this point in the history
  2. Update vtkQuakeMDLImporter.cxx

    Fixed incorrect type at line 452.
    Youva committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2b9de40 View commit details
    Browse the repository at this point in the history
  3. Update vtkQuakeMDLImporter.cxx

    Changed some int variables to size_t.
    Youva committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e22fe52 View commit details
    Browse the repository at this point in the history
  4. Fixed override updateTimeStep.

    Youva committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    71a6bda View commit details
    Browse the repository at this point in the history
  5. Removed some warnings

    Youva committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    77f65ee View commit details
    Browse the repository at this point in the history
  6. Applied style.

    Youva committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    9b5e644 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c6cba7f View commit details
    Browse the repository at this point in the history
  8. Return bool l. 432

    Youva committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    59b17e1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    81ad26f View commit details
    Browse the repository at this point in the history
  10. Coding style modification.

    Youva committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    98f7e72 View commit details
    Browse the repository at this point in the history