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

Add scalable fuel tanks #376

Merged
merged 17 commits into from
Nov 28, 2023
Merged

Commits on Oct 7, 2023

  1. Initial test version

    LOTS of debug stuff to clean up still in this version
    thecraftianman committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    54658e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6153497 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1dd9033 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f86a4a2 View commit details
    Browse the repository at this point in the history
  5. Remove debug code

    I think this is all of it but maybe there's still something in a different file that I missed
    thecraftianman committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    e76fb44 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc66144 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee1d7e5 View commit details
    Browse the repository at this point in the history
  8. Redo backwards compatibility

    Should be better now? Maybe?
    thecraftianman committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    4ea7d0e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Extremely important update

    I knew I missed something lol
    thecraftianman committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    6ec8a17 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Improved fuel tank verification

    - Now fuel tanks will properly make use of its verification function, along with allowing people to implement scalable and non scalable fuel tank classes into ACF.
    - Added Size to the list of dupe information arguments on fuel tanks.
    TwistedTail committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    5235a25 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Improved tank modularity

    Should have replaced pretty much all the hardcoded stuff (and fixed the stuff that was just breaking)
    thecraftianman committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    76b5064 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

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

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    d393dc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc1b6b1 View commit details
    Browse the repository at this point in the history
  3. Revert "Better(?) scalable tank IDs"

    This reverts commit d393dc6.
    thecraftianman committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    9b63447 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Tweak handling of class models

    This should be consistent with everything else now, but if this somehow breaks a third-party fuel tank class then it can be changed later
    thecraftianman committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    d5b5de8 View commit details
    Browse the repository at this point in the history