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.29
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.30
Choose a head ref
  • 12 commits
  • 26 files changed
  • 4 contributors

Commits on Jan 22, 2024

  1. Update Version.targets

    LeeTwentyThree committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    2517afe View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

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

Commits on Mar 1, 2024

  1. docs: Asset bundles guide (#534)

    * Added asset bundles guide
    
    * Grammar changes and formatting
    
    * Grammar & readability improvements. Added prefab guide
    
    * Fix a couple grammar issues
    
    * Fixed names and comment spaces
    
    * Replace constant classID with PrefabInfo one
    
    Co-authored-by: Lee23 <[email protected]>
    
    * Changed TechType to PascalCase
    
    Co-authored-by: Lee23 <[email protected]>
    
    * Fix duplicate usage of "on"
    
    * Add Nautilus.Utility using statement
    
    * Since the prefab has a recipe, must be pickupable
    
    ---------
    
    Co-authored-by: Lee23 <[email protected]>
    Indigocoder1 and LeeTwentyThree committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    cc80268 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    307e6e6 View commit details
    Browse the repository at this point in the history
  2. Localization fixes for tab nodes and metadata

    * Fixed localization not affecting tab nodes
    
    * Reformat using statements
    
    * Fixed metadata not being applied the first time
    Metious committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    03d7ad0 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

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

Commits on Apr 23, 2024

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

Commits on Apr 25, 2024

  1. fix: Prefab cache now resets (#544)

    * Prefab cache now resets on world quit
    
    * Fixed `GameObjectExtensions.IsPrefab` sometimes failing
    
    * Fixed null check
    Metious committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    9464432 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

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

Commits on May 6, 2024

  1. feat: Ban custom prefabs from getting cached (#545)

    * Custom prefabs now can opt-out from cache
    
    * Extension method for custom prefab to remove from cache
    
    * Use taskResult instead of looking in cache
    
    * Added more logs
    Metious committed May 6, 2024
    Configuration menu
    Copy the full SHA
    1711ac2 View commit details
    Browse the repository at this point in the history
  2. fix: RegisterOnFinishLoading not working BZ (#547)

    * OnFinishLoading is now called on finish loading BZ
    
    * Converted `OnLoad` to local method
    Metious committed May 6, 2024
    Configuration menu
    Copy the full SHA
    c068b7f View commit details
    Browse the repository at this point in the history
  3. chore: version bump

    Metious committed May 6, 2024
    Configuration menu
    Copy the full SHA
    a36127f View commit details
    Browse the repository at this point in the history
Loading