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.15
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.16
Choose a head ref
  • 6 commits
  • 15 files changed
  • 3 contributors

Commits on Jul 2, 2023

  1. Update README.md

    LeeTwentyThree committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    ac1275e View commit details
    Browse the repository at this point in the history
  2. docs: Add tutorial on customizing your C# project (#428)

    Add customizing C# project tutorial
    LeeTwentyThree committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    a0e4601 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. feat!: Add model parameter to AddConstructable (#430)

    Update PrefabUtils.cs
    LeeTwentyThree committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    f2f0c31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64432d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. fix!: Resolve issues with custom audio not playing (#432)

    * started working on a fix.
    
    * Fixed the custom sounds handler.
    
    A gigantic thanks to @Metious for researching the issues and the errors because I was too dumb and unexperienced with FMOD to do that, really !
    
    Co-Authored-By: Metious <[email protected]>
    
    * Added a new input in RegisterCustomSound, you can now give a MODE input in case you don't want to deal with AudioUtils.CreateSound(sound, MODE).
    Added constant optimal Sound Modes to AudioUtils.
    Based on what ROTA researches gave.
    
    * safety removed, it will be patched with the fix in #429
    
    * removed some debug logs
    
    * Change MODE names to be more consistent
    
    * Use stream mode by default for PDA voices
    
    * Reference AudioUtils modes in XML docs
    
    ---------
    
    Co-authored-by: Metious <[email protected]>
    Co-authored-by: LeeTwentyThree <[email protected]>
    3 people committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    356b4d7 View commit details
    Browse the repository at this point in the history
  2. feat: Add better support for Hoverbike modules (#429)

    * Added hoverbike quickslot component
    
    Complement of PR #391.
    
    * Should be working. Tests are needed.
    
    * Hoverbike Modules Support is now fully functional. I didn't expect it was gonna work so well.
    
    * Removed useless commands and useless usings and commented code.
    Added a notice in VehicleUpgradesPatcher for modders who would like to edit.
    
    * Fix compiler error
    
    * Fixed visibility of the HoverbikeModulesSupport behaviour.
    
    * Fixed one more visibility thing
    
    * removed useless comments and fixed a techtype reference.
    
    * Update VehicleUpgradeExample_BelowZero.cs
    
    fixed the is statements.
    
    ---------
    
    Co-authored-by: LeeTwentyThree <[email protected]>
    VELD-Dev and LeeTwentyThree committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    7323b6b View commit details
    Browse the repository at this point in the history
Loading