4247 Commits

Author SHA1 Message Date
Nick
9bbfb8d4d8 Add translator text to the API 2023-08-04 23:54:04 -04:00
Nick
c1f1859648 Merge branch 'shuttle' of https://github.com/Outer-Wilds-New-Horizons/new-horizons into shuttle 2023-08-04 23:48:18 -04:00
Nick
d284380f9e Gravity cannon computer will write the planet the Shuttle starts on 2023-08-04 23:48:11 -04:00
JohnCorby
0ce611e36f simplify another pattern 2023-08-04 19:32:36 -07:00
JohnCorby
42bbe4bcce planet destruction: also exclude probe 2023-08-04 19:31:41 -07:00
Nick
76705a5b37 Fix the not detailed prefab 2023-08-04 22:10:40 -04:00
Nick
37856ca643 Merge branch 'shuttle' of https://github.com/Outer-Wilds-New-Horizons/new-horizons into shuttle 2023-08-04 22:04:27 -04:00
Nick
963c67210c Don't replace sectors inside details if the sector is in that detail 2023-08-04 22:04:22 -04:00
Ben C
6de7328239 Updated Schemas 2023-08-05 01:41:35 +00:00
Nick
6c18dd2797 Fix undetailed prefab 2023-08-04 21:39:28 -04:00
Nick
7c745b92c4 Fix destruction 2023-08-04 21:39:20 -04:00
Nick
59980f8635 Do non detailed 2023-08-04 21:15:28 -04:00
Nick
fba6b1ea36 Delete entire solar system using cool EOTS method thanks John 2023-08-04 20:49:13 -04:00
Nick
9becbd8fcb Merge branch 'dev' into shuttle 2023-08-04 20:39:55 -04:00
Nick
325b93ec5d
Fix stuff (#681)
## Bug fixes
- Fix Nomai mask being coloured weird sometimes (let center of the
universe die)
- Make clearing `default system` options setting actually reset it
2023-08-04 20:38:20 -04:00
Nick
331211cb4f Remove unnecessary null or empty check 2023-08-04 20:37:58 -04:00
Nick
61d9947d8e Let center of the universe be deactivated when it needs to be 2023-08-02 23:25:32 -04:00
Nick
fc903b4117 Make setting default system less garbage 2023-08-02 23:21:24 -04:00
Nick
af1dffa320 WTF WORK!!!! 2023-07-27 00:26:19 -04:00
Nick
5b18221000 Merge branch 'main' into dev 2023-07-27 00:22:54 -04:00
Nick
54f987d18b Merge branch 'main' into dev 2023-07-27 00:17:12 -04:00
Nick
07f67484d1
v1.13.0 (#669)
## Major features
- New API methods to: Add ship logs from xml, add dialogue from xml,
create a new planet from json string. All of these methods work directly
with strings or XElements and don't load files on their own.

## Improvements
- Pitch anglerfish sounds based on scale. Resolves #160.

## Bug fixes
- Fixes ship being broken when spawning on the center of the universe.
Resolves #648
- Fix Stranger cloak breaking on second loop onwards. Resolves #673.
2023-07-27 00:14:27 -04:00
Nick
c5a44c6995 Merge branch 'dev' of https://github.com/Outer-Wilds-New-Horizons/new-horizons into dev 2023-07-27 00:02:17 -04:00
Nick
8d5828207e Update manifest.json 2023-07-27 00:02:10 -04:00
Nick
fa64b19fa8
Pitch anglerfish sounds based on size (#663)
<!-- 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
- Pitch anglerfish sounds based on scale. Resolves #160.

<!-- Be sure to reference the existing issue if it exists -->
## Bug fixes
-
2023-07-27 00:00:22 -04:00
Nick
3b40fac5a4 Fix Stranger cloak breaking 2023-07-26 23:59:23 -04:00
Ben C
8f394fd458 Updated Schemas 2023-07-22 18:43:04 +00:00
Nick
0e06df1586
Fix spawn on center of universe garbage (#664)
<!-- 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
- Fixes ship being broken when spawning on the center of the universe.
Resolves #648
2023-07-22 14:42:24 -04:00
Nick
be10760356
Ship log api (#666)
<!-- A new module or something else important -->
## Major features
- New API methods to: Add ship logs from xml, add dialogue from xml,
create a new planet from json string. All of these methods work directly
with strings or XElements and don't load files on their own.

<!-- 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
-
2023-07-22 14:41:36 -04:00
Nick
e4c8b14f6f Add in the platform, allow separately placing the cannon and the controls 2023-07-22 14:41:01 -04:00
Nick
b643875578 Merge branch 'shuttle' of https://github.com/Outer-Wilds-New-Horizons/new-horizons into shuttle 2023-07-22 13:57:38 -04:00
Nick
56c463fbee Fix gravity cannon orb 2023-07-22 13:57:37 -04:00
Nick
615fe2f47c Keep shuttles/cannons loaded, fix cannon fact NRE 2023-07-22 12:29:54 -04:00
Ben C
cd774016b3 Updated Schemas 2023-07-22 16:20:41 +00:00
Nick
edd81d0c39 Merge branch 'shuttle' of https://github.com/Outer-Wilds-New-Horizons/new-horizons into shuttle 2023-07-22 12:18:31 -04:00
Nick
1f68a12296 Can't use vessel computers 2023-07-22 12:18:25 -04:00
Ben C
e809a7b4f0 Updated Schemas 2023-07-22 16:06:48 +00:00
Nick
ed66cb0665 Fix update from dev 2023-07-22 12:04:02 -04:00
Nick
3bfabadda8 Merge branch 'dev' into shuttle 2023-07-22 11:44:43 -04:00
Nick
b4b0345e65 Fix spawn on center of universe garbage 2023-07-22 03:51:10 -04:00
Nick
5092829146 Pitch anglerfish sounds based on size 2023-07-22 02:50:45 -04:00
Nick
8399142648
1.12.7 (#658)
## Minor features
- Allow setting hazard type and damage per second, as well as first
contact damage, for tornados and hurricanes. Resolves #496

## Improvements
- Throw errors when attempting to make a signal without a frequency or
name. Resolves #660.

## Bug fixes
- Supernovae are no longer silent. Fixes #522.
- Supernovae proxies will no longer explode on top of you.
- Lightning now appears properly on top of basic clouds. Fixes #321.
- Bramble music won't play if in another audio volume. Fixes #651.
- Fix QM clouds defaulting to GD fog when not given a tint. Fixes #182.
- Makes creating empty details actually work
- Fixed suit up again #333
v1.12.7
2023-07-22 01:49:34 -04:00
Nick
1117b12055 Revert "Change patch to transpiler"
This reverts commit 1b7a5d26312af17c8285839ac86bfce0b50913ce.
2023-07-22 01:43:39 -04:00
Nick
07ca4e4396 Revert "Fix stupid broken code but still doesn't work"
This reverts commit e4e4e20ff465259b015fdde900ae97e2abbe743c.
2023-07-22 01:43:37 -04:00
Nick
12f78ecf8a Revert "I'm dumb"
This reverts commit e3d5eca60ff823bc3120d9fb714b508b42458b3d.
2023-07-22 01:43:35 -04:00
Nick
8c40e67d92 Suit up broke again #333 2023-07-22 01:42:57 -04:00
Nick
e3d5eca60f I'm dumb 2023-07-22 01:18:01 -04:00
Nick
e4e4e20ff4 Fix stupid broken code but still doesn't work 2023-07-22 01:07:10 -04:00
Nick
1b7a5d2631 Change patch to transpiler 2023-07-22 00:40:58 -04:00
Nick
c7a46a3458 Update manifest.json 2023-07-22 00:16:24 -04:00