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: FlashyReese/nuit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.6.5-mc1.19.4
Choose a base ref
...
head repository: FlashyReese/nuit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.7.0-mc1.19.4
Choose a head ref
  • 15 commits
  • 34 files changed
  • 3 contributors

Commits on Mar 20, 2023

  1. Fix monocolor skybox

    FlashyReese committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    313b37a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    154303e View commit details
    Browse the repository at this point in the history
  2. Clean up condition check

    FlashyReese committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    98b72d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Configuration menu
    Copy the full SHA
    5ac3e1f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #81 from IMS212/1.19.x-dev

    Iris API/sun path rotation support
    FlashyReese authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    fe34dd9 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. Configuration menu
    Copy the full SHA
    c431554 View commit details
    Browse the repository at this point in the history
  2. Improve decorations, custom blending & Add vanilla skyboxes (#80)

    * Initial decorations changes
    
    * Disable decorations by default
    
    * Use custom rotation for decorations
    
    * Add blend mode for decorations
    
    This commit has breaking changes for the blend object.
    
    * Fix testmod
    
    * Add `showVanillaSky` decoration
    
    This allows RP creators to blend on top vanilla's skybox if they desire, this commit also allows decorations to be rendered in every skybox.
    
    * Fix typo
    
    * Pre-render vanilla skybox
    
    * Fix nothing rendering
    
    * Attempt to sync sunrise/sunset to sun
    
    * Add `overworld`/`end` skybox types
    
    * Clean up
    
    * Disable Iris compat
    
    * Fix rotation precision
    
    With older worlds and them having millions or billions of ticks, it does not precisely determine the proper rotation.
    
    Fixes #83
    
    * Fix documentation
    FlashyReese authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    03232d6 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Rotation format improvement (#79)

    * Initial rotation format improvement
    
    * Remove `shouldRotate` property from `properties`
    
    We can determine the rotation axes in the `rotation` object. By default all axes are set to `0` so they won't rotate at all.
    
    * Fix tests
    
    * Fix legacy deserializer
    
    * Change decorations rotation to match skybox
    
    * Rotation and decoration changes
    
    * Flip static/axis rotation back
    
    * Revert "Flip static/axis rotation back"
    
    This reverts commit da0b810.
    
    * Change fog appearance to match time declared in decorations
    FlashyReese authored May 30, 2023
    Configuration menu
    Copy the full SHA
    8399ac9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6b4ed7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be93a21 View commit details
    Browse the repository at this point in the history
  4. Make fade times optional

    This commit makes fade times optional, if they are not specified nothing will be rendered; this means it disables the sky by default.
    FlashyReese committed May 30, 2023
    Configuration menu
    Copy the full SHA
    684e386 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9e0508 View commit details
    Browse the repository at this point in the history
  6. Fix triangles appearing on low render distance

    This commit fixes an issue where triangles render in the corners of the skyboxes under low render distances. This appears to be an vanilla issue which can be seen in the end sky with a render distance of 2 chunks.
    FlashyReese committed May 30, 2023
    Configuration menu
    Copy the full SHA
    d35bc80 View commit details
    Browse the repository at this point in the history
  7. Bump to 0.7.0 for release

    FlashyReese committed May 30, 2023
    Configuration menu
    Copy the full SHA
    592d099 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    50e2a4c View commit details
    Browse the repository at this point in the history
Loading