Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SubnauticaModding/Nautilus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0-pre.22
Choose a base ref
...
head repository: SubnauticaModding/Nautilus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.0-pre.23
Choose a head ref
  • 8 commits
  • 19 files changed
  • 5 contributors

Commits on Nov 4, 2023

  1. Update AUTHORS.md

    LeeTwentyThree committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    f655a4d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. fix: Safety measures for localization registration (#496)

    Added safety checks for localization registration
    Metious committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f4ec600 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

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

Commits on Dec 2, 2023

  1. feat: UploadHelper Overhaul/Fixing BepInExPluginVersion (#503)

    * UploadHelper Overhaul/Fixing BepInExPluginVersion
    
    * Fix for spaces in path
    MrPurple6411 committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    6477816 View commit details
    Browse the repository at this point in the history
  2. feat: Allow nullables and params arrays in console commands (#505)

    * feat: Allow nullables and params arrays in console commands
    
    * fix: Forgot a newline
    
    Clarify parameter parsing error message
    Govorunb committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    0d038fd View commit details
    Browse the repository at this point in the history
  3. fix: Loot distribution dependency on the prefab database (#501)

    Fixed loot distribution dependency on the database
    Metious committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    75d926f View commit details
    Browse the repository at this point in the history
  4. fix: Fixed issue when yield returning same request (#498)

    * Fixed issue when yield returning same request
    
    The issue occurs because when you yield return the same request multiple times, the state machine advances but it will not wait until the code is completely executed.
    
    * Fixed missing reference when a prefab unloads
    
    * Better access modifiers
    Metious committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    8f266ca View commit details
    Browse the repository at this point in the history
  5. fix: Fixed ambiguous method error for WithAnalysisTech (#499)

    Fixed ambiguous method error for AnalysisTech
    Metious committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    ef0a459 View commit details
    Browse the repository at this point in the history
Loading