4588 Commits

Author SHA1 Message Date
Nick
95641bc249 Try and fail
Probe goes null randomly
2024-02-03 18:35:47 -05:00
Nick
0528360cc0 Had to ToList to duplicate the arrays 2024-02-03 15:47:05 -05:00
Nick
5b5fb0b827 Also refresh force volumes affecting ship 2024-02-03 15:36:30 -05:00
Nick
f56d97fcf4 #738 fix spawn override, #728 warning popup for dlc mods 2024-02-03 14:52:23 -05:00
Nick
43e58bc987 More comments 2024-02-03 14:15:53 -05:00
Nick
6a2ef64a30 Probably fixes #748 resets landing pad sensor contact bodies 2024-02-03 14:13:32 -05:00
Nick
61102e25eb Fixes a bug where the ship wasn't removed from volumes when spawning 2024-02-03 13:37:33 -05:00
xen-42
d71dc6c22d
Exhibitions in the museum on the Eye correctly reflects shiplog (#770)
<!-- Be sure to reference the existing issue if it exists -->

## Bug fixes

- Exhibitions in the museum on the Eye correctly reflects shiplog
- By avoiding to make shiplog empty when arriving at the eye as in
solarsystem.
2024-01-13 11:04:54 -05:00
xen-42
029510b509
Stop propagated signals from having a detection area (#769)
<!-- Be sure to reference the existing issue if it exists -->

## Bug fixes

- Fixed an issue where Bramble-propagated signals would have a detection
area.


[planets.zip](https://github.com/Outer-Wilds-New-Horizons/new-horizons/files/13880774/planets.zip)
The attached file puts a bramble node near the Hearthian Village that
demonstrates the different behaviors.
2024-01-13 10:57:52 -05:00
orclecle
0a79d7a041
avoid making shiplog empty when arriving at the eye as in solarsystem 2024-01-14 00:46:57 +09:00
coderCleric
68bac3a36c Stop propagated signals from having a detection area 2024-01-09 15:03:16 -07:00
xen-42
891b65ec9a
Update manifest.json 2024-01-02 17:26:07 -05:00
xen-42
2ea38e6f81
Add Patreon link to manifest 2024-01-02 17:25:39 -05:00
Ben C
b4cddeda64
Merge Main Into Dev (#767)
See #766
2024-01-02 11:56:01 -05:00
Ben C
746519c98d
Bump tj-actions/verify-changed-files from 12 to 17 in /.github/workflows (#766)
Bumps
[tj-actions/verify-changed-files](https://github.com/tj-actions/verify-changed-files)
from 12 to 17.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tj-actions/verify-changed-files/releases">tj-actions/verify-changed-files's
releases</a>.</em></p>
<blockquote>
<h2>v17</h2>
<h1>Changes in v17.0.0</h1>
<h2>🔥 🔥 BREAKING CHANGE 🔥 🔥</h2>
<p>A new <code>safe_output</code> input is now available to prevent
outputting unsafe filename characters (Enabled by default). This would
escape characters in the filename that could be used for command
injection.</p>
<blockquote>
<p>[!NOTE]
This can be disabled by setting the <code>safe_output</code> to false
this comes with a recommendation to store all outputs generated in an
environment variable first before using them.</p>
</blockquote>
<h4>Example</h4>
<pre lang="yaml"><code>...
      - name: Verify Changed files
        uses: tj-actions/verify-changed-files@v16
        id: verify-changed-files
        with:
safe_output: false # set to false because we are using an environment
variable to store the output and avoid command injection.
<pre><code>  - name: List all changed tracked and untracked files
    env:
FILES_CHANGED: ${{ steps.verify-changed-files.outputs.changed_files }}
    run: |
      echo &amp;quot;Changed files: $FILES_CHANGED
</code></pre>
<p>...
</code></pre></p>
<h2>What's Changed</h2>
<ul>
<li>Upgraded to v16.1.1 by <a
href="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a>
in <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/343">tj-actions/verify-changed-files#343</a></li>
<li>chore(deps): update actions/checkout action to v4.1.1 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/344">tj-actions/verify-changed-files#344</a></li>
<li>Bump actions/checkout from 4.1.0 to 4.1.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/345">tj-actions/verify-changed-files#345</a></li>
<li>chore(deps): update tj-actions/auto-doc action to v3.1.1 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/346">tj-actions/verify-changed-files#346</a></li>
<li>chore(deps): update tj-actions/auto-doc action to v3.2.0 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/347">tj-actions/verify-changed-files#347</a></li>
<li>chore(deps): update tj-actions/auto-doc action to v3.2.1 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/348">tj-actions/verify-changed-files#348</a></li>
<li>chore(deps): update tj-actions/auto-doc action to v3.3.0 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/349">tj-actions/verify-changed-files#349</a></li>
<li>chore(deps): update tj-actions/auto-doc action to v3.4.0 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/350">tj-actions/verify-changed-files#350</a></li>
<li>Updated README.md by <a
href="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a>
in <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/351">tj-actions/verify-changed-files#351</a></li>
<li>Updated README.md by <a
href="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a>
in <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/352">tj-actions/verify-changed-files#352</a></li>
<li>Updated README.md by <a
href="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a>
in <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/353">tj-actions/verify-changed-files#353</a></li>
<li>chore(deps): update github/codeql-action action to v3 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/354">tj-actions/verify-changed-files#354</a></li>
<li>Updated README.md by <a
href="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a>
in <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/355">tj-actions/verify-changed-files#355</a></li>
<li>chore: update entrypoint.sh by <a
href="https://github.com/jackton1"><code>@​jackton1</code></a> in <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/357">tj-actions/verify-changed-files#357</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tj-actions/verify-changed-files/compare/v16...v17.0.0">https://github.com/tj-actions/verify-changed-files/compare/v16...v17.0.0</a></p>
<hr />
<h2>v17.0.0</h2>
<h2>🔥 🔥 BREAKING CHANGE 🔥 🔥</h2>
<p>A new <code>safe_output</code> input is now available to prevent
outputting unsafe filename characters (Enabled by default). This would
escape characters in the filename that could be used for command
injection.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tj-actions/verify-changed-files/blob/main/HISTORY.md">tj-actions/verify-changed-files's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted --> Remove</h2>
<ul>
<li>Deleted .github/workflows/auto-approve.yml (<a
href="7b7a3b8db9">7b7a3b8</a>)
- (Tonye Jack)</li>
<li>Deleted .github/workflows/greetings.yml (<a
href="9f02ec6cab">9f02ec6</a>)
- (Tonye Jack)</li>
</ul>
<h2><!-- raw HTML omitted -->🔄 Update</h2>
<ul>
<li>Update README.md (<a
href="bc950d8b56">bc950d8</a>)
- (Tonye Jack)</li>
<li>Update README.md (<a
href="e302902a89">e302902</a>)
- (Tonye Jack)</li>
<li>Update README.md (<a
href="2f947c4551">2f947c4</a>)
- (Tonye Jack)</li>
<li>Update README.md (<a
href="a6a8167ce9">a6a8167</a>)
- (Tonye Jack)</li>
<li>Updated README.md
(<a
href="f151bce85b">f151bce</a>)
- (jackton1)</li>
<li>Updated README.md
(<a
href="3571d6515d">3571d65</a>)
- (jackton1)</li>
<li>Update README.md (<a
href="126b949fca">126b949</a>)
- (Tonye Jack)</li>
<li>Updated README.md
(<a
href="47f2c87555">47f2c87</a>)
- (jackton1)</li>
<li>Update update-readme.yml (<a
href="14b9592dda">14b9592</a>)
- (Tonye Jack)</li>
<li>Updated README.md
(<a
href="301fce7ea8">301fce7</a>)
- (jackton1)</li>
<li>Update README.md (<a
href="1e75cac4ff">1e75cac</a>)
- (Tonye Jack)</li>
<li>Update README.md (<a
href="7149bbe258">7149bbe</a>)
- (Tonye Jack)</li>
<li>Update README.md (<a
href="78dc414e91">78dc414</a>)
- (Tonye Jack)</li>
</ul>
<h2><!-- raw HTML omitted -->📝 Other</h2>
<ul>
<li>PR <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/355">#355</a>:
README.md (<a
href="6f91e272e5">6f91e27</a>)
- (repo-ranger[bot])</li>
<li>Merge pull request from GHSA-ghm2-rq8q-wrhc</li>
</ul>
<ul>
<li>
<p>feat: add <code>safe_output</code> input enabled by default</p>
</li>
<li>
<p>fix: migrate README to safe uses of interpolation</p>
</li>
<li>
<p>fix: also sanitize <code>)</code></p>
</li>
<li>
<p>fix: remove sanitization of <code>'</code></p>
</li>
<li>
<p>fix: also sanitize <code>|</code></p>
</li>
<li>
<p>fix: also sanitize <code>&amp;</code></p>
</li>
<li>
<p>fix: also sanitize <code>;</code> (<a
href="498d3f316f">498d3f3</a>)
- (Jorge)</p>
</li>
</ul>
<ul>
<li>PR <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/354">#354</a>:
update github/codeql-action action to v3 (<a
href="97c5ec9971">97c5ec9</a>)
- (repo-ranger[bot])</li>
<li>PR <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/353">#353</a>:
README.md (<a
href="5eff60fda8">5eff60f</a>)
- (repo-ranger[bot])</li>
<li>PR <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/352">#352</a>:
README.md (<a
href="4053b68916">4053b68</a>)
- (repo-ranger[bot])</li>
<li>PR <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/351">#351</a>:
README.md (<a
href="5d3816d5ec">5d3816d</a>)
- (repo-ranger[bot])</li>
<li>PR <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/343">#343</a>:
to v16.1.1 (<a
href="141fe36b09">141fe36</a>)
- (repo-ranger[bot])</li>
</ul>
<h2><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="bc950d8b56"><code>bc950d8</code></a>
Update README.md</li>
<li><a
href="e302902a89"><code>e302902</code></a>
Update README.md</li>
<li><a
href="2f947c4551"><code>2f947c4</code></a>
Update README.md</li>
<li><a
href="a6a8167ce9"><code>a6a8167</code></a>
Update README.md</li>
<li><a
href="592e305da0"><code>592e305</code></a>
chore: update entrypoint.sh (<a
href="https://redirect.github.com/tj-actions/verify-changed-files/issues/357">#357</a>)</li>
<li><a
href="6f91e272e5"><code>6f91e27</code></a>
Merge pull request <a
href="https://redirect.github.com/tj-actions/verify-changed-files/issues/355">#355</a>
from tj-actions/chore/update-readme</li>
<li><a
href="f151bce85b"><code>f151bce</code></a>
Updated README.md</li>
<li><a
href="498d3f316f"><code>498d3f3</code></a>
Merge pull request from GHSA-ghm2-rq8q-wrhc</li>
<li><a
href="08975f08f9"><code>08975f0</code></a>
Create SECURITY.md</li>
<li><a
href="97c5ec9971"><code>97c5ec9</code></a>
Merge pull request <a
href="https://redirect.github.com/tj-actions/verify-changed-files/issues/354">#354</a>
from tj-actions/renovate/github-codeql-action-3.x</li>
<li>Additional commits viewable in <a
href="https://github.com/tj-actions/verify-changed-files/compare/v12...v17">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tj-actions/verify-changed-files&package-manager=github_actions&previous-version=12&new-version=17)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/Outer-Wilds-New-Horizons/new-horizons/network/alerts).

</details>
2024-01-02 11:54:19 -05:00
dependabot[bot]
be512e95c0
Bump tj-actions/verify-changed-files from 12 to 17 in /.github/workflows
Bumps [tj-actions/verify-changed-files](https://github.com/tj-actions/verify-changed-files) from 12 to 17.
- [Release notes](https://github.com/tj-actions/verify-changed-files/releases)
- [Changelog](https://github.com/tj-actions/verify-changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/verify-changed-files/compare/v12...v17)

---
updated-dependencies:
- dependency-name: tj-actions/verify-changed-files
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-02 16:50:43 +00:00
Noah Pilarski
e8aecf2890
1.18.2 (#765)
## Bug fixes

- Fix looping crash of obsolete effects builder method
- Re-added even more missing method signatures that were breaking
Dreamstalker (just update your mod xen!)
- Tessellated renderers in asset bundles will now have their shaders
replaced just like normal renderers
v1.18.2
2024-01-02 00:47:33 -05:00
Noah Pilarski
2d6021461b
Dream Of The Stalker (#764)
## Bug fixes

- Fix looping crash of obsolete effects builder method
- Re-added even more missing method signatures that were breaking
Dreamstalker (just update your mod xen!)
- Tessellated renderers in asset bundles will now have their shaders
replaced just like normal renderers
2024-01-02 00:39:32 -05:00
Noah Pilarski
1349c05425 Replace shaders in tesselated renderers too 2024-01-02 00:37:47 -05:00
Noah Pilarski
375a18e401 silly error 2024-01-01 23:59:41 -05:00
Noah Pilarski
aedeb80f16 curse you stalker of dreams 2024-01-01 23:55:16 -05:00
Noah Pilarski
bcfe939d9d typo 2024-01-01 23:54:28 -05:00
Noah Pilarski
2dbcb37577 bump version 2024-01-01 23:01:11 -05:00
Noah Pilarski
8a789b2ae2 fix looping of obsolete effects builder method
oopsie daisies. this only affected dreamstalker lol.
2024-01-01 22:58:53 -05:00
Noah Pilarski
7ed6f7d1f9
1.18.1 (#763)
## Improvements
- StopTime and SlowTime mods will now effect the time loop in new
systems

## Bug fixes
- Re-added missing method signatures that were breaking Dreamstalker
v1.18.1
2024-01-01 22:46:28 -05:00
Noah Pilarski
02b4c2b522
Implement StopTime, SlowTime mod compat (#760)
## Improvements

- StopTime and SlowTime mods will now effect the time loop in new
systems
2024-01-01 22:43:38 -05:00
Nick
1f53e460b8 Re-add missing method signatures used by Dreamstalker 2023-12-29 16:38:20 -05:00
Ben C
1aee1a9ea8
Split separate lines of schema descriptions but good (#762)
did idiot's thing but properly do line breaks
2023-12-28 19:25:41 -05:00
JohnCorby
c096fc8ea8 use <br> 2023-12-28 16:18:00 -08:00
xen-42
1af27ce772
Split separate lines of schema descriptions (#761)
Before:


![image](https://github.com/Outer-Wilds-New-Horizons/new-horizons/assets/25644444/6d0fd203-d5bb-4580-b507-699ea57a61a3)

After:


![image](https://github.com/Outer-Wilds-New-Horizons/new-horizons/assets/25644444/4fa44c5e-435c-4d7e-b0d0-d82924d599ce)
2023-12-28 16:03:30 -05:00
Ben C
33a84240ba
Two spaces bleeeehhhh 2023-12-28 16:00:59 -05:00
Ben C
f461592c78
Properly split by
in descriptions
2023-12-28 15:56:12 -05:00
Nick
cb2d83e026 Implement StopTime, SlowTime mod compat 2023-12-23 13:37:02 -05:00
xen-42
b6702b46a7
1.18.0 (#759)
## Major features
- Custom items and item sockets, as an extension of the existing
details. Interactivity can be added without code by setting dialogue
conditions with an item's `pickupCondition` or socket's
`insertCondition`, and then turning other details on or off using their
`activationCondition`.

## Minor features
- Added API methods for looking up translated strings for localization.

## Bug fixes
- Fixes orbs on copied details
- Fix slide module default values #754
- Fix slides being inverted in the ship log #746
v1.18.0
2023-12-17 01:51:10 -05:00
Nick
8e0fbbb69d Mark method obsolete 2023-12-17 01:03:59 -05:00
Nick
725ccf00cd Add back missing method signature for Outer Wives 2023-12-17 00:54:31 -05:00
Nick
b987da9e49 Bump version number 2023-12-17 00:45:56 -05:00
xen-42
ddcd1cdf4e
Fix some slide bugs (#756)
<!-- A new module or something else important -->
## Major features
-

<!-- A new parameter added to a module, or API feature -->
## Minor features
-

<!-- Some improvement that requires no action on the part of add-on
creators i.e., improved star graphics -->
## Improvements
-

<!-- Be sure to reference the existing issue if it exists -->
## Bug fixes
- [ ] make async slide loading actually async. maybe try to find a way
to unload them too, idk
- [ ] maybe fix #755 
- [x] fix #754
- [x] fix #746
2023-12-17 00:43:25 -05:00
xen-42
daf5709b51
Item and Item Socket Props (#750)
<!-- A new module or something else important -->
## Major features
- Custom items and item sockets, as an extension of the existing
details. Interactivity can be added without code by setting dialogue
conditions with an item's `pickupCondition` or socket's
`insertCondition`, and then turning other details on or off using their
`activationCondition`.

<!-- A new parameter added to a module, or API feature -->
## Minor features
- Added API methods for looking up translated strings for localization.
2023-12-17 00:42:28 -05:00
xen-42
e067810780
Take some rigidbody patches from QSB (#758)
## Bug fixes
- Fixes orbs on copied details and rafts not being rotated with planets
2023-12-17 00:41:01 -05:00
Nick
9b435e3452 Fix shuttles/gravity cannons, add comment describing patch 2023-12-17 00:17:49 -05:00
Nick
865327d79f Take some rigidbody patches from QSB 2023-12-16 23:46:29 -05:00
Ben C
dd79d18434
Fix CI 2023-12-01 13:12:44 -05:00
Ben C
101e23b48c
Fix CI 2023-12-01 13:11:33 -05:00
Ben C
9310b4f9f7
Fix CI 2023-12-01 13:09:54 -05:00
Ben C
06e57a09bb
Fix CI 2023-12-01 13:07:52 -05:00
Ben C
0c57105ac6
Fix CI 2023-12-01 13:04:50 -05:00
Ben C
819f5340bf
Fix CI 2023-12-01 12:59:03 -05:00
Ben C
8b13cc0ad6
Fix CI 2023-12-01 12:53:07 -05:00
Ben C
5bee43d7dd
Fix CI 2023-12-01 12:52:25 -05:00