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

1.22.0 #902

Merged
merged 74 commits into from
Jun 18, 2024
Merged

1.22.0 #902

merged 74 commits into from
Jun 18, 2024

Conversation

xen-42
Copy link
Member

@xen-42 xen-42 commented Jun 14, 2024

Major features

  • Added GlobalMusic module to system config (change end times, bramble dimension, and final end times music) (Resolves ability to add custom end times #894)
  • Slides are now loaded in the background instead of freezing your game. Brings load time of current Eyes of the Past dev build from 2.5 minutes to 40 seconds (hooray). (Fixes Slide Reel loading lag #812)

Improvements

  • Setting parentPath will be more robust on most props (retries the build operation until it finds the parent)

Bug fixes

  • Fix quantum planet NRE when body gets updated (astro object gets recreated)
  • Fix custom signal NRE that happens when going to solar system to get prefabs for eye
  • Fixed global bramble music not playing because all dimensions have an ambient audio volume
  • No more infinite load when warping back to Outer Wilds system with the Vessel

JohnCorby and others added 30 commits May 31, 2024 21:13
That only has the parent path and rename
Do not try catch anymore
This would cause some addon devs to just ignore an error when they really shouldn't. Now it will show the body where this error occurs since the error gets handled higher up.
or else end times doesn't work
## Bug fixes

- Slides are now loaded in the background instead of freezing your game.
They were supposed to do this before, but clay wrote the code wrong and
none of us caught it until now. (Fixes #812)
xen-42 and others added 13 commits June 17, 2024 18:09
Will explode if the cache is wrong.

Now the black screen loading time is like 5 seconds longer but the slide
reels are then done loading instead of popping in over the course of 2
minutes. (EOTP)
- [ ] test with mods
  - [x] evacuation
  - [x] daylight savings
  - [ ] whatever the one xen found that flung you off the planet
  - [ ] other mods with tidally locked body spawn points
## Improvements
- Setting `parentPath` will be more robust on most props


Kinda worried about the overhead on this, do we think using `Find` to
look for the parent is expensive? We'd be doing it for every prop ever
and in most cases it will not matter.
## Major features

- Added `GlobalMusic` module to system config (change end times, bramble
dimension, and final end times music) (Resolves #894)

## Bug fixes

- Fixed global bramble music not playing because all dimensions have an
ambient audio volume
@xen-42 xen-42 changed the title 1.21.3 1.22.0 Jun 17, 2024
@xen-42 xen-42 marked this pull request as ready for review June 17, 2024 23:17
@xen-42 xen-42 added the update-pr Marks pull requests as an update PR label Jun 18, 2024
@xen-42 xen-42 merged commit 07acba4 into main Jun 18, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
update-pr Marks pull requests as an update PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ability to add custom end times Slide Reel loading lag
4 participants